@kl1/contracts 1.2.66-uat → 1.2.68-uat

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.
Files changed (43) hide show
  1. package/dist/api-contracts/src/chat/index.d.ts +191 -170
  2. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/chat/schema.d.ts +45 -45
  4. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/validation.d.ts +72 -56
  6. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/contract.d.ts +650 -415
  8. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  9. package/dist/api-contracts/src/dashboard/index.d.ts +184 -37
  10. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  11. package/dist/api-contracts/src/dashboard/schema.d.ts +39 -18
  12. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  13. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
  14. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
  15. package/dist/api-contracts/src/instagram/index.d.ts +33 -33
  16. package/dist/api-contracts/src/line/index.d.ts +38 -38
  17. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  18. package/dist/api-contracts/src/messenger/index.d.ts +33 -33
  19. package/dist/api-contracts/src/presence-status/index.d.ts +92 -44
  20. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/presence-status/schema.d.ts +13 -10
  22. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/presence-status/validation.d.ts +18 -6
  24. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  25. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  26. package/dist/api-contracts/src/telegram/index.d.ts +33 -33
  27. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +48 -24
  28. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +20 -10
  30. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +32 -16
  32. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +40 -20
  34. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  35. package/dist/api-contracts/src/viber/index.d.ts +33 -33
  36. package/dist/api-contracts/src/webchat/index.d.ts +33 -33
  37. package/dist/api-contracts/src/whatsapp/index.d.ts +33 -33
  38. package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -12
  39. package/dist/index.js +65 -19
  40. package/dist/index.js.map +1 -1
  41. package/dist/index.mjs +65 -19
  42. package/dist/index.mjs.map +1 -1
  43. package/package.json +1 -1
