@kl1/contracts 1.1.59-uat → 1.1.61-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -1578,7 +1578,7 @@ export declare const viberContract: {
1578
1578
  id: z.ZodOptional<z.ZodString>;
1579
1579
  message: z.ZodOptional<z.ZodString>;
1580
1580
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1581
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
1581
+ 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", "unsupported"]>;
1582
1582
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1583
1583
  metadata: z.ZodOptional<z.ZodAny>;
1584
1584
  platformId: z.ZodOptional<z.ZodString>;
@@ -1630,7 +1630,7 @@ export declare const viberContract: {
1630
1630
  parentMessageId: z.ZodOptional<z.ZodString>;
1631
1631
  feedPostId: z.ZodOptional<z.ZodString>;
1632
1632
  }, "strip", z.ZodTypeAny, {
1633
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1633
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1634
1634
  direction: "incoming" | "outgoing" | "system";
1635
1635
  id?: string | undefined;
1636
1636
  message?: string | undefined;
@@ -1661,7 +1661,7 @@ export declare const viberContract: {
1661
1661
  parentMessageId?: string | undefined;
1662
1662
  feedPostId?: string | undefined;
1663
1663
  }, {
1664
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1664
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1665
1665
  direction: "incoming" | "outgoing" | "system";
1666
1666
  id?: string | undefined;
1667
1667
  message?: string | undefined;
@@ -1694,7 +1694,7 @@ export declare const viberContract: {
1694
1694
  }>;
1695
1695
  }, "strip", z.ZodTypeAny, {
1696
1696
  message: {
1697
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1697
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1698
1698
  direction: "incoming" | "outgoing" | "system";
1699
1699
  id?: string | undefined;
1700
1700
  message?: string | undefined;
@@ -1797,7 +1797,7 @@ export declare const viberContract: {
1797
1797
  isBot: boolean | null;
1798
1798
  }, {
1799
1799
  message: {
1800
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1800
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1801
1801
  direction: "incoming" | "outgoing" | "system";
1802
1802
  id?: string | undefined;
1803
1803
  message?: string | undefined;
@@ -1904,7 +1904,7 @@ export declare const viberContract: {
1904
1904
  200: z.ZodObject<{
1905
1905
  requestId: z.ZodString;
1906
1906
  data: z.ZodObject<{
1907
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
1907
+ 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", "unsupported"]>;
1908
1908
  message: z.ZodString;
1909
1909
  id: z.ZodString;
1910
1910
  url: z.ZodString;
@@ -5335,7 +5335,7 @@ export declare const viberContract: {
5335
5335
  deletedAt: z.ZodNullable<z.ZodDate>;
5336
5336
  message: z.ZodString;
5337
5337
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
5338
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
5338
+ 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", "unsupported"]>;
5339
5339
  readAt: z.ZodDate;
5340
5340
  metadata: z.ZodAny;
5341
5341
  platformId: z.ZodString;
@@ -5993,7 +5993,7 @@ export declare const viberContract: {
5993
5993
  };
5994
5994
  }>;
5995
5995
  }, "strip", z.ZodTypeAny, {
5996
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5996
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5997
5997
  message: string;
5998
5998
  id: string;
5999
5999
  url: string;
@@ -6155,7 +6155,7 @@ export declare const viberContract: {
6155
6155
  metadata?: any;
6156
6156
  template?: any;
6157
6157
  }, {
6158
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
6158
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
6159
6159
  message: string;
6160
6160
  id: string;
6161
6161
  url: string;
@@ -6528,7 +6528,7 @@ export declare const viberContract: {
6528
6528
  deletedAt: z.ZodNullable<z.ZodDate>;
6529
6529
  message: z.ZodString;
6530
6530
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6531
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
6531
+ 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", "unsupported"]>;
6532
6532
  readAt: z.ZodDate;
6533
6533
  metadata: z.ZodAny;
6534
6534
  platformId: z.ZodString;
@@ -9520,7 +9520,7 @@ export declare const viberContract: {
9520
9520
  deletedAt: z.ZodNullable<z.ZodDate>;
9521
9521
  message: z.ZodString;
9522
9522
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9523
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "text_with_image", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
9523
+ 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", "unsupported"]>;
9524
9524
  readAt: z.ZodDate;
9525
9525
  metadata: z.ZodAny;
9526
9526
  platformId: z.ZodString;
@@ -10178,7 +10178,7 @@ export declare const viberContract: {
10178
10178
  };
10179
10179
  }>;
10180
10180
  }, "strip", z.ZodTypeAny, {
10181
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10181
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10182
10182
  message: string;
10183
10183
  id: string;
10184
10184
  url: string;
@@ -10340,7 +10340,7 @@ export declare const viberContract: {
10340
10340
  metadata?: any;
10341
10341
  template?: any;
10342
10342
  }, {
10343
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10343
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
10344
10344
  message: string;
10345
10345
  id: string;
10346
10346
  url: string;
@@ -11140,7 +11140,7 @@ export declare const viberContract: {
11140
11140
  isActive: boolean;
11141
11141
  }>;
11142
11142
  }, "strip", z.ZodTypeAny, {
11143
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11143
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11144
11144
  message: string;
11145
11145
  id: string;
11146
11146
  url: string;
@@ -11633,7 +11633,7 @@ export declare const viberContract: {
11633
11633
  previewUrl: string;
11634
11634
  imageSetId: string;
11635
11635
  repliedMessage: {
11636
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11636
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11637
11637
  message: string;
11638
11638
  id: string;
11639
11639
  url: string;
@@ -11842,7 +11842,7 @@ export declare const viberContract: {
11842
11842
  metadata?: any;
11843
11843
  template?: any;
11844
11844
  }, {
11845
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11845
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
11846
11846
  message: string;
11847
11847
  id: string;
11848
11848
  url: string;
@@ -12335,7 +12335,7 @@ export declare const viberContract: {
12335
12335
  previewUrl: string;
12336
12336
  imageSetId: string;
12337
12337
  repliedMessage: {
12338
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12338
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12339
12339
  message: string;
12340
12340
  id: string;
12341
12341
  url: string;
@@ -12545,7 +12545,7 @@ export declare const viberContract: {
12545
12545
  template?: any;
12546
12546
  }>>>;
12547
12547
  }, "strip", z.ZodTypeAny, {
12548
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12548
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
12549
12549
  message: string;
12550
12550
  id: string;
12551
12551
  url: string;
@@ -13038,7 +13038,7 @@ export declare const viberContract: {
13038
13038
  previewUrl: string;
13039
13039
  imageSetId: string;
13040
13040
  repliedMessage: {
13041
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13041
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13042
13042
  message: string;
13043
13043
  id: string;
13044
13044
  url: string;
@@ -13247,7 +13247,7 @@ export declare const viberContract: {
13247
13247
  template?: any;
13248
13248
  metadata?: any;
13249
13249
  fromMessage?: {
13250
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13250
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13251
13251
  message: string;
13252
13252
  id: string;
13253
13253
  url: string;
@@ -13740,7 +13740,7 @@ export declare const viberContract: {
13740
13740
  previewUrl: string;
13741
13741
  imageSetId: string;
13742
13742
  repliedMessage: {
13743
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13743
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13744
13744
  message: string;
13745
13745
  id: string;
13746
13746
  url: string;
@@ -13950,7 +13950,7 @@ export declare const viberContract: {
13950
13950
  template?: any;
13951
13951
  } | null | undefined;
13952
13952
  }, {
13953
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13953
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
13954
13954
  message: string;
13955
13955
  id: string;
13956
13956
  url: string;
@@ -14443,7 +14443,7 @@ export declare const viberContract: {
14443
14443
  previewUrl: string;
14444
14444
  imageSetId: string;
14445
14445
  repliedMessage: {
14446
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14446
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14447
14447
  message: string;
14448
14448
  id: string;
14449
14449
  url: string;
@@ -14652,7 +14652,7 @@ export declare const viberContract: {
14652
14652
  template?: any;
14653
14653
  metadata?: any;
14654
14654
  fromMessage?: {
14655
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14655
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
14656
14656
  message: string;
14657
14657
  id: string;
14658
14658
  url: string;
@@ -15145,7 +15145,7 @@ export declare const viberContract: {
15145
15145
  previewUrl: string;
15146
15146
  imageSetId: string;
15147
15147
  repliedMessage: {
15148
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15148
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15149
15149
  message: string;
15150
15150
  id: string;
15151
15151
  url: string;
@@ -15357,7 +15357,7 @@ export declare const viberContract: {
15357
15357
  }>;
15358
15358
  }, "strip", z.ZodTypeAny, {
15359
15359
  data: {
15360
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15360
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15361
15361
  message: string;
15362
15362
  id: string;
15363
15363
  url: string;
@@ -15850,7 +15850,7 @@ export declare const viberContract: {
15850
15850
  previewUrl: string;
15851
15851
  imageSetId: string;
15852
15852
  repliedMessage: {
15853
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15853
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
15854
15854
  message: string;
15855
15855
  id: string;
15856
15856
  url: string;
@@ -16059,7 +16059,7 @@ export declare const viberContract: {
16059
16059
  template?: any;
16060
16060
  metadata?: any;
16061
16061
  fromMessage?: {
16062
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16062
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16063
16063
  message: string;
16064
16064
  id: string;
16065
16065
  url: string;
@@ -16552,7 +16552,7 @@ export declare const viberContract: {
16552
16552
  previewUrl: string;
16553
16553
  imageSetId: string;
16554
16554
  repliedMessage: {
16555
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16555
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16556
16556
  message: string;
16557
16557
  id: string;
16558
16558
  url: string;
@@ -16765,7 +16765,7 @@ export declare const viberContract: {
16765
16765
  requestId: string;
16766
16766
  }, {
16767
16767
  data: {
16768
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16768
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
16769
16769
  message: string;
16770
16770
  id: string;
16771
16771
  url: string;
@@ -17258,7 +17258,7 @@ export declare const viberContract: {
17258
17258
  previewUrl: string;
17259
17259
  imageSetId: string;
17260
17260
  repliedMessage: {
17261
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
17261
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
17262
17262
  message: string;
17263
17263
  id: string;
17264
17264
  url: string;
@@ -17467,7 +17467,7 @@ export declare const viberContract: {
17467
17467
  template?: any;
17468
17468
  metadata?: any;
17469
17469
  fromMessage?: {
17470
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
17470
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
17471
17471
  message: string;
17472
17472
  id: string;
17473
17473
  url: string;
@@ -17960,7 +17960,7 @@ export declare const viberContract: {
17960
17960
  previewUrl: string;
17961
17961
  imageSetId: string;
17962
17962
  repliedMessage: {
17963
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "text_with_image" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
17963
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
17964
17964
  message: string;
17965
17965
  id: string;
17966
17966
  url: string;