@kl1/contracts 1.1.74-uat → 1.1.75-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. package/dist/api-contracts/src/contract.d.ts +91 -0
  2. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  3. package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
  4. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  5. package/dist/api-contracts/src/dashboard/validation.d.ts +9 -0
  6. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/hold-label/index.d.ts +75 -2
  8. package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/hold-label/validation.d.ts +1 -1
  10. package/dist/index.js +393 -371
  11. package/dist/index.js.map +1 -1
  12. package/dist/index.mjs +393 -371
  13. package/dist/index.mjs.map +1 -1
  14. package/dist/src/channel/index.d.ts +652 -620
  15. package/dist/src/channel/index.d.ts.map +1 -1
  16. package/dist/src/chat/index.d.ts +551 -4289
  17. package/dist/src/chat/index.d.ts.map +1 -1
  18. package/dist/src/chat/schema.d.ts +218 -200
  19. package/dist/src/chat/schema.d.ts.map +1 -1
  20. package/dist/src/chat/validation.d.ts +134 -160
  21. package/dist/src/chat/validation.d.ts.map +1 -1
  22. package/dist/src/comment/index.d.ts +68 -68
  23. package/dist/src/comment/schema.d.ts +20 -20
  24. package/dist/src/contact/index.d.ts +79 -79
  25. package/dist/src/contact/schema.d.ts +12 -12
  26. package/dist/src/contact/validation.d.ts +49 -49
  27. package/dist/src/contract.d.ts +5733 -23901
  28. package/dist/src/contract.d.ts.map +1 -1
  29. package/dist/src/cx-log/index.d.ts +48 -93
  30. package/dist/src/cx-log/index.d.ts.map +1 -1
  31. package/dist/src/cx-log/schema.d.ts +40 -40
  32. package/dist/src/dashboard/index.d.ts +231 -233
  33. package/dist/src/dashboard/index.d.ts.map +1 -1
  34. package/dist/src/dashboard/schema.d.ts +260 -217
  35. package/dist/src/dashboard/schema.d.ts.map +1 -1
  36. package/dist/src/dashboard/validation.d.ts +0 -26
  37. package/dist/src/dashboard/validation.d.ts.map +1 -1
  38. package/dist/src/facebook-feed/index.d.ts +122 -122
  39. package/dist/src/facebook-feed/schema.d.ts +14 -14
  40. package/dist/src/facebook-feed/validation.d.ts +11 -11
  41. package/dist/src/index.d.ts +0 -1
  42. package/dist/src/index.d.ts.map +1 -1
  43. package/dist/src/instagram/index.d.ts +101 -101
  44. package/dist/src/line/index.d.ts +106 -106
  45. package/dist/src/line/validation.d.ts +5 -5
  46. package/dist/src/mail/account-contract.d.ts +8 -8
  47. package/dist/src/mail/mail-contract.d.ts +5993 -28466
  48. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  49. package/dist/src/mail/mail-server-contract.d.ts +5 -5
  50. package/dist/src/mail/message-contract.d.ts +63 -6423
  51. package/dist/src/mail/message-contract.d.ts.map +1 -1
  52. package/dist/src/mail/room-contract.d.ts +1583 -17698
  53. package/dist/src/mail/room-contract.d.ts.map +1 -1
  54. package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
  55. package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
  56. package/dist/src/mail/schemas/message.schema.d.ts +40 -762
  57. package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
  58. package/dist/src/mail/schemas/room-validation.schema.d.ts +376 -5668
  59. package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  60. package/dist/src/mail/schemas/room.schema.d.ts +486 -5817
  61. package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
  62. package/dist/src/messenger/index.d.ts +101 -101
  63. package/dist/src/messenger/validation.d.ts +11 -11
  64. package/dist/src/public-api/index.d.ts +59 -59
  65. package/dist/src/public-api/schema.d.ts +12 -12
  66. package/dist/src/public-api/validation.d.ts +19 -19
  67. package/dist/src/role/index.d.ts +0 -125
  68. package/dist/src/role/index.d.ts.map +1 -1
  69. package/dist/src/snippet/index.d.ts +105 -105
  70. package/dist/src/snippet/schema.d.ts +40 -40
  71. package/dist/src/telephony-cdr/index.d.ts +54 -54
  72. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  73. package/dist/src/telephony-cdr/schema.d.ts +14 -14
  74. package/dist/src/ticket/index.d.ts +111 -111
  75. package/dist/src/ticket/schema.d.ts +21 -21
  76. package/dist/src/upload/schema.d.ts +3 -3
  77. package/dist/src/viber/index.d.ts +101 -101
  78. package/dist/src/webchat/index.d.ts +101 -101
  79. package/dist/src/workflow-rule/index.d.ts +26 -26
  80. package/package.json +1 -1
