toga-ai 1.0.75 → 1.0.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,8 +6,8 @@ project: Library
|
|
|
6
6
|
client: elite
|
|
7
7
|
type: client-feature
|
|
8
8
|
status: active
|
|
9
|
-
updated: 2026-06-
|
|
10
|
-
owners: []
|
|
9
|
+
updated: 2026-06-15
|
|
10
|
+
owners: ["snaredla"]
|
|
11
11
|
files:
|
|
12
12
|
- library/app/api/toga2.php
|
|
13
13
|
related:
|
|
@@ -166,4 +166,4 @@ Each ticket sync is wrapped in `try/catch` — exceptions are sent to Sentry and
|
|
|
166
166
|
continues with the next ticket. A single bad ticket does not abort the whole sync.
|
|
167
167
|
|
|
168
168
|
## Change history
|
|
169
|
-
- 2026-06-10 — Documented `App_Api_Toga2::syncWithTogadesk` orchestration (bidirectional TOGA 2 ↔ TOGaDesk ticket/note/file sync, watermarks, `ticketNoteFiles` gotcha).
|
|
169
|
+
- 2026-06-10 — Documented `App_Api_Toga2::syncWithTogadesk` orchestration (bidirectional TOGA 2 ↔ TOGaDesk ticket/note/file sync, watermarks, `ticketNoteFiles` gotcha). (snaredla)
|
|
@@ -6,8 +6,8 @@ project: Worker
|
|
|
6
6
|
client: elite
|
|
7
7
|
type: client-feature
|
|
8
8
|
status: active
|
|
9
|
-
updated: 2026-06-
|
|
10
|
-
owners: []
|
|
9
|
+
updated: 2026-06-15
|
|
10
|
+
owners: ["snaredla"]
|
|
11
11
|
files:
|
|
12
12
|
- worker2/Worker/Elite.php
|
|
13
13
|
- worker2/Config/dev-kmaramreddy-laptop.ini
|
|
@@ -143,5 +143,5 @@ To test worker2 Elite code locally against production TOGA 2 and Freshservice:
|
|
|
143
143
|
temporary bypass in `vendor/composer/platform_check.php` — revert before committing.
|
|
144
144
|
|
|
145
145
|
## Change history
|
|
146
|
-
- 2026-06-11 — Redacted Elite credential constants from the doc; secret scanner added to `validate`.
|
|
147
|
-
- 2026-06-10 — Documented `_Worker_Elite` Freshservice → TOGA 2 webhook sync (conversation/attachment handling, TOGA 2 API gotchas, local dev setup).
|
|
146
|
+
- 2026-06-11 — Redacted Elite credential constants from the doc; secret scanner added to `validate`. (snaredla)
|
|
147
|
+
- 2026-06-10 — Documented `_Worker_Elite` Freshservice → TOGA 2 webhook sync (conversation/attachment handling, TOGA 2 API gotchas, local dev setup). (snaredla)
|
package/package.json
CHANGED