@kl1/contracts 1.1.79-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/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 +490 -387
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +489 -387
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -416,7 +416,7 @@ export declare const instagramContract: {
|
|
416
416
|
id: z.ZodOptional<z.ZodString>;
|
417
417
|
message: z.ZodOptional<z.ZodString>;
|
418
418
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
419
|
-
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"]>;
|
419
|
+
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"]>;
|
420
420
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
421
421
|
metadata: z.ZodOptional<z.ZodAny>;
|
422
422
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -471,7 +471,7 @@ export declare const instagramContract: {
|
|
471
471
|
isEdited: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
472
472
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
473
473
|
}, "strip", z.ZodTypeAny, {
|
474
|
-
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";
|
474
|
+
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";
|
475
475
|
direction: "incoming" | "outgoing" | "system";
|
476
476
|
message?: string | undefined;
|
477
477
|
id?: string | undefined;
|
@@ -505,7 +505,7 @@ export declare const instagramContract: {
|
|
505
505
|
isEdited?: boolean | null | undefined;
|
506
506
|
editedAt?: string | Date | null | undefined;
|
507
507
|
}, {
|
508
|
-
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";
|
508
|
+
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";
|
509
509
|
direction: "incoming" | "outgoing" | "system";
|
510
510
|
message?: string | undefined;
|
511
511
|
id?: string | undefined;
|
@@ -541,7 +541,7 @@ export declare const instagramContract: {
|
|
541
541
|
}>;
|
542
542
|
}, "strip", z.ZodTypeAny, {
|
543
543
|
message: {
|
544
|
-
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";
|
544
|
+
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";
|
545
545
|
direction: "incoming" | "outgoing" | "system";
|
546
546
|
message?: string | undefined;
|
547
547
|
id?: string | undefined;
|
@@ -652,7 +652,7 @@ export declare const instagramContract: {
|
|
652
652
|
isBot: boolean | null;
|
653
653
|
}, {
|
654
654
|
message: {
|
655
|
-
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";
|
655
|
+
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";
|
656
656
|
direction: "incoming" | "outgoing" | "system";
|
657
657
|
message?: string | undefined;
|
658
658
|
id?: string | undefined;
|
@@ -776,7 +776,7 @@ export declare const instagramContract: {
|
|
776
776
|
}, {
|
777
777
|
message: z.ZodString;
|
778
778
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
779
|
-
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"]>;
|
779
|
+
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"]>;
|
780
780
|
readAt: z.ZodDate;
|
781
781
|
metadata: z.ZodAny;
|
782
782
|
platformId: z.ZodString;
|
@@ -3829,7 +3829,7 @@ export declare const instagramContract: {
|
|
3829
3829
|
}, {
|
3830
3830
|
message: z.ZodString;
|
3831
3831
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
3832
|
-
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"]>;
|
3832
|
+
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"]>;
|
3833
3833
|
readAt: z.ZodDate;
|
3834
3834
|
metadata: z.ZodAny;
|
3835
3835
|
platformId: z.ZodString;
|
@@ -4488,7 +4488,7 @@ export declare const instagramContract: {
|
|
4488
4488
|
};
|
4489
4489
|
}>;
|
4490
4490
|
}>, "strip", z.ZodTypeAny, {
|
4491
|
-
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";
|
4491
|
+
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";
|
4492
4492
|
message: string;
|
4493
4493
|
id: string;
|
4494
4494
|
url: string;
|
@@ -4650,7 +4650,7 @@ export declare const instagramContract: {
|
|
4650
4650
|
template?: any;
|
4651
4651
|
metadata?: any;
|
4652
4652
|
}, {
|
4653
|
-
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";
|
4653
|
+
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";
|
4654
4654
|
message: string;
|
4655
4655
|
id: string;
|
4656
4656
|
url: string;
|
@@ -5460,7 +5460,7 @@ export declare const instagramContract: {
|
|
5460
5460
|
}, {
|
5461
5461
|
message: z.ZodString;
|
5462
5462
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
5463
|
-
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"]>;
|
5463
|
+
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"]>;
|
5464
5464
|
readAt: z.ZodDate;
|
5465
5465
|
metadata: z.ZodAny;
|
5466
5466
|
platformId: z.ZodString;
|
@@ -8513,7 +8513,7 @@ export declare const instagramContract: {
|
|
8513
8513
|
}, {
|
8514
8514
|
message: z.ZodString;
|
8515
8515
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
8516
|
-
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"]>;
|
8516
|
+
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"]>;
|
8517
8517
|
readAt: z.ZodDate;
|
8518
8518
|
metadata: z.ZodAny;
|
8519
8519
|
platformId: z.ZodString;
|
@@ -9172,7 +9172,7 @@ export declare const instagramContract: {
|
|
9172
9172
|
};
|
9173
9173
|
}>;
|
9174
9174
|
}>, "strip", z.ZodTypeAny, {
|
9175
|
-
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";
|
9175
|
+
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";
|
9176
9176
|
message: string;
|
9177
9177
|
id: string;
|
9178
9178
|
url: string;
|
@@ -9334,7 +9334,7 @@ export declare const instagramContract: {
|
|
9334
9334
|
template?: any;
|
9335
9335
|
metadata?: any;
|
9336
9336
|
}, {
|
9337
|
-
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";
|
9337
|
+
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";
|
9338
9338
|
message: string;
|
9339
9339
|
id: string;
|
9340
9340
|
url: string;
|
@@ -10136,7 +10136,7 @@ export declare const instagramContract: {
|
|
10136
10136
|
}>;
|
10137
10137
|
editedMessageid: z.ZodString;
|
10138
10138
|
}>, "strip", z.ZodTypeAny, {
|
10139
|
-
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";
|
10139
|
+
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";
|
10140
10140
|
message: string;
|
10141
10141
|
id: string;
|
10142
10142
|
url: string;
|
@@ -10634,7 +10634,7 @@ export declare const instagramContract: {
|
|
10634
10634
|
previewUrl: string;
|
10635
10635
|
imageSetId: string;
|
10636
10636
|
repliedMessage: {
|
10637
|
-
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";
|
10637
|
+
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";
|
10638
10638
|
message: string;
|
10639
10639
|
id: string;
|
10640
10640
|
url: string;
|
@@ -10844,7 +10844,7 @@ export declare const instagramContract: {
|
|
10844
10844
|
template?: any;
|
10845
10845
|
metadata?: any;
|
10846
10846
|
}, {
|
10847
|
-
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";
|
10847
|
+
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";
|
10848
10848
|
message: string;
|
10849
10849
|
id: string;
|
10850
10850
|
url: string;
|
@@ -11342,7 +11342,7 @@ export declare const instagramContract: {
|
|
11342
11342
|
previewUrl: string;
|
11343
11343
|
imageSetId: string;
|
11344
11344
|
repliedMessage: {
|
11345
|
-
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";
|
11345
|
+
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";
|
11346
11346
|
message: string;
|
11347
11347
|
id: string;
|
11348
11348
|
url: string;
|
@@ -11553,7 +11553,7 @@ export declare const instagramContract: {
|
|
11553
11553
|
metadata?: any;
|
11554
11554
|
}>>>;
|
11555
11555
|
}>, "strip", z.ZodTypeAny, {
|
11556
|
-
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";
|
11556
|
+
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";
|
11557
11557
|
message: string;
|
11558
11558
|
id: string;
|
11559
11559
|
url: string;
|
@@ -12051,7 +12051,7 @@ export declare const instagramContract: {
|
|
12051
12051
|
previewUrl: string;
|
12052
12052
|
imageSetId: string;
|
12053
12053
|
repliedMessage: {
|
12054
|
-
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";
|
12054
|
+
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";
|
12055
12055
|
message: string;
|
12056
12056
|
id: string;
|
12057
12057
|
url: string;
|
@@ -12261,7 +12261,7 @@ export declare const instagramContract: {
|
|
12261
12261
|
template?: any;
|
12262
12262
|
metadata?: any;
|
12263
12263
|
fromMessage?: {
|
12264
|
-
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";
|
12264
|
+
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";
|
12265
12265
|
message: string;
|
12266
12266
|
id: string;
|
12267
12267
|
url: string;
|
@@ -12759,7 +12759,7 @@ export declare const instagramContract: {
|
|
12759
12759
|
previewUrl: string;
|
12760
12760
|
imageSetId: string;
|
12761
12761
|
repliedMessage: {
|
12762
|
-
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";
|
12762
|
+
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";
|
12763
12763
|
message: string;
|
12764
12764
|
id: string;
|
12765
12765
|
url: string;
|
@@ -12970,7 +12970,7 @@ export declare const instagramContract: {
|
|
12970
12970
|
metadata?: any;
|
12971
12971
|
} | null | undefined;
|
12972
12972
|
}, {
|
12973
|
-
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";
|
12973
|
+
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";
|
12974
12974
|
message: string;
|
12975
12975
|
id: string;
|
12976
12976
|
url: string;
|
@@ -13468,7 +13468,7 @@ export declare const instagramContract: {
|
|
13468
13468
|
previewUrl: string;
|
13469
13469
|
imageSetId: string;
|
13470
13470
|
repliedMessage: {
|
13471
|
-
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";
|
13471
|
+
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";
|
13472
13472
|
message: string;
|
13473
13473
|
id: string;
|
13474
13474
|
url: string;
|
@@ -13678,7 +13678,7 @@ export declare const instagramContract: {
|
|
13678
13678
|
template?: any;
|
13679
13679
|
metadata?: any;
|
13680
13680
|
fromMessage?: {
|
13681
|
-
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";
|
13681
|
+
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";
|
13682
13682
|
message: string;
|
13683
13683
|
id: string;
|
13684
13684
|
url: string;
|
@@ -14176,7 +14176,7 @@ export declare const instagramContract: {
|
|
14176
14176
|
previewUrl: string;
|
14177
14177
|
imageSetId: string;
|
14178
14178
|
repliedMessage: {
|
14179
|
-
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";
|
14179
|
+
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";
|
14180
14180
|
message: string;
|
14181
14181
|
id: string;
|
14182
14182
|
url: string;
|
@@ -14389,7 +14389,7 @@ export declare const instagramContract: {
|
|
14389
14389
|
}>;
|
14390
14390
|
}>, "strip", z.ZodTypeAny, {
|
14391
14391
|
data: {
|
14392
|
-
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";
|
14392
|
+
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";
|
14393
14393
|
message: string;
|
14394
14394
|
id: string;
|
14395
14395
|
url: string;
|
@@ -14887,7 +14887,7 @@ export declare const instagramContract: {
|
|
14887
14887
|
previewUrl: string;
|
14888
14888
|
imageSetId: string;
|
14889
14889
|
repliedMessage: {
|
14890
|
-
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";
|
14890
|
+
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";
|
14891
14891
|
message: string;
|
14892
14892
|
id: string;
|
14893
14893
|
url: string;
|
@@ -15097,7 +15097,7 @@ export declare const instagramContract: {
|
|
15097
15097
|
template?: any;
|
15098
15098
|
metadata?: any;
|
15099
15099
|
fromMessage?: {
|
15100
|
-
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";
|
15100
|
+
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";
|
15101
15101
|
message: string;
|
15102
15102
|
id: string;
|
15103
15103
|
url: string;
|
@@ -15595,7 +15595,7 @@ export declare const instagramContract: {
|
|
15595
15595
|
previewUrl: string;
|
15596
15596
|
imageSetId: string;
|
15597
15597
|
repliedMessage: {
|
15598
|
-
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";
|
15598
|
+
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";
|
15599
15599
|
message: string;
|
15600
15600
|
id: string;
|
15601
15601
|
url: string;
|
@@ -15809,7 +15809,7 @@ export declare const instagramContract: {
|
|
15809
15809
|
requestId: string;
|
15810
15810
|
}, {
|
15811
15811
|
data: {
|
15812
|
-
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";
|
15812
|
+
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";
|
15813
15813
|
message: string;
|
15814
15814
|
id: string;
|
15815
15815
|
url: string;
|
@@ -16307,7 +16307,7 @@ export declare const instagramContract: {
|
|
16307
16307
|
previewUrl: string;
|
16308
16308
|
imageSetId: string;
|
16309
16309
|
repliedMessage: {
|
16310
|
-
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";
|
16310
|
+
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";
|
16311
16311
|
message: string;
|
16312
16312
|
id: string;
|
16313
16313
|
url: string;
|
@@ -16517,7 +16517,7 @@ export declare const instagramContract: {
|
|
16517
16517
|
template?: any;
|
16518
16518
|
metadata?: any;
|
16519
16519
|
fromMessage?: {
|
16520
|
-
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";
|
16520
|
+
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";
|
16521
16521
|
message: string;
|
16522
16522
|
id: string;
|
16523
16523
|
url: string;
|
@@ -17015,7 +17015,7 @@ export declare const instagramContract: {
|
|
17015
17015
|
previewUrl: string;
|
17016
17016
|
imageSetId: string;
|
17017
17017
|
repliedMessage: {
|
17018
|
-
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";
|
17018
|
+
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";
|
17019
17019
|
message: string;
|
17020
17020
|
id: string;
|
17021
17021
|
url: string;
|