@kl1/contracts 1.3.40 → 1.3.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/botpress/index.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +2 -833
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +0 -10
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +211 -233
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +63 -60
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +69 -85
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +4687 -5926
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +1 -12
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +1 -4
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +0 -3
- package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +53 -53
- 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 +41 -41
- package/dist/api-contracts/src/line/index.d.ts +48 -48
- package/dist/api-contracts/src/line/validation.d.ts +7 -7
- package/dist/api-contracts/src/messenger/index.d.ts +41 -41
- package/dist/api-contracts/src/presence-status/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +7 -7
- package/dist/api-contracts/src/telegram/index.d.ts +41 -41
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +430 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +41 -41
- package/dist/api-contracts/src/webchat/index.d.ts +41 -41
- package/dist/api-contracts/src/whatsapp/index.d.ts +41 -41
- package/dist/api-contracts/src/workflow-rule/index.d.ts +17 -17
- package/dist/index.js +1604 -1612
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1603 -1611
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -1674,7 +1674,7 @@ export declare const viberContract: {
|
|
1674
1674
|
lastMessage: z.ZodOptional<z.ZodString>;
|
1675
1675
|
handleTime: z.ZodOptional<z.ZodNumber>;
|
1676
1676
|
isLatest: z.ZodBoolean;
|
1677
|
-
direction: z.
|
1677
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
1678
1678
|
metadata: z.ZodOptional<z.ZodAny>;
|
1679
1679
|
createdAt: z.ZodString;
|
1680
1680
|
updatedAt: z.ZodString;
|
@@ -2267,8 +2267,8 @@ export declare const viberContract: {
|
|
2267
2267
|
message: z.ZodObject<{
|
2268
2268
|
id: z.ZodOptional<z.ZodString>;
|
2269
2269
|
message: z.ZodOptional<z.ZodString>;
|
2270
|
-
direction: z.
|
2271
|
-
type: z.
|
2270
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
2271
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
2272
2272
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
2273
2273
|
metadata: z.ZodOptional<z.ZodAny>;
|
2274
2274
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -2324,7 +2324,7 @@ export declare const viberContract: {
|
|
2324
2324
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
2325
2325
|
label: z.ZodOptional<z.ZodString>;
|
2326
2326
|
}, "strip", z.ZodTypeAny, {
|
2327
|
-
type:
|
2327
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
2328
2328
|
direction: "incoming" | "outgoing" | "system";
|
2329
2329
|
id?: string | undefined;
|
2330
2330
|
message?: string | undefined;
|
@@ -2359,7 +2359,7 @@ export declare const viberContract: {
|
|
2359
2359
|
editedAt?: string | Date | null | undefined;
|
2360
2360
|
label?: string | undefined;
|
2361
2361
|
}, {
|
2362
|
-
type:
|
2362
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
2363
2363
|
direction: "incoming" | "outgoing" | "system";
|
2364
2364
|
id?: string | undefined;
|
2365
2365
|
message?: string | undefined;
|
@@ -2396,7 +2396,7 @@ export declare const viberContract: {
|
|
2396
2396
|
}>;
|
2397
2397
|
}, "strip", z.ZodTypeAny, {
|
2398
2398
|
message: {
|
2399
|
-
type:
|
2399
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
2400
2400
|
direction: "incoming" | "outgoing" | "system";
|
2401
2401
|
id?: string | undefined;
|
2402
2402
|
message?: string | undefined;
|
@@ -2531,7 +2531,7 @@ export declare const viberContract: {
|
|
2531
2531
|
isBot: boolean | null;
|
2532
2532
|
}, {
|
2533
2533
|
message: {
|
2534
|
-
type:
|
2534
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
2535
2535
|
direction: "incoming" | "outgoing" | "system";
|
2536
2536
|
id?: string | undefined;
|
2537
2537
|
message?: string | undefined;
|
@@ -2670,11 +2670,11 @@ export declare const viberContract: {
|
|
2670
2670
|
200: z.ZodObject<{
|
2671
2671
|
requestId: z.ZodString;
|
2672
2672
|
data: z.ZodObject<{
|
2673
|
-
type: z.
|
2673
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
2674
2674
|
message: z.ZodString;
|
2675
2675
|
id: z.ZodString;
|
2676
2676
|
url: z.ZodString;
|
2677
|
-
direction: z.
|
2677
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
2678
2678
|
label: z.ZodOptional<z.ZodString>;
|
2679
2679
|
template: z.ZodAny;
|
2680
2680
|
metadata: z.ZodAny;
|
@@ -3139,7 +3139,7 @@ export declare const viberContract: {
|
|
3139
3139
|
firstResponseTime: z.ZodNumber;
|
3140
3140
|
isLatest: z.ZodBoolean;
|
3141
3141
|
isBotRoom: z.ZodBoolean;
|
3142
|
-
direction: z.
|
3142
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
3143
3143
|
platformContact: z.ZodObject<{
|
3144
3144
|
id: z.ZodString;
|
3145
3145
|
createdAt: z.ZodDate;
|
@@ -6652,8 +6652,8 @@ export declare const viberContract: {
|
|
6652
6652
|
updatedAt: z.ZodDate;
|
6653
6653
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6654
6654
|
message: z.ZodString;
|
6655
|
-
direction: z.
|
6656
|
-
type: z.
|
6655
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
6656
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
6657
6657
|
readAt: z.ZodDate;
|
6658
6658
|
metadata: z.ZodAny;
|
6659
6659
|
platformId: z.ZodString;
|
@@ -7311,7 +7311,7 @@ export declare const viberContract: {
|
|
7311
7311
|
};
|
7312
7312
|
}>;
|
7313
7313
|
}, "strip", z.ZodTypeAny, {
|
7314
|
-
type:
|
7314
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
7315
7315
|
message: string;
|
7316
7316
|
id: string;
|
7317
7317
|
url: string;
|
@@ -7473,7 +7473,7 @@ export declare const viberContract: {
|
|
7473
7473
|
metadata?: any;
|
7474
7474
|
template?: any;
|
7475
7475
|
}, {
|
7476
|
-
type:
|
7476
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
7477
7477
|
message: string;
|
7478
7478
|
id: string;
|
7479
7479
|
url: string;
|
@@ -7846,8 +7846,8 @@ export declare const viberContract: {
|
|
7846
7846
|
updatedAt: z.ZodDate;
|
7847
7847
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7848
7848
|
message: z.ZodString;
|
7849
|
-
direction: z.
|
7850
|
-
type: z.
|
7849
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
7850
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
7851
7851
|
readAt: z.ZodDate;
|
7852
7852
|
metadata: z.ZodAny;
|
7853
7853
|
platformId: z.ZodString;
|
@@ -7873,7 +7873,7 @@ export declare const viberContract: {
|
|
7873
7873
|
firstResponseTime: z.ZodNumber;
|
7874
7874
|
isLatest: z.ZodBoolean;
|
7875
7875
|
isBotRoom: z.ZodBoolean;
|
7876
|
-
direction: z.
|
7876
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
7877
7877
|
platformContact: z.ZodObject<{
|
7878
7878
|
id: z.ZodString;
|
7879
7879
|
createdAt: z.ZodDate;
|
@@ -11389,8 +11389,8 @@ export declare const viberContract: {
|
|
11389
11389
|
updatedAt: z.ZodDate;
|
11390
11390
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
11391
11391
|
message: z.ZodString;
|
11392
|
-
direction: z.
|
11393
|
-
type: z.
|
11392
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
11393
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
11394
11394
|
readAt: z.ZodDate;
|
11395
11395
|
metadata: z.ZodAny;
|
11396
11396
|
platformId: z.ZodString;
|
@@ -12048,7 +12048,7 @@ export declare const viberContract: {
|
|
12048
12048
|
};
|
12049
12049
|
}>;
|
12050
12050
|
}, "strip", z.ZodTypeAny, {
|
12051
|
-
type:
|
12051
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
12052
12052
|
message: string;
|
12053
12053
|
id: string;
|
12054
12054
|
url: string;
|
@@ -12210,7 +12210,7 @@ export declare const viberContract: {
|
|
12210
12210
|
metadata?: any;
|
12211
12211
|
template?: any;
|
12212
12212
|
}, {
|
12213
|
-
type:
|
12213
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
12214
12214
|
message: string;
|
12215
12215
|
id: string;
|
12216
12216
|
url: string;
|
@@ -13012,7 +13012,7 @@ export declare const viberContract: {
|
|
13012
13012
|
editedMessageid: z.ZodString;
|
13013
13013
|
label: z.ZodOptional<z.ZodString>;
|
13014
13014
|
}, "strip", z.ZodTypeAny, {
|
13015
|
-
type:
|
13015
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
13016
13016
|
message: string;
|
13017
13017
|
id: string;
|
13018
13018
|
url: string;
|
@@ -13574,7 +13574,7 @@ export declare const viberContract: {
|
|
13574
13574
|
previewUrl: string;
|
13575
13575
|
imageSetId: string;
|
13576
13576
|
repliedMessage: {
|
13577
|
-
type:
|
13577
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
13578
13578
|
message: string;
|
13579
13579
|
id: string;
|
13580
13580
|
url: string;
|
@@ -13785,7 +13785,7 @@ export declare const viberContract: {
|
|
13785
13785
|
template?: any;
|
13786
13786
|
label?: string | undefined;
|
13787
13787
|
}, {
|
13788
|
-
type:
|
13788
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
13789
13789
|
message: string;
|
13790
13790
|
id: string;
|
13791
13791
|
url: string;
|
@@ -14347,7 +14347,7 @@ export declare const viberContract: {
|
|
14347
14347
|
previewUrl: string;
|
14348
14348
|
imageSetId: string;
|
14349
14349
|
repliedMessage: {
|
14350
|
-
type:
|
14350
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
14351
14351
|
message: string;
|
14352
14352
|
id: string;
|
14353
14353
|
url: string;
|
@@ -14559,7 +14559,7 @@ export declare const viberContract: {
|
|
14559
14559
|
label?: string | undefined;
|
14560
14560
|
}>>>;
|
14561
14561
|
}, "strip", z.ZodTypeAny, {
|
14562
|
-
type:
|
14562
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
14563
14563
|
message: string;
|
14564
14564
|
id: string;
|
14565
14565
|
url: string;
|
@@ -15121,7 +15121,7 @@ export declare const viberContract: {
|
|
15121
15121
|
previewUrl: string;
|
15122
15122
|
imageSetId: string;
|
15123
15123
|
repliedMessage: {
|
15124
|
-
type:
|
15124
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15125
15125
|
message: string;
|
15126
15126
|
id: string;
|
15127
15127
|
url: string;
|
@@ -15332,7 +15332,7 @@ export declare const viberContract: {
|
|
15332
15332
|
template?: any;
|
15333
15333
|
metadata?: any;
|
15334
15334
|
fromMessage?: {
|
15335
|
-
type:
|
15335
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15336
15336
|
message: string;
|
15337
15337
|
id: string;
|
15338
15338
|
url: string;
|
@@ -15894,7 +15894,7 @@ export declare const viberContract: {
|
|
15894
15894
|
previewUrl: string;
|
15895
15895
|
imageSetId: string;
|
15896
15896
|
repliedMessage: {
|
15897
|
-
type:
|
15897
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15898
15898
|
message: string;
|
15899
15899
|
id: string;
|
15900
15900
|
url: string;
|
@@ -16106,7 +16106,7 @@ export declare const viberContract: {
|
|
16106
16106
|
label?: string | undefined;
|
16107
16107
|
} | null | undefined;
|
16108
16108
|
}, {
|
16109
|
-
type:
|
16109
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
16110
16110
|
message: string;
|
16111
16111
|
id: string;
|
16112
16112
|
url: string;
|
@@ -16668,7 +16668,7 @@ export declare const viberContract: {
|
|
16668
16668
|
previewUrl: string;
|
16669
16669
|
imageSetId: string;
|
16670
16670
|
repliedMessage: {
|
16671
|
-
type:
|
16671
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
16672
16672
|
message: string;
|
16673
16673
|
id: string;
|
16674
16674
|
url: string;
|
@@ -16879,7 +16879,7 @@ export declare const viberContract: {
|
|
16879
16879
|
template?: any;
|
16880
16880
|
metadata?: any;
|
16881
16881
|
fromMessage?: {
|
16882
|
-
type:
|
16882
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
16883
16883
|
message: string;
|
16884
16884
|
id: string;
|
16885
16885
|
url: string;
|
@@ -17441,7 +17441,7 @@ export declare const viberContract: {
|
|
17441
17441
|
previewUrl: string;
|
17442
17442
|
imageSetId: string;
|
17443
17443
|
repliedMessage: {
|
17444
|
-
type:
|
17444
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17445
17445
|
message: string;
|
17446
17446
|
id: string;
|
17447
17447
|
url: string;
|
@@ -17655,7 +17655,7 @@ export declare const viberContract: {
|
|
17655
17655
|
}>;
|
17656
17656
|
}, "strip", z.ZodTypeAny, {
|
17657
17657
|
data: {
|
17658
|
-
type:
|
17658
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17659
17659
|
message: string;
|
17660
17660
|
id: string;
|
17661
17661
|
url: string;
|
@@ -18217,7 +18217,7 @@ export declare const viberContract: {
|
|
18217
18217
|
previewUrl: string;
|
18218
18218
|
imageSetId: string;
|
18219
18219
|
repliedMessage: {
|
18220
|
-
type:
|
18220
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18221
18221
|
message: string;
|
18222
18222
|
id: string;
|
18223
18223
|
url: string;
|
@@ -18428,7 +18428,7 @@ export declare const viberContract: {
|
|
18428
18428
|
template?: any;
|
18429
18429
|
metadata?: any;
|
18430
18430
|
fromMessage?: {
|
18431
|
-
type:
|
18431
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18432
18432
|
message: string;
|
18433
18433
|
id: string;
|
18434
18434
|
url: string;
|
@@ -18990,7 +18990,7 @@ export declare const viberContract: {
|
|
18990
18990
|
previewUrl: string;
|
18991
18991
|
imageSetId: string;
|
18992
18992
|
repliedMessage: {
|
18993
|
-
type:
|
18993
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18994
18994
|
message: string;
|
18995
18995
|
id: string;
|
18996
18996
|
url: string;
|
@@ -19205,7 +19205,7 @@ export declare const viberContract: {
|
|
19205
19205
|
requestId: string;
|
19206
19206
|
}, {
|
19207
19207
|
data: {
|
19208
|
-
type:
|
19208
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
19209
19209
|
message: string;
|
19210
19210
|
id: string;
|
19211
19211
|
url: string;
|
@@ -19767,7 +19767,7 @@ export declare const viberContract: {
|
|
19767
19767
|
previewUrl: string;
|
19768
19768
|
imageSetId: string;
|
19769
19769
|
repliedMessage: {
|
19770
|
-
type:
|
19770
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
19771
19771
|
message: string;
|
19772
19772
|
id: string;
|
19773
19773
|
url: string;
|
@@ -19978,7 +19978,7 @@ export declare const viberContract: {
|
|
19978
19978
|
template?: any;
|
19979
19979
|
metadata?: any;
|
19980
19980
|
fromMessage?: {
|
19981
|
-
type:
|
19981
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
19982
19982
|
message: string;
|
19983
19983
|
id: string;
|
19984
19984
|
url: string;
|
@@ -20540,7 +20540,7 @@ export declare const viberContract: {
|
|
20540
20540
|
previewUrl: string;
|
20541
20541
|
imageSetId: string;
|
20542
20542
|
repliedMessage: {
|
20543
|
-
type:
|
20543
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
20544
20544
|
message: string;
|
20545
20545
|
id: string;
|
20546
20546
|
url: string;
|