@kl1/contracts 1.1.78-uat → 1.1.80-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. package/dist/api-contracts/src/automation-queue/index.d.ts +3410 -0
  2. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -0
  3. package/dist/api-contracts/src/automation-queue/schema.d.ts +618 -0
  4. package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -0
  5. package/dist/api-contracts/src/automation-queue/validation.d.ts +52 -0
  6. package/dist/api-contracts/src/automation-queue/validation.d.ts.map +1 -0
  7. package/dist/api-contracts/src/chat/index.d.ts +145 -145
  8. package/dist/api-contracts/src/chat/schema.d.ts +64 -76
  9. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  10. package/dist/api-contracts/src/chat/validation.d.ts +51 -51
  11. package/dist/api-contracts/src/comment/index.d.ts +1 -1
  12. package/dist/api-contracts/src/comment/validation.d.ts +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +219 -219
  14. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
  15. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
  16. package/dist/api-contracts/src/hold-label/index.d.ts +1 -1
  17. package/dist/api-contracts/src/index.d.ts +1 -0
  18. package/dist/api-contracts/src/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/instagram/index.d.ts +33 -33
  20. package/dist/api-contracts/src/line/index.d.ts +38 -38
  21. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  22. package/dist/api-contracts/src/messenger/index.d.ts +33 -33
  23. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  24. package/dist/api-contracts/src/viber/index.d.ts +33 -33
  25. package/dist/api-contracts/src/webchat/index.d.ts +33 -33
  26. package/dist/entities/src/enums/chat.d.ts +2 -0
  27. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  28. package/dist/index.js +491 -388
  29. package/dist/index.js.map +1 -1
  30. package/dist/index.mjs +490 -388
  31. package/dist/index.mjs.map +1 -1
  32. package/package.json +1 -1
@@ -39,7 +39,7 @@ export declare const receiveMessageContract: {
39
39
  deletedAt: z.ZodNullable<z.ZodString>;
40
40
  message: z.ZodOptional<z.ZodString>;
41
41
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
42
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
42
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
43
43
  metadata: z.ZodAny;
44
44
  platformId: z.ZodString;
45
45
  platformMessageId: z.ZodString;
@@ -3246,7 +3246,7 @@ export declare const receiveMessageContract: {
3246
3246
  };
3247
3247
  }>>>;
3248
3248
  }, "strip", z.ZodTypeAny, {
3249
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
3249
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
3250
3250
  id: string;
3251
3251
  direction: "incoming" | "outgoing" | "system";
3252
3252
  createdAt: string;
@@ -3721,7 +3721,7 @@ export declare const receiveMessageContract: {
3721
3721
  };
3722
3722
  } | null | undefined;
