placementt-core 1.400.876 → 1.400.877
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.
package/lib/typeDefinitions.d.ts
CHANGED
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -2402,6 +2402,7 @@ export type SupportTask = {
|
|
|
2402
2402
|
assignee: string; // uid of the assigned team member
|
|
2403
2403
|
commId?: string; // optional link to a Communication doc
|
|
2404
2404
|
commType?: "leads" | "users"; // collection the comm lives in
|
|
2405
|
+
source?: "customerQuery" | "general";
|
|
2405
2406
|
dueAt: string; // ISO string
|
|
2406
2407
|
inbox: SupportInbox; // which task inbox triggered this
|
|
2407
2408
|
messageId?: string; // Graph message ID — used to prevent duplicates
|