@kl1/contracts 1.1.72-uat → 1.1.74-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -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", "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", "unsupported"]>;
43
43
  metadata: z.ZodAny;
44
44
  platformId: z.ZodString;
45
45
  platformMessageId: z.ZodString;
@@ -3232,7 +3232,7 @@ export declare const receiveMessageContract: {
3232
3232
  };
3233
3233
  }>>>;
3234
3234
  }, "strip", z.ZodTypeAny, {
3235
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
3235
+ 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";
3236
3236
  id: string;
3237
3237
  direction: "incoming" | "outgoing" | "system";
3238
3238
  createdAt: string;
@@ -3707,7 +3707,7 @@ export declare const receiveMessageContract: {
3707
3707
  };
3708
3708
  } | null | undefined;
3709
3709
  }, {
3710
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
3710
+ 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";
3711
3711
  id: string;
3712
3712
  direction: "incoming" | "outgoing" | "system";
3713
3713
  createdAt: string;
@@ -4184,7 +4184,7 @@ export declare const receiveMessageContract: {
4184
4184
  }>;
4185
4185
  }, "strip", z.ZodTypeAny, {
4186
4186
  message: {
4187
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
4187
+ 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";
4188
4188
  id: string;
4189
4189
  direction: "incoming" | "outgoing" | "system";
4190
4190
  createdAt: string;
@@ -4661,7 +4661,7 @@ export declare const receiveMessageContract: {
4661
4661
  };
4662
4662
  }, {
4663
4663
  message: {
4664
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
4664
+ 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";
4665
4665
  id: string;
4666
4666
  direction: "incoming" | "outgoing" | "system";
4667
4667
  createdAt: string;
@@ -5185,7 +5185,7 @@ export declare const mainFeedContract: {
5185
5185
  updatedAt: z.ZodDate;
5186
5186
  deletedAt: z.ZodNullable<z.ZodDate>;
5187
5187
  message: z.ZodNullable<z.ZodString>;
5188
- 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", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>]>;
5188
+ 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"]>]>;
5189
5189
  metadata: z.ZodAny;
5190
5190
  platformId: z.ZodString;
5191
5191
  platformMessageId: z.ZodString;
@@ -6769,7 +6769,7 @@ export declare const mainFeedContract: {
6769
6769
  imageURL: z.ZodString;
6770
6770
  permalinkURL: z.ZodString;
6771
6771
  }, "strip", z.ZodTypeAny, {
6772
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
6772
+ 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";
6773
6773
  message: string | null;
6774
6774
  id: string;
6775
6775
  channel: {
@@ -7018,7 +7018,7 @@ export declare const mainFeedContract: {
7018
7018
  permalinkURL: string;
7019
7019
  metadata?: any;
7020
7020
  }, {
7021
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
7021
+ 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";
7022
7022
  message: string | null;
7023
7023
  id: string;
7024
7024
  channel: {
@@ -7269,7 +7269,7 @@ export declare const mainFeedContract: {
7269
7269
  }>;
7270
7270
  }, "strip", z.ZodTypeAny, {
7271
7271
  data: {
7272
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
7272
+ 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";
7273
7273
  message: string | null;
7274
7274
  id: string;
7275
7275
  channel: {
@@ -7521,7 +7521,7 @@ export declare const mainFeedContract: {
7521
7521
  requestId: string;
7522
7522
  }, {
7523
7523
  data: {
7524
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
7524
+ 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";
7525
7525
  message: string | null;
7526
7526
  id: string;
7527
7527
  channel: {
@@ -7818,7 +7818,7 @@ export declare const mainFeedContract: {
7818
7818
  page: z.ZodNumber;
7819
7819
  pageSize: z.ZodNumber;
7820
7820
  data: z.ZodObject<{
7821
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
7821
+ 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"]>;
7822
7822
  message: z.ZodString;
7823
7823
  id: z.ZodString;
7824
7824
  url: z.ZodString;
@@ -11292,7 +11292,7 @@ export declare const mainFeedContract: {
11292
11292
  deletedAt: z.ZodNullable<z.ZodDate>;
11293
11293
  message: z.ZodString;
11294
11294
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
11295
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
11295
+ 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"]>;
11296
11296
  readAt: z.ZodDate;
11297
11297
  metadata: z.ZodAny;
11298
11298
  platformId: z.ZodString;
@@ -11950,7 +11950,7 @@ export declare const mainFeedContract: {
11950
11950
  };
11951
11951
  }>;
11952
11952
  }, "strip", z.ZodTypeAny, {
11953
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11953
+ 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";
11954
11954
  message: string;
11955
11955
  id: string;
11956
11956
  url: string;
@@ -12112,7 +12112,7 @@ export declare const mainFeedContract: {
12112
12112
  metadata?: any;
12113
12113
  template?: any;
12114
12114
  }, {
12115
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12115
+ 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";
12116
12116
  message: string;
12117
12117
  id: string;
12118
12118
  url: string;
@@ -13420,7 +13420,7 @@ export declare const mainFeedContract: {
13420
13420
  deletedAt: z.ZodNullable<z.ZodDate>;
13421
13421
  message: z.ZodString;
13422
13422
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
13423
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
13423
+ 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"]>;
13424
13424
  readAt: z.ZodDate;
13425
13425
  metadata: z.ZodAny;
13426
13426
  platformId: z.ZodString;
@@ -16455,7 +16455,7 @@ export declare const mainFeedContract: {
16455
16455
  deletedAt: z.ZodNullable<z.ZodDate>;
16456
16456
  message: z.ZodString;
16457
16457
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
16458
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
16458
+ 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"]>;
16459
16459
  readAt: z.ZodDate;
16460
16460
  metadata: z.ZodAny;
16461
16461
  platformId: z.ZodString;
@@ -17113,7 +17113,7 @@ export declare const mainFeedContract: {
17113
17113
  };
17114
17114
  }>;
17115
17115
  }, "strip", z.ZodTypeAny, {
17116
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17116
+ 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";
17117
17117
  message: string;
17118
17118
  id: string;
17119
17119
  url: string;
@@ -17275,7 +17275,7 @@ export declare const mainFeedContract: {
17275
17275
  metadata?: any;
17276
17276
  template?: any;
17277
17277
  }, {
17278
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
17278
+ 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";
17279
17279
  message: string;
17280
17280
  id: string;
17281
17281
  url: string;
@@ -18076,7 +18076,7 @@ export declare const mainFeedContract: {
18076
18076
  }>;
18077
18077
  editedMessageid: z.ZodString;
18078
18078
  }, "strip", z.ZodTypeAny, {
18079
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18079
+ 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";
18080
18080
  message: string;
18081
18081
  id: string;
18082
18082
  url: string;
@@ -18574,7 +18574,7 @@ export declare const mainFeedContract: {
18574
18574
  previewUrl: string;
18575
18575
  imageSetId: string;
18576
18576
  repliedMessage: {
18577
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18577
+ 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";
18578
18578
  message: string;
18579
18579
  id: string;
18580
18580
  url: string;
@@ -18784,7 +18784,7 @@ export declare const mainFeedContract: {
18784
18784
  metadata?: any;
18785
18785
  template?: any;
18786
18786
  }, {
18787
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
18787
+ 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";
18788
18788
  message: string;
18789
18789
  id: string;
18790
18790
  url: string;
@@ -19282,7 +19282,7 @@ export declare const mainFeedContract: {
19282
19282
  previewUrl: string;
19283
19283
  imageSetId: string;
19284
19284
  repliedMessage: {
19285
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
19285
+ 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";
19286
19286
  message: string;
19287
19287
  id: string;
19288
19288
  url: string;
@@ -19493,13 +19493,13 @@ export declare const mainFeedContract: {
19493
19493
  template?: any;
19494
19494
  }>, "many">;
19495
19495
  }, "strip", z.ZodTypeAny, {
19496
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
19496
+ 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";
19497
19497
  message: string;
19498
19498
  id: string;
19499
19499
  url: string;
19500
19500
  direction: "incoming" | "outgoing" | "system";
19501
19501
  children: {
19502
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
19502
+ 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";
19503
19503
  message: string;
19504
19504
  id: string;
19505
19505
  url: string;
@@ -19997,7 +19997,7 @@ export declare const mainFeedContract: {
19997
19997
  previewUrl: string;
19998
19998
  imageSetId: string;
19999
19999
  repliedMessage: {
20000
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
20000
+ 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";
20001
20001
  message: string;
20002
20002
  id: string;
20003
20003
  url: string;
@@ -20700,7 +20700,7 @@ export declare const mainFeedContract: {
20700
20700
  previewUrl: string;
20701
20701
  imageSetId: string;
20702
20702
  repliedMessage: {
20703
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
20703
+ 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";
20704
20704
  message: string;
20705
20705
  id: string;
20706
20706
  url: string;
@@ -21022,13 +21022,13 @@ export declare const mainFeedContract: {
21022
21022
  template?: any;
21023
21023
  metadata?: any;
21024
21024
  }, {
21025
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21025
+ 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";
21026
21026
  message: string;
21027
21027
  id: string;
21028
21028
  url: string;
21029
21029
  direction: "incoming" | "outgoing" | "system";
21030
21030
  children: {
21031
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21031
+ 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";
21032
21032
  message: string;
21033
21033
  id: string;
21034
21034
  url: string;
@@ -21526,7 +21526,7 @@ export declare const mainFeedContract: {
21526
21526
  previewUrl: string;
21527
21527
  imageSetId: string;
21528
21528
  repliedMessage: {
21529
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
21529
+ 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";
21530
21530
  message: string;
21531
21531
  id: string;
21532
21532
  url: string;
@@ -22229,7 +22229,7 @@ export declare const mainFeedContract: {
22229
22229
  previewUrl: string;
22230
22230
  imageSetId: string;
22231
22231
  repliedMessage: {
22232
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
22232
+ 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";
22233
22233
  message: string;
22234
22234
  id: string;
22235
22235
  url: string;
@@ -22553,13 +22553,13 @@ export declare const mainFeedContract: {
22553
22553
  }>;
22554
22554
  }, "strip", z.ZodTypeAny, {
22555
22555
  data: {
22556
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
22556
+ 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";
22557
22557
  message: string;
22558
22558
  id: string;
22559
22559
  url: string;
22560
22560
  direction: "incoming" | "outgoing" | "system";
22561
22561
  children: {
22562
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
22562
+ 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";
22563
22563
  message: string;
22564
22564
  id: string;
22565
22565
  url: string;
@@ -23057,7 +23057,7 @@ export declare const mainFeedContract: {
23057
23057
  previewUrl: string;
23058
23058
  imageSetId: string;
23059
23059
  repliedMessage: {
23060
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
23060
+ 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";
23061
23061
  message: string;
23062
23062
  id: string;
23063
23063
  url: string;
@@ -23760,7 +23760,7 @@ export declare const mainFeedContract: {
23760
23760
  previewUrl: string;
23761
23761
  imageSetId: string;
23762
23762
  repliedMessage: {
23763
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
23763
+ 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";
23764
23764
  message: string;
23765
23765
  id: string;
23766
23766
  url: string;
@@ -24088,13 +24088,13 @@ export declare const mainFeedContract: {
24088
24088
  requestId: string;
24089
24089
  }, {
24090
24090
  data: {
24091
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
24091
+ 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";
24092
24092
  message: string;
24093
24093
  id: string;
24094
24094
  url: string;
24095
24095
  direction: "incoming" | "outgoing" | "system";
24096
24096
  children: {
24097
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
24097
+ 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";
24098
24098
  message: string;
24099
24099
  id: string;
24100
24100
  url: string;
@@ -24592,7 +24592,7 @@ export declare const mainFeedContract: {
24592
24592
  previewUrl: string;
24593
24593
  imageSetId: string;
24594
24594
  repliedMessage: {
24595
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
24595
+ 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";
24596
24596
  message: string;
24597
24597
  id: string;
24598
24598
  url: string;
@@ -25295,7 +25295,7 @@ export declare const mainFeedContract: {
25295
25295
  previewUrl: string;
25296
25296
  imageSetId: string;
25297
25297
  repliedMessage: {
25298
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
25298
+ 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";
25299
25299
  message: string;
25300
25300
  id: string;
25301
25301
  url: string;
@@ -32567,7 +32567,7 @@ export declare const mainChatRoomContract: {
32567
32567
  latestIncomingMessage: z.ZodObject<{
32568
32568
  message: z.ZodString;
32569
32569
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
32570
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
32570
+ 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"]>;
32571
32571
  readAt: z.ZodDate;
32572
32572
  metadata: z.ZodAny;
32573
32573
  platformId: z.ZodString;
@@ -32579,7 +32579,7 @@ export declare const mainChatRoomContract: {
32579
32579
  previewUrl: z.ZodString;
32580
32580
  imageSetId: z.ZodString;
32581
32581
  }, "strip", z.ZodTypeAny, {
32582
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
32582
+ 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";
32583
32583
  message: string;
32584
32584
  url: string;
32585
32585
  direction: "incoming" | "outgoing" | "system";
@@ -32593,7 +32593,7 @@ export declare const mainChatRoomContract: {
32593
32593
  metadata?: any;
32594
32594
  template?: any;
32595
32595
  }, {
32596
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
32596
+ 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";
32597
32597
  message: string;
32598
32598
  url: string;
32599
32599
  direction: "incoming" | "outgoing" | "system";
@@ -32982,7 +32982,7 @@ export declare const mainChatRoomContract: {
32982
32982
  };
32983
32983
  };
32984
32984
  latestIncomingMessage: {
32985
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
32985
+ 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";
32986
32986
  message: string;
32987
32987
  url: string;
32988
32988
  direction: "incoming" | "outgoing" | "system";
@@ -33371,7 +33371,7 @@ export declare const mainChatRoomContract: {
33371
33371
  };
33372
33372
  };
33373
33373
  latestIncomingMessage: {
33374
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
33374
+ 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";
33375
33375
  message: string;
33376
33376
  url: string;
33377
33377
  direction: "incoming" | "outgoing" | "system";
@@ -33762,7 +33762,7 @@ export declare const mainChatRoomContract: {
33762
33762
  };
33763
33763
  };
33764
33764
  latestIncomingMessage: {
33765
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
33765
+ 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";
33766
33766
  message: string;
33767
33767
  url: string;
33768
33768
  direction: "incoming" | "outgoing" | "system";
@@ -34154,7 +34154,7 @@ export declare const mainChatRoomContract: {
34154
34154
  };
34155
34155
  };
34156
34156
  latestIncomingMessage: {
34157
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
34157
+ 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";
34158
34158
  message: string;
34159
34159
  url: string;
34160
34160
  direction: "incoming" | "outgoing" | "system";
@@ -50392,7 +50392,7 @@ export declare const mainChatContract: {
50392
50392
  sendMessage: {
50393
50393
  body: z.ZodObject<{
50394
50394
  roomId: z.ZodString;
50395
- messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
50395
+ 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"]>;
50396
50396
  message: z.ZodOptional<z.ZodString>;
50397
50397
  messageAttachments: z.ZodOptional<z.ZodObject<{
50398
50398
  bucketName: z.ZodString;
@@ -50651,7 +50651,7 @@ export declare const mainChatContract: {
50651
50651
  mentions?: string[] | undefined;
50652
50652
  }>>;
50653
50653
  }, "strip", z.ZodTypeAny, {
50654
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
50654
+ 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";
50655
50655
  roomId: string;
50656
50656
  message?: string | undefined;
50657
50657
  messageAttachments?: {
@@ -50723,7 +50723,7 @@ export declare const mainChatContract: {
50723
50723
  mentions?: string[] | undefined;
50724
50724
  } | undefined;
50725
50725
  }, {
50726
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
50726
+ 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";
50727
50727
  roomId: string;
50728
50728
  message?: string | undefined;
50729
50729
  messageAttachments?: {
@@ -50801,7 +50801,7 @@ export declare const mainChatContract: {
50801
50801
  200: z.ZodObject<{
50802
50802
  requestId: z.ZodString;
50803
50803
  data: z.ZodObject<{
50804
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
50804
+ 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"]>;
50805
50805
  message: z.ZodString;
50806
50806
  id: z.ZodString;
50807
50807
  url: z.ZodString;
@@ -54275,7 +54275,7 @@ export declare const mainChatContract: {
54275
54275
  deletedAt: z.ZodNullable<z.ZodDate>;
54276
54276
  message: z.ZodString;
54277
54277
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
54278
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
54278
+ 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"]>;
54279
54279
  readAt: z.ZodDate;
54280
54280
  metadata: z.ZodAny;
54281
54281
  platformId: z.ZodString;
@@ -54933,7 +54933,7 @@ export declare const mainChatContract: {
54933
54933
  };
54934
54934
  }>;
54935
54935
  }, "strip", z.ZodTypeAny, {
54936
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
54936
+ 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";
54937
54937
  message: string;
54938
54938
  id: string;
54939
54939
  url: string;
@@ -55095,7 +55095,7 @@ export declare const mainChatContract: {
55095
55095
  metadata?: any;
55096
55096
  template?: any;
55097
55097
  }, {
55098
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
55098
+ 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";
55099
55099
  message: string;
55100
55100
  id: string;
55101
55101
  url: string;
@@ -55469,7 +55469,7 @@ export declare const mainChatContract: {
55469
55469
  deletedAt: z.ZodNullable<z.ZodDate>;
55470
55470
  message: z.ZodString;
55471
55471
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
55472
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
55472
+ 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"]>;
55473
55473
  readAt: z.ZodDate;
55474
55474
  metadata: z.ZodAny;
55475
55475
  platformId: z.ZodString;
@@ -58504,7 +58504,7 @@ export declare const mainChatContract: {
58504
58504
  deletedAt: z.ZodNullable<z.ZodDate>;
58505
58505
  message: z.ZodString;
58506
58506
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
58507
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
58507
+ 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"]>;
58508
58508
  readAt: z.ZodDate;
58509
58509
  metadata: z.ZodAny;
58510
58510
  platformId: z.ZodString;
@@ -59162,7 +59162,7 @@ export declare const mainChatContract: {
59162
59162
  };
59163
59163
  }>;
59164
59164
  }, "strip", z.ZodTypeAny, {
59165
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
59165
+ 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";
59166
59166
  message: string;
59167
59167
  id: string;
59168
59168
  url: string;
@@ -59324,7 +59324,7 @@ export declare const mainChatContract: {
59324
59324
  metadata?: any;
59325
59325
  template?: any;
59326
59326
  }, {
59327
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
59327
+ 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";
59328
59328
  message: string;
59329
59329
  id: string;
59330
59330
  url: string;
@@ -60125,7 +60125,7 @@ export declare const mainChatContract: {
60125
60125
  }>;
60126
60126
  editedMessageid: z.ZodString;
60127
60127
  }, "strip", z.ZodTypeAny, {
60128
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
60128
+ 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";
60129
60129
  message: string;
60130
60130
  id: string;
60131
60131
  url: string;
@@ -60623,7 +60623,7 @@ export declare const mainChatContract: {
60623
60623
  previewUrl: string;
60624
60624
  imageSetId: string;
60625
60625
  repliedMessage: {
60626
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
60626
+ 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";
60627
60627
  message: string;
60628
60628
  id: string;
60629
60629
  url: string;
@@ -60833,7 +60833,7 @@ export declare const mainChatContract: {
60833
60833
  metadata?: any;
60834
60834
  template?: any;
60835
60835
  }, {
60836
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
60836
+ 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";
60837
60837
  message: string;
60838
60838
  id: string;
60839
60839
  url: string;
@@ -61331,7 +61331,7 @@ export declare const mainChatContract: {
61331
61331
  previewUrl: string;
61332
61332
  imageSetId: string;
61333
61333
  repliedMessage: {
61334
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
61334
+ 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";
61335
61335
  message: string;
61336
61336
  id: string;
61337
61337
  url: string;
@@ -61542,7 +61542,7 @@ export declare const mainChatContract: {
61542
61542
  template?: any;
61543
61543
  }>>>;
61544
61544
  }, "strip", z.ZodTypeAny, {
61545
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
61545
+ 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";
61546
61546
  message: string;
61547
61547
  id: string;
61548
61548
  url: string;
@@ -62040,7 +62040,7 @@ export declare const mainChatContract: {
62040
62040
  previewUrl: string;
62041
62041
  imageSetId: string;
62042
62042
  repliedMessage: {
62043
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
62043
+ 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";
62044
62044
  message: string;
62045
62045
  id: string;
62046
62046
  url: string;
@@ -62250,7 +62250,7 @@ export declare const mainChatContract: {
62250
62250
  template?: any;
62251
62251
  metadata?: any;
62252
62252
  fromMessage?: {
62253
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
62253
+ 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";
62254
62254
  message: string;
62255
62255
  id: string;
62256
62256
  url: string;
@@ -62748,7 +62748,7 @@ export declare const mainChatContract: {
62748
62748
  previewUrl: string;
62749
62749
  imageSetId: string;
62750
62750
  repliedMessage: {
62751
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
62751
+ 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";
62752
62752
  message: string;
62753
62753
  id: string;
62754
62754
  url: string;
@@ -62959,7 +62959,7 @@ export declare const mainChatContract: {
62959
62959
  template?: any;
62960
62960
  } | null | undefined;
62961
62961
  }, {
62962
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
62962
+ 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";
62963
62963
  message: string;
62964
62964
  id: string;
62965
62965
  url: string;
@@ -63457,7 +63457,7 @@ export declare const mainChatContract: {
63457
63457
  previewUrl: string;
63458
63458
  imageSetId: string;
63459
63459
  repliedMessage: {
63460
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
63460
+ 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";
63461
63461
  message: string;
63462
63462
  id: string;
63463
63463
  url: string;
@@ -63667,7 +63667,7 @@ export declare const mainChatContract: {
63667
63667
  template?: any;
63668
63668
  metadata?: any;
63669
63669
  fromMessage?: {
63670
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
63670
+ 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";
63671
63671
  message: string;
63672
63672
  id: string;
63673
63673
  url: string;
@@ -64165,7 +64165,7 @@ export declare const mainChatContract: {
64165
64165
  previewUrl: string;
64166
64166
  imageSetId: string;
64167
64167
  repliedMessage: {
64168
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
64168
+ 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";
64169
64169
  message: string;
64170
64170
  id: string;
64171
64171
  url: string;
@@ -64378,7 +64378,7 @@ export declare const mainChatContract: {
64378
64378
  }>;
64379
64379
  }, "strip", z.ZodTypeAny, {
64380
64380
  data: {
64381
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
64381
+ 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";
64382
64382
  message: string;
64383
64383
  id: string;
64384
64384
  url: string;
@@ -64876,7 +64876,7 @@ export declare const mainChatContract: {
64876
64876
  previewUrl: string;
64877
64877
  imageSetId: string;
64878
64878
  repliedMessage: {
64879
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
64879
+ 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";
64880
64880
  message: string;
64881
64881
  id: string;
64882
64882
  url: string;
@@ -65086,7 +65086,7 @@ export declare const mainChatContract: {
65086
65086
  template?: any;
65087
65087
  metadata?: any;
65088
65088
  fromMessage?: {
65089
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
65089
+ 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";
65090
65090
  message: string;
65091
65091
  id: string;
65092
65092
  url: string;
@@ -65584,7 +65584,7 @@ export declare const mainChatContract: {
65584
65584
  previewUrl: string;
65585
65585
  imageSetId: string;
65586
65586
  repliedMessage: {
65587
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
65587
+ 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";
65588
65588
  message: string;
65589
65589
  id: string;
65590
65590
  url: string;
@@ -65798,7 +65798,7 @@ export declare const mainChatContract: {
65798
65798
  requestId: string;
65799
65799
  }, {
65800
65800
  data: {
65801
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
65801
+ 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";
65802
65802
  message: string;
65803
65803
  id: string;
65804
65804
  url: string;
@@ -66296,7 +66296,7 @@ export declare const mainChatContract: {
66296
66296
  previewUrl: string;
66297
66297
  imageSetId: string;
66298
66298
  repliedMessage: {
66299
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
66299
+ 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";
66300
66300
  message: string;
66301
66301
  id: string;
66302
66302
  url: string;
@@ -66506,7 +66506,7 @@ export declare const mainChatContract: {
66506
66506
  template?: any;
66507
66507
  metadata?: any;
66508
66508
  fromMessage?: {
66509
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
66509
+ 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";
66510
66510
  message: string;
66511
66511
  id: string;
66512
66512
  url: string;
@@ -67004,7 +67004,7 @@ export declare const mainChatContract: {
67004
67004
  previewUrl: string;
67005
67005
  imageSetId: string;
67006
67006
  repliedMessage: {
67007
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
67007
+ 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";
67008
67008
  message: string;
67009
67009
  id: string;
67010
67010
  url: string;
@@ -67348,7 +67348,7 @@ export declare const mainChatContract: {
67348
67348
  page: z.ZodNumber;
67349
67349
  pageSize: z.ZodNumber;
67350
67350
  data: z.ZodArray<z.ZodObject<{
67351
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
67351
+ 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"]>;
67352
67352
  message: z.ZodString;
67353
67353
  id: z.ZodString;
67354
67354
  url: z.ZodString;
@@ -70822,7 +70822,7 @@ export declare const mainChatContract: {
70822
70822
  deletedAt: z.ZodNullable<z.ZodDate>;
70823
70823
  message: z.ZodString;
70824
70824
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
70825
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
70825
+ 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"]>;
70826
70826
  readAt: z.ZodDate;
70827
70827
  metadata: z.ZodAny;
70828
70828
  platformId: z.ZodString;
@@ -71480,7 +71480,7 @@ export declare const mainChatContract: {
71480
71480
  };
71481
71481
  }>;
71482
71482
  }, "strip", z.ZodTypeAny, {
71483
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
71483
+ 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";
71484
71484
  message: string;
71485
71485
  id: string;
71486
71486
  url: string;
@@ -71642,7 +71642,7 @@ export declare const mainChatContract: {
71642
71642
  metadata?: any;
71643
71643
  template?: any;
71644
71644
  }, {
71645
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
71645
+ 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";
71646
71646
  message: string;
71647
71647
  id: string;
71648
71648
  url: string;
@@ -72017,7 +72017,7 @@ export declare const mainChatContract: {
72017
72017
  updatedAt: z.ZodDate;
72018
72018
  deletedAt: z.ZodNullable<z.ZodDate>;
72019
72019
  message: z.ZodNullable<z.ZodString>;
72020
- 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", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>]>;
72020
+ 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"]>]>;
72021
72021
  metadata: z.ZodAny;
72022
72022
  platformId: z.ZodString;
72023
72023
  platformMessageId: z.ZodString;
@@ -73601,7 +73601,7 @@ export declare const mainChatContract: {
73601
73601
  imageURL: z.ZodString;
73602
73602
  permalinkURL: z.ZodString;
73603
73603
  }, "strip", z.ZodTypeAny, {
73604
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
73604
+ 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";
73605
73605
  message: string | null;
73606
73606
  id: string;
73607
73607
  channel: {
@@ -73850,7 +73850,7 @@ export declare const mainChatContract: {
73850
73850
  permalinkURL: string;
73851
73851
  metadata?: any;
73852
73852
  }, {
73853
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
73853
+ 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";
73854
73854
  message: string | null;
73855
73855
  id: string;
73856
73856
  channel: {
@@ -74101,7 +74101,7 @@ export declare const mainChatContract: {
74101
74101
  }>>;
74102
74102
  replyReaction: z.ZodNullable<z.ZodString>;
74103
74103
  }, "strip", z.ZodTypeAny, {
74104
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
74104
+ 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";
74105
74105
  message: string;
74106
74106
  id: string;
74107
74107
  url: string;
@@ -74599,7 +74599,7 @@ export declare const mainChatContract: {
74599
74599
  previewUrl: string;
74600
74600
  imageSetId: string;
74601
74601
  repliedMessage: {
74602
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
74602
+ 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";
74603
74603
  message: string;
74604
74604
  id: string;
74605
74605
  url: string;
@@ -74809,7 +74809,7 @@ export declare const mainChatContract: {
74809
74809
  parentMessageId: string | null;
74810
74810
  feedPostId: string | null;
74811
74811
  feedPost: {
74812
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
74812
+ 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";
74813
74813
  message: string | null;
74814
74814
  id: string;
74815
74815
  channel: {
@@ -75062,7 +75062,7 @@ export declare const mainChatContract: {
75062
75062
  template?: any;
75063
75063
  metadata?: any;
75064
75064
  }, {
75065
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
75065
+ 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";
75066
75066
  message: string;
75067
75067
  id: string;
75068
75068
  url: string;
@@ -75560,7 +75560,7 @@ export declare const mainChatContract: {
75560
75560
  previewUrl: string;
75561
75561
  imageSetId: string;
75562
75562
  repliedMessage: {
75563
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
75563
+ 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";
75564
75564
  message: string;
75565
75565
  id: string;
75566
75566
  url: string;
@@ -75770,7 +75770,7 @@ export declare const mainChatContract: {
75770
75770
  parentMessageId: string | null;
75771
75771
  feedPostId: string | null;
75772
75772
  feedPost: {
75773
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
75773
+ 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";
75774
75774
  message: string | null;
75775
75775
  id: string;
75776
75776
  channel: {
@@ -76025,7 +76025,7 @@ export declare const mainChatContract: {
76025
76025
  }>, "many">;
76026
76026
  }, "strip", z.ZodTypeAny, {
76027
76027
  data: {
76028
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
76028
+ 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";
76029
76029
  message: string;
76030
76030
  id: string;
76031
76031
  url: string;
@@ -76523,7 +76523,7 @@ export declare const mainChatContract: {
76523
76523
  previewUrl: string;
76524
76524
  imageSetId: string;
76525
76525
  repliedMessage: {
76526
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
76526
+ 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";
76527
76527
  message: string;
76528
76528
  id: string;
76529
76529
  url: string;
@@ -76733,7 +76733,7 @@ export declare const mainChatContract: {
76733
76733
  parentMessageId: string | null;
76734
76734
  feedPostId: string | null;
76735
76735
  feedPost: {
76736
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
76736
+ 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";
76737
76737
  message: string | null;
76738
76738
  id: string;
76739
76739
  channel: {
@@ -76992,7 +76992,7 @@ export declare const mainChatContract: {
76992
76992
  requestId: string;
76993
76993
  }, {
76994
76994
  data: {
76995
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
76995
+ 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";
76996
76996
  message: string;
76997
76997
  id: string;
76998
76998
  url: string;
@@ -77490,7 +77490,7 @@ export declare const mainChatContract: {
77490
77490
  previewUrl: string;
77491
77491
  imageSetId: string;
77492
77492
  repliedMessage: {
77493
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
77493
+ 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";
77494
77494
  message: string;
77495
77495
  id: string;
77496
77496
  url: string;
@@ -77700,7 +77700,7 @@ export declare const mainChatContract: {
77700
77700
  parentMessageId: string | null;
77701
77701
  feedPostId: string | null;
77702
77702
  feedPost: {
77703
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
77703
+ 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";
77704
77704
  message: string | null;
77705
77705
  id: string;
77706
77706
  channel: {
@@ -90266,7 +90266,7 @@ export declare const mainChatMessageContract: {
90266
90266
  sendMessage: {
90267
90267
  body: z.ZodObject<{
90268
90268
  roomId: z.ZodString;
90269
- messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
90269
+ 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"]>;
90270
90270
  message: z.ZodOptional<z.ZodString>;
90271
90271
  messageAttachments: z.ZodOptional<z.ZodObject<{
90272
90272
  bucketName: z.ZodString;
@@ -90525,7 +90525,7 @@ export declare const mainChatMessageContract: {
90525
90525
  mentions?: string[] | undefined;
90526
90526
  }>>;
90527
90527
  }, "strip", z.ZodTypeAny, {
90528
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
90528
+ 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";
90529
90529
  roomId: string;
90530
90530
  message?: string | undefined;
90531
90531
  messageAttachments?: {
@@ -90597,7 +90597,7 @@ export declare const mainChatMessageContract: {
90597
90597
  mentions?: string[] | undefined;
90598
90598
  } | undefined;
90599
90599
  }, {
90600
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
90600
+ 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";
90601
90601
  roomId: string;
90602
90602
  message?: string | undefined;
90603
90603
  messageAttachments?: {
@@ -90675,7 +90675,7 @@ export declare const mainChatMessageContract: {
90675
90675
  200: z.ZodObject<{
90676
90676
  requestId: z.ZodString;
90677
90677
  data: z.ZodObject<{
90678
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
90678
+ 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"]>;
90679
90679
  message: z.ZodString;
90680
90680
  id: z.ZodString;
90681
90681
  url: z.ZodString;
@@ -94149,7 +94149,7 @@ export declare const mainChatMessageContract: {
94149
94149
  deletedAt: z.ZodNullable<z.ZodDate>;
94150
94150
  message: z.ZodString;
94151
94151
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
94152
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
94152
+ 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"]>;
94153
94153
  readAt: z.ZodDate;
94154
94154
  metadata: z.ZodAny;
94155
94155
  platformId: z.ZodString;
@@ -94807,7 +94807,7 @@ export declare const mainChatMessageContract: {
94807
94807
  };
94808
94808
  }>;
94809
94809
  }, "strip", z.ZodTypeAny, {
94810
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
94810
+ 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";
94811
94811
  message: string;
94812
94812
  id: string;
94813
94813
  url: string;
@@ -94969,7 +94969,7 @@ export declare const mainChatMessageContract: {
94969
94969
  metadata?: any;
94970
94970
  template?: any;
94971
94971
  }, {
94972
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
94972
+ 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";
94973
94973
  message: string;
94974
94974
  id: string;
94975
94975
  url: string;
@@ -95343,7 +95343,7 @@ export declare const mainChatMessageContract: {
95343
95343
  deletedAt: z.ZodNullable<z.ZodDate>;
95344
95344
  message: z.ZodString;
95345
95345
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
95346
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
95346
+ 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"]>;
95347
95347
  readAt: z.ZodDate;
95348
95348
  metadata: z.ZodAny;
95349
95349
  platformId: z.ZodString;
@@ -98378,7 +98378,7 @@ export declare const mainChatMessageContract: {
98378
98378
  deletedAt: z.ZodNullable<z.ZodDate>;
98379
98379
  message: z.ZodString;
98380
98380
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
98381
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
98381
+ 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"]>;
98382
98382
  readAt: z.ZodDate;
98383
98383
  metadata: z.ZodAny;
98384
98384
  platformId: z.ZodString;
@@ -99036,7 +99036,7 @@ export declare const mainChatMessageContract: {
99036
99036
  };
99037
99037
  }>;
99038
99038
  }, "strip", z.ZodTypeAny, {
99039
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
99039
+ 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";
99040
99040
  message: string;
99041
99041
  id: string;
99042
99042
  url: string;
@@ -99198,7 +99198,7 @@ export declare const mainChatMessageContract: {
99198
99198
  metadata?: any;
99199
99199
  template?: any;
99200
99200
  }, {
99201
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
99201
+ 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";
99202
99202
  message: string;
99203
99203
  id: string;
99204
99204
  url: string;
@@ -99999,7 +99999,7 @@ export declare const mainChatMessageContract: {
99999
99999
  }>;
100000
100000
  editedMessageid: z.ZodString;
100001
100001
  }, "strip", z.ZodTypeAny, {
100002
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
100002
+ 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";
100003
100003
  message: string;
100004
100004
  id: string;
100005
100005
  url: string;
@@ -100497,7 +100497,7 @@ export declare const mainChatMessageContract: {
100497
100497
  previewUrl: string;
100498
100498
  imageSetId: string;
100499
100499
  repliedMessage: {
100500
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
100500
+ 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";
100501
100501
  message: string;
100502
100502
  id: string;
100503
100503
  url: string;
@@ -100707,7 +100707,7 @@ export declare const mainChatMessageContract: {
100707
100707
  metadata?: any;
100708
100708
  template?: any;
100709
100709
  }, {
100710
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
100710
+ 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";
100711
100711
  message: string;
100712
100712
  id: string;
100713
100713
  url: string;
@@ -101205,7 +101205,7 @@ export declare const mainChatMessageContract: {
101205
101205
  previewUrl: string;
101206
101206
  imageSetId: string;
101207
101207
  repliedMessage: {
101208
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
101208
+ 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";
101209
101209
  message: string;
101210
101210
  id: string;
101211
101211
  url: string;
@@ -101416,7 +101416,7 @@ export declare const mainChatMessageContract: {
101416
101416
  template?: any;
101417
101417
  }>>>;
101418
101418
  }, "strip", z.ZodTypeAny, {
101419
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
101419
+ 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";
101420
101420
  message: string;
101421
101421
  id: string;
101422
101422
  url: string;
@@ -101914,7 +101914,7 @@ export declare const mainChatMessageContract: {
101914
101914
  previewUrl: string;
101915
101915
  imageSetId: string;
101916
101916
  repliedMessage: {
101917
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
101917
+ 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";
101918
101918
  message: string;
101919
101919
  id: string;
101920
101920
  url: string;
@@ -102124,7 +102124,7 @@ export declare const mainChatMessageContract: {
102124
102124
  template?: any;
102125
102125
  metadata?: any;
102126
102126
  fromMessage?: {
102127
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
102127
+ 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";
102128
102128
  message: string;
102129
102129
  id: string;
102130
102130
  url: string;
@@ -102622,7 +102622,7 @@ export declare const mainChatMessageContract: {
102622
102622
  previewUrl: string;
102623
102623
  imageSetId: string;
102624
102624
  repliedMessage: {
102625
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
102625
+ 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";
102626
102626
  message: string;
102627
102627
  id: string;
102628
102628
  url: string;
@@ -102833,7 +102833,7 @@ export declare const mainChatMessageContract: {
102833
102833
  template?: any;
102834
102834
  } | null | undefined;
102835
102835
  }, {
102836
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
102836
+ 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";
102837
102837
  message: string;
102838
102838
  id: string;
102839
102839
  url: string;
@@ -103331,7 +103331,7 @@ export declare const mainChatMessageContract: {
103331
103331
  previewUrl: string;
103332
103332
  imageSetId: string;
103333
103333
  repliedMessage: {
103334
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
103334
+ 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";
103335
103335
  message: string;
103336
103336
  id: string;
103337
103337
  url: string;
@@ -103541,7 +103541,7 @@ export declare const mainChatMessageContract: {
103541
103541
  template?: any;
103542
103542
  metadata?: any;
103543
103543
  fromMessage?: {
103544
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
103544
+ 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";
103545
103545
  message: string;
103546
103546
  id: string;
103547
103547
  url: string;
@@ -104039,7 +104039,7 @@ export declare const mainChatMessageContract: {
104039
104039
  previewUrl: string;
104040
104040
  imageSetId: string;
104041
104041
  repliedMessage: {
104042
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
104042
+ 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";
104043
104043
  message: string;
104044
104044
  id: string;
104045
104045
  url: string;
@@ -104252,7 +104252,7 @@ export declare const mainChatMessageContract: {
104252
104252
  }>;
104253
104253
  }, "strip", z.ZodTypeAny, {
104254
104254
  data: {
104255
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
104255
+ 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";
104256
104256
  message: string;
104257
104257
  id: string;
104258
104258
  url: string;
@@ -104750,7 +104750,7 @@ export declare const mainChatMessageContract: {
104750
104750
  previewUrl: string;
104751
104751
  imageSetId: string;
104752
104752
  repliedMessage: {
104753
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
104753
+ 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";
104754
104754
  message: string;
104755
104755
  id: string;
104756
104756
  url: string;
@@ -104960,7 +104960,7 @@ export declare const mainChatMessageContract: {
104960
104960
  template?: any;
104961
104961
  metadata?: any;
104962
104962
  fromMessage?: {
104963
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
104963
+ 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";
104964
104964
  message: string;
104965
104965
  id: string;
104966
104966
  url: string;
@@ -105458,7 +105458,7 @@ export declare const mainChatMessageContract: {
105458
105458
  previewUrl: string;
105459
105459
  imageSetId: string;
105460
105460
  repliedMessage: {
105461
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
105461
+ 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";
105462
105462
  message: string;
105463
105463
  id: string;
105464
105464
  url: string;
@@ -105672,7 +105672,7 @@ export declare const mainChatMessageContract: {
105672
105672
  requestId: string;
105673
105673
  }, {
105674
105674
  data: {
105675
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
105675
+ 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";
105676
105676
  message: string;
105677
105677
  id: string;
105678
105678
  url: string;
@@ -106170,7 +106170,7 @@ export declare const mainChatMessageContract: {
106170
106170
  previewUrl: string;
106171
106171
  imageSetId: string;
106172
106172
  repliedMessage: {
106173
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
106173
+ 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";
106174
106174
  message: string;
106175
106175
  id: string;
106176
106176
  url: string;
@@ -106380,7 +106380,7 @@ export declare const mainChatMessageContract: {
106380
106380
  template?: any;
106381
106381
  metadata?: any;
106382
106382
  fromMessage?: {
106383
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
106383
+ 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";
106384
106384
  message: string;
106385
106385
  id: string;
106386
106386
  url: string;
@@ -106878,7 +106878,7 @@ export declare const mainChatMessageContract: {
106878
106878
  previewUrl: string;
106879
106879
  imageSetId: string;
106880
106880
  repliedMessage: {
106881
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
106881
+ 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";
106882
106882
  message: string;
106883
106883
  id: string;
106884
106884
  url: string;
@@ -107365,7 +107365,7 @@ export declare const mainChatMessageContract: {
107365
107365
  id: z.ZodOptional<z.ZodString>;
107366
107366
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
107367
107367
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
107368
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
107368
+ 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"]>;
107369
107369
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
107370
107370
  metadata: z.ZodOptional<z.ZodAny>;
107371
107371
  platformId: z.ZodOptional<z.ZodString>;
@@ -107417,7 +107417,7 @@ export declare const mainChatMessageContract: {
107417
107417
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
107418
107418
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
107419
107419
  }, "strip", z.ZodTypeAny, {
107420
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107420
+ 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";
107421
107421
  direction: "incoming" | "outgoing" | "system";
107422
107422
  id?: string | undefined;
107423
107423
  message?: string | null | undefined;
@@ -107448,7 +107448,7 @@ export declare const mainChatMessageContract: {
107448
107448
  parentMessageId?: string | null | undefined;
107449
107449
  feedPostId?: string | null | undefined;
107450
107450
  }, {
107451
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107451
+ 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";
107452
107452
  direction: "incoming" | "outgoing" | "system";
107453
107453
  id?: string | undefined;
107454
107454
  message?: string | null | undefined;
@@ -107481,7 +107481,7 @@ export declare const mainChatMessageContract: {
107481
107481
  }>;
107482
107482
  }, "strip", z.ZodTypeAny, {
107483
107483
  message: {
107484
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107484
+ 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";
107485
107485
  direction: "incoming" | "outgoing" | "system";
107486
107486
  id?: string | undefined;
107487
107487
  message?: string | null | undefined;
@@ -107548,7 +107548,7 @@ export declare const mainChatMessageContract: {
107548
107548
  };
107549
107549
  }, {
107550
107550
  message: {
107551
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107551
+ 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";
107552
107552
  direction: "incoming" | "outgoing" | "system";
107553
107553
  id?: string | undefined;
107554
107554
  message?: string | null | undefined;
@@ -107617,7 +107617,7 @@ export declare const mainChatMessageContract: {
107617
107617
  }, "strip", z.ZodTypeAny, {
107618
107618
  data: {
107619
107619
  message: {
107620
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107620
+ 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";
107621
107621
  direction: "incoming" | "outgoing" | "system";
107622
107622
  id?: string | undefined;
107623
107623
  message?: string | null | undefined;
@@ -107687,7 +107687,7 @@ export declare const mainChatMessageContract: {
107687
107687
  }, {
107688
107688
  data: {
107689
107689
  message: {
107690
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
107690
+ 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";
107691
107691
  direction: "incoming" | "outgoing" | "system";
107692
107692
  id?: string | undefined;
107693
107693
  message?: string | null | undefined;
@@ -107803,7 +107803,7 @@ export declare const mainChatMessageContract: {
107803
107803
  deletedAt: z.ZodNullable<z.ZodDate>;
107804
107804
  message: z.ZodString;
107805
107805
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
107806
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
107806
+ 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"]>;
107807
107807
  readAt: z.ZodDate;
107808
107808
  metadata: z.ZodAny;
107809
107809
  platformId: z.ZodString;
@@ -110838,7 +110838,7 @@ export declare const mainChatMessageContract: {
110838
110838
  deletedAt: z.ZodNullable<z.ZodDate>;
110839
110839
  message: z.ZodString;
110840
110840
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
110841
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "edited", "unsupported"]>;
110841
+ 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"]>;
110842
110842
  readAt: z.ZodDate;
110843
110843
  metadata: z.ZodAny;
110844
110844
  platformId: z.ZodString;
@@ -111496,7 +111496,7 @@ export declare const mainChatMessageContract: {
111496
111496
  };
111497
111497
  }>;
111498
111498
  }, "strip", z.ZodTypeAny, {
111499
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
111499
+ 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";
111500
111500
  message: string;
111501
111501
  id: string;
111502
111502
  url: string;
@@ -111658,7 +111658,7 @@ export declare const mainChatMessageContract: {
111658
111658
  metadata?: any;
111659
111659
  template?: any;
111660
111660
  }, {
111661
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
111661
+ 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";
111662
111662
  message: string;
111663
111663
  id: string;
111664
111664
  url: string;
@@ -112459,7 +112459,7 @@ export declare const mainChatMessageContract: {
112459
112459
  }>;
112460
112460
  editedMessageid: z.ZodString;
112461
112461
  }, "strip", z.ZodTypeAny, {
112462
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
112462
+ 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";
112463
112463
  message: string;
112464
112464
  id: string;
112465
112465
  url: string;
@@ -112957,7 +112957,7 @@ export declare const mainChatMessageContract: {
112957
112957
  previewUrl: string;
112958
112958
  imageSetId: string;
112959
112959
  repliedMessage: {
112960
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
112960
+ 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";
112961
112961
  message: string;
112962
112962
  id: string;
112963
112963
  url: string;
@@ -113167,7 +113167,7 @@ export declare const mainChatMessageContract: {
113167
113167
  metadata?: any;
113168
113168
  template?: any;
113169
113169
  }, {
113170
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
113170
+ 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";
113171
113171
  message: string;
113172
113172
  id: string;
113173
113173
  url: string;
@@ -113665,7 +113665,7 @@ export declare const mainChatMessageContract: {
113665
113665
  previewUrl: string;
113666
113666
  imageSetId: string;
113667
113667
  repliedMessage: {
113668
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
113668
+ 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";
113669
113669
  message: string;
113670
113670
  id: string;
113671
113671
  url: string;
@@ -113877,7 +113877,7 @@ export declare const mainChatMessageContract: {
113877
113877
  }>, "many">;
113878
113878
  }, "strip", z.ZodTypeAny, {
113879
113879
  data: {
113880
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
113880
+ 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";
113881
113881
  message: string;
113882
113882
  id: string;
113883
113883
  url: string;
@@ -114375,7 +114375,7 @@ export declare const mainChatMessageContract: {
114375
114375
  previewUrl: string;
114376
114376
  imageSetId: string;
114377
114377
  repliedMessage: {
114378
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
114378
+ 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";
114379
114379
  message: string;
114380
114380
  id: string;
114381
114381
  url: string;
@@ -114588,7 +114588,7 @@ export declare const mainChatMessageContract: {
114588
114588
  requestId: string;
114589
114589
  }, {
114590
114590
  data: {
114591
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
114591
+ 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";
114592
114592
  message: string;
114593
114593
  id: string;
114594
114594
  url: string;
@@ -115086,7 +115086,7 @@ export declare const mainChatMessageContract: {
115086
115086
  previewUrl: string;
115087
115087
  imageSetId: string;
115088
115088
  repliedMessage: {
115089
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
115089
+ 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";
115090
115090
  message: string;
115091
115091
  id: string;
115092
115092
  url: string;