3723
3723
  }, {
3724
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
3724
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
3725
3725
  id: string;
3726
3726
  direction: "incoming" | "outgoing" | "system";
3727
3727
  createdAt: string;
@@ -4198,7 +4198,7 @@ export declare const receiveMessageContract: {
4198
4198
  }>;
4199
4199
  }, "strip", z.ZodTypeAny, {
4200
4200
  message: {
4201
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
4201
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
4202
4202
  id: string;
4203
4203
  direction: "incoming" | "outgoing" | "system";
4204
4204
  createdAt: string;
@@ -4675,7 +4675,7 @@ export declare const receiveMessageContract: {
4675
4675
  };
4676
4676
  }, {
4677
4677
  message: {
4678
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
4678
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
4679
4679
  id: string;
4680
4680
  direction: "incoming" | "outgoing" | "system";
4681
4681
  createdAt: string;
@@ -5218,7 +5218,7 @@ export declare const mainFeedContract: {
5218
5218
  deletedAt: z.ZodNullable<z.ZodDate>;
5219
5219
  }, {
5220
5220
  message: z.ZodNullable<z.ZodString>;
5221
- type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>]>;
5221
+ type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>]>;
5222
5222
  metadata: z.ZodAny;
5223
5223
  platformId: z.ZodString;
5224
5224
  platformMessageId: z.ZodString;
@@ -6812,7 +6812,7 @@ export declare const mainFeedContract: {
6812
6812
  imageURL: z.ZodString;
6813
6813
  permalinkURL: z.ZodString;
6814
6814
  }>, "strip", z.ZodTypeAny, {
6815
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
6815
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
6816
6816
  message: string | null;
6817
6817
  id: string;
6818
6818
  channel: {
@@ -7061,7 +7061,7 @@ export declare const mainFeedContract: {
7061
7061
  permalinkURL: string;
7062
7062
  metadata?: any;
7063
7063
  }, {
7064
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
7064
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
7065
7065
  message: string | null;
7066
7066
  id: string;
7067
7067
  channel: {
@@ -7312,7 +7312,7 @@ export declare const mainFeedContract: {
7312
7312
  }>;
7313
7313
  }>, "strip", z.ZodTypeAny, {
7314
7314
  data: {
7315
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
7315
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
7316
7316
  message: string | null;
7317
7317
  id: string;
7318
7318
  channel: {
@@ -7564,7 +7564,7 @@ export declare const mainFeedContract: {
7564
7564
  requestId: string;
7565
7565
  }, {
7566
7566
  data: {
7567
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
7567
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
7568
7568
  message: string | null;
7569
7569
  id: string;
7570
7570
  channel: {
@@ -7869,7 +7869,7 @@ export declare const mainFeedContract: {
7869
7869
  }, {
7870
7870
  message: z.ZodString;
7871
7871
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7872
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
7872
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
7873
7873
  readAt: z.ZodDate;
7874
7874
  metadata: z.ZodAny;
7875
7875
  platformId: z.ZodString;
@@ -10922,7 +10922,7 @@ export declare const mainFeedContract: {
10922
10922
  }, {
10923
10923
  message: z.ZodString;
10924
10924
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10925
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
10925
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
10926
10926
  readAt: z.ZodDate;
10927
10927
  metadata: z.ZodAny;
10928
10928
  platformId: z.ZodString;
@@ -11581,7 +11581,7 @@ export declare const mainFeedContract: {
11581
11581
  };
11582
11582
  }>;
11583
11583
  }>, "strip", z.ZodTypeAny, {
11584
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11584
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
11585
11585
  message: string;
11586
11586
  id: string;
11587
11587
  url: string;
@@ -11743,7 +11743,7 @@ export declare const mainFeedContract: {
11743
11743
  template?: any;
11744
11744
  metadata?: any;
11745
11745
  }, {
11746
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11746
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
11747
11747
  message: string;
11748
11748
  id: string;
11749
11749
  url: string;
@@ -13497,7 +13497,7 @@ export declare const mainFeedContract: {
13497
13497
  }, {
13498
13498
  message: z.ZodString;
13499
13499
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
13500
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
13500
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
13501
13501
  readAt: z.ZodDate;
13502
13502
  metadata: z.ZodAny;
13503
13503
  platformId: z.ZodString;
@@ -16550,7 +16550,7 @@ export declare const mainFeedContract: {
16550
16550
  }, {
16551
16551
  message: z.ZodString;
16552
16552
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
16553
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
16553
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
16554
16554
  readAt: z.ZodDate;
16555
16555
  metadata: z.ZodAny;
16556
16556
  platformId: z.ZodString;
@@ -17209,7 +17209,7 @@ export declare const mainFeedContract: {
17209
17209
  };
17210
17210
  }>;
17211
17211
  }>, "strip", z.ZodTypeAny, {
17212
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17212
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17213
17213
  message: string;
17214
17214
  id: string;
17215
17215
  url: string;
@@ -17371,7 +17371,7 @@ export declare const mainFeedContract: {
17371
17371
  template?: any;
17372
17372
  metadata?: any;
17373
17373
  }, {
17374
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17374
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
17375
17375
  message: string;
17376
17376
  id: string;
17377
17377
  url: string;
@@ -18173,7 +18173,7 @@ export declare const mainFeedContract: {
18173
18173
  }>;
18174
18174
  editedMessageid: z.ZodString;
18175
18175
  }>, "strip", z.ZodTypeAny, {
18176
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18176
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
18177
18177
  message: string;
18178
18178
  id: string;
18179
18179
  url: string;
@@ -18671,7 +18671,7 @@ export declare const mainFeedContract: {
18671
18671
  previewUrl: string;
18672
18672
  imageSetId: string;
18673
18673
  repliedMessage: {
18674
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18674
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
18675
18675
  message: string;
18676
18676
  id: string;
18677
18677
  url: string;
@@ -18881,7 +18881,7 @@ export declare const mainFeedContract: {
18881
18881
  template?: any;
18882
18882
  metadata?: any;
18883
18883
  }, {
18884
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18884
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
18885
18885
  message: string;
18886
18886
  id: string;
18887
18887
  url: string;
@@ -19379,7 +19379,7 @@ export declare const mainFeedContract: {
19379
19379
  previewUrl: string;
19380
19380
  imageSetId: string;
19381
19381
  repliedMessage: {
19382
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
19382
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
19383
19383
  message: string;
19384
19384
  id: string;
19385
19385
  url: string;
@@ -19590,13 +19590,13 @@ export declare const mainFeedContract: {
19590
19590
  metadata?: any;
19591
19591
  }>, "many">;
19592
19592
  }>, "strip", z.ZodTypeAny, {
19593
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
19593
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
19594
19594
  message: string;
19595
19595
  id: string;
19596
19596
  url: string;
19597
19597
  direction: "incoming" | "outgoing" | "system";
19598
19598
  children: {
19599
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
19599
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
19600
19600
  message: string;
19601
19601
  id: string;
19602
19602
  url: string;
@@ -20094,7 +20094,7 @@ export declare const mainFeedContract: {
20094
20094
  previewUrl: string;
20095
20095
  imageSetId: string;
20096
20096
  repliedMessage: {
20097
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
20097
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
20098
20098
  message: string;
20099
20099
  id: string;
20100
20100
  url: string;
@@ -20797,7 +20797,7 @@ export declare const mainFeedContract: {
20797
20797
  previewUrl: string;
20798
20798
  imageSetId: string;
20799
20799
  repliedMessage: {
20800
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
20800
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
20801
20801
  message: string;
20802
20802
  id: string;
20803
20803
  url: string;
@@ -21119,13 +21119,13 @@ export declare const mainFeedContract: {
21119
21119
  template?: any;
21120
21120
  metadata?: any;
21121
21121
  }, {
21122
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21122
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21123
21123
  message: string;
21124
21124
  id: string;
21125
21125
  url: string;
21126
21126
  direction: "incoming" | "outgoing" | "system";
21127
21127
  children: {
21128
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21128
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21129
21129
  message: string;
21130
21130
  id: string;
21131
21131
  url: string;
@@ -21623,7 +21623,7 @@ export declare const mainFeedContract: {
21623
21623
  previewUrl: string;
21624
21624
  imageSetId: string;
21625
21625
  repliedMessage: {
21626
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21626
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
21627
21627
  message: string;
21628
21628
  id: string;
21629
21629
  url: string;
@@ -22326,7 +22326,7 @@ export declare const mainFeedContract: {
22326
22326
  previewUrl: string;
22327
22327
  imageSetId: string;
22328
22328
  repliedMessage: {
22329
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
22329
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
22330
22330
  message: string;
22331
22331
  id: string;
22332
22332
  url: string;
@@ -22650,13 +22650,13 @@ export declare const mainFeedContract: {
22650
22650
  }>;
22651
22651
  }>, "strip", z.ZodTypeAny, {
22652
22652
  data: {
22653
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
22653
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
22654
22654
  message: string;
22655
22655
  id: string;
22656
22656
  url: string;
22657
22657
  direction: "incoming" | "outgoing" | "system";
22658
22658
  children: {
22659
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
22659
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
22660
22660
  message: string;
22661
22661
  id: string;
22662
22662
  url: string;
@@ -23154,7 +23154,7 @@ export declare const mainFeedContract: {
23154
23154
  previewUrl: string;
23155
23155
  imageSetId: string;
23156
23156
  repliedMessage: {
23157
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
23157
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
23158
23158
  message: string;
23159
23159
  id: string;
23160
23160
  url: string;
@@ -23857,7 +23857,7 @@ export declare const mainFeedContract: {
23857
23857
  previewUrl: string;
23858
23858
  imageSetId: string;
23859
23859
  repliedMessage: {
23860
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
23860
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
23861
23861
  message: string;
23862
23862
  id: string;
23863
23863
  url: string;
@@ -24185,13 +24185,13 @@ export declare const mainFeedContract: {
24185
24185
  requestId: string;
24186
24186
  }, {
24187
24187
  data: {
24188
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
24188
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
24189
24189
  message: string;
24190
24190
  id: string;
24191
24191
  url: string;
24192
24192
  direction: "incoming" | "outgoing" | "system";
24193
24193
  children: {
24194
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
24194
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
24195
24195
  message: string;
24196
24196
  id: string;
24197
24197
  url: string;
@@ -24689,7 +24689,7 @@ export declare const mainFeedContract: {
24689
24689
  previewUrl: string;
24690
24690
  imageSetId: string;
24691
24691
  repliedMessage: {
24692
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
24692
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
24693
24693
  message: string;
24694
24694
  id: string;
24695
24695
  url: string;
@@ -25392,7 +25392,7 @@ export declare const mainFeedContract: {
25392
25392
  previewUrl: string;
25393
25393
  imageSetId: string;
25394
25394
  repliedMessage: {
25395
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
25395
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
25396
25396
  message: string;
25397
25397
  id: string;
25398
25398
  url: string;
@@ -32699,7 +32699,7 @@ export declare const mainChatRoomContract: {
32699
32699
  latestIncomingMessage: z.ZodObject<{
32700
32700
  message: z.ZodString;
32701
32701
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
32702
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
32702
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
32703
32703
  readAt: z.ZodDate;
32704
32704
  metadata: z.ZodAny;
32705
32705
  platformId: z.ZodString;
@@ -32711,7 +32711,7 @@ export declare const mainChatRoomContract: {
32711
32711
  previewUrl: z.ZodString;
32712
32712
  imageSetId: z.ZodString;
32713
32713
  }, "strip", z.ZodTypeAny, {
32714
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
32714
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
32715
32715
  message: string;
32716
32716
  url: string;
32717
32717
  direction: "incoming" | "outgoing" | "system";
@@ -32725,7 +32725,7 @@ export declare const mainChatRoomContract: {
32725
32725
  template?: any;
32726
32726
  metadata?: any;
32727
32727
  }, {
32728
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
32728
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
32729
32729
  message: string;
32730
32730
  url: string;
32731
32731
  direction: "incoming" | "outgoing" | "system";
@@ -33114,7 +33114,7 @@ export declare const mainChatRoomContract: {
33114
33114
  };
33115
33115
  };
33116
33116
  latestIncomingMessage: {
33117
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
33117
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
33118
33118
  message: string;
33119
33119
  url: string;
33120
33120
  direction: "incoming" | "outgoing" | "system";
@@ -33503,7 +33503,7 @@ export declare const mainChatRoomContract: {
33503
33503
  };
33504
33504
  };
33505
33505
  latestIncomingMessage: {
33506
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
33506
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
33507
33507
  message: string;
33508
33508
  url: string;
33509
33509
  direction: "incoming" | "outgoing" | "system";
@@ -33894,7 +33894,7 @@ export declare const mainChatRoomContract: {
33894
33894
  };
33895
33895
  };
33896
33896
  latestIncomingMessage: {
33897
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
33897
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
33898
33898
  message: string;
33899
33899
  url: string;
33900
33900
  direction: "incoming" | "outgoing" | "system";
@@ -34286,7 +34286,7 @@ export declare const mainChatRoomContract: {
34286
34286
  };
34287
34287
  };
34288
34288
  latestIncomingMessage: {
34289
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
34289
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
34290
34290
  message: string;
34291
34291
  url: string;
34292
34292
  direction: "incoming" | "outgoing" | "system";
@@ -50589,7 +50589,7 @@ export declare const mainChatContract: {
50589
50589
  sendMessage: {
50590
50590
  body: z.ZodObject<{
50591
50591
  roomId: z.ZodString;
50592
- messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
50592
+ messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
50593
50593
  message: z.ZodOptional<z.ZodString>;
50594
50594
  messageAttachments: z.ZodOptional<z.ZodObject<{
50595
50595
  bucketName: z.ZodString;
@@ -50848,7 +50848,7 @@ export declare const mainChatContract: {
50848
50848
  mentions?: string[] | undefined;
50849
50849
  }>>;
50850
50850
  }, "strip", z.ZodTypeAny, {
50851
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
50851
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
50852
50852
  roomId: string;
50853
50853
  message?: string | undefined;
50854
50854
  id?: string | undefined;
@@ -50920,7 +50920,7 @@ export declare const mainChatContract: {
50920
50920
  } | undefined;
50921
50921
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
50922
50922
  }, {
50923
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
50923
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
50924
50924
  roomId: string;
50925
50925
  message?: string | undefined;
50926
50926
  id?: string | undefined;
@@ -51023,7 +51023,7 @@ export declare const mainChatContract: {
51023
51023
  }, {
51024
51024
  message: z.ZodString;
51025
51025
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
51026
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
51026
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
51027
51027
  readAt: z.ZodDate;
51028
51028
  metadata: z.ZodAny;
51029
51029
  platformId: z.ZodString;
@@ -54076,7 +54076,7 @@ export declare const mainChatContract: {
54076
54076
  }, {
54077
54077
  message: z.ZodString;
54078
54078
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
54079
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
54079
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
54080
54080
  readAt: z.ZodDate;
54081
54081
  metadata: z.ZodAny;
54082
54082
  platformId: z.ZodString;
@@ -54735,7 +54735,7 @@ export declare const mainChatContract: {
54735
54735
  };
54736
54736
  }>;
54737
54737
  }>, "strip", z.ZodTypeAny, {
54738
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
54738
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
54739
54739
  message: string;
54740
54740
  id: string;
54741
54741
  url: string;
@@ -54897,7 +54897,7 @@ export declare const mainChatContract: {
54897
54897
  template?: any;
54898
54898
  metadata?: any;
54899
54899
  }, {
54900
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
54900
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
54901
54901
  message: string;
54902
54902
  id: string;
54903
54903
  url: string;
@@ -55707,7 +55707,7 @@ export declare const mainChatContract: {
55707
55707
  }, {
55708
55708
  message: z.ZodString;
55709
55709
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
55710
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
55710
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
55711
55711
  readAt: z.ZodDate;
55712
55712
  metadata: z.ZodAny;
55713
55713
  platformId: z.ZodString;
@@ -58760,7 +58760,7 @@ export declare const mainChatContract: {
58760
58760
  }, {
58761
58761
  message: z.ZodString;
58762
58762
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
58763
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
58763
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
58764
58764
  readAt: z.ZodDate;
58765
58765
  metadata: z.ZodAny;
58766
58766
  platformId: z.ZodString;
@@ -59419,7 +59419,7 @@ export declare const mainChatContract: {
59419
59419
  };
59420
59420
  }>;
59421
59421
  }>, "strip", z.ZodTypeAny, {
59422
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
59422
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
59423
59423
  message: string;
59424
59424
  id: string;
59425
59425
  url: string;
@@ -59581,7 +59581,7 @@ export declare const mainChatContract: {
59581
59581
  template?: any;
59582
59582
  metadata?: any;
59583
59583
  }, {
59584
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
59584
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
59585
59585
  message: string;
59586
59586
  id: string;
59587
59587
  url: string;
@@ -60383,7 +60383,7 @@ export declare const mainChatContract: {
60383
60383
  }>;
60384
60384
  editedMessageid: z.ZodString;
60385
60385
  }>, "strip", z.ZodTypeAny, {
60386
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
60386
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
60387
60387
  message: string;
60388
60388
  id: string;
60389
60389
  url: string;
@@ -60881,7 +60881,7 @@ export declare const mainChatContract: {
60881
60881
  previewUrl: string;
60882
60882
  imageSetId: string;
60883
60883
  repliedMessage: {
60884
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
60884
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
60885
60885
  message: string;
60886
60886
  id: string;
60887
60887
  url: string;
@@ -61091,7 +61091,7 @@ export declare const mainChatContract: {
61091
61091
  template?: any;
61092
61092
  metadata?: any;
61093
61093
  }, {
61094
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
61094
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
61095
61095
  message: string;
61096
61096
  id: string;
61097
61097
  url: string;
@@ -61589,7 +61589,7 @@ export declare const mainChatContract: {
61589
61589
  previewUrl: string;
61590
61590
  imageSetId: string;
61591
61591
  repliedMessage: {
61592
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
61592
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
61593
61593
  message: string;
61594
61594
  id: string;
61595
61595
  url: string;
@@ -61800,7 +61800,7 @@ export declare const mainChatContract: {
61800
61800
  metadata?: any;
61801
61801
  }>>>;
61802
61802
  }>, "strip", z.ZodTypeAny, {
61803
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
61803
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
61804
61804
  message: string;
61805
61805
  id: string;
61806
61806
  url: string;
@@ -62298,7 +62298,7 @@ export declare const mainChatContract: {
62298
62298
  previewUrl: string;
62299
62299
  imageSetId: string;
62300
62300
  repliedMessage: {
62301
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
62301
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
62302
62302
  message: string;
62303
62303
  id: string;
62304
62304
  url: string;
@@ -62508,7 +62508,7 @@ export declare const mainChatContract: {
62508
62508
  template?: any;
62509
62509
  metadata?: any;
62510
62510
  fromMessage?: {
62511
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
62511
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
62512
62512
  message: string;
62513
62513
  id: string;
62514
62514
  url: string;
@@ -63006,7 +63006,7 @@ export declare const mainChatContract: {
63006
63006
  previewUrl: string;
63007
63007
  imageSetId: string;
63008
63008
  repliedMessage: {
63009
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
63009
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
63010
63010
  message: string;
63011
63011
  id: string;
63012
63012
  url: string;
@@ -63217,7 +63217,7 @@ export declare const mainChatContract: {
63217
63217
  metadata?: any;
63218
63218
  } | null | undefined;
63219
63219
  }, {
63220
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
63220
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
63221
63221
  message: string;
63222
63222
  id: string;
63223
63223
  url: string;
@@ -63715,7 +63715,7 @@ export declare const mainChatContract: {
63715
63715
  previewUrl: string;
63716
63716
  imageSetId: string;
63717
63717
  repliedMessage: {
63718
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
63718
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
63719
63719
  message: string;
63720
63720
  id: string;
63721
63721
  url: string;
@@ -63925,7 +63925,7 @@ export declare const mainChatContract: {
63925
63925
  template?: any;
63926
63926
  metadata?: any;
63927
63927
  fromMessage?: {
63928
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
63928
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
63929
63929
  message: string;
63930
63930
  id: string;
63931
63931
  url: string;
@@ -64423,7 +64423,7 @@ export declare const mainChatContract: {
64423
64423
  previewUrl: string;
64424
64424
  imageSetId: string;
64425
64425
  repliedMessage: {
64426
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
64426
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
64427
64427
  message: string;
64428
64428
  id: string;
64429
64429
  url: string;
@@ -64636,7 +64636,7 @@ export declare const mainChatContract: {
64636
64636
  }>;
64637
64637
  }>, "strip", z.ZodTypeAny, {
64638
64638
  data: {
64639
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
64639
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
64640
64640
  message: string;
64641
64641
  id: string;
64642
64642
  url: string;
@@ -65134,7 +65134,7 @@ export declare const mainChatContract: {
65134
65134
  previewUrl: string;
65135
65135
  imageSetId: string;
65136
65136
  repliedMessage: {
65137
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
65137
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
65138
65138
  message: string;
65139
65139
  id: string;
65140
65140
  url: string;
@@ -65344,7 +65344,7 @@ export declare const mainChatContract: {
65344
65344
  template?: any;
65345
65345
  metadata?: any;
65346
65346
  fromMessage?: {
65347
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
65347
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
65348
65348
  message: string;
65349
65349
  id: string;
65350
65350
  url: string;
@@ -65842,7 +65842,7 @@ export declare const mainChatContract: {
65842
65842
  previewUrl: string;
65843
65843
  imageSetId: string;
65844
65844
  repliedMessage: {
65845
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
65845
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
65846
65846
  message: string;
65847
65847
  id: string;
65848
65848
  url: string;
@@ -66056,7 +66056,7 @@ export declare const mainChatContract: {
66056
66056
  requestId: string;
66057
66057
  }, {
66058
66058
  data: {
66059
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
66059
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
66060
66060
  message: string;
66061
66061
  id: string;
66062
66062
  url: string;
@@ -66554,7 +66554,7 @@ export declare const mainChatContract: {
66554
66554
  previewUrl: string;
66555
66555
  imageSetId: string;
66556
66556
  repliedMessage: {
66557
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
66557
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
66558
66558
  message: string;
66559
66559
  id: string;
66560
66560
  url: string;
@@ -66764,7 +66764,7 @@ export declare const mainChatContract: {
66764
66764
  template?: any;
66765
66765
  metadata?: any;
66766
66766
  fromMessage?: {
66767
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
66767
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
66768
66768
  message: string;
66769
66769
  id: string;
66770
66770
  url: string;
@@ -67262,7 +67262,7 @@ export declare const mainChatContract: {
67262
67262
  previewUrl: string;
67263
67263
  imageSetId: string;
67264
67264
  repliedMessage: {
67265
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
67265
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
67266
67266
  message: string;
67267
67267
  id: string;
67268
67268
  url: string;
@@ -67616,7 +67616,7 @@ export declare const mainChatContract: {
67616
67616
  }, {
67617
67617
  message: z.ZodString;
67618
67618
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
67619
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
67619
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
67620
67620
  readAt: z.ZodDate;
67621
67621
  metadata: z.ZodAny;
67622
67622
  platformId: z.ZodString;
@@ -70669,7 +70669,7 @@ export declare const mainChatContract: {
70669
70669
  }, {
70670
70670
  message: z.ZodString;
70671
70671
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
70672
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
70672
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
70673
70673
  readAt: z.ZodDate;
70674
70674
  metadata: z.ZodAny;
70675
70675
  platformId: z.ZodString;
@@ -71328,7 +71328,7 @@ export declare const mainChatContract: {
71328
71328
  };
71329
71329
  }>;
71330
71330
  }>, "strip", z.ZodTypeAny, {
71331
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
71331
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
71332
71332
  message: string;
71333
71333
  id: string;
71334
71334
  url: string;
@@ -71490,7 +71490,7 @@ export declare const mainChatContract: {
71490
71490
  template?: any;
71491
71491
  metadata?: any;
71492
71492
  }, {
71493
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
71493
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
71494
71494
  message: string;
71495
71495
  id: string;
71496
71496
  url: string;
@@ -72301,7 +72301,7 @@ export declare const mainChatContract: {
72301
72301
  deletedAt: z.ZodNullable<z.ZodDate>;
72302
72302
  }, {
72303
72303
  message: z.ZodNullable<z.ZodString>;
72304
- type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>]>;
72304
+ type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>]>;
72305
72305
  metadata: z.ZodAny;
72306
72306
  platformId: z.ZodString;
72307
72307
  platformMessageId: z.ZodString;
@@ -73895,7 +73895,7 @@ export declare const mainChatContract: {
73895
73895
  imageURL: z.ZodString;
73896
73896
  permalinkURL: z.ZodString;
73897
73897
  }>, "strip", z.ZodTypeAny, {
73898
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
73898
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
73899
73899
  message: string | null;
73900
73900
  id: string;
73901
73901
  channel: {
@@ -74144,7 +74144,7 @@ export declare const mainChatContract: {
74144
74144
  permalinkURL: string;
74145
74145
  metadata?: any;
74146
74146
  }, {
74147
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
74147
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
74148
74148
  message: string | null;
74149
74149
  id: string;
74150
74150
  channel: {
@@ -74395,7 +74395,7 @@ export declare const mainChatContract: {
74395
74395
  }>>;
74396
74396
  replyReaction: z.ZodNullable<z.ZodString>;
74397
74397
  }>, "strip", z.ZodTypeAny, {
74398
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
74398
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
74399
74399
  message: string;
74400
74400
  id: string;
74401
74401
  url: string;
@@ -74893,7 +74893,7 @@ export declare const mainChatContract: {
74893
74893
  previewUrl: string;
74894
74894
  imageSetId: string;
74895
74895
  repliedMessage: {
74896
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
74896
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
74897
74897
  message: string;
74898
74898
  id: string;
74899
74899
  url: string;
@@ -75103,7 +75103,7 @@ export declare const mainChatContract: {
75103
75103
  parentMessageId: string | null;
75104
75104
  feedPostId: string | null;
75105
75105
  feedPost: {
75106
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
75106
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
75107
75107
  message: string | null;
75108
75108
  id: string;
75109
75109
  channel: {
@@ -75356,7 +75356,7 @@ export declare const mainChatContract: {
75356
75356
  template?: any;
75357
75357
  metadata?: any;
75358
75358
  }, {
75359
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
75359
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
75360
75360
  message: string;
75361
75361
  id: string;
75362
75362
  url: string;
@@ -75854,7 +75854,7 @@ export declare const mainChatContract: {
75854
75854
  previewUrl: string;
75855
75855
  imageSetId: string;
75856
75856
  repliedMessage: {
75857
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
75857
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
75858
75858
  message: string;
75859
75859
  id: string;
75860
75860
  url: string;
@@ -76064,7 +76064,7 @@ export declare const mainChatContract: {
76064
76064
  parentMessageId: string | null;
76065
76065
  feedPostId: string | null;
76066
76066
  feedPost: {
76067
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
76067
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
76068
76068
  message: string | null;
76069
76069
  id: string;
76070
76070
  channel: {
@@ -76319,7 +76319,7 @@ export declare const mainChatContract: {
76319
76319
  }>, "many">;
76320
76320
  }>, "strip", z.ZodTypeAny, {
76321
76321
  data: {
76322
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
76322
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
76323
76323
  message: string;
76324
76324
  id: string;
76325
76325
  url: string;
@@ -76817,7 +76817,7 @@ export declare const mainChatContract: {
76817
76817
  previewUrl: string;
76818
76818
  imageSetId: string;
76819
76819
  repliedMessage: {
76820
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
76820
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
76821
76821
  message: string;
76822
76822
  id: string;
76823
76823
  url: string;
@@ -77027,7 +77027,7 @@ export declare const mainChatContract: {
77027
77027
  parentMessageId: string | null;
77028
77028
  feedPostId: string | null;
77029
77029
  feedPost: {
77030
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
77030
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
77031
77031
  message: string | null;
77032
77032
  id: string;
77033
77033
  channel: {
@@ -77286,7 +77286,7 @@ export declare const mainChatContract: {
77286
77286
  requestId: string;
77287
77287
  }, {
77288
77288
  data: {
77289
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
77289
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
77290
77290
  message: string;
77291
77291
  id: string;
77292
77292
  url: string;
@@ -77784,7 +77784,7 @@ export declare const mainChatContract: {
77784
77784
  previewUrl: string;
77785
77785
  imageSetId: string;
77786
77786
  repliedMessage: {
77787
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
77787
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
77788
77788
  message: string;
77789
77789
  id: string;
77790
77790
  url: string;
@@ -77994,7 +77994,7 @@ export declare const mainChatContract: {
77994
77994
  parentMessageId: string | null;
77995
77995
  feedPostId: string | null;
77996
77996
  feedPost: {
77997
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
77997
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
77998
77998
  message: string | null;
77999
77999
  id: string;
78000
78000
  channel: {
@@ -90607,7 +90607,7 @@ export declare const mainChatMessageContract: {
90607
90607
  sendMessage: {
90608
90608
  body: z.ZodObject<{
90609
90609
  roomId: z.ZodString;
90610
- messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
90610
+ messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
90611
90611
  message: z.ZodOptional<z.ZodString>;
90612
90612
  messageAttachments: z.ZodOptional<z.ZodObject<{
90613
90613
  bucketName: z.ZodString;
@@ -90866,7 +90866,7 @@ export declare const mainChatMessageContract: {
90866
90866
  mentions?: string[] | undefined;
90867
90867
  }>>;
90868
90868
  }, "strip", z.ZodTypeAny, {
90869
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
90869
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
90870
90870
  roomId: string;
90871
90871
  message?: string | undefined;
90872
90872
  id?: string | undefined;
@@ -90938,7 +90938,7 @@ export declare const mainChatMessageContract: {
90938
90938
  } | undefined;
90939
90939
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
90940
90940
  }, {
90941
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
90941
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
90942
90942
  roomId: string;
90943
90943
  message?: string | undefined;
90944
90944
  id?: string | undefined;
@@ -91041,7 +91041,7 @@ export declare const mainChatMessageContract: {
91041
91041
  }, {
91042
91042
  message: z.ZodString;
91043
91043
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
91044
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
91044
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
91045
91045
  readAt: z.ZodDate;
91046
91046
  metadata: z.ZodAny;
91047
91047
  platformId: z.ZodString;
@@ -94094,7 +94094,7 @@ export declare const mainChatMessageContract: {
94094
94094
  }, {
94095
94095
  message: z.ZodString;
94096
94096
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
94097
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
94097
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
94098
94098
  readAt: z.ZodDate;
94099
94099
  metadata: z.ZodAny;
94100
94100
  platformId: z.ZodString;
@@ -94753,7 +94753,7 @@ export declare const mainChatMessageContract: {
94753
94753
  };
94754
94754
  }>;
94755
94755
  }>, "strip", z.ZodTypeAny, {
94756
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
94756
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
94757
94757
  message: string;
94758
94758
  id: string;
94759
94759
  url: string;
@@ -94915,7 +94915,7 @@ export declare const mainChatMessageContract: {
94915
94915
  template?: any;
94916
94916
  metadata?: any;
94917
94917
  }, {
94918
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
94918
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
94919
94919
  message: string;
94920
94920
  id: string;
94921
94921
  url: string;
@@ -95725,7 +95725,7 @@ export declare const mainChatMessageContract: {
95725
95725
  }, {
95726
95726
  message: z.ZodString;
95727
95727
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
95728
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
95728
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
95729
95729
  readAt: z.ZodDate;
95730
95730
  metadata: z.ZodAny;
95731
95731
  platformId: z.ZodString;
@@ -98778,7 +98778,7 @@ export declare const mainChatMessageContract: {
98778
98778
  }, {
98779
98779
  message: z.ZodString;
98780
98780
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
98781
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
98781
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
98782
98782
  readAt: z.ZodDate;
98783
98783
  metadata: z.ZodAny;
98784
98784
  platformId: z.ZodString;
@@ -99437,7 +99437,7 @@ export declare const mainChatMessageContract: {
99437
99437
  };
99438
99438
  }>;
99439
99439
  }>, "strip", z.ZodTypeAny, {
99440
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
99440
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
99441
99441
  message: string;
99442
99442
  id: string;
99443
99443
  url: string;
@@ -99599,7 +99599,7 @@ export declare const mainChatMessageContract: {
99599
99599
  template?: any;
99600
99600
  metadata?: any;
99601
99601
  }, {
99602
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
99602
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
99603
99603
  message: string;
99604
99604
  id: string;
99605
99605
  url: string;
@@ -100401,7 +100401,7 @@ export declare const mainChatMessageContract: {
100401
100401
  }>;
100402
100402
  editedMessageid: z.ZodString;
100403
100403
  }>, "strip", z.ZodTypeAny, {
100404
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
100404
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
100405
100405
  message: string;
100406
100406
  id: string;
100407
100407
  url: string;
@@ -100899,7 +100899,7 @@ export declare const mainChatMessageContract: {
100899
100899
  previewUrl: string;
100900
100900
  imageSetId: string;
100901
100901
  repliedMessage: {
100902
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
100902
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
100903
100903
  message: string;
100904
100904
  id: string;
100905
100905
  url: string;
@@ -101109,7 +101109,7 @@ export declare const mainChatMessageContract: {
101109
101109
  template?: any;
101110
101110
  metadata?: any;
101111
101111
  }, {
101112
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
101112
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
101113
101113
  message: string;
101114
101114
  id: string;
101115
101115
  url: string;
@@ -101607,7 +101607,7 @@ export declare const mainChatMessageContract: {
101607
101607
  previewUrl: string;
101608
101608
  imageSetId: string;
101609
101609
  repliedMessage: {
101610
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
101610
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
101611
101611
  message: string;
101612
101612
  id: string;
101613
101613
  url: string;
@@ -101818,7 +101818,7 @@ export declare const mainChatMessageContract: {
101818
101818
  metadata?: any;
101819
101819
  }>>>;
101820
101820
  }>, "strip", z.ZodTypeAny, {
101821
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
101821
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
101822
101822
  message: string;
101823
101823
  id: string;
101824
101824
  url: string;
@@ -102316,7 +102316,7 @@ export declare const mainChatMessageContract: {
102316
102316
  previewUrl: string;
102317
102317
  imageSetId: string;
102318
102318
  repliedMessage: {
102319
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
102319
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
102320
102320
  message: string;
102321
102321
  id: string;
102322
102322
  url: string;
@@ -102526,7 +102526,7 @@ export declare const mainChatMessageContract: {
102526
102526
  template?: any;
102527
102527
  metadata?: any;
102528
102528
  fromMessage?: {
102529
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
102529
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
102530
102530
  message: string;
102531
102531
  id: string;
102532
102532
  url: string;
@@ -103024,7 +103024,7 @@ export declare const mainChatMessageContract: {
103024
103024
  previewUrl: string;
103025
103025
  imageSetId: string;
103026
103026
  repliedMessage: {
103027
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
103027
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
103028
103028
  message: string;
103029
103029
  id: string;
103030
103030
  url: string;
@@ -103235,7 +103235,7 @@ export declare const mainChatMessageContract: {
103235
103235
  metadata?: any;
103236
103236
  } | null | undefined;
103237
103237
  }, {
103238
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
103238
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
103239
103239
  message: string;
103240
103240
  id: string;
103241
103241
  url: string;
@@ -103733,7 +103733,7 @@ export declare const mainChatMessageContract: {
103733
103733
  previewUrl: string;
103734
103734
  imageSetId: string;
103735
103735
  repliedMessage: {
103736
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
103736
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
103737
103737
  message: string;
103738
103738
  id: string;
103739
103739
  url: string;
@@ -103943,7 +103943,7 @@ export declare const mainChatMessageContract: {
103943
103943
  template?: any;
103944
103944
  metadata?: any;
103945
103945
  fromMessage?: {
103946
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
103946
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
103947
103947
  message: string;
103948
103948
  id: string;
103949
103949
  url: string;
@@ -104441,7 +104441,7 @@ export declare const mainChatMessageContract: {
104441
104441
  previewUrl: string;
104442
104442
  imageSetId: string;
104443
104443
  repliedMessage: {
104444
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
104444
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
104445
104445
  message: string;
104446
104446
  id: string;
104447
104447
  url: string;
@@ -104654,7 +104654,7 @@ export declare const mainChatMessageContract: {
104654
104654
  }>;
104655
104655
  }>, "strip", z.ZodTypeAny, {
104656
104656
  data: {
104657
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
104657
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
104658
104658
  message: string;
104659
104659
  id: string;
104660
104660
  url: string;
@@ -105152,7 +105152,7 @@ export declare const mainChatMessageContract: {
105152
105152
  previewUrl: string;
105153
105153
  imageSetId: string;
105154
105154
  repliedMessage: {
105155
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
105155
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
105156
105156
  message: string;
105157
105157
  id: string;
105158
105158
  url: string;
@@ -105362,7 +105362,7 @@ export declare const mainChatMessageContract: {
105362
105362
  template?: any;
105363
105363
  metadata?: any;
105364
105364
  fromMessage?: {
105365
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
105365
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
105366
105366
  message: string;
105367
105367
  id: string;
105368
105368
  url: string;
@@ -105860,7 +105860,7 @@ export declare const mainChatMessageContract: {
105860
105860
  previewUrl: string;
105861
105861
  imageSetId: string;
105862
105862
  repliedMessage: {
105863
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
105863
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
105864
105864
  message: string;
105865
105865
  id: string;
105866
105866
  url: string;
@@ -106074,7 +106074,7 @@ export declare const mainChatMessageContract: {
106074
106074
  requestId: string;
106075
106075
  }, {
106076
106076
  data: {
106077
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
106077
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
106078
106078
  message: string;
106079
106079
  id: string;
106080
106080
  url: string;
@@ -106572,7 +106572,7 @@ export declare const mainChatMessageContract: {
106572
106572
  previewUrl: string;
106573
106573
  imageSetId: string;
106574
106574
  repliedMessage: {
106575
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
106575
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
106576
106576
  message: string;
106577
106577
  id: string;
106578
106578
  url: string;
@@ -106782,7 +106782,7 @@ export declare const mainChatMessageContract: {
106782
106782
  template?: any;
106783
106783
  metadata?: any;
106784
106784
  fromMessage?: {
106785
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
106785
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
106786
106786
  message: string;
106787
106787
  id: string;
106788
106788
  url: string;
@@ -107280,7 +107280,7 @@ export declare const mainChatMessageContract: {
107280
107280
  previewUrl: string;
107281
107281
  imageSetId: string;
107282
107282
  repliedMessage: {
107283
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107283
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
107284
107284
  message: string;
107285
107285
  id: string;
107286
107286
  url: string;
@@ -107768,7 +107768,7 @@ export declare const mainChatMessageContract: {
107768
107768
  id: z.ZodOptional<z.ZodString>;
107769
107769
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
107770
107770
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
107771
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
107771
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
107772
107772
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
107773
107773
  metadata: z.ZodOptional<z.ZodAny>;
107774
107774
  platformId: z.ZodOptional<z.ZodString>;
@@ -107820,7 +107820,7 @@ export declare const mainChatMessageContract: {
107820
107820
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
107821
107821
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
107822
107822
  }, "strip", z.ZodTypeAny, {
107823
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107823
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
107824
107824
  direction: "incoming" | "outgoing" | "system";
107825
107825
  message?: string | null | undefined;
107826
107826
  id?: string | undefined;
@@ -107851,7 +107851,7 @@ export declare const mainChatMessageContract: {
107851
107851
  parentMessageId?: string | null | undefined;
107852
107852
  feedPostId?: string | null | undefined;
107853
107853
  }, {
107854
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107854
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
107855
107855
  direction: "incoming" | "outgoing" | "system";
107856
107856
  message?: string | null | undefined;
107857
107857
  id?: string | undefined;
@@ -107884,7 +107884,7 @@ export declare const mainChatMessageContract: {
107884
107884
  }>;
107885
107885
  }, "strip", z.ZodTypeAny, {
107886
107886
  message: {
107887
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107887
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
107888
107888
  direction: "incoming" | "outgoing" | "system";
107889
107889
  message?: string | null | undefined;
107890
107890
  id?: string | undefined;
@@ -107951,7 +107951,7 @@ export declare const mainChatMessageContract: {
107951
107951
  };
107952
107952
  }, {
107953
107953
  message: {
107954
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107954
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
107955
107955
  direction: "incoming" | "outgoing" | "system";
107956
107956
  message?: string | null | undefined;
107957
107957
  id?: string | undefined;
@@ -108020,7 +108020,7 @@ export declare const mainChatMessageContract: {
108020
108020
  }>, "strip", z.ZodTypeAny, {
108021
108021
  data: {
108022
108022
  message: {
108023
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
108023
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
108024
108024
  direction: "incoming" | "outgoing" | "system";
108025
108025
  message?: string | null | undefined;
108026
108026
  id?: string | undefined;
@@ -108090,7 +108090,7 @@ export declare const mainChatMessageContract: {
108090
108090
  }, {
108091
108091
  data: {
108092
108092
  message: {
108093
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
108093
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
108094
108094
  direction: "incoming" | "outgoing" | "system";
108095
108095
  message?: string | null | undefined;
108096
108096
  id?: string | undefined;
@@ -108208,7 +108208,7 @@ export declare const mainChatMessageContract: {
108208
108208
  }, {
108209
108209
  message: z.ZodString;
108210
108210
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
108211
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
108211
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
108212
108212
  readAt: z.ZodDate;
108213
108213
  metadata: z.ZodAny;
108214
108214
  platformId: z.ZodString;
@@ -111261,7 +111261,7 @@ export declare const mainChatMessageContract: {
111261
111261
  }, {
111262
111262
  message: z.ZodString;
111263
111263
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
111264
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
111264
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "deleted", "unsupported"]>;
111265
111265
  readAt: z.ZodDate;
111266
111266
  metadata: z.ZodAny;
111267
111267
  platformId: z.ZodString;
@@ -111920,7 +111920,7 @@ export declare const mainChatMessageContract: {
111920
111920
  };
111921
111921
  }>;
111922
111922
  }>, "strip", z.ZodTypeAny, {
111923
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
111923
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
111924
111924
  message: string;
111925
111925
  id: string;
111926
111926
  url: string;
@@ -112082,7 +112082,7 @@ export declare const mainChatMessageContract: {
112082
112082
  template?: any;
112083
112083
  metadata?: any;
112084
112084
  }, {
112085
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
112085
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
112086
112086
  message: string;
112087
112087
  id: string;
112088
112088
  url: string;
@@ -112884,7 +112884,7 @@ export declare const mainChatMessageContract: {
112884
112884
  }>;
112885
112885
  editedMessageid: z.ZodString;
112886
112886
  }>, "strip", z.ZodTypeAny, {
112887
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
112887
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
112888
112888
  message: string;
112889
112889
  id: string;
112890
112890
  url: string;
@@ -113382,7 +113382,7 @@ export declare const mainChatMessageContract: {
113382
113382
  previewUrl: string;
113383
113383
  imageSetId: string;
113384
113384
  repliedMessage: {
113385
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
113385
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
113386
113386
  message: string;
113387
113387
  id: string;
113388
113388
  url: string;
@@ -113592,7 +113592,7 @@ export declare const mainChatMessageContract: {
113592
113592
  template?: any;
113593
113593
  metadata?: any;
113594
113594
  }, {
113595
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
113595
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
113596
113596
  message: string;
113597
113597
  id: string;
113598
113598
  url: string;
@@ -114090,7 +114090,7 @@ export declare const mainChatMessageContract: {
114090
114090
  previewUrl: string;
114091
114091
  imageSetId: string;
114092
114092
  repliedMessage: {
114093
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
114093
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
114094
114094
  message: string;
114095
114095
  id: string;
114096
114096
  url: string;
@@ -114302,7 +114302,7 @@ export declare const mainChatMessageContract: {
114302
114302
  }>, "many">;
114303
114303
  }>, "strip", z.ZodTypeAny, {
114304
114304
  data: {
114305
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
114305
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
114306
114306
  message: string;
114307
114307
  id: string;
114308
114308
  url: string;
@@ -114800,7 +114800,7 @@ export declare const mainChatMessageContract: {
114800
114800
  previewUrl: string;
114801
114801
  imageSetId: string;
114802
114802
  repliedMessage: {
114803
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
114803
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
114804
114804
  message: string;
114805
114805
  id: string;
114806
114806
  url: string;
@@ -115013,7 +115013,7 @@ export declare const mainChatMessageContract: {
115013
115013
  requestId: string;
115014
115014
  }, {
115015
115015
  data: {
115016
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
115016
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
115017
115017
  message: string;
115018
115018
  id: string;
115019
115019
  url: string;
@@ -115511,7 +115511,7 @@ export declare const mainChatMessageContract: {
115511
115511
  previewUrl: string;
115512
115512
  imageSetId: string;
115513
115513
  repliedMessage: {
115514
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
115514
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "deleted" | "unsupported";
115515
115515
  message: string;
115516
115516
  id: string;
115517
115517
  url: string;