@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.
@@ -420,7 +420,7 @@ export declare const messengerContract: {
420
420
  id: z.ZodOptional<z.ZodString>;
421
421
  message: z.ZodOptional<z.ZodString>;
422
422
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
423
- 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"]>;
423
+ 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"]>;
424
424
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
425
425
  metadata: z.ZodOptional<z.ZodAny>;
426
426
  platformId: z.ZodOptional<z.ZodString>;
@@ -475,7 +475,7 @@ export declare const messengerContract: {
475
475
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
476
476
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
477
477
  }, "strip", z.ZodTypeAny, {
478
- 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";
478
+ type: "fallback" | "location" | "file" | "closed" | "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";
479
479
  direction: "incoming" | "outgoing" | "system";
480
480
  id?: string | undefined;
481
481
  message?: string | undefined;
@@ -509,7 +509,7 @@ export declare const messengerContract: {
509
509
  isEdited?: boolean | null | undefined;
510
510
  editedAt?: string | Date | null | undefined;
511
511
  }, {
512
- 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";
512
+ type: "fallback" | "location" | "file" | "closed" | "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";
513
513
  direction: "incoming" | "outgoing" | "system";
514
514
  id?: string | undefined;
515
515
  message?: string | undefined;
@@ -545,7 +545,7 @@ export declare const messengerContract: {
545
545
  }>;
546
546
  }, "strip", z.ZodTypeAny, {
547
547
  message: {
548
- 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";
548
+ type: "fallback" | "location" | "file" | "closed" | "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";
549
549
  direction: "incoming" | "outgoing" | "system";
550
550
  id?: string | undefined;
551
551
  message?: string | undefined;
@@ -656,7 +656,7 @@ export declare const messengerContract: {
656
656
  isBot: boolean | null;
657
657
  }, {
658
658
  message: {
659
- 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";
659
+ type: "fallback" | "location" | "file" | "closed" | "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";
660
660
  direction: "incoming" | "outgoing" | "system";
661
661
  id?: string | undefined;
662
662
  message?: string | undefined;
@@ -771,7 +771,7 @@ export declare const messengerContract: {
771
771
  200: z.ZodObject<{
772
772
  requestId: z.ZodString;
773
773
  data: z.ZodObject<{
774
- 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"]>;
774
+ 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"]>;
775
775
  message: z.ZodString;
776
776
  id: z.ZodString;
777
777
  url: z.ZodString;
@@ -4245,7 +4245,7 @@ export declare const messengerContract: {
4245
4245
  deletedAt: z.ZodNullable<z.ZodDate>;
4246
4246
  message: z.ZodString;
4247
4247
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4248
- 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"]>;
4248
+ 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"]>;
4249
4249
  readAt: z.ZodDate;
4250
4250
  metadata: z.ZodAny;
4251
4251
  platformId: z.ZodString;
@@ -4903,7 +4903,7 @@ export declare const messengerContract: {
4903
4903
  };
4904
4904
  }>;
4905
4905
  }, "strip", z.ZodTypeAny, {
4906
- 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";
4906
+ type: "fallback" | "location" | "file" | "closed" | "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";
4907
4907
  message: string;
4908
4908
  id: string;
4909
4909
  url: string;
@@ -5065,7 +5065,7 @@ export declare const messengerContract: {
5065
5065
  metadata?: any;
5066
5066
  template?: any;
5067
5067
  }, {
5068
- 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";
5068
+ type: "fallback" | "location" | "file" | "closed" | "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";
5069
5069
  message: string;
5070
5070
  id: string;
5071
5071
  url: string;
@@ -5439,7 +5439,7 @@ export declare const messengerContract: {
5439
5439
  deletedAt: z.ZodNullable<z.ZodDate>;
5440
5440
  message: z.ZodString;
5441
5441
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
5442
- 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"]>;
5442
+ 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"]>;
5443
5443
  readAt: z.ZodDate;
5444
5444
  metadata: z.ZodAny;
5445
5445
  platformId: z.ZodString;
@@ -8474,7 +8474,7 @@ export declare const messengerContract: {
8474
8474
  deletedAt: z.ZodNullable<z.ZodDate>;
8475
8475
  message: z.ZodString;
8476
8476
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
8477
- 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"]>;
8477
+ 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"]>;
8478
8478
  readAt: z.ZodDate;
8479
8479
  metadata: z.ZodAny;
8480
8480
  platformId: z.ZodString;
@@ -9132,7 +9132,7 @@ export declare const messengerContract: {
9132
9132
  };
9133
9133
  }>;
9134
9134
  }, "strip", z.ZodTypeAny, {
9135
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
9135
+ type: "fallback" | "location" | "file" | "closed" | "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";
9136
9136
  message: string;
9137
9137
  id: string;
9138
9138
  url: string;
@@ -9294,7 +9294,7 @@ export declare const messengerContract: {
9294
9294
  metadata?: any;
9295
9295
  template?: any;
9296
9296
  }, {
9297
- 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";
9297
+ type: "fallback" | "location" | "file" | "closed" | "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";
9298
9298
  message: string;
9299
9299
  id: string;
9300
9300
  url: string;
@@ -10095,7 +10095,7 @@ export declare const messengerContract: {
10095
10095
  }>;
10096
10096
  editedMessageid: z.ZodString;
10097
10097
  }, "strip", z.ZodTypeAny, {
10098
- 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";
10098
+ type: "fallback" | "location" | "file" | "closed" | "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";
10099
10099
  message: string;
10100
10100
  id: string;
10101
10101
  url: string;
@@ -10593,7 +10593,7 @@ export declare const messengerContract: {
10593
10593
  previewUrl: string;
10594
10594
  imageSetId: string;
10595
10595
  repliedMessage: {
10596
- 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";
10596
+ type: "fallback" | "location" | "file" | "closed" | "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";
10597
10597
  message: string;
10598
10598
  id: string;
10599
10599
  url: string;
@@ -10803,7 +10803,7 @@ export declare const messengerContract: {
10803
10803
  metadata?: any;
10804
10804
  template?: any;
10805
10805
  }, {
10806
- 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";
10806
+ type: "fallback" | "location" | "file" | "closed" | "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";
10807
10807
  message: string;
10808
10808
  id: string;
10809
10809
  url: string;
@@ -11301,7 +11301,7 @@ export declare const messengerContract: {
11301
11301
  previewUrl: string;
11302
11302
  imageSetId: string;
11303
11303
  repliedMessage: {
11304
- 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";
11304
+ type: "fallback" | "location" | "file" | "closed" | "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";
11305
11305
  message: string;
11306
11306
  id: string;
11307
11307
  url: string;
@@ -11512,7 +11512,7 @@ export declare const messengerContract: {
11512
11512
  template?: any;
11513
11513
  }>>>;
11514
11514
  }, "strip", z.ZodTypeAny, {
11515
- 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";
11515
+ type: "fallback" | "location" | "file" | "closed" | "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";
11516
11516
  message: string;
11517
11517
  id: string;
11518
11518
  url: string;
@@ -12010,7 +12010,7 @@ export declare const messengerContract: {
12010
12010
  previewUrl: string;
12011
12011
  imageSetId: string;
12012
12012
  repliedMessage: {
12013
- 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";
12013
+ type: "fallback" | "location" | "file" | "closed" | "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";
12014
12014
  message: string;
12015
12015
  id: string;
12016
12016
  url: string;
@@ -12220,7 +12220,7 @@ export declare const messengerContract: {
12220
12220
  template?: any;
12221
12221
  metadata?: any;
12222
12222
  fromMessage?: {
12223
- 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";
12223
+ type: "fallback" | "location" | "file" | "closed" | "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";
12224
12224
  message: string;
12225
12225
  id: string;
12226
12226
  url: string;
@@ -12718,7 +12718,7 @@ export declare const messengerContract: {
12718
12718
  previewUrl: string;
12719
12719
  imageSetId: string;
12720
12720
  repliedMessage: {
12721
- 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";
12721
+ type: "fallback" | "location" | "file" | "closed" | "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";
12722
12722
  message: string;
12723
12723
  id: string;
12724
12724
  url: string;
@@ -12929,7 +12929,7 @@ export declare const messengerContract: {
12929
12929
  template?: any;
12930
12930
  } | null | undefined;
12931
12931
  }, {
12932
- 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";
12932
+ type: "fallback" | "location" | "file" | "closed" | "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";
12933
12933
  message: string;
12934
12934
  id: string;
12935
12935
  url: string;
@@ -13427,7 +13427,7 @@ export declare const messengerContract: {
13427
13427
  previewUrl: string;
13428
13428
  imageSetId: string;
13429
13429
  repliedMessage: {
13430
- 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";
13430
+ type: "fallback" | "location" | "file" | "closed" | "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";
13431
13431
  message: string;
13432
13432
  id: string;
13433
13433
  url: string;
@@ -13637,7 +13637,7 @@ export declare const messengerContract: {
13637
13637
  template?: any;
13638
13638
  metadata?: any;
13639
13639
  fromMessage?: {
13640
- 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";
13640
+ type: "fallback" | "location" | "file" | "closed" | "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";
13641
13641
  message: string;
13642
13642
  id: string;
13643
13643
  url: string;
@@ -14135,7 +14135,7 @@ export declare const messengerContract: {
14135
14135
  previewUrl: string;
14136
14136
  imageSetId: string;
14137
14137
  repliedMessage: {
14138
- 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";
14138
+ type: "fallback" | "location" | "file" | "closed" | "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";
14139
14139
  message: string;
14140
14140
  id: string;
14141
14141
  url: string;
@@ -14348,7 +14348,7 @@ export declare const messengerContract: {
14348
14348
  }>;
14349
14349
  }, "strip", z.ZodTypeAny, {
14350
14350
  data: {
14351
- 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";
14351
+ type: "fallback" | "location" | "file" | "closed" | "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";
14352
14352
  message: string;
14353
14353
  id: string;
14354
14354
  url: string;
@@ -14846,7 +14846,7 @@ export declare const messengerContract: {
14846
14846
  previewUrl: string;
14847
14847
  imageSetId: string;
14848
14848
  repliedMessage: {
14849
- 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";
14849
+ type: "fallback" | "location" | "file" | "closed" | "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";
14850
14850
  message: string;
14851
14851
  id: string;
14852
14852
  url: string;
@@ -15056,7 +15056,7 @@ export declare const messengerContract: {
15056
15056
  template?: any;
15057
15057
  metadata?: any;
15058
15058
  fromMessage?: {
15059
- 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";
15059
+ type: "fallback" | "location" | "file" | "closed" | "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";
15060
15060
  message: string;
15061
15061
  id: string;
15062
15062
  url: string;
@@ -15554,7 +15554,7 @@ export declare const messengerContract: {
15554
15554
  previewUrl: string;
15555
15555
  imageSetId: string;
15556
15556
  repliedMessage: {
15557
- 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";
15557
+ type: "fallback" | "location" | "file" | "closed" | "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";
15558
15558
  message: string;
15559
15559
  id: string;
15560
15560
  url: string;
@@ -15768,7 +15768,7 @@ export declare const messengerContract: {
15768
15768
  requestId: string;
15769
15769
  }, {
15770
15770
  data: {
15771
- 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";
15771
+ type: "fallback" | "location" | "file" | "closed" | "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";
15772
15772
  message: string;
15773
15773
  id: string;
15774
15774
  url: string;
@@ -16266,7 +16266,7 @@ export declare const messengerContract: {
16266
16266
  previewUrl: string;
16267
16267
  imageSetId: string;
16268
16268
  repliedMessage: {
16269
- 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";
16269
+ type: "fallback" | "location" | "file" | "closed" | "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";
16270
16270
  message: string;
16271
16271
  id: string;
16272
16272
  url: string;
@@ -16476,7 +16476,7 @@ export declare const messengerContract: {
16476
16476
  template?: any;
16477
16477
  metadata?: any;
16478
16478
  fromMessage?: {
16479
- 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";
16479
+ type: "fallback" | "location" | "file" | "closed" | "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";
16480
16480
  message: string;
16481
16481
  id: string;
16482
16482
  url: string;
@@ -16974,7 +16974,7 @@ export declare const messengerContract: {
16974
16974
  previewUrl: string;
16975
16975
  imageSetId: string;
16976
16976
  repliedMessage: {
16977
- 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";
16977
+ type: "fallback" | "location" | "file" | "closed" | "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";
16978
16978
  message: string;
16979
16979
  id: string;
16980
16980
  url: string;
@@ -1128,7 +1128,7 @@ export declare const smsContract: {
1128
1128
  id: z.ZodOptional<z.ZodString>;
1129
1129
  message: z.ZodOptional<z.ZodString>;
1130
1130
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1131
- 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"]>;
1131
+ 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"]>;
1132
1132
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1133
1133
  metadata: z.ZodOptional<z.ZodAny>;
1134
1134
  platformId: z.ZodOptional<z.ZodString>;
@@ -1183,7 +1183,7 @@ export declare const smsContract: {
1183
1183
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1184
1184
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1185
1185
  }, "strip", z.ZodTypeAny, {
1186
- 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";
1186
+ type: "fallback" | "location" | "file" | "closed" | "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";
1187
1187
  direction: "incoming" | "outgoing" | "system";
1188
1188
  id?: string | undefined;
1189
1189
  message?: string | undefined;
@@ -1217,7 +1217,7 @@ export declare const smsContract: {
1217
1217
  isEdited?: boolean | null | undefined;
1218
1218
  editedAt?: string | Date | null | undefined;
1219
1219
  }, {
1220
- 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";
1220
+ type: "fallback" | "location" | "file" | "closed" | "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";
1221
1221
  direction: "incoming" | "outgoing" | "system";
1222
1222
  id?: string | undefined;
1223
1223
  message?: string | undefined;
@@ -1253,7 +1253,7 @@ export declare const smsContract: {
1253
1253
  }>;
1254
1254
  }, "strip", z.ZodTypeAny, {
1255
1255
  message: {
1256
- 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";
1256
+ type: "fallback" | "location" | "file" | "closed" | "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";
1257
1257
  direction: "incoming" | "outgoing" | "system";
1258
1258
  id?: string | undefined;
1259
1259
  message?: string | undefined;
@@ -1364,7 +1364,7 @@ export declare const smsContract: {
1364
1364
  isBot: boolean | null;
1365
1365
  }, {
1366
1366
  message: {
1367
- 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";
1367
+ type: "fallback" | "location" | "file" | "closed" | "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";
1368
1368
  direction: "incoming" | "outgoing" | "system";
1369
1369
  id?: string | undefined;
1370
1370
  message?: string | undefined;