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.
@@ -2464,6 +2464,7 @@ export type SupportTask = {
2464
2464
  assignee: string;
2465
2465
  commId?: string;
2466
2466
  commType?: "leads" | "users";
2467
+ source?: "customerQuery" | "general";
2467
2468
  dueAt: string;
2468
2469
  inbox: SupportInbox;
2469
2470
  messageId?: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.400.876",
5
+ "version": "1.400.877",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -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