From c952fc40bc8ddd4ea89f67207c13b1baa3260da7 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Wed, 11 Mar 2026 20:48:35 +0100 Subject: [PATCH] Update configuration and state files; adjust microtime values and add CAIKnowledgeCDokumente junction entity with metadata and API documentation --- .../Controllers/CAIKnowledgeCDokumente.php | 24 + .../i18n/de_DE/CAIKnowledgeCDokumente.json | 28 + .../i18n/en_US/CAIKnowledgeCDokumente.json | 28 + .../entityDefs/CAIKnowledgeCDokumente.json | 89 ++ .../scopes/CAIKnowledgeCDokumente.json | 10 + .../Services/CAIKnowledgeCDokumente.php | 14 + custom/docs/API_ENDPOINTS.md | 785 ++++++++++++++++++ data/config.php | 2 +- data/state.php | 4 +- 9 files changed, 981 insertions(+), 3 deletions(-) create mode 100644 custom/Espo/Custom/Controllers/CAIKnowledgeCDokumente.php create mode 100644 custom/Espo/Custom/Resources/i18n/de_DE/CAIKnowledgeCDokumente.json create mode 100644 custom/Espo/Custom/Resources/i18n/en_US/CAIKnowledgeCDokumente.json create mode 100644 custom/Espo/Custom/Resources/metadata/entityDefs/CAIKnowledgeCDokumente.json create mode 100644 custom/Espo/Custom/Resources/metadata/scopes/CAIKnowledgeCDokumente.json create mode 100644 custom/Espo/Custom/Services/CAIKnowledgeCDokumente.php create mode 100644 custom/docs/API_ENDPOINTS.md diff --git a/custom/Espo/Custom/Controllers/CAIKnowledgeCDokumente.php b/custom/Espo/Custom/Controllers/CAIKnowledgeCDokumente.php new file mode 100644 index 00000000..d187a8ff --- /dev/null +++ b/custom/Espo/Custom/Controllers/CAIKnowledgeCDokumente.php @@ -0,0 +1,24 @@ + 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1773256040.239404, + 'microtime' => 1773258449.013255, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws', diff --git a/data/state.php b/data/state.php index 14d63828..62dbb6ca 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1773256148, - 'microtimeState' => 1773256148.816542, + 'cacheTimestamp' => 1773258449, + 'microtimeState' => 1773258449.160853, 'currencyRates' => [ 'EUR' => 1.0 ],