Files
espocrm/data/state.php
bsiggel c12577f4f8 Add AI Knowledge entity and related localization
- Introduced CAIKnowledge entity with fields for name, description, and relationships to Mietinkasso and Räumungsklage.
- Added localization files for CAIKnowledge in multiple languages including English, German, Spanish, and more.
- Updated existing JSON files to include references to AI Knowledge where applicable.
- Created necessary metadata definitions for client, entity, and record definitions for CAIKnowledge.
- Enhanced existing documents and mietinkasso resources to support new AI Knowledge functionality.
2026-03-11 18:30:21 +01:00

15 lines
293 B
PHP

<?php
return [
'cacheTimestamp' => 1773250203,
'microtimeState' => 1773250203.473008,
'currencyRates' => [
'EUR' => 1.0
],
'appTimestamp' => 1773152503,
'version' => '9.3.3',
'latestVersion' => '9.3.3',
'latestExtensionVersions' => [
'Advanced Pack' => '3.12.0'
]
];