@kl1/contracts 1.1.59-uat → 1.1.60-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -1
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +138 -138
- package/dist/src/chat/schema.d.ts +51 -81
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +46 -46
- package/dist/src/contract.d.ts +393 -236
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/facebook-feed/index.d.ts +66 -66
- package/dist/src/facebook-feed/schema.d.ts +3 -3
- package/dist/src/instagram/index.d.ts +33 -33
- package/dist/src/line/index.d.ts +38 -38
- package/dist/src/line/validation.d.ts +5 -5
- package/dist/src/messenger/index.d.ts +33 -33
- package/dist/src/subscription/index.d.ts +157 -0
- package/dist/src/subscription/index.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +33 -33
- package/dist/src/webchat/index.d.ts +33 -33
- package/package.json +1 -1
@@ -370,7 +370,7 @@ export declare const platformWebchatContract: {
|
|
370
370
|
id: z.ZodOptional<z.ZodString>;
|
371
371
|
message: z.ZodOptional<z.ZodString>;
|
372
372
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
373
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
373
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
374
374
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
375
375
|
metadata: z.ZodOptional<z.ZodAny>;
|
376
376
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -422,7 +422,7 @@ export declare const platformWebchatContract: {
|
|
422
422
|
parentMessageId: z.ZodOptional<z.ZodString>;
|
423
423
|
feedPostId: z.ZodOptional<z.ZodString>;
|
424
424
|
}, "strip", z.ZodTypeAny, {
|
425
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
425
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
426
426
|
direction: "incoming" | "outgoing" | "system";
|
427
427
|
id?: string | undefined;
|
428
428
|
message?: string | undefined;
|
@@ -453,7 +453,7 @@ export declare const platformWebchatContract: {
|
|
453
453
|
parentMessageId?: string | undefined;
|
454
454
|
feedPostId?: string | undefined;
|
455
455
|
}, {
|
456
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
456
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
457
457
|
direction: "incoming" | "outgoing" | "system";
|
458
458
|
id?: string | undefined;
|
459
459
|
message?: string | undefined;
|
@@ -486,7 +486,7 @@ export declare const platformWebchatContract: {
|
|
486
486
|
}>;
|
487
487
|
}, "strip", z.ZodTypeAny, {
|
488
488
|
message: {
|
489
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
489
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
490
490
|
direction: "incoming" | "outgoing" | "system";
|
491
491
|
id?: string | undefined;
|
492
492
|
message?: string | undefined;
|
@@ -589,7 +589,7 @@ export declare const platformWebchatContract: {
|
|
589
589
|
isBot: boolean | null;
|
590
590
|
}, {
|
591
591
|
message: {
|
592
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
592
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
593
593
|
direction: "incoming" | "outgoing" | "system";
|
594
594
|
id?: string | undefined;
|
595
595
|
message?: string | undefined;
|
@@ -696,7 +696,7 @@ export declare const platformWebchatContract: {
|
|
696
696
|
200: z.ZodObject<{
|
697
697
|
requestId: z.ZodString;
|
698
698
|
data: z.ZodObject<{
|
699
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
699
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
700
700
|
message: z.ZodString;
|
701
701
|
id: z.ZodString;
|
702
702
|
url: z.ZodString;
|
@@ -4127,7 +4127,7 @@ export declare const platformWebchatContract: {
|
|
4127
4127
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4128
4128
|
message: z.ZodString;
|
4129
4129
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4130
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
4130
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
4131
4131
|
readAt: z.ZodDate;
|
4132
4132
|
metadata: z.ZodAny;
|
4133
4133
|
platformId: z.ZodString;
|
@@ -4785,7 +4785,7 @@ export declare const platformWebchatContract: {
|
|
4785
4785
|
};
|
4786
4786
|
}>;
|
4787
4787
|
}, "strip", z.ZodTypeAny, {
|
4788
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
4788
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
4789
4789
|
message: string;
|
4790
4790
|
id: string;
|
4791
4791
|
url: string;
|
@@ -4947,7 +4947,7 @@ export declare const platformWebchatContract: {
|
|
4947
4947
|
metadata?: any;
|
4948
4948
|
template?: any;
|
4949
4949
|
}, {
|
4950
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
4950
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
4951
4951
|
message: string;
|
4952
4952
|
id: string;
|
4953
4953
|
url: string;
|
@@ -5320,7 +5320,7 @@ export declare const platformWebchatContract: {
|
|
5320
5320
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5321
5321
|
message: z.ZodString;
|
5322
5322
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
5323
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
5323
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
5324
5324
|
readAt: z.ZodDate;
|
5325
5325
|
metadata: z.ZodAny;
|
5326
5326
|
platformId: z.ZodString;
|
@@ -8312,7 +8312,7 @@ export declare const platformWebchatContract: {
|
|
8312
8312
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8313
8313
|
message: z.ZodString;
|
8314
8314
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8315
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
8315
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
|
8316
8316
|
readAt: z.ZodDate;
|
8317
8317
|
metadata: z.ZodAny;
|
8318
8318
|
platformId: z.ZodString;
|
@@ -8970,7 +8970,7 @@ export declare const platformWebchatContract: {
|
|
8970
8970
|
};
|
8971
8971
|
}>;
|
8972
8972
|
}, "strip", z.ZodTypeAny, {
|
8973
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
8973
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
8974
8974
|
message: string;
|
8975
8975
|
id: string;
|
8976
8976
|
url: string;
|
@@ -9132,7 +9132,7 @@ export declare const platformWebchatContract: {
|
|
9132
9132
|
metadata?: any;
|
9133
9133
|
template?: any;
|
9134
9134
|
}, {
|
9135
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
9135
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
9136
9136
|
message: string;
|
9137
9137
|
id: string;
|
9138
9138
|
url: string;
|
@@ -9932,7 +9932,7 @@ export declare const platformWebchatContract: {
|
|
9932
9932
|
isActive: boolean;
|
9933
9933
|
}>;
|
9934
9934
|
}, "strip", z.ZodTypeAny, {
|
9935
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
9935
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
9936
9936
|
message: string;
|
9937
9937
|
id: string;
|
9938
9938
|
url: string;
|
@@ -10425,7 +10425,7 @@ export declare const platformWebchatContract: {
|
|
10425
10425
|
previewUrl: string;
|
10426
10426
|
imageSetId: string;
|
10427
10427
|
repliedMessage: {
|
10428
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
10428
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
10429
10429
|
message: string;
|
10430
10430
|
id: string;
|
10431
10431
|
url: string;
|
@@ -10634,7 +10634,7 @@ export declare const platformWebchatContract: {
|
|
10634
10634
|
metadata?: any;
|
10635
10635
|
template?: any;
|
10636
10636
|
}, {
|
10637
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
10637
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
10638
10638
|
message: string;
|
10639
10639
|
id: string;
|
10640
10640
|
url: string;
|
@@ -11127,7 +11127,7 @@ export declare const platformWebchatContract: {
|
|
11127
11127
|
previewUrl: string;
|
11128
11128
|
imageSetId: string;
|
11129
11129
|
repliedMessage: {
|
11130
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
11130
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11131
11131
|
message: string;
|
11132
11132
|
id: string;
|
11133
11133
|
url: string;
|
@@ -11337,7 +11337,7 @@ export declare const platformWebchatContract: {
|
|
11337
11337
|
template?: any;
|
11338
11338
|
}>>>;
|
11339
11339
|
}, "strip", z.ZodTypeAny, {
|
11340
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
11340
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11341
11341
|
message: string;
|
11342
11342
|
id: string;
|
11343
11343
|
url: string;
|
@@ -11830,7 +11830,7 @@ export declare const platformWebchatContract: {
|
|
11830
11830
|
previewUrl: string;
|
11831
11831
|
imageSetId: string;
|
11832
11832
|
repliedMessage: {
|
11833
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
11833
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
11834
11834
|
message: string;
|
11835
11835
|
id: string;
|
11836
11836
|
url: string;
|
@@ -12039,7 +12039,7 @@ export declare const platformWebchatContract: {
|
|
12039
12039
|
template?: any;
|
12040
12040
|
metadata?: any;
|
12041
12041
|
fromMessage?: {
|
12042
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
12042
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12043
12043
|
message: string;
|
12044
12044
|
id: string;
|
12045
12045
|
url: string;
|
@@ -12532,7 +12532,7 @@ export declare const platformWebchatContract: {
|
|
12532
12532
|
previewUrl: string;
|
12533
12533
|
imageSetId: string;
|
12534
12534
|
repliedMessage: {
|
12535
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
12535
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12536
12536
|
message: string;
|
12537
12537
|
id: string;
|
12538
12538
|
url: string;
|
@@ -12742,7 +12742,7 @@ export declare const platformWebchatContract: {
|
|
12742
12742
|
template?: any;
|
12743
12743
|
} | null | undefined;
|
12744
12744
|
}, {
|
12745
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
12745
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
12746
12746
|
message: string;
|
12747
12747
|
id: string;
|
12748
12748
|
url: string;
|
@@ -13235,7 +13235,7 @@ export declare const platformWebchatContract: {
|
|
13235
13235
|
previewUrl: string;
|
13236
13236
|
imageSetId: string;
|
13237
13237
|
repliedMessage: {
|
13238
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
13238
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13239
13239
|
message: string;
|
13240
13240
|
id: string;
|
13241
13241
|
url: string;
|
@@ -13444,7 +13444,7 @@ export declare const platformWebchatContract: {
|
|
13444
13444
|
template?: any;
|
13445
13445
|
metadata?: any;
|
13446
13446
|
fromMessage?: {
|
13447
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
13447
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13448
13448
|
message: string;
|
13449
13449
|
id: string;
|
13450
13450
|
url: string;
|
@@ -13937,7 +13937,7 @@ export declare const platformWebchatContract: {
|
|
13937
13937
|
previewUrl: string;
|
13938
13938
|
imageSetId: string;
|
13939
13939
|
repliedMessage: {
|
13940
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
13940
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
13941
13941
|
message: string;
|
13942
13942
|
id: string;
|
13943
13943
|
url: string;
|
@@ -14149,7 +14149,7 @@ export declare const platformWebchatContract: {
|
|
14149
14149
|
}>;
|
14150
14150
|
}, "strip", z.ZodTypeAny, {
|
14151
14151
|
data: {
|
14152
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
14152
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14153
14153
|
message: string;
|
14154
14154
|
id: string;
|
14155
14155
|
url: string;
|
@@ -14642,7 +14642,7 @@ export declare const platformWebchatContract: {
|
|
14642
14642
|
previewUrl: string;
|
14643
14643
|
imageSetId: string;
|
14644
14644
|
repliedMessage: {
|
14645
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
14645
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14646
14646
|
message: string;
|
14647
14647
|
id: string;
|
14648
14648
|
url: string;
|
@@ -14851,7 +14851,7 @@ export declare const platformWebchatContract: {
|
|
14851
14851
|
template?: any;
|
14852
14852
|
metadata?: any;
|
14853
14853
|
fromMessage?: {
|
14854
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
14854
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
14855
14855
|
message: string;
|
14856
14856
|
id: string;
|
14857
14857
|
url: string;
|
@@ -15344,7 +15344,7 @@ export declare const platformWebchatContract: {
|
|
15344
15344
|
previewUrl: string;
|
15345
15345
|
imageSetId: string;
|
15346
15346
|
repliedMessage: {
|
15347
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
15347
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15348
15348
|
message: string;
|
15349
15349
|
id: string;
|
15350
15350
|
url: string;
|
@@ -15557,7 +15557,7 @@ export declare const platformWebchatContract: {
|
|
15557
15557
|
requestId: string;
|
15558
15558
|
}, {
|
15559
15559
|
data: {
|
15560
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
15560
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
15561
15561
|
message: string;
|
15562
15562
|
id: string;
|
15563
15563
|
url: string;
|
@@ -16050,7 +16050,7 @@ export declare const platformWebchatContract: {
|
|
16050
16050
|
previewUrl: string;
|
16051
16051
|
imageSetId: string;
|
16052
16052
|
repliedMessage: {
|
16053
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
16053
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16054
16054
|
message: string;
|
16055
16055
|
id: string;
|
16056
16056
|
url: string;
|
@@ -16259,7 +16259,7 @@ export declare const platformWebchatContract: {
|
|
16259
16259
|
template?: any;
|
16260
16260
|
metadata?: any;
|
16261
16261
|
fromMessage?: {
|
16262
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
16262
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16263
16263
|
message: string;
|
16264
16264
|
id: string;
|
16265
16265
|
url: string;
|
@@ -16752,7 +16752,7 @@ export declare const platformWebchatContract: {
|
|
16752
16752
|
previewUrl: string;
|
16753
16753
|
imageSetId: string;
|
16754
16754
|
repliedMessage: {
|
16755
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
16755
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
16756
16756
|
message: string;
|
16757
16757
|
id: string;
|
16758
16758
|
url: string;
|