@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.
@@ -416,7 +416,7 @@ export declare const instagramContract: {
416
416
  id: z.ZodOptional<z.ZodString>;
417
417
  message: z.ZodOptional<z.ZodString>;
418
418
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
419
- 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"]>;
419
+ 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"]>;
420
420
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
421
421
  metadata: z.ZodOptional<z.ZodAny>;
422
422
  platformId: z.ZodOptional<z.ZodString>;
@@ -471,7 +471,7 @@ export declare const instagramContract: {
471
471
  isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
472
472
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
473
473
  }, "strip", z.ZodTypeAny, {
474
- 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";
474
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
475
475
  direction: "incoming" | "outgoing" | "system";
476
476
  id?: string | undefined;
477
477
  message?: string | undefined;
@@ -505,7 +505,7 @@ export declare const instagramContract: {
505
505
  isEdited?: boolean | null | undefined;
506
506
  editedAt?: string | Date | null | undefined;
507
507
  }, {
508
- 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";
508
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
509
509
  direction: "incoming" | "outgoing" | "system";
510
510
  id?: string | undefined;
511
511
  message?: string | undefined;
@@ -541,7 +541,7 @@ export declare const instagramContract: {
541
541
  }>;
542
542
  }, "strip", z.ZodTypeAny, {
543
543
  message: {
544
- 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";
544
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
545
545
  direction: "incoming" | "outgoing" | "system";
546
546
  id?: string | undefined;
547
547
  message?: string | undefined;
@@ -652,7 +652,7 @@ export declare const instagramContract: {
652
652
  isBot: boolean | null;
653
653
  }, {
654
654
  message: {
655
- 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";
655
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
656
656
  direction: "incoming" | "outgoing" | "system";
657
657
  id?: string | undefined;
658
658
  message?: string | undefined;
@@ -767,7 +767,7 @@ export declare const instagramContract: {
767
767
  200: z.ZodObject<{
768
768
  requestId: z.ZodString;
769
769
  data: z.ZodObject<{
770
- 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"]>;
770
+ 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"]>;
771
771
  message: z.ZodString;
772
772
  id: z.ZodString;
773
773
  url: z.ZodString;
@@ -4241,7 +4241,7 @@ export declare const instagramContract: {
4241
4241
  deletedAt: z.ZodNullable<z.ZodDate>;
4242
4242
  message: z.ZodString;
4243
4243
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4244
- 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"]>;
4244
+ 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"]>;
4245
4245
  readAt: z.ZodDate;
4246
4246
  metadata: z.ZodAny;
4247
4247
  platformId: z.ZodString;
@@ -4899,7 +4899,7 @@ export declare const instagramContract: {
4899
4899
  };
4900
4900
  }>;
4901
4901
  }, "strip", z.ZodTypeAny, {
4902
- 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";
4902
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
4903
4903
  message: string;
4904
4904
  id: string;
4905
4905
  url: string;
@@ -5061,7 +5061,7 @@ export declare const instagramContract: {
5061
5061
  metadata?: any;
5062
5062
  template?: any;
5063
5063
  }, {
5064
- 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";
5064
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
5065
5065
  message: string;
5066
5066
  id: string;
5067
5067
  url: string;
@@ -5435,7 +5435,7 @@ export declare const instagramContract: {
5435
5435
  deletedAt: z.ZodNullable<z.ZodDate>;
5436
5436
  message: z.ZodString;
5437
5437
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
5438
- 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"]>;
5438
+ 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"]>;
5439
5439
  readAt: z.ZodDate;
5440
5440
  metadata: z.ZodAny;
5441
5441
  platformId: z.ZodString;
@@ -8470,7 +8470,7 @@ export declare const instagramContract: {
8470
8470
  deletedAt: z.ZodNullable<z.ZodDate>;
8471
8471
  message: z.ZodString;
8472
8472
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
8473
- 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"]>;
8473
+ 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"]>;
8474
8474
  readAt: z.ZodDate;
8475
8475
  metadata: z.ZodAny;
8476
8476
  platformId: z.ZodString;
@@ -9128,7 +9128,7 @@ export declare const instagramContract: {
9128
9128
  };
9129
9129
  }>;
9130
9130
  }, "strip", z.ZodTypeAny, {
9131
- 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";
9131
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
9132
9132
  message: string;
9133
9133
  id: string;
9134
9134
  url: string;
@@ -9290,7 +9290,7 @@ export declare const instagramContract: {
9290
9290
  metadata?: any;
9291
9291
  template?: any;
9292
9292
  }, {
9293
- 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";
9293
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
9294
9294
  message: string;
9295
9295
  id: string;
9296
9296
  url: string;
@@ -10091,7 +10091,7 @@ export declare const instagramContract: {
10091
10091
  }>;
10092
10092
  editedMessageid: z.ZodString;
10093
10093
  }, "strip", z.ZodTypeAny, {
10094
- 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";
10094
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10095
10095
  message: string;
10096
10096
  id: string;
10097
10097
  url: string;
@@ -10589,7 +10589,7 @@ export declare const instagramContract: {
10589
10589
  previewUrl: string;
10590
10590
  imageSetId: string;
10591
10591
  repliedMessage: {
10592
- 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";
10592
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10593
10593
  message: string;
10594
10594
  id: string;
10595
10595
  url: string;
@@ -10799,7 +10799,7 @@ export declare const instagramContract: {
10799
10799
  metadata?: any;
10800
10800
  template?: any;
10801
10801
  }, {
10802
- 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";
10802
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
10803
10803
  message: string;
10804
10804
  id: string;
10805
10805
  url: string;
@@ -11297,7 +11297,7 @@ export declare const instagramContract: {
11297
11297
  previewUrl: string;
11298
11298
  imageSetId: string;
11299
11299
  repliedMessage: {
11300
- 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";
11300
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11301
11301
  message: string;
11302
11302
  id: string;
11303
11303
  url: string;
@@ -11508,7 +11508,7 @@ export declare const instagramContract: {
11508
11508
  template?: any;
11509
11509
  }>>>;
11510
11510
  }, "strip", z.ZodTypeAny, {
11511
- 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";
11511
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
11512
11512
  message: string;
11513
11513
  id: string;
11514
11514
  url: string;
@@ -12006,7 +12006,7 @@ export declare const instagramContract: {
12006
12006
  previewUrl: string;
12007
12007
  imageSetId: string;
12008
12008
  repliedMessage: {
12009
- 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";
12009
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12010
12010
  message: string;
12011
12011
  id: string;
12012
12012
  url: string;
@@ -12216,7 +12216,7 @@ export declare const instagramContract: {
12216
12216
  template?: any;
12217
12217
  metadata?: any;
12218
12218
  fromMessage?: {
12219
- 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";
12219
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12220
12220
  message: string;
12221
12221
  id: string;
12222
12222
  url: string;
@@ -12714,7 +12714,7 @@ export declare const instagramContract: {
12714
12714
  previewUrl: string;
12715
12715
  imageSetId: string;
12716
12716
  repliedMessage: {
12717
- 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";
12717
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12718
12718
  message: string;
12719
12719
  id: string;
12720
12720
  url: string;
@@ -12925,7 +12925,7 @@ export declare const instagramContract: {
12925
12925
  template?: any;
12926
12926
  } | null | undefined;
12927
12927
  }, {
12928
- 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";
12928
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
12929
12929
  message: string;
12930
12930
  id: string;
12931
12931
  url: string;
@@ -13423,7 +13423,7 @@ export declare const instagramContract: {
13423
13423
  previewUrl: string;
13424
13424
  imageSetId: string;
13425
13425
  repliedMessage: {
13426
- 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";
13426
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13427
13427
  message: string;
13428
13428
  id: string;
13429
13429
  url: string;
@@ -13633,7 +13633,7 @@ export declare const instagramContract: {
13633
13633
  template?: any;
13634
13634
  metadata?: any;
13635
13635
  fromMessage?: {
13636
- 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";
13636
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
13637
13637
  message: string;
13638
13638
  id: string;
13639
13639
  url: string;
@@ -14131,7 +14131,7 @@ export declare const instagramContract: {
14131
14131
  previewUrl: string;
14132
14132
  imageSetId: string;
14133
14133
  repliedMessage: {
14134
- 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";
14134
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14135
14135
  message: string;
14136
14136
  id: string;
14137
14137
  url: string;
@@ -14344,7 +14344,7 @@ export declare const instagramContract: {
14344
14344
  }>;
14345
14345
  }, "strip", z.ZodTypeAny, {
14346
14346
  data: {
14347
- 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";
14347
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14348
14348
  message: string;
14349
14349
  id: string;
14350
14350
  url: string;
@@ -14842,7 +14842,7 @@ export declare const instagramContract: {
14842
14842
  previewUrl: string;
14843
14843
  imageSetId: string;
14844
14844
  repliedMessage: {
14845
- 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";
14845
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
14846
14846
  message: string;
14847
14847
  id: string;
14848
14848
  url: string;
@@ -15052,7 +15052,7 @@ export declare const instagramContract: {
15052
15052
  template?: any;
15053
15053
  metadata?: any;
15054
15054
  fromMessage?: {
15055
- 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";
15055
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15056
15056
  message: string;
15057
15057
  id: string;
15058
15058
  url: string;
@@ -15550,7 +15550,7 @@ export declare const instagramContract: {
15550
15550
  previewUrl: string;
15551
15551
  imageSetId: string;
15552
15552
  repliedMessage: {
15553
- 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";
15553
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15554
15554
  message: string;
15555
15555
  id: string;
15556
15556
  url: string;
@@ -15764,7 +15764,7 @@ export declare const instagramContract: {
15764
15764
  requestId: string;
15765
15765
  }, {
15766
15766
  data: {
15767
- 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";
15767
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
15768
15768
  message: string;
15769
15769
  id: string;
15770
15770
  url: string;
@@ -16262,7 +16262,7 @@ export declare const instagramContract: {
16262
16262
  previewUrl: string;
16263
16263
  imageSetId: string;
16264
16264
  repliedMessage: {
16265
- 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";
16265
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16266
16266
  message: string;
16267
16267
  id: string;
16268
16268
  url: string;
@@ -16472,7 +16472,7 @@ export declare const instagramContract: {
16472
16472
  template?: any;
16473
16473
  metadata?: any;
16474
16474
  fromMessage?: {
16475
- 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";
16475
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16476
16476
  message: string;
16477
16477
  id: string;
16478
16478
  url: string;
@@ -16970,7 +16970,7 @@ export declare const instagramContract: {
16970
16970
  previewUrl: string;
16971
16971
  imageSetId: string;
16972
16972
  repliedMessage: {
16973
- 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";
16973
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "edited" | "unsupported";
16974
16974
  message: string;
16975
16975
  id: string;
16976
16976
  url: string;