@@ -370,7 +370,7 @@ export declare const platformWebchatContract: {
370
370
  id: z.ZodOptional<z.ZodString>;
371
371
  message: z.ZodOptional<z.ZodString>;
372
372
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
373
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
373
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
374
374
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
375
375
  metadata: z.ZodOptional<z.ZodAny>;
376
376
  platformId: z.ZodOptional<z.ZodString>;
@@ -422,7 +422,7 @@ export declare const platformWebchatContract: {
422
422
  parentMessageId: z.ZodOptional<z.ZodString>;
423
423
  feedPostId: z.ZodOptional<z.ZodString>;
424
424
  }, "strip", z.ZodTypeAny, {
425
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
425
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
426
426
  direction: "incoming" | "outgoing" | "system";
427
427
  id?: string | undefined;
428
428
  message?: string | undefined;
@@ -453,7 +453,7 @@ export declare const platformWebchatContract: {
453
453
  parentMessageId?: string | undefined;
454
454
  feedPostId?: string | undefined;
455
455
  }, {
456
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
456
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
457
457
  direction: "incoming" | "outgoing" | "system";
458
458
  id?: string | undefined;
459
459
  message?: string | undefined;
@@ -486,7 +486,7 @@ export declare const platformWebchatContract: {
486
486
  }>;
487
487
  }, "strip", z.ZodTypeAny, {
488
488
  message: {
489
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
489
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
490
490
  direction: "incoming" | "outgoing" | "system";
491
491
  id?: string | undefined;
492
492
  message?: string | undefined;
@@ -589,7 +589,7 @@ export declare const platformWebchatContract: {
589
589
  isBot: boolean | null;
590
590
  }, {
591
591
  message: {
592
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
592
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
593
593
  direction: "incoming" | "outgoing" | "system";
594
594
  id?: string | undefined;
595
595
  message?: string | undefined;
@@ -696,7 +696,7 @@ export declare const platformWebchatContract: {
696
696
  200: z.ZodObject<{
697
697
  requestId: z.ZodString;
698
698
  data: z.ZodObject<{
699
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
699
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
700
700
  message: z.ZodString;
701
701
  id: z.ZodString;
702
702
  url: z.ZodString;
@@ -920,10 +920,9 @@ export declare const platformWebchatContract: {
920
920
  fileSize: z.ZodNumber;
921
921
  fileKey: z.ZodString;
922
922
  fileUrl: z.ZodNullable<z.ZodString>;
923
- status: z.ZodNullable<z.ZodString>;
923
+ status: z.ZodOptional<z.ZodString>;
924
924
  }, "strip", z.ZodTypeAny, {
925
925
  id: string;
926
- status: string | null;
927
926
  createdAt: Date;
928
927
  updatedAt: Date;
929
928
  deletedAt: Date | null;
@@ -932,9 +931,9 @@ export declare const platformWebchatContract: {
932
931
  bucketName: string;
933
932
  fileSize: number;
934
933
  fileUrl: string | null;
934
+ status?: string | undefined;
935
935
  }, {
936
936
  id: string;
937
- status: string | null;
938
937
  createdAt: Date;
939
938
  updatedAt: Date;
940
939
  deletedAt: Date | null;
@@ -943,6 +942,7 @@ export declare const platformWebchatContract: {
943
942
  bucketName: string;
944
943
  fileSize: number;
945
944
  fileUrl: string | null;
945
+ status?: string | undefined;
946
946
  }>;
947
947
  assignee: z.ZodObject<{
948
948
  id: z.ZodString;
@@ -1484,10 +1484,9 @@ export declare const platformWebchatContract: {
1484
1484
  fileSize: z.ZodNumber;
1485
1485
  fileKey: z.ZodString;
1486
1486
  fileUrl: z.ZodNullable<z.ZodString>;
1487
- status: z.ZodNullable<z.ZodString>;
1487
+ status: z.ZodOptional<z.ZodString>;
1488
1488
  }, "strip", z.ZodTypeAny, {
1489
1489
  id: string;
1490
- status: string | null;
1491
1490
  createdAt: Date;
1492
1491
  updatedAt: Date;
1493
1492
  deletedAt: Date | null;
@@ -1496,9 +1495,9 @@ export declare const platformWebchatContract: {
1496
1495
  bucketName: string;
1497
1496
  fileSize: number;
1498
1497
  fileUrl: string | null;
1498
+ status?: string | undefined;
1499
1499
  }, {
1500
1500
  id: string;
1501
- status: string | null;
1502
1501
  createdAt: Date;
1503
1502
  updatedAt: Date;
1504
1503
  deletedAt: Date | null;
@@ -1507,6 +1506,7 @@ export declare const platformWebchatContract: {
1507
1506
  bucketName: string;
1508
1507
  fileSize: number;
1509
1508
  fileUrl: string | null;
1509
+ status?: string | undefined;
1510
1510
  }>, "many">;
1511
1511
  }, "strip", z.ZodTypeAny, {
1512
1512
  id: string;
@@ -1533,7 +1533,6 @@ export declare const platformWebchatContract: {
1533
1533
  dateValue: Date | null;
1534
1534
  uploads: {
1535
1535
  id: string;
1536
- status: string | null;
1537
1536
  createdAt: Date;
1538
1537
  updatedAt: Date;
1539
1538
  deletedAt: Date | null;
@@ -1542,6 +1541,7 @@ export declare const platformWebchatContract: {
1542
1541
  bucketName: string;
1543
1542
  fileSize: number;
1544
1543
  fileUrl: string | null;
1544
+ status?: string | undefined;
1545
1545
  }[];
1546
1546
  }, {
1547
1547
  id: string;
@@ -1568,7 +1568,6 @@ export declare const platformWebchatContract: {
1568
1568
  dateValue: Date | null;
1569
1569
  uploads: {
1570
1570
  id: string;
1571
- status: string | null;
1572
1571
  createdAt: Date;
1573
1572
  updatedAt: Date;
1574
1573
  deletedAt: Date | null;
@@ -1577,6 +1576,7 @@ export declare const platformWebchatContract: {
1577
1576
  bucketName: string;
1578
1577
  fileSize: number;
1579
1578
  fileUrl: string | null;
1579
+ status?: string | undefined;
1580
1580
  }[];
1581
1581
  }>, "many">;
1582
1582
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -1716,7 +1716,6 @@ export declare const platformWebchatContract: {
1716
1716
  dateValue: Date | null;
1717
1717
  uploads: {
1718
1718
  id: string;
1719
- status: string | null;
1720
1719
  createdAt: Date;
1721
1720
  updatedAt: Date;
1722
1721
  deletedAt: Date | null;
@@ -1725,6 +1724,7 @@ export declare const platformWebchatContract: {
1725
1724
  bucketName: string;
1726
1725
  fileSize: number;
1727
1726
  fileUrl: string | null;
1727
+ status?: string | undefined;
1728
1728
  }[];
1729
1729
  }[];
1730
1730
  company: {
@@ -1812,7 +1812,6 @@ export declare const platformWebchatContract: {
1812
1812
  dateValue: Date | null;
1813
1813
  uploads: {
1814
1814
  id: string;
1815
- status: string | null;
1816
1815
  createdAt: Date;
1817
1816
  updatedAt: Date;
1818
1817
  deletedAt: Date | null;
@@ -1821,6 +1820,7 @@ export declare const platformWebchatContract: {
1821
1820
  bucketName: string;
1822
1821
  fileSize: number;
1823
1822
  fileUrl: string | null;
1823
+ status?: string | undefined;
1824
1824
  }[];
1825
1825
  }[];
1826
1826
  company: {
@@ -1921,7 +1921,6 @@ export declare const platformWebchatContract: {
1921
1921
  dateValue: Date | null;
1922
1922
  uploads: {
1923
1923
  id: string;
1924
- status: string | null;
1925
1924
  createdAt: Date;
1926
1925
  updatedAt: Date;
1927
1926
  deletedAt: Date | null;
@@ -1930,6 +1929,7 @@ export declare const platformWebchatContract: {
1930
1929
  bucketName: string;
1931
1930
  fileSize: number;
1932
1931
  fileUrl: string | null;
1932
+ status?: string | undefined;
1933
1933
  }[];
1934
1934
  }[];
1935
1935
  company: {
@@ -2032,7 +2032,6 @@ export declare const platformWebchatContract: {
2032
2032
  dateValue: Date | null;
2033
2033
  uploads: {
2034
2034
  id: string;
2035
- status: string | null;
2036
2035
  createdAt: Date;
2037
2036
  updatedAt: Date;
2038
2037
  deletedAt: Date | null;
@@ -2041,6 +2040,7 @@ export declare const platformWebchatContract: {
2041
2040
  bucketName: string;
2042
2041
  fileSize: number;
2043
2042
  fileUrl: string | null;
2043
+ status?: string | undefined;
2044
2044
  }[];
2045
2045
  }[];
2046
2046
  company: {
@@ -3529,7 +3529,6 @@ export declare const platformWebchatContract: {
3529
3529
  dateValue: Date | null;
3530
3530
  uploads: {
3531
3531
  id: string;
3532
- status: string | null;
3533
3532
  createdAt: Date;
3534
3533
  updatedAt: Date;
3535
3534
  deletedAt: Date | null;
@@ -3538,6 +3537,7 @@ export declare const platformWebchatContract: {
3538
3537
  bucketName: string;
3539
3538
  fileSize: number;
3540
3539
  fileUrl: string | null;
3540
+ status?: string | undefined;
3541
3541
  }[];
3542
3542
  }[];
3543
3543
  company: {
@@ -3896,7 +3896,6 @@ export declare const platformWebchatContract: {
3896
3896
  dateValue: Date | null;
3897
3897
  uploads: {
3898
3898
  id: string;
3899
- status: string | null;
3900
3899
  createdAt: Date;
3901
3900
  updatedAt: Date;
3902
3901
  deletedAt: Date | null;
@@ -3905,6 +3904,7 @@ export declare const platformWebchatContract: {
3905
3904
  bucketName: string;
3906
3905
  fileSize: number;
3907
3906
  fileUrl: string | null;
3907
+ status?: string | undefined;
3908
3908
  }[];
3909
3909
  }[];
3910
3910
  company: {
@@ -4127,7 +4127,7 @@ export declare const platformWebchatContract: {
4127
4127
  deletedAt: z.ZodNullable<z.ZodDate>;
4128
4128
  message: z.ZodString;
4129
4129
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4130
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
4130
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
4131
4131
  readAt: z.ZodDate;
4132
4132
  metadata: z.ZodAny;
4133
4133
  platformId: z.ZodString;
@@ -4148,10 +4148,9 @@ export declare const platformWebchatContract: {
4148
4148
  fileSize: z.ZodNumber;
4149
4149
  fileKey: z.ZodString;
4150
4150
  fileUrl: z.ZodNullable<z.ZodString>;
4151
- status: z.ZodNullable<z.ZodString>;
4151
+ status: z.ZodOptional<z.ZodString>;
4152
4152
  }, "strip", z.ZodTypeAny, {
4153
4153
  id: string;
4154
- status: string | null;
4155
4154
  createdAt: Date;
4156
4155
  updatedAt: Date;
4157
4156
  deletedAt: Date | null;
@@ -4160,9 +4159,9 @@ export declare const platformWebchatContract: {
4160
4159
  bucketName: string;
4161
4160
  fileSize: number;
4162
4161
  fileUrl: string | null;
4162
+ status?: string | undefined;
4163
4163
  }, {
4164
4164
  id: string;
4165
- status: string | null;
4166
4165
  createdAt: Date;
4167
4166
  updatedAt: Date;
4168
4167
  deletedAt: Date | null;
@@ -4171,6 +4170,7 @@ export declare const platformWebchatContract: {
4171
4170
  bucketName: string;
4172
4171
  fileSize: number;
4173
4172
  fileUrl: string | null;
4173
+ status?: string | undefined;
4174
4174
  }>;
4175
4175
  actor: z.ZodObject<{
4176
4176
  id: z.ZodString;
@@ -4785,7 +4785,7 @@ export declare const platformWebchatContract: {
4785
4785
  };
4786
4786
  }>;
4787
4787
  }, "strip", z.ZodTypeAny, {
4788
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
4788
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
4789
4789
  message: string;
4790
4790
  id: string;
4791
4791
  url: string;
@@ -4839,7 +4839,6 @@ export declare const platformWebchatContract: {
4839
4839
  };
4840
4840
  upload: {
4841
4841
  id: string;
4842
- status: string | null;
4843
4842
  createdAt: Date;
4844
4843
  updatedAt: Date;
4845
4844
  deletedAt: Date | null;
@@ -4848,6 +4847,7 @@ export declare const platformWebchatContract: {
4848
4847
  bucketName: string;
4849
4848
  fileSize: number;
4850
4849
  fileUrl: string | null;
4850
+ status?: string | undefined;
4851
4851
  };
4852
4852
  assignee: {
4853
4853
  id: string;
@@ -4947,7 +4947,7 @@ export declare const platformWebchatContract: {
4947
4947
  metadata?: any;
4948
4948
  template?: any;
4949
4949
  }, {
4950
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
4950
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
4951
4951
  message: string;
4952
4952
  id: string;
4953
4953
  url: string;
@@ -5001,7 +5001,6 @@ export declare const platformWebchatContract: {
5001
5001
  };
5002
5002
  upload: {
5003
5003
  id: string;
5004
- status: string | null;
5005
5004
  createdAt: Date;
5006
5005
  updatedAt: Date;
5007
5006
  deletedAt: Date | null;
@@ -5010,6 +5009,7 @@ export declare const platformWebchatContract: {
5010
5009
  bucketName: string;
5011
5010
  fileSize: number;
5012
5011
  fileUrl: string | null;
5012
+ status?: string | undefined;
5013
5013
  };
5014
5014
  assignee: {
5015
5015
  id: string;
@@ -5320,7 +5320,7 @@ export declare const platformWebchatContract: {
5320
5320
  deletedAt: z.ZodNullable<z.ZodDate>;
5321
5321
  message: z.ZodString;
5322
5322
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
5323
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
5323
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
5324
5324
  readAt: z.ZodDate;
5325
5325
  metadata: z.ZodAny;
5326
5326
  platformId: z.ZodString;
@@ -5666,10 +5666,9 @@ export declare const platformWebchatContract: {
5666
5666
  fileSize: z.ZodNumber;
5667
5667
  fileKey: z.ZodString;
5668
5668
  fileUrl: z.ZodNullable<z.ZodString>;
5669
- status: z.ZodNullable<z.ZodString>;
5669
+ status: z.ZodOptional<z.ZodString>;
5670
5670
  }, "strip", z.ZodTypeAny, {
5671
5671
  id: string;
5672
- status: string | null;
5673
5672
  createdAt: Date;
5674
5673
  updatedAt: Date;
5675
5674
  deletedAt: Date | null;
@@ -5678,9 +5677,9 @@ export declare const platformWebchatContract: {
5678
5677
  bucketName: string;
5679
5678
  fileSize: number;
5680
5679
  fileUrl: string | null;
5680
+ status?: string | undefined;
5681
5681
  }, {
5682
5682
  id: string;
5683
- status: string | null;
5684
5683
  createdAt: Date;
5685
5684
  updatedAt: Date;
5686
5685
  deletedAt: Date | null;
@@ -5689,6 +5688,7 @@ export declare const platformWebchatContract: {
5689
5688
  bucketName: string;
5690
5689
  fileSize: number;
5691
5690
  fileUrl: string | null;
5691
+ status?: string | undefined;
5692
5692
  }>, "many">;
5693
5693
  }, "strip", z.ZodTypeAny, {
5694
5694
  id: string;
@@ -5715,7 +5715,6 @@ export declare const platformWebchatContract: {
5715
5715
  dateValue: Date | null;
5716
5716
  uploads: {
5717
5717
  id: string;
5718
- status: string | null;
5719
5718
  createdAt: Date;
5720
5719
  updatedAt: Date;
5721
5720
  deletedAt: Date | null;
@@ -5724,6 +5723,7 @@ export declare const platformWebchatContract: {
5724
5723
  bucketName: string;
5725
5724
  fileSize: number;
5726
5725
  fileUrl: string | null;
5726
+ status?: string | undefined;
5727
5727
  }[];
5728
5728
  }, {
5729
5729
  id: string;
@@ -5750,7 +5750,6 @@ export declare const platformWebchatContract: {
5750
5750
  dateValue: Date | null;
5751
5751
  uploads: {
5752
5752
  id: string;
5753
- status: string | null;
5754
5753
  createdAt: Date;
5755
5754
  updatedAt: Date;
5756
5755
  deletedAt: Date | null;
@@ -5759,6 +5758,7 @@ export declare const platformWebchatContract: {
5759
5758
  bucketName: string;
5760
5759
  fileSize: number;
5761
5760
  fileUrl: string | null;
5761
+ status?: string | undefined;
5762
5762
  }[];
5763
5763
  }>, "many">;
5764
5764
  contactEmails: z.ZodArray<z.ZodObject<{
@@ -5898,7 +5898,6 @@ export declare const platformWebchatContract: {
5898
5898
  dateValue: Date | null;
5899
5899
  uploads: {
5900
5900
  id: string;
5901
- status: string | null;
5902
5901
  createdAt: Date;
5903
5902
  updatedAt: Date;
5904
5903
  deletedAt: Date | null;
@@ -5907,6 +5906,7 @@ export declare const platformWebchatContract: {
5907
5906
  bucketName: string;
5908
5907
  fileSize: number;
5909
5908
  fileUrl: string | null;
5909
+ status?: string | undefined;
5910
5910
  }[];
5911
5911
  }[];
5912
5912
  company: {
@@ -5994,7 +5994,6 @@ export declare const platformWebchatContract: {
5994
5994
  dateValue: Date | null;
5995
5995
  uploads: {
5996
5996
  id: string;
5997
- status: string | null;
5998
5997
  createdAt: Date;
5999
5998
  updatedAt: Date;
6000
5999
  deletedAt: Date | null;
@@ -6003,6 +6002,7 @@ export declare const platformWebchatContract: {
6003
6002
  bucketName: string;
6004
6003
  fileSize: number;
6005
6004
  fileUrl: string | null;
6005
+ status?: string | undefined;
6006
6006
  }[];
6007
6007
  }[];
6008
6008
  company: {
@@ -6103,7 +6103,6 @@ export declare const platformWebchatContract: {
6103
6103
  dateValue: Date | null;
6104
6104
  uploads: {
6105
6105
  id: string;
6106
- status: string | null;
6107
6106
  createdAt: Date;
6108
6107
  updatedAt: Date;
6109
6108
  deletedAt: Date | null;
@@ -6112,6 +6111,7 @@ export declare const platformWebchatContract: {
6112
6111
  bucketName: string;
6113
6112
  fileSize: number;
6114
6113
  fileUrl: string | null;
6114
+ status?: string | undefined;
6115
6115
  }[];
6116
6116
  }[];
6117
6117
  company: {
@@ -6214,7 +6214,6 @@ export declare const platformWebchatContract: {
6214
6214
  dateValue: Date | null;
6215
6215
  uploads: {
6216
6216
  id: string;
6217
- status: string | null;
6218
6217
  createdAt: Date;
6219
6218
  updatedAt: Date;
6220
6219
  deletedAt: Date | null;
@@ -6223,6 +6222,7 @@ export declare const platformWebchatContract: {
6223
6222
  bucketName: string;
6224
6223
  fileSize: number;
6225
6224
  fileUrl: string | null;
6225
+ status?: string | undefined;
6226
6226
  }[];
6227
6227
  }[];
6228
6228
  company: {
@@ -7711,7 +7711,6 @@ export declare const platformWebchatContract: {
7711
7711
  dateValue: Date | null;
7712
7712
  uploads: {
7713
7713
  id: string;
7714
- status: string | null;
7715
7714
  createdAt: Date;
7716
7715
  updatedAt: Date;
7717
7716
  deletedAt: Date | null;
@@ -7720,6 +7719,7 @@ export declare const platformWebchatContract: {
7720
7719
  bucketName: string;
7721
7720
  fileSize: number;
7722
7721
  fileUrl: string | null;
7722
+ status?: string | undefined;
7723
7723
  }[];
7724
7724
  }[];
7725
7725
  company: {
@@ -8078,7 +8078,6 @@ export declare const platformWebchatContract: {
8078
8078
  dateValue: Date | null;
8079
8079
  uploads: {
8080
8080
  id: string;
8081
- status: string | null;
8082
8081
  createdAt: Date;
8083
8082
  updatedAt: Date;
8084
8083
  deletedAt: Date | null;
@@ -8087,6 +8086,7 @@ export declare const platformWebchatContract: {
8087
8086
  bucketName: string;
8088
8087
  fileSize: number;
8089
8088
  fileUrl: string | null;
8089
+ status?: string | undefined;
8090
8090
  }[];
8091
8091
  }[];
8092
8092
  company: {
@@ -8281,10 +8281,9 @@ export declare const platformWebchatContract: {
8281
8281
  fileSize: z.ZodNumber;
8282
8282
  fileKey: z.ZodString;
8283
8283
  fileUrl: z.ZodNullable<z.ZodString>;
8284
- status: z.ZodNullable<z.ZodString>;
8284
+ status: z.ZodOptional<z.ZodString>;
8285
8285
  }, "strip", z.ZodTypeAny, {
8286
8286
  id: string;
8287
- status: string | null;
8288
8287
  createdAt: Date;
8289
8288
  updatedAt: Date;
8290
8289
  deletedAt: Date | null;
@@ -8293,9 +8292,9 @@ export declare const platformWebchatContract: {
8293
8292
  bucketName: string;
8294
8293
  fileSize: number;
8295
8294
  fileUrl: string | null;
8295
+ status?: string | undefined;
8296
8296
  }, {
8297
8297
  id: string;
8298
- status: string | null;
8299
8298
  createdAt: Date;
8300
8299
  updatedAt: Date;
8301
8300
  deletedAt: Date | null;
@@ -8304,6 +8303,7 @@ export declare const platformWebchatContract: {
8304
8303
  bucketName: string;
8305
8304
  fileSize: number;
8306
8305
  fileUrl: string | null;
8306
+ status?: string | undefined;
8307
8307
  }>;
8308
8308
  repliedMessage: z.ZodLazy<z.ZodObject<{
8309
8309
  id: z.ZodString;
@@ -8312,7 +8312,7 @@ export declare const platformWebchatContract: {
8312
8312
  deletedAt: z.ZodNullable<z.ZodDate>;
8313
8313
  message: z.ZodString;
8314
8314
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
8315
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
8315
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
8316
8316
  readAt: z.ZodDate;
8317
8317
  metadata: z.ZodAny;
8318
8318
  platformId: z.ZodString;
@@ -8333,10 +8333,9 @@ export declare const platformWebchatContract: {
8333
8333
  fileSize: z.ZodNumber;
8334
8334
  fileKey: z.ZodString;
8335
8335
  fileUrl: z.ZodNullable<z.ZodString>;
8336
- status: z.ZodNullable<z.ZodString>;
8336
+ status: z.ZodOptional<z.ZodString>;
8337
8337
  }, "strip", z.ZodTypeAny, {
8338
8338
  id: string;
8339
- status: string | null;
8340
8339
  createdAt: Date;
8341
8340
  updatedAt: Date;
8342
8341
  deletedAt: Date | null;
@@ -8345,9 +8344,9 @@ export declare const platformWebchatContract: {
8345
8344
  bucketName: string;
8346
8345
  fileSize: number;
8347
8346
  fileUrl: string | null;
8347
+ status?: string | undefined;
8348
8348
  }, {
8349
8349
  id: string;
8350
- status: string | null;
8351
8350
  createdAt: Date;
8352
8351
  updatedAt: Date;
8353
8352
  deletedAt: Date | null;
@@ -8356,6 +8355,7 @@ export declare const platformWebchatContract: {
8356
8355
  bucketName: string;
8357
8356
  fileSize: number;
8358
8357
  fileUrl: string | null;
8358
+ status?: string | undefined;
8359
8359
  }>;
8360
8360
  actor: z.ZodObject<{
8361
8361
  id: z.ZodString;
@@ -8970,7 +8970,7 @@ export declare const platformWebchatContract: {
8970
8970
  };
8971
8971
  }>;
8972
8972
  }, "strip", z.ZodTypeAny, {
8973
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
8973
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
8974
8974
  message: string;
8975
8975
  id: string;
8976
8976
  url: string;
@@ -9024,7 +9024,6 @@ export declare const platformWebchatContract: {
9024
9024
  };
9025
9025
  upload: {
9026
9026
  id: string;
9027
- status: string | null;
9028
9027
  createdAt: Date;
9029
9028
  updatedAt: Date;
9030
9029
  deletedAt: Date | null;
@@ -9033,6 +9032,7 @@ export declare const platformWebchatContract: {
9033
9032
  bucketName: string;
9034
9033
  fileSize: number;
9035
9034
  fileUrl: string | null;
9035
+ status?: string | undefined;
9036
9036
  };
9037
9037
  assignee: {
9038
9038
  id: string;
@@ -9132,7 +9132,7 @@ export declare const platformWebchatContract: {
9132
9132
  metadata?: any;
9133
9133
  template?: any;
9134
9134
  }, {
9135
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
9135
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
9136
9136
  message: string;
9137
9137
  id: string;
9138
9138
  url: string;
@@ -9186,7 +9186,6 @@ export declare const platformWebchatContract: {
9186
9186
  };
9187
9187
  upload: {
9188
9188
  id: string;
9189
- status: string | null;
9190
9189
  createdAt: Date;
9191
9190
  updatedAt: Date;
9192
9191
  deletedAt: Date | null;
@@ -9195,6 +9194,7 @@ export declare const platformWebchatContract: {
9195
9194
  bucketName: string;
9196
9195
  fileSize: number;
9197
9196
  fileUrl: string | null;
9197
+ status?: string | undefined;
9198
9198
  };
9199
9199
  assignee: {
9200
9200
  id: string;
@@ -9932,7 +9932,7 @@ export declare const platformWebchatContract: {
9932
9932
  isActive: boolean;
9933
9933
  }>;
9934
9934
  }, "strip", z.ZodTypeAny, {
9935
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
9935
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
9936
9936
  message: string;
9937
9937
  id: string;
9938
9938
  url: string;
@@ -9986,7 +9986,6 @@ export declare const platformWebchatContract: {
9986
9986
  };
9987
9987
  upload: {
9988
9988
  id: string;
9989
- status: string | null;
9990
9989
  createdAt: Date;
9991
9990
  updatedAt: Date;
9992
9991
  deletedAt: Date | null;
@@ -9995,6 +9994,7 @@ export declare const platformWebchatContract: {
9995
9994
  bucketName: string;
9996
9995
  fileSize: number;
9997
9996
  fileUrl: string | null;
9997
+ status?: string | undefined;
9998
9998
  };
9999
9999
  assignee: {
10000
10000
  id: string;
@@ -10216,7 +10216,6 @@ export declare const platformWebchatContract: {
10216
10216
  dateValue: Date | null;
10217
10217
  uploads: {
10218
10218
  id: string;
10219
- status: string | null;
10220
10219
  createdAt: Date;
10221
10220
  updatedAt: Date;
10222
10221
  deletedAt: Date | null;
@@ -10225,6 +10224,7 @@ export declare const platformWebchatContract: {
10225
10224
  bucketName: string;
10226
10225
  fileSize: number;
10227
10226
  fileUrl: string | null;
10227
+ status?: string | undefined;
10228
10228
  }[];
10229
10229
  }[];
10230
10230
  company: {
@@ -10425,7 +10425,7 @@ export declare const platformWebchatContract: {
10425
10425
  previewUrl: string;
10426
10426
  imageSetId: string;
10427
10427
  repliedMessage: {
10428
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10428
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10429
10429
  message: string;
10430
10430
  id: string;
10431
10431
  url: string;
@@ -10479,7 +10479,6 @@ export declare const platformWebchatContract: {
10479
10479
  };
10480
10480
  upload: {
10481
10481
  id: string;
10482
- status: string | null;
10483
10482
  createdAt: Date;
10484
10483
  updatedAt: Date;
10485
10484
  deletedAt: Date | null;
@@ -10488,6 +10487,7 @@ export declare const platformWebchatContract: {
10488
10487
  bucketName: string;
10489
10488
  fileSize: number;
10490
10489
  fileUrl: string | null;
10490
+ status?: string | undefined;
10491
10491
  };
10492
10492
  assignee: {
10493
10493
  id: string;
@@ -10634,7 +10634,7 @@ export declare const platformWebchatContract: {
10634
10634
  metadata?: any;
10635
10635
  template?: any;
10636
10636
  }, {
10637
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10637
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10638
10638
  message: string;
10639
10639
  id: string;
10640
10640
  url: string;
@@ -10688,7 +10688,6 @@ export declare const platformWebchatContract: {
10688
10688
  };
10689
10689
  upload: {
10690
10690
  id: string;
10691
- status: string | null;
10692
10691
  createdAt: Date;
10693
10692
  updatedAt: Date;
10694
10693
  deletedAt: Date | null;
@@ -10697,6 +10696,7 @@ export declare const platformWebchatContract: {
10697
10696
  bucketName: string;
10698
10697
  fileSize: number;
10699
10698
  fileUrl: string | null;
10699
+ status?: string | undefined;
10700
10700
  };
10701
10701
  assignee: {
10702
10702
  id: string;
@@ -10918,7 +10918,6 @@ export declare const platformWebchatContract: {
10918
10918
  dateValue: Date | null;
10919
10919
  uploads: {
10920
10920
  id: string;
10921
- status: string | null;
10922
10921
  createdAt: Date;
10923
10922
  updatedAt: Date;
10924
10923
  deletedAt: Date | null;
@@ -10927,6 +10926,7 @@ export declare const platformWebchatContract: {
10927
10926
  bucketName: string;
10928
10927
  fileSize: number;
10929
10928
  fileUrl: string | null;
10929
+ status?: string | undefined;
10930
10930
  }[];
10931
10931
  }[];
10932
10932
  company: {
@@ -11127,7 +11127,7 @@ export declare const platformWebchatContract: {
11127
11127
  previewUrl: string;
11128
11128
  imageSetId: string;
11129
11129
  repliedMessage: {
11130
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11130
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11131
11131
  message: string;
11132
11132
  id: string;
11133
11133
  url: string;
@@ -11181,7 +11181,6 @@ export declare const platformWebchatContract: {
11181
11181
  };
11182
11182
  upload: {
11183
11183
  id: string;
11184
- status: string | null;
11185
11184
  createdAt: Date;
11186
11185
  updatedAt: Date;
11187
11186
  deletedAt: Date | null;
@@ -11190,6 +11189,7 @@ export declare const platformWebchatContract: {
11190
11189
  bucketName: string;
11191
11190
  fileSize: number;
11192
11191
  fileUrl: string | null;
11192
+ status?: string | undefined;
11193
11193
  };
11194
11194
  assignee: {
11195
11195
  id: string;
@@ -11337,7 +11337,7 @@ export declare const platformWebchatContract: {
11337
11337
  template?: any;
11338
11338
  }>>>;
11339
11339
  }, "strip", z.ZodTypeAny, {
11340
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11340
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11341
11341
  message: string;
11342
11342
  id: string;
11343
11343
  url: string;
@@ -11391,7 +11391,6 @@ export declare const platformWebchatContract: {
11391
11391
  };
11392
11392
  upload: {
11393
11393
  id: string;
11394
- status: string | null;
11395
11394
  createdAt: Date;
11396
11395
  updatedAt: Date;
11397
11396
  deletedAt: Date | null;
@@ -11400,6 +11399,7 @@ export declare const platformWebchatContract: {
11400
11399
  bucketName: string;
11401
11400
  fileSize: number;
11402
11401
  fileUrl: string | null;
11402
+ status?: string | undefined;
11403
11403
  };
11404
11404
  assignee: {
11405
11405
  id: string;
@@ -11621,7 +11621,6 @@ export declare const platformWebchatContract: {
11621
11621
  dateValue: Date | null;
11622
11622
  uploads: {
11623
11623
  id: string;
11624
- status: string | null;
11625
11624
  createdAt: Date;
11626
11625
  updatedAt: Date;
11627
11626
  deletedAt: Date | null;
@@ -11630,6 +11629,7 @@ export declare const platformWebchatContract: {
11630
11629
  bucketName: string;
11631
11630
  fileSize: number;
11632
11631
  fileUrl: string | null;
11632
+ status?: string | undefined;
11633
11633
  }[];
11634
11634
  }[];
11635
11635
  company: {
@@ -11830,7 +11830,7 @@ export declare const platformWebchatContract: {
11830
11830
  previewUrl: string;
11831
11831
  imageSetId: string;
11832
11832
  repliedMessage: {
11833
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11833
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11834
11834
  message: string;
11835
11835
  id: string;
11836
11836
  url: string;
@@ -11884,7 +11884,6 @@ export declare const platformWebchatContract: {
11884
11884
  };
11885
11885
  upload: {
11886
11886
  id: string;
11887
- status: string | null;
11888
11887
  createdAt: Date;
11889
11888
  updatedAt: Date;
11890
11889
  deletedAt: Date | null;
@@ -11893,6 +11892,7 @@ export declare const platformWebchatContract: {
11893
11892
  bucketName: string;
11894
11893
  fileSize: number;
11895
11894
  fileUrl: string | null;
11895
+ status?: string | undefined;
11896
11896
  };
11897
11897
  assignee: {
11898
11898
  id: string;
@@ -12039,7 +12039,7 @@ export declare const platformWebchatContract: {
12039
12039
  template?: any;
12040
12040
  metadata?: any;
12041
12041
  fromMessage?: {
12042
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12042
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12043
12043
  message: string;
12044
12044
  id: string;
12045
12045
  url: string;
@@ -12093,7 +12093,6 @@ export declare const platformWebchatContract: {
12093
12093
  };
12094
12094
  upload: {
12095
12095
  id: string;
12096
- status: string | null;
12097
12096
  createdAt: Date;
12098
12097
  updatedAt: Date;
12099
12098
  deletedAt: Date | null;
@@ -12102,6 +12101,7 @@ export declare const platformWebchatContract: {
12102
12101
  bucketName: string;
12103
12102
  fileSize: number;
12104
12103
  fileUrl: string | null;
12104
+ status?: string | undefined;
12105
12105
  };
12106
12106
  assignee: {
12107
12107
  id: string;
@@ -12323,7 +12323,6 @@ export declare const platformWebchatContract: {
12323
12323
  dateValue: Date | null;
12324
12324
  uploads: {
12325
12325
  id: string;
12326
- status: string | null;
12327
12326
  createdAt: Date;
12328
12327
  updatedAt: Date;
12329
12328
  deletedAt: Date | null;
@@ -12332,6 +12331,7 @@ export declare const platformWebchatContract: {
12332
12331
  bucketName: string;
12333
12332
  fileSize: number;
12334
12333
  fileUrl: string | null;
12334
+ status?: string | undefined;
12335
12335
  }[];
12336
12336
  }[];
12337
12337
  company: {
@@ -12532,7 +12532,7 @@ export declare const platformWebchatContract: {
12532
12532
  previewUrl: string;
12533
12533
  imageSetId: string;
12534
12534
  repliedMessage: {
12535
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12535
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12536
12536
  message: string;
12537
12537
  id: string;
12538
12538
  url: string;
@@ -12586,7 +12586,6 @@ export declare const platformWebchatContract: {
12586
12586
  };
12587
12587
  upload: {
12588
12588
  id: string;
12589
- status: string | null;
12590
12589
  createdAt: Date;
12591
12590
  updatedAt: Date;
12592
12591
  deletedAt: Date | null;
@@ -12595,6 +12594,7 @@ export declare const platformWebchatContract: {
12595
12594
  bucketName: string;
12596
12595
  fileSize: number;
12597
12596
  fileUrl: string | null;
12597
+ status?: string | undefined;
12598
12598
  };
12599
12599
  assignee: {
12600
12600
  id: string;
@@ -12742,7 +12742,7 @@ export declare const platformWebchatContract: {
12742
12742
  template?: any;
12743
12743
  } | null | undefined;
12744
12744
  }, {
12745
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12745
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12746
12746
  message: string;
12747
12747
  id: string;
12748
12748
  url: string;
@@ -12796,7 +12796,6 @@ export declare const platformWebchatContract: {
12796
12796
  };
12797
12797
  upload: {
12798
12798
  id: string;
12799
- status: string | null;
12800
12799
  createdAt: Date;
12801
12800
  updatedAt: Date;
12802
12801
  deletedAt: Date | null;
@@ -12805,6 +12804,7 @@ export declare const platformWebchatContract: {
12805
12804
  bucketName: string;
12806
12805
  fileSize: number;
12807
12806
  fileUrl: string | null;
12807
+ status?: string | undefined;
12808
12808
  };
12809
12809
  assignee: {
12810
12810
  id: string;
@@ -13026,7 +13026,6 @@ export declare const platformWebchatContract: {
13026
13026
  dateValue: Date | null;
13027
13027
  uploads: {
13028
13028
  id: string;
13029
- status: string | null;
13030
13029
  createdAt: Date;
13031
13030
  updatedAt: Date;
13032
13031
  deletedAt: Date | null;
@@ -13035,6 +13034,7 @@ export declare const platformWebchatContract: {
13035
13034
  bucketName: string;
13036
13035
  fileSize: number;
13037
13036
  fileUrl: string | null;
13037
+ status?: string | undefined;
13038
13038
  }[];
13039
13039
  }[];
13040
13040
  company: {
@@ -13235,7 +13235,7 @@ export declare const platformWebchatContract: {
13235
13235
  previewUrl: string;
13236
13236
  imageSetId: string;
13237
13237
  repliedMessage: {
13238
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13238
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13239
13239
  message: string;
13240
13240
  id: string;
13241
13241
  url: string;
@@ -13289,7 +13289,6 @@ export declare const platformWebchatContract: {
13289
13289
  };
13290
13290
  upload: {
13291
13291
  id: string;
13292
- status: string | null;
13293
13292
  createdAt: Date;
13294
13293
  updatedAt: Date;
13295
13294
  deletedAt: Date | null;
@@ -13298,6 +13297,7 @@ export declare const platformWebchatContract: {
13298
13297
  bucketName: string;
13299
13298
  fileSize: number;
13300
13299
  fileUrl: string | null;
13300
+ status?: string | undefined;
13301
13301
  };
13302
13302
  assignee: {
13303
13303
  id: string;
@@ -13444,7 +13444,7 @@ export declare const platformWebchatContract: {
13444
13444
  template?: any;
13445
13445
  metadata?: any;
13446
13446
  fromMessage?: {
13447
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13447
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13448
13448
  message: string;
13449
13449
  id: string;
13450
13450
  url: string;
@@ -13498,7 +13498,6 @@ export declare const platformWebchatContract: {
13498
13498
  };
13499
13499
  upload: {
13500
13500
  id: string;
13501
- status: string | null;
13502
13501
  createdAt: Date;
13503
13502
  updatedAt: Date;
13504
13503
  deletedAt: Date | null;
@@ -13507,6 +13506,7 @@ export declare const platformWebchatContract: {
13507
13506
  bucketName: string;
13508
13507
  fileSize: number;
13509
13508
  fileUrl: string | null;
13509
+ status?: string | undefined;
13510
13510
  };
13511
13511
  assignee: {
13512
13512
  id: string;
@@ -13728,7 +13728,6 @@ export declare const platformWebchatContract: {
13728
13728
  dateValue: Date | null;
13729
13729
  uploads: {
13730
13730
  id: string;
13731
- status: string | null;
13732
13731
  createdAt: Date;
13733
13732
  updatedAt: Date;
13734
13733
  deletedAt: Date | null;
@@ -13737,6 +13736,7 @@ export declare const platformWebchatContract: {
13737
13736
  bucketName: string;
13738
13737
  fileSize: number;
13739
13738
  fileUrl: string | null;
13739
+ status?: string | undefined;
13740
13740
  }[];
13741
13741
  }[];
13742
13742
  company: {
@@ -13937,7 +13937,7 @@ export declare const platformWebchatContract: {
13937
13937
  previewUrl: string;
13938
13938
  imageSetId: string;
13939
13939
  repliedMessage: {
13940
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13940
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13941
13941
  message: string;
13942
13942
  id: string;
13943
13943
  url: string;
@@ -13991,7 +13991,6 @@ export declare const platformWebchatContract: {
13991
13991
  };
13992
13992
  upload: {
13993
13993
  id: string;
13994
- status: string | null;
13995
13994
  createdAt: Date;
13996
13995
  updatedAt: Date;
13997
13996
  deletedAt: Date | null;
@@ -14000,6 +13999,7 @@ export declare const platformWebchatContract: {
14000
13999
  bucketName: string;
14001
14000
  fileSize: number;
14002
14001
  fileUrl: string | null;
14002
+ status?: string | undefined;
14003
14003
  };
14004
14004
  assignee: {
14005
14005
  id: string;
@@ -14149,7 +14149,7 @@ export declare const platformWebchatContract: {
14149
14149
  }>;
14150
14150
  }, "strip", z.ZodTypeAny, {
14151
14151
  data: {
14152
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14152
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14153
14153
  message: string;
14154
14154
  id: string;
14155
14155
  url: string;
@@ -14203,7 +14203,6 @@ export declare const platformWebchatContract: {
14203
14203
  };
14204
14204
  upload: {
14205
14205
  id: string;
14206
- status: string | null;
14207
14206
  createdAt: Date;
14208
14207
  updatedAt: Date;
14209
14208
  deletedAt: Date | null;
@@ -14212,6 +14211,7 @@ export declare const platformWebchatContract: {
14212
14211
  bucketName: string;
14213
14212
  fileSize: number;
14214
14213
  fileUrl: string | null;
14214
+ status?: string | undefined;
14215
14215
  };
14216
14216
  assignee: {
14217
14217
  id: string;
@@ -14433,7 +14433,6 @@ export declare const platformWebchatContract: {
14433
14433
  dateValue: Date | null;
14434
14434
  uploads: {
14435
14435
  id: string;
14436
- status: string | null;
14437
14436
  createdAt: Date;
14438
14437
  updatedAt: Date;
14439
14438
  deletedAt: Date | null;
@@ -14442,6 +14441,7 @@ export declare const platformWebchatContract: {
14442
14441
  bucketName: string;
14443
14442
  fileSize: number;
14444
14443
  fileUrl: string | null;
14444
+ status?: string | undefined;
14445
14445
  }[];
14446
14446
  }[];
14447
14447
  company: {
@@ -14642,7 +14642,7 @@ export declare const platformWebchatContract: {
14642
14642
  previewUrl: string;
14643
14643
  imageSetId: string;
14644
14644
  repliedMessage: {
14645
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14645
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14646
14646
  message: string;
14647
14647
  id: string;
14648
14648
  url: string;
@@ -14696,7 +14696,6 @@ export declare const platformWebchatContract: {
14696
14696
  };
14697
14697
  upload: {
14698
14698
  id: string;
14699
- status: string | null;
14700
14699
  createdAt: Date;
14701
14700
  updatedAt: Date;
14702
14701
  deletedAt: Date | null;
@@ -14705,6 +14704,7 @@ export declare const platformWebchatContract: {
14705
14704
  bucketName: string;
14706
14705
  fileSize: number;
14707
14706
  fileUrl: string | null;
14707
+ status?: string | undefined;
14708
14708
  };
14709
14709
  assignee: {
14710
14710
  id: string;
@@ -14851,7 +14851,7 @@ export declare const platformWebchatContract: {
14851
14851
  template?: any;
14852
14852
  metadata?: any;
14853
14853
  fromMessage?: {
14854
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14854
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14855
14855
  message: string;
14856
14856
  id: string;
14857
14857
  url: string;
@@ -14905,7 +14905,6 @@ export declare const platformWebchatContract: {
14905
14905
  };
14906
14906
  upload: {
14907
14907
  id: string;
14908
- status: string | null;
14909
14908
  createdAt: Date;
14910
14909
  updatedAt: Date;
14911
14910
  deletedAt: Date | null;
@@ -14914,6 +14913,7 @@ export declare const platformWebchatContract: {
14914
14913
  bucketName: string;
14915
14914
  fileSize: number;
14916
14915
  fileUrl: string | null;
14916
+ status?: string | undefined;
14917
14917
  };
14918
14918
  assignee: {
14919
14919
  id: string;
@@ -15135,7 +15135,6 @@ export declare const platformWebchatContract: {
15135
15135
  dateValue: Date | null;
15136
15136
  uploads: {
15137
15137
  id: string;
15138
- status: string | null;
15139
15138
  createdAt: Date;
15140
15139
  updatedAt: Date;
15141
15140
  deletedAt: Date | null;
@@ -15144,6 +15143,7 @@ export declare const platformWebchatContract: {
15144
15143
  bucketName: string;
15145
15144
  fileSize: number;
15146
15145
  fileUrl: string | null;
15146
+ status?: string | undefined;
15147
15147
  }[];
15148
15148
  }[];
15149
15149
  company: {
@@ -15344,7 +15344,7 @@ export declare const platformWebchatContract: {
15344
15344
  previewUrl: string;
15345
15345
  imageSetId: string;
15346
15346
  repliedMessage: {
15347
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15347
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15348
15348
  message: string;
15349
15349
  id: string;
15350
15350
  url: string;
@@ -15398,7 +15398,6 @@ export declare const platformWebchatContract: {
15398
15398
  };
15399
15399
  upload: {
15400
15400
  id: string;
15401
- status: string | null;
15402
15401
  createdAt: Date;
15403
15402
  updatedAt: Date;
15404
15403
  deletedAt: Date | null;
@@ -15407,6 +15406,7 @@ export declare const platformWebchatContract: {
15407
15406
  bucketName: string;
15408
15407
  fileSize: number;
15409
15408
  fileUrl: string | null;
15409
+ status?: string | undefined;
15410
15410
  };
15411
15411
  assignee: {
15412
15412
  id: string;
@@ -15557,7 +15557,7 @@ export declare const platformWebchatContract: {
15557
15557
  requestId: string;
15558
15558
  }, {
15559
15559
  data: {
15560
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15560
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15561
15561
  message: string;
15562
15562
  id: string;
15563
15563
  url: string;
@@ -15611,7 +15611,6 @@ export declare const platformWebchatContract: {
15611
15611
  };
15612
15612
  upload: {
15613
15613
  id: string;
15614
- status: string | null;
15615
15614
  createdAt: Date;
15616
15615
  updatedAt: Date;
15617
15616
  deletedAt: Date | null;
@@ -15620,6 +15619,7 @@ export declare const platformWebchatContract: {
15620
15619
  bucketName: string;
15621
15620
  fileSize: number;
15622
15621
  fileUrl: string | null;
15622
+ status?: string | undefined;
15623
15623
  };
15624
15624
  assignee: {
15625
15625
  id: string;
@@ -15841,7 +15841,6 @@ export declare const platformWebchatContract: {
15841
15841
  dateValue: Date | null;
15842
15842
  uploads: {
15843
15843
  id: string;
15844
- status: string | null;
15845
15844
  createdAt: Date;
15846
15845
  updatedAt: Date;
15847
15846
  deletedAt: Date | null;
@@ -15850,6 +15849,7 @@ export declare const platformWebchatContract: {
15850
15849
  bucketName: string;
15851
15850
  fileSize: number;
15852
15851
  fileUrl: string | null;
15852
+ status?: string | undefined;
15853
15853
  }[];
15854
15854
  }[];
15855
15855
  company: {
@@ -16050,7 +16050,7 @@ export declare const platformWebchatContract: {
16050
16050
  previewUrl: string;
16051
16051
  imageSetId: string;
16052
16052
  repliedMessage: {
16053
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16053
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16054
16054
  message: string;
16055
16055
  id: string;
16056
16056
  url: string;
@@ -16104,7 +16104,6 @@ export declare const platformWebchatContract: {
16104
16104
  };
16105
16105
  upload: {
16106
16106
  id: string;
16107
- status: string | null;
16108
16107
  createdAt: Date;
16109
16108
  updatedAt: Date;
16110
16109
  deletedAt: Date | null;
@@ -16113,6 +16112,7 @@ export declare const platformWebchatContract: {
16113
16112
  bucketName: string;
16114
16113
  fileSize: number;
16115
16114
  fileUrl: string | null;
16115
+ status?: string | undefined;
16116
16116
  };
16117
16117
  assignee: {
16118
16118
  id: string;
@@ -16259,7 +16259,7 @@ export declare const platformWebchatContract: {
16259
16259
  template?: any;
16260
16260
  metadata?: any;
16261
16261
  fromMessage?: {
16262
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16262
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16263
16263
  message: string;
16264
16264
  id: string;
16265
16265
  url: string;
@@ -16313,7 +16313,6 @@ export declare const platformWebchatContract: {
16313
16313
  };
16314
16314
  upload: {
16315
16315
  id: string;
16316
- status: string | null;
16317
16316
  createdAt: Date;
16318
16317
  updatedAt: Date;
16319
16318
  deletedAt: Date | null;
@@ -16322,6 +16321,7 @@ export declare const platformWebchatContract: {
16322
16321
  bucketName: string;
16323
16322
  fileSize: number;
16324
16323
  fileUrl: string | null;
16324
+ status?: string | undefined;
16325
16325
  };
16326
16326
  assignee: {
16327
16327
  id: string;
@@ -16543,7 +16543,6 @@ export declare const platformWebchatContract: {
16543
16543
  dateValue: Date | null;
16544
16544
  uploads: {
16545
16545
  id: string;
16546
- status: string | null;
16547
16546
  createdAt: Date;
16548
16547
  updatedAt: Date;
16549
16548
  deletedAt: Date | null;
@@ -16552,6 +16551,7 @@ export declare const platformWebchatContract: {
16552
16551
  bucketName: string;
16553
16552
  fileSize: number;
16554
16553
  fileUrl: string | null;
16554
+ status?: string | undefined;
16555
16555
  }[];
16556
16556
  }[];
16557
16557
  company: {
@@ -16752,7 +16752,7 @@ export declare const platformWebchatContract: {
16752
16752
  previewUrl: string;
16753
16753
  imageSetId: string;
16754
16754
  repliedMessage: {
16755
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16755
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16756
16756
  message: string;
16757
16757
  id: string;
16758
16758
  url: string;
@@ -16806,7 +16806,6 @@ export declare const platformWebchatContract: {
16806
16806
  };
16807
16807
  upload: {
16808
16808
  id: string;
16809
- status: string | null;
16810
16809
  createdAt: Date;
16811
16810
  updatedAt: Date;
16812
16811
  deletedAt: Date | null;
@@ -16815,6 +16814,7 @@ export declare const platformWebchatContract: {
16815
16814
  bucketName: string;
16816
16815
  fileSize: number;
16817
16816
  fileUrl: string | null;
16817
+ status?: string | undefined;
16818
16818
  };
16819
16819
  assignee: {
16820
16820
  id: string;