@@ -1781,7 +1781,7 @@ export declare const telegramContract: {
1781
1781
  id: z.ZodOptional<z.ZodString>;
1782
1782
  message: z.ZodOptional<z.ZodString>;
1783
1783
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1784
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
1784
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
1785
1785
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1786
1786
  metadata: z.ZodOptional<z.ZodAny>;
1787
1787
  platformId: z.ZodOptional<z.ZodString>;
@@ -1837,7 +1837,7 @@ export declare const telegramContract: {
1837
1837
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1838
1838
  label: z.ZodOptional<z.ZodString>;
1839
1839
  }, "strip", z.ZodTypeAny, {
1840
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1840
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1841
1841
  direction: "incoming" | "outgoing" | "system";
1842
1842
  id?: string | undefined;
1843
1843
  message?: string | undefined;
@@ -1872,7 +1872,7 @@ export declare const telegramContract: {
1872
1872
  editedAt?: string | Date | null | undefined;
1873
1873
  label?: string | undefined;
1874
1874
  }, {
1875
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1875
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1876
1876
  direction: "incoming" | "outgoing" | "system";
1877
1877
  id?: string | undefined;
1878
1878
  message?: string | undefined;
@@ -1909,7 +1909,7 @@ export declare const telegramContract: {
1909
1909
  }>;
1910
1910
  }, "strip", z.ZodTypeAny, {
1911
1911
  message: {
1912
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1912
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1913
1913
  direction: "incoming" | "outgoing" | "system";
1914
1914
  id?: string | undefined;
1915
1915
  message?: string | undefined;
@@ -2040,7 +2040,7 @@ export declare const telegramContract: {
2040
2040
  isBot: boolean | null;
2041
2041
  }, {
2042
2042
  message: {
2043
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2043
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2044
2044
  direction: "incoming" | "outgoing" | "system";
2045
2045
  id?: string | undefined;
2046
2046
  message?: string | undefined;
@@ -2175,7 +2175,7 @@ export declare const telegramContract: {
2175
2175
  200: z.ZodObject<{
2176
2176
  requestId: z.ZodString;
2177
2177
  data: z.ZodObject<{
2178
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2178
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
2179
2179
  message: z.ZodString;
2180
2180
  id: z.ZodString;
2181
2181
  url: z.ZodString;
@@ -6111,7 +6111,7 @@ export declare const telegramContract: {
6111
6111
  deletedAt: z.ZodNullable<z.ZodDate>;
6112
6112
  message: z.ZodString;
6113
6113
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6114
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6114
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
6115
6115
  readAt: z.ZodDate;
6116
6116
  metadata: z.ZodAny;
6117
6117
  platformId: z.ZodString;
@@ -6769,7 +6769,7 @@ export declare const telegramContract: {
6769
6769
  };
6770
6770
  }>;
6771
6771
  }, "strip", z.ZodTypeAny, {
6772
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6772
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6773
6773
  message: string;
6774
6774
  id: string;
6775
6775
  url: string;
@@ -6931,7 +6931,7 @@ export declare const telegramContract: {
6931
6931
  metadata?: any;
6932
6932
  template?: any;
6933
6933
  }, {
6934
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6934
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6935
6935
  message: string;
6936
6936
  id: string;
6937
6937
  url: string;
@@ -7305,7 +7305,7 @@ export declare const telegramContract: {
7305
7305
  deletedAt: z.ZodNullable<z.ZodDate>;
7306
7306
  message: z.ZodString;
7307
7307
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7308
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
7308
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
7309
7309
  readAt: z.ZodDate;
7310
7310
  metadata: z.ZodAny;
7311
7311
  platformId: z.ZodString;
@@ -10801,7 +10801,7 @@ export declare const telegramContract: {
10801
10801
  deletedAt: z.ZodNullable<z.ZodDate>;
10802
10802
  message: z.ZodString;
10803
10803
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10804
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
10804
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
10805
10805
  readAt: z.ZodDate;
10806
10806
  metadata: z.ZodAny;
10807
10807
  platformId: z.ZodString;
@@ -11459,7 +11459,7 @@ export declare const telegramContract: {
11459
11459
  };
11460
11460
  }>;
11461
11461
  }, "strip", z.ZodTypeAny, {
11462
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11462
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11463
11463
  message: string;
11464
11464
  id: string;
11465
11465
  url: string;
@@ -11621,7 +11621,7 @@ export declare const telegramContract: {
11621
11621
  metadata?: any;
11622
11622
  template?: any;
11623
11623
  }, {
11624
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11624
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11625
11625
  message: string;
11626
11626
  id: string;
11627
11627
  url: string;
@@ -12423,7 +12423,7 @@ export declare const telegramContract: {
12423
12423
  editedMessageid: z.ZodString;
12424
12424
  label: z.ZodOptional<z.ZodString>;
12425
12425
  }, "strip", z.ZodTypeAny, {
12426
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12426
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12427
12427
  message: string;
12428
12428
  id: string;
12429
12429
  url: string;
@@ -12978,7 +12978,7 @@ export declare const telegramContract: {
12978
12978
  previewUrl: string;
12979
12979
  imageSetId: string;
12980
12980
  repliedMessage: {
12981
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12981
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12982
12982
  message: string;
12983
12983
  id: string;
12984
12984
  url: string;
@@ -13189,7 +13189,7 @@ export declare const telegramContract: {
13189
13189
  template?: any;
13190
13190
  label?: string | undefined;
13191
13191
  }, {
13192
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13192
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13193
13193
  message: string;
13194
13194
  id: string;
13195
13195
  url: string;
@@ -13744,7 +13744,7 @@ export declare const telegramContract: {
13744
13744
  previewUrl: string;
13745
13745
  imageSetId: string;
13746
13746
  repliedMessage: {
13747
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13747
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13748
13748
  message: string;
13749
13749
  id: string;
13750
13750
  url: string;
@@ -13956,7 +13956,7 @@ export declare const telegramContract: {
13956
13956
  label?: string | undefined;
13957
13957
  }>>>;
13958
13958
  }, "strip", z.ZodTypeAny, {
13959
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13959
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13960
13960
  message: string;
13961
13961
  id: string;
13962
13962
  url: string;
@@ -14511,7 +14511,7 @@ export declare const telegramContract: {
14511
14511
  previewUrl: string;
14512
14512
  imageSetId: string;
14513
14513
  repliedMessage: {
14514
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14514
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14515
14515
  message: string;
14516
14516
  id: string;
14517
14517
  url: string;
@@ -14722,7 +14722,7 @@ export declare const telegramContract: {
14722
14722
  template?: any;
14723
14723
  metadata?: any;
14724
14724
  fromMessage?: {
14725
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14725
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14726
14726
  message: string;
14727
14727
  id: string;
14728
14728
  url: string;
@@ -15277,7 +15277,7 @@ export declare const telegramContract: {
15277
15277
  previewUrl: string;
15278
15278
  imageSetId: string;
15279
15279
  repliedMessage: {
15280
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15280
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15281
15281
  message: string;
15282
15282
  id: string;
15283
15283
  url: string;
@@ -15489,7 +15489,7 @@ export declare const telegramContract: {
15489
15489
  label?: string | undefined;
15490
15490
  } | null | undefined;
15491
15491
  }, {
15492
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15492
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15493
15493
  message: string;
15494
15494
  id: string;
15495
15495
  url: string;
@@ -16044,7 +16044,7 @@ export declare const telegramContract: {
16044
16044
  previewUrl: string;
16045
16045
  imageSetId: string;
16046
16046
  repliedMessage: {
16047
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16047
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16048
16048
  message: string;
16049
16049
  id: string;
16050
16050
  url: string;
@@ -16255,7 +16255,7 @@ export declare const telegramContract: {
16255
16255
  template?: any;
16256
16256
  metadata?: any;
16257
16257
  fromMessage?: {
16258
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16258
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16259
16259
  message: string;
16260
16260
  id: string;
16261
16261
  url: string;
@@ -16810,7 +16810,7 @@ export declare const telegramContract: {
16810
16810
  previewUrl: string;
16811
16811
  imageSetId: string;
16812
16812
  repliedMessage: {
16813
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16813
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16814
16814
  message: string;
16815
16815
  id: string;
16816
16816
  url: string;
@@ -17024,7 +17024,7 @@ export declare const telegramContract: {
17024
17024
  }>;
17025
17025
  }, "strip", z.ZodTypeAny, {
17026
17026
  data: {
17027
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17027
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17028
17028
  message: string;
17029
17029
  id: string;
17030
17030
  url: string;
@@ -17579,7 +17579,7 @@ export declare const telegramContract: {
17579
17579
  previewUrl: string;
17580
17580
  imageSetId: string;
17581
17581
  repliedMessage: {
17582
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17582
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17583
17583
  message: string;
17584
17584
  id: string;
17585
17585
  url: string;
@@ -17790,7 +17790,7 @@ export declare const telegramContract: {
17790
17790
  template?: any;
17791
17791
  metadata?: any;
17792
17792
  fromMessage?: {
17793
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17793
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17794
17794
  message: string;
17795
17795
  id: string;
17796
17796
  url: string;
@@ -18345,7 +18345,7 @@ export declare const telegramContract: {
18345
18345
  previewUrl: string;
18346
18346
  imageSetId: string;
18347
18347
  repliedMessage: {
18348
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18348
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18349
18349
  message: string;
18350
18350
  id: string;
18351
18351
  url: string;
@@ -18560,7 +18560,7 @@ export declare const telegramContract: {
18560
18560
  requestId: string;
18561
18561
  }, {
18562
18562
  data: {
18563
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18563
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18564
18564
  message: string;
18565
18565
  id: string;
18566
18566
  url: string;
@@ -19115,7 +19115,7 @@ export declare const telegramContract: {
19115
19115
  previewUrl: string;
19116
19116
  imageSetId: string;
19117
19117
  repliedMessage: {
19118
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19118
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19119
19119
  message: string;
19120
19120
  id: string;
19121
19121
  url: string;
@@ -19326,7 +19326,7 @@ export declare const telegramContract: {
19326
19326
  template?: any;
19327
19327
  metadata?: any;
19328
19328
  fromMessage?: {
19329
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19329
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19330
19330
  message: string;
19331
19331
  id: string;
19332
19332
  url: string;
@@ -19881,7 +19881,7 @@ export declare const telegramContract: {
19881
19881
  previewUrl: string;
19882
19882
  imageSetId: string;
19883
19883
  repliedMessage: {
19884
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19884
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19885
19885
  message: string;
19886
19886
  id: string;
19887
19887
  url: string;
@@ -227,28 +227,34 @@ export declare const telephonyAgentPresenceStatusContract: {
227
227
  createdAt: z.ZodDate;
228
228
  updatedAt: z.ZodDate;
229
229
  deletedAt: z.ZodNullable<z.ZodDate>;
230
- systemName: z.ZodEnum<["receive_call_noti", "do_not_receive_call_noti", "default"]>;
230
+ systemName: z.ZodString;
231
231
  displayName: z.ZodString;
232
+ description: z.ZodNullable<z.ZodString>;
232
233
  position: z.ZodNumber;
233
- emoji: z.ZodString;
234
+ emoji: z.ZodNullable<z.ZodString>;
235
+ presenceStatusOption: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"receive_call">, z.ZodLiteral<"do_not_receive_call">, z.ZodLiteral<"receive_chat_message">, z.ZodLiteral<"do_not_receive_chat_message">]>, "many">;
234
236
  }, "strip", z.ZodTypeAny, {
235
- emoji: string;
237
+ emoji: string | null;
236
238
  id: string;
237
239
  position: number;
240
+ description: string | null;
238
241
  createdAt: Date;
239
242
  updatedAt: Date;
240
243
  deletedAt: Date | null;
241
- systemName: "default" | "receive_call_noti" | "do_not_receive_call_noti";
244
+ systemName: string;
242
245
  displayName: string;
246
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
243
247
  }, {
244
- emoji: string;
248
+ emoji: string | null;
245
249
  id: string;
246
250
  position: number;
251
+ description: string | null;
247
252
  createdAt: Date;
248
253
  updatedAt: Date;
249
254
  deletedAt: Date | null;
250
- systemName: "default" | "receive_call_noti" | "do_not_receive_call_noti";
255
+ systemName: string;
251
256
  displayName: string;
257
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
252
258
  }>;
253
259
  }, "strip", z.ZodTypeAny, {
254
260
  id: string;
@@ -300,14 +306,16 @@ export declare const telephonyAgentPresenceStatusContract: {
300
306
  updatedAt: Date;
301
307
  deletedAt: Date | null;
302
308
  presenceStatus: {
303
- emoji: string;
309
+ emoji: string | null;
304
310
  id: string;
305
311
  position: number;
312
+ description: string | null;
306
313
  createdAt: Date;
307
314
  updatedAt: Date;
308
315
  deletedAt: Date | null;
309
- systemName: "default" | "receive_call_noti" | "do_not_receive_call_noti";
316
+ systemName: string;
310
317
  displayName: string;
318
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
311
319
  };
312
320
  }, {
313
321
  id: string;
@@ -359,14 +367,16 @@ export declare const telephonyAgentPresenceStatusContract: {
359
367
  updatedAt: Date;
360
368
  deletedAt: Date | null;
361
369
  presenceStatus: {
362
- emoji: string;
370
+ emoji: string | null;
363
371
  id: string;
364
372
  position: number;
373
+ description: string | null;
365
374
  createdAt: Date;
366
375
  updatedAt: Date;
367
376
  deletedAt: Date | null;
368
- systemName: "default" | "receive_call_noti" | "do_not_receive_call_noti";
377
+ systemName: string;
369
378
  displayName: string;
379
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
370
380
  };
371
381
  }>;
372
382
  400: z.ZodObject<{
@@ -648,28 +658,34 @@ export declare const telephonyAgentPresenceStatusContract: {
648
658
  createdAt: z.ZodDate;
649
659
  updatedAt: z.ZodDate;
650
660
  deletedAt: z.ZodNullable<z.ZodDate>;
651
- systemName: z.ZodEnum<["receive_call_noti", "do_not_receive_call_noti", "default"]>;
661
+ systemName: z.ZodString;
652
662
  displayName: z.ZodString;
663
+ description: z.ZodNullable<z.ZodString>;
653
664
  position: z.ZodNumber;
654
- emoji: z.ZodString;
665
+ emoji: z.ZodNullable<z.ZodString>;
666
+ presenceStatusOption: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"receive_call">, z.ZodLiteral<"do_not_receive_call">, z.ZodLiteral<"receive_chat_message">, z.ZodLiteral<"do_not_receive_chat_message">]>, "many">;
655
667
  }, "strip", z.ZodTypeAny, {
656
- emoji: string;
668
+ emoji: string | null;
657
669
  id: string;
658
670
  position: number;
671
+ description: string | null;
659
672
  createdAt: Date;
660
673
  updatedAt: Date;
661
674
  deletedAt: Date | null;
662
- systemName: "default" | "receive_call_noti" | "do_not_receive_call_noti";
675
+ systemName: string;
663
676
  displayName: string;
677
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
664
678
  }, {
665
- emoji: string;
679
+ emoji: string | null;
666
680
  id: string;
667
681
  position: number;
682
+ description: string | null;
668
683
  createdAt: Date;
669
684
  updatedAt: Date;
670
685
  deletedAt: Date | null;
671
- systemName: "default" | "receive_call_noti" | "do_not_receive_call_noti";
686
+ systemName: string;
672
687
  displayName: string;
688
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
673
689
  }>;
674
690
  }, "strip", z.ZodTypeAny, {
675
691
  id: string;
@@ -721,14 +737,16 @@ export declare const telephonyAgentPresenceStatusContract: {
721
737
  updatedAt: Date;
722
738
  deletedAt: Date | null;
723
739
  presenceStatus: {
724
- emoji: string;
740
+ emoji: string | null;
725
741
  id: string;
726
742
  position: number;
743
+ description: string | null;
727
744
  createdAt: Date;
728
745
  updatedAt: Date;
729
746
  deletedAt: Date | null;
730
- systemName: "default" | "receive_call_noti" | "do_not_receive_call_noti";
747
+ systemName: string;
731
748
  displayName: string;
749
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
732
750
  };
733
751
  }, {
734
752
  id: string;
@@ -780,14 +798,16 @@ export declare const telephonyAgentPresenceStatusContract: {
780
798
  updatedAt: Date;
781
799
  deletedAt: Date | null;
782
800
  presenceStatus: {
783
- emoji: string;
801
+ emoji: string | null;
784
802
  id: string;
785
803
  position: number;
804
+ description: string | null;
786
805
  createdAt: Date;
787
806
  updatedAt: Date;
788
807
  deletedAt: Date | null;
789
- systemName: "default" | "receive_call_noti" | "do_not_receive_call_noti";
808
+ systemName: string;
790
809
  displayName: string;
810
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
791
811
  };
792
812
  }>;
793
813
  }, "strip", z.ZodTypeAny, {
@@ -842,14 +862,16 @@ export declare const telephonyAgentPresenceStatusContract: {
842
862
  updatedAt: Date;
843
863
  deletedAt: Date | null;
844
864
  presenceStatus: {
845
- emoji: string;
865
+ emoji: string | null;
846
866
  id: string;
847
867
  position: number;
868
+ description: string | null;
848
869
  createdAt: Date;
849
870
  updatedAt: Date;
850
871
  deletedAt: Date | null;
851
- systemName: "default" | "receive_call_noti" | "do_not_receive_call_noti";
872
+ systemName: string;
852
873
  displayName: string;
874
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
853
875
  };
854
876
  };
855
877
  }, {
@@ -904,14 +926,16 @@ export declare const telephonyAgentPresenceStatusContract: {
904
926
  updatedAt: Date;
905
927
  deletedAt: Date | null;
906
928
  presenceStatus: {
907
- emoji: string;
929
+ emoji: string | null;
908
930
  id: string;
909
931
  position: number;
932
+ description: string | null;
910
933
  createdAt: Date;
911
934
  updatedAt: Date;
912
935
  deletedAt: Date | null;
913
- systemName: "default" | "receive_call_noti" | "do_not_receive_call_noti";
936
+ systemName: string;
914
937
  displayName: string;
938
+ presenceStatusOption: ("receive_call" | "do_not_receive_call" | "receive_chat_message" | "do_not_receive_chat_message")[];
915
939
  };
916
940
  };
917
941
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/telephony-agent-presence-status/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAWpB,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAEtD,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE7E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsChD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/telephony-agent-presence-status/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAWpB,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAEtD,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE7E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsChD,CAAC"}