@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.
@@ -413,7 +413,7 @@ export declare const platformWebchatContract: {
413
413
  id: z.ZodOptional<z.ZodString>;
414
414
  message: z.ZodOptional<z.ZodString>;
415
415
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
416
- 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"]>;
416
+ 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"]>;
417
417
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
418
418
  metadata: z.ZodOptional<z.ZodAny>;
419
419
  platformId: z.ZodOptional<z.ZodString>;
@@ -468,7 +468,7 @@ export declare const platformWebchatContract: {
468
468
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
469
469
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
470
470
  }, "strip", z.ZodTypeAny, {
471
- 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";
471
+ type: "fallback" | "location" | "file" | "closed" | "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";
472
472
  direction: "incoming" | "outgoing" | "system";
473
473
  id?: string | undefined;
474
474
  message?: string | undefined;
@@ -502,7 +502,7 @@ export declare const platformWebchatContract: {
502
502
  isEdited?: boolean | null | undefined;
503
503
  editedAt?: string | Date | null | undefined;
504
504
  }, {
505
- 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";
505
+ type: "fallback" | "location" | "file" | "closed" | "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";
506
506
  direction: "incoming" | "outgoing" | "system";
507
507
  id?: string | undefined;
508
508
  message?: string | undefined;
@@ -538,7 +538,7 @@ export declare const platformWebchatContract: {
538
538
  }>;
539
539
  }, "strip", z.ZodTypeAny, {
540
540
  message: {
541
- 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";
541
+ type: "fallback" | "location" | "file" | "closed" | "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";
542
542
  direction: "incoming" | "outgoing" | "system";
543
543
  id?: string | undefined;
544
544
  message?: string | undefined;
@@ -649,7 +649,7 @@ export declare const platformWebchatContract: {
649
649
  isBot: boolean | null;
650
650
  }, {
651
651
  message: {
652
- 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";
652
+ type: "fallback" | "location" | "file" | "closed" | "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";
653
653
  direction: "incoming" | "outgoing" | "system";
654
654
  id?: string | undefined;
655
655
  message?: string | undefined;
@@ -764,7 +764,7 @@ export declare const platformWebchatContract: {
764
764
  200: z.ZodObject<{
765
765
  requestId: z.ZodString;
766
766
  data: z.ZodObject<{
767
- 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"]>;
767
+ 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"]>;
768
768
  message: z.ZodString;
769
769
  id: z.ZodString;
770
770
  url: z.ZodString;
@@ -4238,7 +4238,7 @@ export declare const platformWebchatContract: {
4238
4238
  deletedAt: z.ZodNullable<z.ZodDate>;
4239
4239
  message: z.ZodString;
4240
4240
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4241
- 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"]>;
4241
+ 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"]>;
4242
4242
  readAt: z.ZodDate;
4243
4243
  metadata: z.ZodAny;
4244
4244
  platformId: z.ZodString;
@@ -4896,7 +4896,7 @@ export declare const platformWebchatContract: {
4896
4896
  };
4897
4897
  }>;
4898
4898
  }, "strip", z.ZodTypeAny, {
4899
- 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";
4899
+ type: "fallback" | "location" | "file" | "closed" | "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";
4900
4900
  message: string;
4901
4901
  id: string;
4902
4902
  url: string;
@@ -5058,7 +5058,7 @@ export declare const platformWebchatContract: {
5058
5058
  metadata?: any;
5059
5059
  template?: any;
5060
5060
  }, {
5061
- 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";
5061
+ type: "fallback" | "location" | "file" | "closed" | "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";
5062
5062
  message: string;
5063
5063
  id: string;
5064
5064
  url: string;
@@ -5432,7 +5432,7 @@ export declare const platformWebchatContract: {
5432
5432
  deletedAt: z.ZodNullable<z.ZodDate>;
5433
5433
  message: z.ZodString;
5434
5434
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
5435
- 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"]>;
5435
+ 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"]>;
5436
5436
  readAt: z.ZodDate;
5437
5437
  metadata: z.ZodAny;
5438
5438
  platformId: z.ZodString;
@@ -8467,7 +8467,7 @@ export declare const platformWebchatContract: {
8467
8467
  deletedAt: z.ZodNullable<z.ZodDate>;
8468
8468
  message: z.ZodString;
8469
8469
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
8470
- 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"]>;
8470
+ 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"]>;
8471
8471
  readAt: z.ZodDate;
8472
8472
  metadata: z.ZodAny;
8473
8473
  platformId: z.ZodString;
@@ -9125,7 +9125,7 @@ export declare const platformWebchatContract: {
9125
9125
  };
9126
9126
  }>;
9127
9127
  }, "strip", z.ZodTypeAny, {
9128
- 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";
9128
+ type: "fallback" | "location" | "file" | "closed" | "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";
9129
9129
  message: string;
9130
9130
  id: string;
9131
9131
  url: string;
@@ -9287,7 +9287,7 @@ export declare const platformWebchatContract: {
9287
9287
  metadata?: any;
9288
9288
  template?: any;
9289
9289
  }, {
9290
- 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";
9290
+ type: "fallback" | "location" | "file" | "closed" | "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";
9291
9291
  message: string;
9292
9292
  id: string;
9293
9293
  url: string;
@@ -10088,7 +10088,7 @@ export declare const platformWebchatContract: {
10088
10088
  }>;
10089
10089
  editedMessageid: z.ZodString;
10090
10090
  }, "strip", z.ZodTypeAny, {
10091
- 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";
10091
+ type: "fallback" | "location" | "file" | "closed" | "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";
10092
10092
  message: string;
10093
10093
  id: string;
10094
10094
  url: string;
@@ -10586,7 +10586,7 @@ export declare const platformWebchatContract: {
10586
10586
  previewUrl: string;
10587
10587
  imageSetId: string;
10588
10588
  repliedMessage: {
10589
- 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";
10589
+ type: "fallback" | "location" | "file" | "closed" | "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";
10590
10590
  message: string;
10591
10591
  id: string;
10592
10592
  url: string;
@@ -10796,7 +10796,7 @@ export declare const platformWebchatContract: {
10796
10796
  metadata?: any;
10797
10797
  template?: any;
10798
10798
  }, {
10799
- 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";
10799
+ type: "fallback" | "location" | "file" | "closed" | "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";
10800
10800
  message: string;
10801
10801
  id: string;
10802
10802
  url: string;
@@ -11294,7 +11294,7 @@ export declare const platformWebchatContract: {
11294
11294
  previewUrl: string;
11295
11295
  imageSetId: string;
11296
11296
  repliedMessage: {
11297
- 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";
11297
+ type: "fallback" | "location" | "file" | "closed" | "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";
11298
11298
  message: string;
11299
11299
  id: string;
11300
11300
  url: string;
@@ -11505,7 +11505,7 @@ export declare const platformWebchatContract: {
11505
11505
  template?: any;
11506
11506
  }>>>;
11507
11507
  }, "strip", z.ZodTypeAny, {
11508
- 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";
11508
+ type: "fallback" | "location" | "file" | "closed" | "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";
11509
11509
  message: string;
11510
11510
  id: string;
11511
11511
  url: string;
@@ -12003,7 +12003,7 @@ export declare const platformWebchatContract: {
12003
12003
  previewUrl: string;
12004
12004
  imageSetId: string;
12005
12005
  repliedMessage: {
12006
- 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";
12006
+ type: "fallback" | "location" | "file" | "closed" | "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";
12007
12007
  message: string;
12008
12008
  id: string;
12009
12009
  url: string;
@@ -12213,7 +12213,7 @@ export declare const platformWebchatContract: {
12213
12213
  template?: any;
12214
12214
  metadata?: any;
12215
12215
  fromMessage?: {
12216
- 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";
12216
+ type: "fallback" | "location" | "file" | "closed" | "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";
12217
12217
  message: string;
12218
12218
  id: string;
12219
12219
  url: string;
@@ -12711,7 +12711,7 @@ export declare const platformWebchatContract: {
12711
12711
  previewUrl: string;
12712
12712
  imageSetId: string;
12713
12713
  repliedMessage: {
12714
- 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";
12714
+ type: "fallback" | "location" | "file" | "closed" | "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";
12715
12715
  message: string;
12716
12716
  id: string;
12717
12717
  url: string;
@@ -12922,7 +12922,7 @@ export declare const platformWebchatContract: {
12922
12922
  template?: any;
12923
12923
  } | null | undefined;
12924
12924
  }, {
12925
- 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";
12925
+ type: "fallback" | "location" | "file" | "closed" | "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";
12926
12926
  message: string;
12927
12927
  id: string;
12928
12928
  url: string;
@@ -13420,7 +13420,7 @@ export declare const platformWebchatContract: {
13420
13420
  previewUrl: string;
13421
13421
  imageSetId: string;
13422
13422
  repliedMessage: {
13423
- 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";
13423
+ type: "fallback" | "location" | "file" | "closed" | "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";
13424
13424
  message: string;
13425
13425
  id: string;
13426
13426
  url: string;
@@ -13630,7 +13630,7 @@ export declare const platformWebchatContract: {
13630
13630
  template?: any;
13631
13631
  metadata?: any;
13632
13632
  fromMessage?: {
13633
- 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";
13633
+ type: "fallback" | "location" | "file" | "closed" | "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";
13634
13634
  message: string;
13635
13635
  id: string;
13636
13636
  url: string;
@@ -14128,7 +14128,7 @@ export declare const platformWebchatContract: {
14128
14128
  previewUrl: string;
14129
14129
  imageSetId: string;
14130
14130
  repliedMessage: {
14131
- 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";
14131
+ type: "fallback" | "location" | "file" | "closed" | "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";
14132
14132
  message: string;
14133
14133
  id: string;
14134
14134
  url: string;
@@ -14341,7 +14341,7 @@ export declare const platformWebchatContract: {
14341
14341
  }>;
14342
14342
  }, "strip", z.ZodTypeAny, {
14343
14343
  data: {
14344
- 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";
14344
+ type: "fallback" | "location" | "file" | "closed" | "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";
14345
14345
  message: string;
14346
14346
  id: string;
14347
14347
  url: string;
@@ -14839,7 +14839,7 @@ export declare const platformWebchatContract: {
14839
14839
  previewUrl: string;
14840
14840
  imageSetId: string;
14841
14841
  repliedMessage: {
14842
- 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";
14842
+ type: "fallback" | "location" | "file" | "closed" | "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";
14843
14843
  message: string;
14844
14844
  id: string;
14845
14845
  url: string;
@@ -15049,7 +15049,7 @@ export declare const platformWebchatContract: {
15049
15049
  template?: any;
15050
15050
  metadata?: any;
15051
15051
  fromMessage?: {
15052
- 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";
15052
+ type: "fallback" | "location" | "file" | "closed" | "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";
15053
15053
  message: string;
15054
15054
  id: string;
15055
15055
  url: string;
@@ -15547,7 +15547,7 @@ export declare const platformWebchatContract: {
15547
15547
  previewUrl: string;
15548
15548
  imageSetId: string;
15549
15549
  repliedMessage: {
15550
- 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";
15550
+ type: "fallback" | "location" | "file" | "closed" | "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";
15551
15551
  message: string;
15552
15552
  id: string;
15553
15553
  url: string;
@@ -15761,7 +15761,7 @@ export declare const platformWebchatContract: {
15761
15761
  requestId: string;
15762
15762
  }, {
15763
15763
  data: {
15764
- 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";
15764
+ type: "fallback" | "location" | "file" | "closed" | "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";
15765
15765
  message: string;
15766
15766
  id: string;
15767
15767
  url: string;
@@ -16259,7 +16259,7 @@ export declare const platformWebchatContract: {
16259
16259
  previewUrl: string;
16260
16260
  imageSetId: string;
16261
16261
  repliedMessage: {
16262
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16262
+ type: "fallback" | "location" | "file" | "closed" | "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";
16263
16263
  message: string;
16264
16264
  id: string;
16265
16265
  url: string;
@@ -16469,7 +16469,7 @@ export declare const platformWebchatContract: {
16469
16469
  template?: any;
16470
16470
  metadata?: any;
16471
16471
  fromMessage?: {
16472
- 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";
16472
+ type: "fallback" | "location" | "file" | "closed" | "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";
16473
16473
  message: string;
16474
16474
  id: string;
16475
16475
  url: string;
@@ -16967,7 +16967,7 @@ export declare const platformWebchatContract: {
16967
16967
  previewUrl: string;
16968
16968
  imageSetId: string;
16969
16969
  repliedMessage: {
16970
- 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";
16970
+ type: "fallback" | "location" | "file" | "closed" | "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";
16971
16971
  message: string;
16972
16972
  id: string;
16973
16973
  url: string;