@kl1/contracts 1.1.73-uat → 1.1.74-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/chat/index.d.ts +145 -145
- package/dist/api-contracts/src/chat/schema.d.ts +69 -45
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +51 -51
- package/dist/api-contracts/src/contract.d.ts +456 -218
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -43
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +33 -33
- package/dist/api-contracts/src/line/index.d.ts +38 -38
- package/dist/api-contracts/src/line/validation.d.ts +5 -5
- package/dist/api-contracts/src/messenger/index.d.ts +33 -33
- package/dist/api-contracts/src/sms/index.d.ts +5 -5
- package/dist/api-contracts/src/viber/index.d.ts +33 -33
- package/dist/api-contracts/src/webchat/index.d.ts +33 -33
- package/dist/entities/src/enums/chat.d.ts +1 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +499 -494
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +499 -494
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -1707,7 +1707,7 @@ export declare const viberContract: {
|
|
1707
1707
|
id: z.ZodOptional<z.ZodString>;
|
1708
1708
|
message: z.ZodOptional<z.ZodString>;
|
1709
1709
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
1710
|
-
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"]>;
|
1710
|
+
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"]>;
|
1711
1711
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
1712
1712
|
metadata: z.ZodOptional<z.ZodAny>;
|
1713
1713
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -1762,7 +1762,7 @@ export declare const viberContract: {
|
|
1762
1762
|
isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1763
1763
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
1764
1764
|
}, "strip", z.ZodTypeAny, {
|
1765
|
-
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";
|
1765
|
+
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";
|
1766
1766
|
direction: "incoming" | "outgoing" | "system";
|
1767
1767
|
id?: string | undefined;
|
1768
1768
|
message?: string | undefined;
|
@@ -1796,7 +1796,7 @@ export declare const viberContract: {
|
|
1796
1796
|
isEdited?: boolean | null | undefined;
|
1797
1797
|
editedAt?: string | Date | null | undefined;
|
1798
1798
|
}, {
|
1799
|
-
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";
|
1799
|
+
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";
|
1800
1800
|
direction: "incoming" | "outgoing" | "system";
|
1801
1801
|
id?: string | undefined;
|
1802
1802
|
message?: string | undefined;
|
@@ -1832,7 +1832,7 @@ export declare const viberContract: {
|
|
1832
1832
|
}>;
|
1833
1833
|
}, "strip", z.ZodTypeAny, {
|
1834
1834
|
message: {
|
1835
|
-
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";
|
1835
|
+
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";
|
1836
1836
|
direction: "incoming" | "outgoing" | "system";
|
1837
1837
|
id?: string | undefined;
|
1838
1838
|
message?: string | undefined;
|
@@ -1943,7 +1943,7 @@ export declare const viberContract: {
|
|
1943
1943
|
isBot: boolean | null;
|
1944
1944
|
}, {
|
1945
1945
|
message: {
|
1946
|
-
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";
|
1946
|
+
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";
|
1947
1947
|
direction: "incoming" | "outgoing" | "system";
|
1948
1948
|
id?: string | undefined;
|
1949
1949
|
message?: string | undefined;
|
@@ -2058,7 +2058,7 @@ export declare const viberContract: {
|
|
2058
2058
|
200: z.ZodObject<{
|
2059
2059
|
requestId: z.ZodString;
|
2060
2060
|
data: z.ZodObject<{
|
2061
|
-
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"]>;
|
2061
|
+
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"]>;
|
2062
2062
|
message: z.ZodString;
|
2063
2063
|
id: z.ZodString;
|
2064
2064
|
url: z.ZodString;
|
@@ -5532,7 +5532,7 @@ export declare const viberContract: {
|
|
5532
5532
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5533
5533
|
message: z.ZodString;
|
5534
5534
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
5535
|
-
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"]>;
|
5535
|
+
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"]>;
|
5536
5536
|
readAt: z.ZodDate;
|
5537
5537
|
metadata: z.ZodAny;
|
5538
5538
|
platformId: z.ZodString;
|
@@ -6190,7 +6190,7 @@ export declare const viberContract: {
|
|
6190
6190
|
};
|
6191
6191
|
}>;
|
6192
6192
|
}, "strip", z.ZodTypeAny, {
|
6193
|
-
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";
|
6193
|
+
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";
|
6194
6194
|
message: string;
|
6195
6195
|
id: string;
|
6196
6196
|
url: string;
|
@@ -6352,7 +6352,7 @@ export declare const viberContract: {
|
|
6352
6352
|
metadata?: any;
|
6353
6353
|
template?: any;
|
6354
6354
|
}, {
|
6355
|
-
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";
|
6355
|
+
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";
|
6356
6356
|
message: string;
|
6357
6357
|
id: string;
|
6358
6358
|
url: string;
|
@@ -6726,7 +6726,7 @@ export declare const viberContract: {
|
|
6726
6726
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6727
6727
|
message: z.ZodString;
|
6728
6728
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
6729
|
-
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"]>;
|
6729
|
+
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"]>;
|
6730
6730
|
readAt: z.ZodDate;
|
6731
6731
|
metadata: z.ZodAny;
|
6732
6732
|
platformId: z.ZodString;
|
@@ -9761,7 +9761,7 @@ export declare const viberContract: {
|
|
9761
9761
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9762
9762
|
message: z.ZodString;
|
9763
9763
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
9764
|
-
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"]>;
|
9764
|
+
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"]>;
|
9765
9765
|
readAt: z.ZodDate;
|
9766
9766
|
metadata: z.ZodAny;
|
9767
9767
|
platformId: z.ZodString;
|
@@ -10419,7 +10419,7 @@ export declare const viberContract: {
|
|
10419
10419
|
};
|
10420
10420
|
}>;
|
10421
10421
|
}, "strip", z.ZodTypeAny, {
|
10422
|
-
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";
|
10422
|
+
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";
|
10423
10423
|
message: string;
|
10424
10424
|
id: string;
|
10425
10425
|
url: string;
|
@@ -10581,7 +10581,7 @@ export declare const viberContract: {
|
|
10581
10581
|
metadata?: any;
|
10582
10582
|
template?: any;
|
10583
10583
|
}, {
|
10584
|
-
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";
|
10584
|
+
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";
|
10585
10585
|
message: string;
|
10586
10586
|
id: string;
|
10587
10587
|
url: string;
|
@@ -11382,7 +11382,7 @@ export declare const viberContract: {
|
|
11382
11382
|
}>;
|
11383
11383
|
editedMessageid: z.ZodString;
|
11384
11384
|
}, "strip", z.ZodTypeAny, {
|
11385
|
-
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";
|
11385
|
+
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";
|
11386
11386
|
message: string;
|
11387
11387
|
id: string;
|
11388
11388
|
url: string;
|
@@ -11880,7 +11880,7 @@ export declare const viberContract: {
|
|
11880
11880
|
previewUrl: string;
|
11881
11881
|
imageSetId: string;
|
11882
11882
|
repliedMessage: {
|
11883
|
-
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";
|
11883
|
+
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";
|
11884
11884
|
message: string;
|
11885
11885
|
id: string;
|
11886
11886
|
url: string;
|
@@ -12090,7 +12090,7 @@ export declare const viberContract: {
|
|
12090
12090
|
metadata?: any;
|
12091
12091
|
template?: any;
|
12092
12092
|
}, {
|
12093
|
-
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";
|
12093
|
+
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";
|
12094
12094
|
message: string;
|
12095
12095
|
id: string;
|
12096
12096
|
url: string;
|
@@ -12588,7 +12588,7 @@ export declare const viberContract: {
|
|
12588
12588
|
previewUrl: string;
|
12589
12589
|
imageSetId: string;
|
12590
12590
|
repliedMessage: {
|
12591
|
-
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";
|
12591
|
+
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";
|
12592
12592
|
message: string;
|
12593
12593
|
id: string;
|
12594
12594
|
url: string;
|
@@ -12799,7 +12799,7 @@ export declare const viberContract: {
|
|
12799
12799
|
template?: any;
|
12800
12800
|
}>>>;
|
12801
12801
|
}, "strip", z.ZodTypeAny, {
|
12802
|
-
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";
|
12802
|
+
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";
|
12803
12803
|
message: string;
|
12804
12804
|
id: string;
|
12805
12805
|
url: string;
|
@@ -13297,7 +13297,7 @@ export declare const viberContract: {
|
|
13297
13297
|
previewUrl: string;
|
13298
13298
|
imageSetId: string;
|
13299
13299
|
repliedMessage: {
|
13300
|
-
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";
|
13300
|
+
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";
|
13301
13301
|
message: string;
|
13302
13302
|
id: string;
|
13303
13303
|
url: string;
|
@@ -13507,7 +13507,7 @@ export declare const viberContract: {
|
|
13507
13507
|
template?: any;
|
13508
13508
|
metadata?: any;
|
13509
13509
|
fromMessage?: {
|
13510
|
-
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";
|
13510
|
+
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";
|
13511
13511
|
message: string;
|
13512
13512
|
id: string;
|
13513
13513
|
url: string;
|
@@ -14005,7 +14005,7 @@ export declare const viberContract: {
|
|
14005
14005
|
previewUrl: string;
|
14006
14006
|
imageSetId: string;
|
14007
14007
|
repliedMessage: {
|
14008
|
-
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";
|
14008
|
+
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";
|
14009
14009
|
message: string;
|
14010
14010
|
id: string;
|
14011
14011
|
url: string;
|
@@ -14216,7 +14216,7 @@ export declare const viberContract: {
|
|
14216
14216
|
template?: any;
|
14217
14217
|
} | null | undefined;
|
14218
14218
|
}, {
|
14219
|
-
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";
|
14219
|
+
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";
|
14220
14220
|
message: string;
|
14221
14221
|
id: string;
|
14222
14222
|
url: string;
|
@@ -14714,7 +14714,7 @@ export declare const viberContract: {
|
|
14714
14714
|
previewUrl: string;
|
14715
14715
|
imageSetId: string;
|
14716
14716
|
repliedMessage: {
|
14717
|
-
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";
|
14717
|
+
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";
|
14718
14718
|
message: string;
|
14719
14719
|
id: string;
|
14720
14720
|
url: string;
|
@@ -14924,7 +14924,7 @@ export declare const viberContract: {
|
|
14924
14924
|
template?: any;
|
14925
14925
|
metadata?: any;
|
14926
14926
|
fromMessage?: {
|
14927
|
-
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";
|
14927
|
+
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";
|
14928
14928
|
message: string;
|
14929
14929
|
id: string;
|
14930
14930
|
url: string;
|
@@ -15422,7 +15422,7 @@ export declare const viberContract: {
|
|
15422
15422
|
previewUrl: string;
|
15423
15423
|
imageSetId: string;
|
15424
15424
|
repliedMessage: {
|
15425
|
-
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";
|
15425
|
+
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";
|
15426
15426
|
message: string;
|
15427
15427
|
id: string;
|
15428
15428
|
url: string;
|
@@ -15635,7 +15635,7 @@ export declare const viberContract: {
|
|
15635
15635
|
}>;
|
15636
15636
|
}, "strip", z.ZodTypeAny, {
|
15637
15637
|
data: {
|
15638
|
-
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";
|
15638
|
+
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";
|
15639
15639
|
message: string;
|
15640
15640
|
id: string;
|
15641
15641
|
url: string;
|
@@ -16133,7 +16133,7 @@ export declare const viberContract: {
|
|
16133
16133
|
previewUrl: string;
|
16134
16134
|
imageSetId: string;
|
16135
16135
|
repliedMessage: {
|
16136
|
-
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";
|
16136
|
+
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";
|
16137
16137
|
message: string;
|
16138
16138
|
id: string;
|
16139
16139
|
url: string;
|
@@ -16343,7 +16343,7 @@ export declare const viberContract: {
|
|
16343
16343
|
template?: any;
|
16344
16344
|
metadata?: any;
|
16345
16345
|
fromMessage?: {
|
16346
|
-
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";
|
16346
|
+
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";
|
16347
16347
|
message: string;
|
16348
16348
|
id: string;
|
16349
16349
|
url: string;
|
@@ -16841,7 +16841,7 @@ export declare const viberContract: {
|
|
16841
16841
|
previewUrl: string;
|
16842
16842
|
imageSetId: string;
|
16843
16843
|
repliedMessage: {
|
16844
|
-
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";
|
16844
|
+
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";
|
16845
16845
|
message: string;
|
16846
16846
|
id: string;
|
16847
16847
|
url: string;
|
@@ -17055,7 +17055,7 @@ export declare const viberContract: {
|
|
17055
17055
|
requestId: string;
|
17056
17056
|
}, {
|
17057
17057
|
data: {
|
17058
|
-
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";
|
17058
|
+
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";
|
17059
17059
|
message: string;
|
17060
17060
|
id: string;
|
17061
17061
|
url: string;
|
@@ -17553,7 +17553,7 @@ export declare const viberContract: {
|
|
17553
17553
|
previewUrl: string;
|
17554
17554
|
imageSetId: string;
|
17555
17555
|
repliedMessage: {
|
17556
|
-
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";
|
17556
|
+
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";
|
17557
17557
|
message: string;
|
17558
17558
|
id: string;
|
17559
17559
|
url: string;
|
@@ -17763,7 +17763,7 @@ export declare const viberContract: {
|
|
17763
17763
|
template?: any;
|
17764
17764
|
metadata?: any;
|
17765
17765
|
fromMessage?: {
|
17766
|
-
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";
|
17766
|
+
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";
|
17767
17767
|
message: string;
|
17768
17768
|
id: string;
|
17769
17769
|
url: string;
|
@@ -18261,7 +18261,7 @@ export declare const viberContract: {
|
|
18261
18261
|
previewUrl: string;
|
18262
18262
|
imageSetId: string;
|
18263
18263
|
repliedMessage: {
|
18264
|
-
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";
|
18264
|
+
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";
|
18265
18265
|
message: string;
|
18266
18266
|
id: string;
|
18267
18267
|
url: string;
|