@kl1/contracts 1.1.78-uat → 1.1.80-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/automation-queue/index.d.ts +3410 -0
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -0
- package/dist/api-contracts/src/automation-queue/schema.d.ts +618 -0
- package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/automation-queue/validation.d.ts +52 -0
- package/dist/api-contracts/src/automation-queue/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/chat/index.d.ts +145 -145
- package/dist/api-contracts/src/chat/schema.d.ts +64 -76
- 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/comment/index.d.ts +1 -1
- package/dist/api-contracts/src/comment/validation.d.ts +1 -1
- package/dist/api-contracts/src/contract.d.ts +219 -219
- 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/hold-label/index.d.ts +1 -1
- package/dist/api-contracts/src/index.d.ts +1 -0
- 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 +2 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +491 -388
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +490 -388
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -1709,7 +1709,7 @@ export declare const viberContract: {
|
|
1709
1709
|
id: z.ZodOptional<z.ZodString>;
|
1710
1710
|
message: z.ZodOptional<z.ZodString>;
|
1711
1711
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
1712
|
-
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"]>;
|
1712
|
+
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", "deleted", "unsupported"]>;
|
1713
1713
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
1714
1714
|
metadata: z.ZodOptional<z.ZodAny>;
|
1715
1715
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -1764,7 +1764,7 @@ export declare const viberContract: {
|
|
1764
1764
|
isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1765
1765
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
1766
1766
|
}, "strip", z.ZodTypeAny, {
|
1767
|
-
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";
|
1767
|
+
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" | "deleted" | "unsupported";
|
1768
1768
|
direction: "incoming" | "outgoing" | "system";
|
1769
1769
|
message?: string | undefined;
|
1770
1770
|
id?: string | undefined;
|
@@ -1798,7 +1798,7 @@ export declare const viberContract: {
|
|
1798
1798
|
isEdited?: boolean | null | undefined;
|
1799
1799
|
editedAt?: string | Date | null | undefined;
|
1800
1800
|
}, {
|
1801
|
-
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";
|
1801
|
+
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" | "deleted" | "unsupported";
|
1802
1802
|
direction: "incoming" | "outgoing" | "system";
|
1803
1803
|
message?: string | undefined;
|
1804
1804
|
id?: string | undefined;
|
@@ -1834,7 +1834,7 @@ export declare const viberContract: {
|
|
1834
1834
|
}>;
|
1835
1835
|
}, "strip", z.ZodTypeAny, {
|
1836
1836
|
message: {
|
1837
|
-
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";
|
1837
|
+
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" | "deleted" | "unsupported";
|
1838
1838
|
direction: "incoming" | "outgoing" | "system";
|
1839
1839
|
message?: string | undefined;
|
1840
1840
|
id?: string | undefined;
|
@@ -1945,7 +1945,7 @@ export declare const viberContract: {
|
|
1945
1945
|
isBot: boolean | null;
|
1946
1946
|
}, {
|
1947
1947
|
message: {
|
1948
|
-
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";
|
1948
|
+
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" | "deleted" | "unsupported";
|
1949
1949
|
direction: "incoming" | "outgoing" | "system";
|
1950
1950
|
message?: string | undefined;
|
1951
1951
|
id?: string | undefined;
|
@@ -2069,7 +2069,7 @@ export declare const viberContract: {
|
|
2069
2069
|
}, {
|
2070
2070
|
message: z.ZodString;
|
2071
2071
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
2072
|
-
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"]>;
|
2072
|
+
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", "deleted", "unsupported"]>;
|
2073
2073
|
readAt: z.ZodDate;
|
2074
2074
|
metadata: z.ZodAny;
|
2075
2075
|
platformId: z.ZodString;
|
@@ -5122,7 +5122,7 @@ export declare const viberContract: {
|
|
5122
5122
|
}, {
|
5123
5123
|
message: z.ZodString;
|
5124
5124
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
5125
|
-
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"]>;
|
5125
|
+
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", "deleted", "unsupported"]>;
|
5126
5126
|
readAt: z.ZodDate;
|
5127
5127
|
metadata: z.ZodAny;
|
5128
5128
|
platformId: z.ZodString;
|
@@ -5781,7 +5781,7 @@ export declare const viberContract: {
|
|
5781
5781
|
};
|
5782
5782
|
}>;
|
5783
5783
|
}>, "strip", z.ZodTypeAny, {
|
5784
|
-
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";
|
5784
|
+
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" | "deleted" | "unsupported";
|
5785
5785
|
message: string;
|
5786
5786
|
id: string;
|
5787
5787
|
url: string;
|
@@ -5943,7 +5943,7 @@ export declare const viberContract: {
|
|
5943
5943
|
template?: any;
|
5944
5944
|
metadata?: any;
|
5945
5945
|
}, {
|
5946
|
-
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";
|
5946
|
+
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" | "deleted" | "unsupported";
|
5947
5947
|
message: string;
|
5948
5948
|
id: string;
|
5949
5949
|
url: string;
|
@@ -6753,7 +6753,7 @@ export declare const viberContract: {
|
|
6753
6753
|
}, {
|
6754
6754
|
message: z.ZodString;
|
6755
6755
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
6756
|
-
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"]>;
|
6756
|
+
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", "deleted", "unsupported"]>;
|
6757
6757
|
readAt: z.ZodDate;
|
6758
6758
|
metadata: z.ZodAny;
|
6759
6759
|
platformId: z.ZodString;
|
@@ -9806,7 +9806,7 @@ export declare const viberContract: {
|
|
9806
9806
|
}, {
|
9807
9807
|
message: z.ZodString;
|
9808
9808
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
9809
|
-
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"]>;
|
9809
|
+
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", "deleted", "unsupported"]>;
|
9810
9810
|
readAt: z.ZodDate;
|
9811
9811
|
metadata: z.ZodAny;
|
9812
9812
|
platformId: z.ZodString;
|
@@ -10465,7 +10465,7 @@ export declare const viberContract: {
|
|
10465
10465
|
};
|
10466
10466
|
}>;
|
10467
10467
|
}>, "strip", z.ZodTypeAny, {
|
10468
|
-
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";
|
10468
|
+
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" | "deleted" | "unsupported";
|
10469
10469
|
message: string;
|
10470
10470
|
id: string;
|
10471
10471
|
url: string;
|
@@ -10627,7 +10627,7 @@ export declare const viberContract: {
|
|
10627
10627
|
template?: any;
|
10628
10628
|
metadata?: any;
|
10629
10629
|
}, {
|
10630
|
-
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";
|
10630
|
+
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" | "deleted" | "unsupported";
|
10631
10631
|
message: string;
|
10632
10632
|
id: string;
|
10633
10633
|
url: string;
|
@@ -11429,7 +11429,7 @@ export declare const viberContract: {
|
|
11429
11429
|
}>;
|
11430
11430
|
editedMessageid: z.ZodString;
|
11431
11431
|
}>, "strip", z.ZodTypeAny, {
|
11432
|
-
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";
|
11432
|
+
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" | "deleted" | "unsupported";
|
11433
11433
|
message: string;
|
11434
11434
|
id: string;
|
11435
11435
|
url: string;
|
@@ -11927,7 +11927,7 @@ export declare const viberContract: {
|
|
11927
11927
|
previewUrl: string;
|
11928
11928
|
imageSetId: string;
|
11929
11929
|
repliedMessage: {
|
11930
|
-
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";
|
11930
|
+
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" | "deleted" | "unsupported";
|
11931
11931
|
message: string;
|
11932
11932
|
id: string;
|
11933
11933
|
url: string;
|
@@ -12137,7 +12137,7 @@ export declare const viberContract: {
|
|
12137
12137
|
template?: any;
|
12138
12138
|
metadata?: any;
|
12139
12139
|
}, {
|
12140
|
-
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";
|
12140
|
+
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" | "deleted" | "unsupported";
|
12141
12141
|
message: string;
|
12142
12142
|
id: string;
|
12143
12143
|
url: string;
|
@@ -12635,7 +12635,7 @@ export declare const viberContract: {
|
|
12635
12635
|
previewUrl: string;
|
12636
12636
|
imageSetId: string;
|
12637
12637
|
repliedMessage: {
|
12638
|
-
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";
|
12638
|
+
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" | "deleted" | "unsupported";
|
12639
12639
|
message: string;
|
12640
12640
|
id: string;
|
12641
12641
|
url: string;
|
@@ -12846,7 +12846,7 @@ export declare const viberContract: {
|
|
12846
12846
|
metadata?: any;
|
12847
12847
|
}>>>;
|
12848
12848
|
}>, "strip", z.ZodTypeAny, {
|
12849
|
-
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";
|
12849
|
+
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" | "deleted" | "unsupported";
|
12850
12850
|
message: string;
|
12851
12851
|
id: string;
|
12852
12852
|
url: string;
|
@@ -13344,7 +13344,7 @@ export declare const viberContract: {
|
|
13344
13344
|
previewUrl: string;
|
13345
13345
|
imageSetId: string;
|
13346
13346
|
repliedMessage: {
|
13347
|
-
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";
|
13347
|
+
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" | "deleted" | "unsupported";
|
13348
13348
|
message: string;
|
13349
13349
|
id: string;
|
13350
13350
|
url: string;
|
@@ -13554,7 +13554,7 @@ export declare const viberContract: {
|
|
13554
13554
|
template?: any;
|
13555
13555
|
metadata?: any;
|
13556
13556
|
fromMessage?: {
|
13557
|
-
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";
|
13557
|
+
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" | "deleted" | "unsupported";
|
13558
13558
|
message: string;
|
13559
13559
|
id: string;
|
13560
13560
|
url: string;
|
@@ -14052,7 +14052,7 @@ export declare const viberContract: {
|
|
14052
14052
|
previewUrl: string;
|
14053
14053
|
imageSetId: string;
|
14054
14054
|
repliedMessage: {
|
14055
|
-
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";
|
14055
|
+
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" | "deleted" | "unsupported";
|
14056
14056
|
message: string;
|
14057
14057
|
id: string;
|
14058
14058
|
url: string;
|
@@ -14263,7 +14263,7 @@ export declare const viberContract: {
|
|
14263
14263
|
metadata?: any;
|
14264
14264
|
} | null | undefined;
|
14265
14265
|
}, {
|
14266
|
-
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";
|
14266
|
+
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" | "deleted" | "unsupported";
|
14267
14267
|
message: string;
|
14268
14268
|
id: string;
|
14269
14269
|
url: string;
|
@@ -14761,7 +14761,7 @@ export declare const viberContract: {
|
|
14761
14761
|
previewUrl: string;
|
14762
14762
|
imageSetId: string;
|
14763
14763
|
repliedMessage: {
|
14764
|
-
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";
|
14764
|
+
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" | "deleted" | "unsupported";
|
14765
14765
|
message: string;
|
14766
14766
|
id: string;
|
14767
14767
|
url: string;
|
@@ -14971,7 +14971,7 @@ export declare const viberContract: {
|
|
14971
14971
|
template?: any;
|
14972
14972
|
metadata?: any;
|
14973
14973
|
fromMessage?: {
|
14974
|
-
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";
|
14974
|
+
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" | "deleted" | "unsupported";
|
14975
14975
|
message: string;
|
14976
14976
|
id: string;
|
14977
14977
|
url: string;
|
@@ -15469,7 +15469,7 @@ export declare const viberContract: {
|
|
15469
15469
|
previewUrl: string;
|
15470
15470
|
imageSetId: string;
|
15471
15471
|
repliedMessage: {
|
15472
|
-
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";
|
15472
|
+
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" | "deleted" | "unsupported";
|
15473
15473
|
message: string;
|
15474
15474
|
id: string;
|
15475
15475
|
url: string;
|
@@ -15682,7 +15682,7 @@ export declare const viberContract: {
|
|
15682
15682
|
}>;
|
15683
15683
|
}>, "strip", z.ZodTypeAny, {
|
15684
15684
|
data: {
|
15685
|
-
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";
|
15685
|
+
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" | "deleted" | "unsupported";
|
15686
15686
|
message: string;
|
15687
15687
|
id: string;
|
15688
15688
|
url: string;
|
@@ -16180,7 +16180,7 @@ export declare const viberContract: {
|
|
16180
16180
|
previewUrl: string;
|
16181
16181
|
imageSetId: string;
|
16182
16182
|
repliedMessage: {
|
16183
|
-
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";
|
16183
|
+
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" | "deleted" | "unsupported";
|
16184
16184
|
message: string;
|
16185
16185
|
id: string;
|
16186
16186
|
url: string;
|
@@ -16390,7 +16390,7 @@ export declare const viberContract: {
|
|
16390
16390
|
template?: any;
|
16391
16391
|
metadata?: any;
|
16392
16392
|
fromMessage?: {
|
16393
|
-
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";
|
16393
|
+
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" | "deleted" | "unsupported";
|
16394
16394
|
message: string;
|
16395
16395
|
id: string;
|
16396
16396
|
url: string;
|
@@ -16888,7 +16888,7 @@ export declare const viberContract: {
|
|
16888
16888
|
previewUrl: string;
|
16889
16889
|
imageSetId: string;
|
16890
16890
|
repliedMessage: {
|
16891
|
-
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";
|
16891
|
+
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" | "deleted" | "unsupported";
|
16892
16892
|
message: string;
|
16893
16893
|
id: string;
|
16894
16894
|
url: string;
|
@@ -17102,7 +17102,7 @@ export declare const viberContract: {
|
|
17102
17102
|
requestId: string;
|
17103
17103
|
}, {
|
17104
17104
|
data: {
|
17105
|
-
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";
|
17105
|
+
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" | "deleted" | "unsupported";
|
17106
17106
|
message: string;
|
17107
17107
|
id: string;
|
17108
17108
|
url: string;
|
@@ -17600,7 +17600,7 @@ export declare const viberContract: {
|
|
17600
17600
|
previewUrl: string;
|
17601
17601
|
imageSetId: string;
|
17602
17602
|
repliedMessage: {
|
17603
|
-
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";
|
17603
|
+
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" | "deleted" | "unsupported";
|
17604
17604
|
message: string;
|
17605
17605
|
id: string;
|
17606
17606
|
url: string;
|
@@ -17810,7 +17810,7 @@ export declare const viberContract: {
|
|
17810
17810
|
template?: any;
|
17811
17811
|
metadata?: any;
|
17812
17812
|
fromMessage?: {
|
17813
|
-
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";
|
17813
|
+
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" | "deleted" | "unsupported";
|
17814
17814
|
message: string;
|
17815
17815
|
id: string;
|
17816
17816
|
url: string;
|
@@ -18308,7 +18308,7 @@ export declare const viberContract: {
|
|
18308
18308
|
previewUrl: string;
|
18309
18309
|
imageSetId: string;
|
18310
18310
|
repliedMessage: {
|
18311
|
-
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";
|
18311
|
+
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" | "deleted" | "unsupported";
|
18312
18312
|
message: string;
|
18313
18313
|
id: string;
|
18314
18314
|
url: string;
|