@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
@@ -5,7 +5,7 @@ export declare const FeedPostSchema: z.ZodObject<{
|
|
5
5
|
updatedAt: z.ZodDate;
|
6
6
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
message: z.ZodNullable<z.ZodString>;
|
8
|
-
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
8
|
+
type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "shared_story", "mobile_status_update"]>, 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"]>]>;
|
9
9
|
metadata: z.ZodAny;
|
10
10
|
platformId: z.ZodString;
|
11
11
|
platformMessageId: z.ZodString;
|
@@ -1556,7 +1556,7 @@ export declare const FeedPostSchema: z.ZodObject<{
|
|
1556
1556
|
imageURL: z.ZodString;
|
1557
1557
|
permalinkURL: z.ZodString;
|
1558
1558
|
}, "strip", z.ZodTypeAny, {
|
1559
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "
|
1559
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
1560
1560
|
message: string | null;
|
1561
1561
|
id: string;
|
1562
1562
|
channel: {
|
@@ -1800,7 +1800,7 @@ export declare const FeedPostSchema: z.ZodObject<{
|
|
1800
1800
|
permalinkURL: string;
|
1801
1801
|
metadata?: any;
|
1802
1802
|
}, {
|
1803
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "
|
1803
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "shared_story" | "mobile_status_update" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
|
1804
1804
|
message: string | null;
|
1805
1805
|
id: string;
|
1806
1806
|
channel: {
|
@@ -373,7 +373,7 @@ export declare const instagramContract: {
|
|
373
373
|
id: z.ZodOptional<z.ZodString>;
|
374
374
|
message: z.ZodOptional<z.ZodString>;
|
375
375
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
376
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
376
|
+
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"]>;
|
377
377
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
378
378
|
metadata: z.ZodOptional<z.ZodAny>;
|
379
379
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -425,7 +425,7 @@ export declare const instagramContract: {
|
|
425
425
|
parentMessageId: z.ZodOptional<z.ZodString>;
|
426
426
|
feedPostId: z.ZodOptional<z.ZodString>;
|
427
427
|
}, "strip", z.ZodTypeAny, {
|
428
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
428
|
+
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";
|
429
429
|
direction: "incoming" | "outgoing" | "system";
|
430
430
|
id?: string | undefined;
|
431
431
|
message?: string | undefined;
|
@@ -456,7 +456,7 @@ export declare const instagramContract: {
|
|
456
456
|
parentMessageId?: string | undefined;
|
457
457
|
feedPostId?: string | undefined;
|
458
458
|
}, {
|
459
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
459
|
+
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";
|
460
460
|
direction: "incoming" | "outgoing" | "system";
|
461
461
|
id?: string | undefined;
|
462
462
|
message?: string | undefined;
|
@@ -489,7 +489,7 @@ export declare const instagramContract: {
|
|
489
489
|
}>;
|
490
490
|
}, "strip", z.ZodTypeAny, {
|
491
491
|
message: {
|
492
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
492
|
+
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";
|
493
493
|
direction: "incoming" | "outgoing" | "system";
|
494
494
|
id?: string | undefined;
|
495
495
|
message?: string | undefined;
|
@@ -592,7 +592,7 @@ export declare const instagramContract: {
|
|
592
592
|
isBot: boolean | null;
|
593
593
|
}, {
|
594
594
|
message: {
|
595
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
595
|
+
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";
|
596
596
|
direction: "incoming" | "outgoing" | "system";
|
597
597
|
id?: string | undefined;
|
598
598
|
message?: string | undefined;
|
@@ -699,7 +699,7 @@ export declare const instagramContract: {
|
|
699
699
|
200: z.ZodObject<{
|
700
700
|
requestId: z.ZodString;
|
701
701
|
data: z.ZodObject<{
|
702
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
702
|
+
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"]>;
|
703
703
|
message: z.ZodString;
|
704
704
|
id: z.ZodString;
|
705
705
|
url: z.ZodString;
|
@@ -4130,7 +4130,7 @@ export declare const instagramContract: {
|
|
4130
4130
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4131
4131
|
message: z.ZodString;
|
4132
4132
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4133
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
4133
|
+
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"]>;
|
4134
4134
|
readAt: z.ZodDate;
|
4135
4135
|
metadata: z.ZodAny;
|
4136
4136
|
platformId: z.ZodString;
|
@@ -4788,7 +4788,7 @@ export declare const instagramContract: {
|
|
4788
4788
|
};
|
4789
4789
|
}>;
|
4790
4790
|
}, "strip", z.ZodTypeAny, {
|
4791
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
4791
|
+
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";
|
4792
4792
|
message: string;
|
4793
4793
|
id: string;
|
4794
4794
|
url: string;
|
@@ -4950,7 +4950,7 @@ export declare const instagramContract: {
|
|
4950
4950
|
metadata?: any;
|
4951
4951
|
template?: any;
|
4952
4952
|
}, {
|
4953
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
4953
|
+
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";
|
4954
4954
|
message: string;
|
4955
4955
|
id: string;
|
4956
4956
|
url: string;
|
@@ -5323,7 +5323,7 @@ export declare const instagramContract: {
|
|
5323
5323
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5324
5324
|
message: z.ZodString;
|
5325
5325
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
5326
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
5326
|
+
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"]>;
|
5327
5327
|
readAt: z.ZodDate;
|
5328
5328
|
metadata: z.ZodAny;
|
5329
5329
|
platformId: z.ZodString;
|
@@ -8315,7 +8315,7 @@ export declare const instagramContract: {
|
|
8315
8315
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8316
8316
|
message: z.ZodString;
|
8317
8317
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8318
|
-
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "
|
8318
|
+
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"]>;
|
8319
8319
|
readAt: z.ZodDate;
|
8320
8320
|
metadata: z.ZodAny;
|
8321
8321
|
platformId: z.ZodString;
|
@@ -8973,7 +8973,7 @@ export declare const instagramContract: {
|
|
8973
8973
|
};
|
8974
8974
|
}>;
|
8975
8975
|
}, "strip", z.ZodTypeAny, {
|
8976
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
8976
|
+
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";
|
8977
8977
|
message: string;
|
8978
8978
|
id: string;
|
8979
8979
|
url: string;
|
@@ -9135,7 +9135,7 @@ export declare const instagramContract: {
|
|
9135
9135
|
metadata?: any;
|
9136
9136
|
template?: any;
|
9137
9137
|
}, {
|
9138
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
9138
|
+
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";
|
9139
9139
|
message: string;
|
9140
9140
|
id: string;
|
9141
9141
|
url: string;
|
@@ -9935,7 +9935,7 @@ export declare const instagramContract: {
|
|
9935
9935
|
isActive: boolean;
|
9936
9936
|
}>;
|
9937
9937
|
}, "strip", z.ZodTypeAny, {
|
9938
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
9938
|
+
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";
|
9939
9939
|
message: string;
|
9940
9940
|
id: string;
|
9941
9941
|
url: string;
|
@@ -10428,7 +10428,7 @@ export declare const instagramContract: {
|
|
10428
10428
|
previewUrl: string;
|
10429
10429
|
imageSetId: string;
|
10430
10430
|
repliedMessage: {
|
10431
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
10431
|
+
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";
|
10432
10432
|
message: string;
|
10433
10433
|
id: string;
|
10434
10434
|
url: string;
|
@@ -10637,7 +10637,7 @@ export declare const instagramContract: {
|
|
10637
10637
|
metadata?: any;
|
10638
10638
|
template?: any;
|
10639
10639
|
}, {
|
10640
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
10640
|
+
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";
|
10641
10641
|
message: string;
|
10642
10642
|
id: string;
|
10643
10643
|
url: string;
|
@@ -11130,7 +11130,7 @@ export declare const instagramContract: {
|
|
11130
11130
|
previewUrl: string;
|
11131
11131
|
imageSetId: string;
|
11132
11132
|
repliedMessage: {
|
11133
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
11133
|
+
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";
|
11134
11134
|
message: string;
|
11135
11135
|
id: string;
|
11136
11136
|
url: string;
|
@@ -11340,7 +11340,7 @@ export declare const instagramContract: {
|
|
11340
11340
|
template?: any;
|
11341
11341
|
}>>>;
|
11342
11342
|
}, "strip", z.ZodTypeAny, {
|
11343
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
11343
|
+
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";
|
11344
11344
|
message: string;
|
11345
11345
|
id: string;
|
11346
11346
|
url: string;
|
@@ -11833,7 +11833,7 @@ export declare const instagramContract: {
|
|
11833
11833
|
previewUrl: string;
|
11834
11834
|
imageSetId: string;
|
11835
11835
|
repliedMessage: {
|
11836
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
11836
|
+
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";
|
11837
11837
|
message: string;
|
11838
11838
|
id: string;
|
11839
11839
|
url: string;
|
@@ -12042,7 +12042,7 @@ export declare const instagramContract: {
|
|
12042
12042
|
template?: any;
|
12043
12043
|
metadata?: any;
|
12044
12044
|
fromMessage?: {
|
12045
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
12045
|
+
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";
|
12046
12046
|
message: string;
|
12047
12047
|
id: string;
|
12048
12048
|
url: string;
|
@@ -12535,7 +12535,7 @@ export declare const instagramContract: {
|
|
12535
12535
|
previewUrl: string;
|
12536
12536
|
imageSetId: string;
|
12537
12537
|
repliedMessage: {
|
12538
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
12538
|
+
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";
|
12539
12539
|
message: string;
|
12540
12540
|
id: string;
|
12541
12541
|
url: string;
|
@@ -12745,7 +12745,7 @@ export declare const instagramContract: {
|
|
12745
12745
|
template?: any;
|
12746
12746
|
} | null | undefined;
|
12747
12747
|
}, {
|
12748
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
12748
|
+
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";
|
12749
12749
|
message: string;
|
12750
12750
|
id: string;
|
12751
12751
|
url: string;
|
@@ -13238,7 +13238,7 @@ export declare const instagramContract: {
|
|
13238
13238
|
previewUrl: string;
|
13239
13239
|
imageSetId: string;
|
13240
13240
|
repliedMessage: {
|
13241
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
13241
|
+
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";
|
13242
13242
|
message: string;
|
13243
13243
|
id: string;
|
13244
13244
|
url: string;
|
@@ -13447,7 +13447,7 @@ export declare const instagramContract: {
|
|
13447
13447
|
template?: any;
|
13448
13448
|
metadata?: any;
|
13449
13449
|
fromMessage?: {
|
13450
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
13450
|
+
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";
|
13451
13451
|
message: string;
|
13452
13452
|
id: string;
|
13453
13453
|
url: string;
|
@@ -13940,7 +13940,7 @@ export declare const instagramContract: {
|
|
13940
13940
|
previewUrl: string;
|
13941
13941
|
imageSetId: string;
|
13942
13942
|
repliedMessage: {
|
13943
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
13943
|
+
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";
|
13944
13944
|
message: string;
|
13945
13945
|
id: string;
|
13946
13946
|
url: string;
|
@@ -14152,7 +14152,7 @@ export declare const instagramContract: {
|
|
14152
14152
|
}>;
|
14153
14153
|
}, "strip", z.ZodTypeAny, {
|
14154
14154
|
data: {
|
14155
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
14155
|
+
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";
|
14156
14156
|
message: string;
|
14157
14157
|
id: string;
|
14158
14158
|
url: string;
|
@@ -14645,7 +14645,7 @@ export declare const instagramContract: {
|
|
14645
14645
|
previewUrl: string;
|
14646
14646
|
imageSetId: string;
|
14647
14647
|
repliedMessage: {
|
14648
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
14648
|
+
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";
|
14649
14649
|
message: string;
|
14650
14650
|
id: string;
|
14651
14651
|
url: string;
|
@@ -14854,7 +14854,7 @@ export declare const instagramContract: {
|
|
14854
14854
|
template?: any;
|
14855
14855
|
metadata?: any;
|
14856
14856
|
fromMessage?: {
|
14857
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
14857
|
+
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";
|
14858
14858
|
message: string;
|
14859
14859
|
id: string;
|
14860
14860
|
url: string;
|
@@ -15347,7 +15347,7 @@ export declare const instagramContract: {
|
|
15347
15347
|
previewUrl: string;
|
15348
15348
|
imageSetId: string;
|
15349
15349
|
repliedMessage: {
|
15350
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
15350
|
+
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";
|
15351
15351
|
message: string;
|
15352
15352
|
id: string;
|
15353
15353
|
url: string;
|
@@ -15560,7 +15560,7 @@ export declare const instagramContract: {
|
|
15560
15560
|
requestId: string;
|
15561
15561
|
}, {
|
15562
15562
|
data: {
|
15563
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
15563
|
+
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";
|
15564
15564
|
message: string;
|
15565
15565
|
id: string;
|
15566
15566
|
url: string;
|
@@ -16053,7 +16053,7 @@ export declare const instagramContract: {
|
|
16053
16053
|
previewUrl: string;
|
16054
16054
|
imageSetId: string;
|
16055
16055
|
repliedMessage: {
|
16056
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
16056
|
+
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";
|
16057
16057
|
message: string;
|
16058
16058
|
id: string;
|
16059
16059
|
url: string;
|
@@ -16262,7 +16262,7 @@ export declare const instagramContract: {
|
|
16262
16262
|
template?: any;
|
16263
16263
|
metadata?: any;
|
16264
16264
|
fromMessage?: {
|
16265
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
16265
|
+
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";
|
16266
16266
|
message: string;
|
16267
16267
|
id: string;
|
16268
16268
|
url: string;
|
@@ -16755,7 +16755,7 @@ export declare const instagramContract: {
|
|
16755
16755
|
previewUrl: string;
|
16756
16756
|
imageSetId: string;
|
16757
16757
|
repliedMessage: {
|
16758
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "
|
16758
|
+
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";
|
16759
16759
|
message: string;
|
16760
16760
|
id: string;
|
16761
16761
|
url: string;
|