@kl1/contracts 1.2.61-uat → 1.2.62-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/channel/index.d.ts +2629 -2831
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +0 -8
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -10
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +189 -515
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +45 -124
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +72 -151
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +3632 -5096
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +0 -11
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +0 -9
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +1 -290
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +0 -71
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -165
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +33 -132
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +40 -131
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +5 -14
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +33 -132
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +5 -42
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +33 -110
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +33 -110
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +33 -110
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +39 -167
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
- package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -58
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -12
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +40 -139
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -139
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -196,7 +196,6 @@ export declare const instagramContract: {
|
|
196
196
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
197
197
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
198
198
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
199
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
200
199
|
}, "strip", z.ZodTypeAny, {
|
201
200
|
name: string;
|
202
201
|
id: string;
|
@@ -226,7 +225,6 @@ export declare const instagramContract: {
|
|
226
225
|
lineRichMenuId?: string | null | undefined;
|
227
226
|
messengerIntegrationType?: "own" | "business" | undefined;
|
228
227
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
229
|
-
isCSATEnabled?: boolean | undefined;
|
230
228
|
}, {
|
231
229
|
name: string;
|
232
230
|
id: string;
|
@@ -256,7 +254,6 @@ export declare const instagramContract: {
|
|
256
254
|
lineRichMenuId?: string | null | undefined;
|
257
255
|
messengerIntegrationType?: "own" | "business" | undefined;
|
258
256
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
259
|
-
isCSATEnabled?: boolean | undefined;
|
260
257
|
}>;
|
261
258
|
platformId: z.ZodString;
|
262
259
|
brandName: z.ZodString;
|
@@ -316,7 +313,6 @@ export declare const instagramContract: {
|
|
316
313
|
lineRichMenuId?: string | null | undefined;
|
317
314
|
messengerIntegrationType?: "own" | "business" | undefined;
|
318
315
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
319
|
-
isCSATEnabled?: boolean | undefined;
|
320
316
|
};
|
321
317
|
status: boolean;
|
322
318
|
brandName: string;
|
@@ -364,7 +360,6 @@ export declare const instagramContract: {
|
|
364
360
|
lineRichMenuId?: string | null | undefined;
|
365
361
|
messengerIntegrationType?: "own" | "business" | undefined;
|
366
362
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
367
|
-
isCSATEnabled?: boolean | undefined;
|
368
363
|
};
|
369
364
|
status: boolean;
|
370
365
|
brandName: string;
|
@@ -417,7 +412,6 @@ export declare const instagramContract: {
|
|
417
412
|
lineRichMenuId?: string | null | undefined;
|
418
413
|
messengerIntegrationType?: "own" | "business" | undefined;
|
419
414
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
420
|
-
isCSATEnabled?: boolean | undefined;
|
421
415
|
};
|
422
416
|
status: boolean;
|
423
417
|
brandName: string;
|
@@ -509,7 +503,6 @@ export declare const instagramContract: {
|
|
509
503
|
lineRichMenuId?: string | null | undefined;
|
510
504
|
messengerIntegrationType?: "own" | "business" | undefined;
|
511
505
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
512
|
-
isCSATEnabled?: boolean | undefined;
|
513
506
|
};
|
514
507
|
status: boolean;
|
515
508
|
brandName: string;
|
@@ -571,7 +564,7 @@ export declare const instagramContract: {
|
|
571
564
|
id: z.ZodOptional<z.ZodString>;
|
572
565
|
message: z.ZodOptional<z.ZodString>;
|
573
566
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
574
|
-
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", "
|
567
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
575
568
|
readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
576
569
|
metadata: z.ZodOptional<z.ZodAny>;
|
577
570
|
platformId: z.ZodOptional<z.ZodString>;
|
@@ -627,7 +620,7 @@ export declare const instagramContract: {
|
|
627
620
|
editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
|
628
621
|
label: z.ZodOptional<z.ZodString>;
|
629
622
|
}, "strip", z.ZodTypeAny, {
|
630
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
623
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
631
624
|
direction: "incoming" | "outgoing" | "system";
|
632
625
|
id?: string | undefined;
|
633
626
|
message?: string | undefined;
|
@@ -662,7 +655,7 @@ export declare const instagramContract: {
|
|
662
655
|
editedAt?: string | Date | null | undefined;
|
663
656
|
label?: string | undefined;
|
664
657
|
}, {
|
665
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
658
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
666
659
|
direction: "incoming" | "outgoing" | "system";
|
667
660
|
id?: string | undefined;
|
668
661
|
message?: string | undefined;
|
@@ -699,7 +692,7 @@ export declare const instagramContract: {
|
|
699
692
|
}>;
|
700
693
|
}, "strip", z.ZodTypeAny, {
|
701
694
|
message: {
|
702
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
695
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
703
696
|
direction: "incoming" | "outgoing" | "system";
|
704
697
|
id?: string | undefined;
|
705
698
|
message?: string | undefined;
|
@@ -769,7 +762,6 @@ export declare const instagramContract: {
|
|
769
762
|
lineRichMenuId?: string | null | undefined;
|
770
763
|
messengerIntegrationType?: "own" | "business" | undefined;
|
771
764
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
772
|
-
isCSATEnabled?: boolean | undefined;
|
773
765
|
};
|
774
766
|
status: boolean;
|
775
767
|
brandName: string;
|
@@ -830,7 +822,7 @@ export declare const instagramContract: {
|
|
830
822
|
isBot: boolean | null;
|
831
823
|
}, {
|
832
824
|
message: {
|
833
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
825
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
834
826
|
direction: "incoming" | "outgoing" | "system";
|
835
827
|
id?: string | undefined;
|
836
828
|
message?: string | undefined;
|
@@ -900,7 +892,6 @@ export declare const instagramContract: {
|
|
900
892
|
lineRichMenuId?: string | null | undefined;
|
901
893
|
messengerIntegrationType?: "own" | "business" | undefined;
|
902
894
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
903
|
-
isCSATEnabled?: boolean | undefined;
|
904
895
|
};
|
905
896
|
status: boolean;
|
906
897
|
brandName: string;
|
@@ -965,7 +956,7 @@ export declare const instagramContract: {
|
|
965
956
|
200: z.ZodObject<{
|
966
957
|
requestId: z.ZodString;
|
967
958
|
data: z.ZodObject<{
|
968
|
-
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", "
|
959
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
969
960
|
message: z.ZodString;
|
970
961
|
id: z.ZodString;
|
971
962
|
url: z.ZodString;
|
@@ -2482,7 +2473,6 @@ export declare const instagramContract: {
|
|
2482
2473
|
channelId: string;
|
2483
2474
|
socialPlatformId: string;
|
2484
2475
|
}>;
|
2485
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
2486
2476
|
actor: z.ZodObject<{
|
2487
2477
|
id: z.ZodString;
|
2488
2478
|
createdAt: z.ZodDate;
|
@@ -2961,7 +2951,6 @@ export declare const instagramContract: {
|
|
2961
2951
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2962
2952
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2963
2953
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2964
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
2965
2954
|
}, "strip", z.ZodTypeAny, {
|
2966
2955
|
name: string;
|
2967
2956
|
id: string;
|
@@ -2991,7 +2980,6 @@ export declare const instagramContract: {
|
|
2991
2980
|
lineRichMenuId?: string | null | undefined;
|
2992
2981
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2993
2982
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2994
|
-
isCSATEnabled?: boolean | undefined;
|
2995
2983
|
}, {
|
2996
2984
|
name: string;
|
2997
2985
|
id: string;
|
@@ -3021,7 +3009,6 @@ export declare const instagramContract: {
|
|
3021
3009
|
lineRichMenuId?: string | null | undefined;
|
3022
3010
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3023
3011
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3024
|
-
isCSATEnabled?: boolean | undefined;
|
3025
3012
|
}>;
|
3026
3013
|
brandName: z.ZodString;
|
3027
3014
|
platformId: z.ZodString;
|
@@ -3285,7 +3272,6 @@ export declare const instagramContract: {
|
|
3285
3272
|
lineRichMenuId?: string | null | undefined;
|
3286
3273
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3287
3274
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3288
|
-
isCSATEnabled?: boolean | undefined;
|
3289
3275
|
};
|
3290
3276
|
status: boolean;
|
3291
3277
|
createdAt: Date;
|
@@ -3380,7 +3366,6 @@ export declare const instagramContract: {
|
|
3380
3366
|
lineRichMenuId?: string | null | undefined;
|
3381
3367
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3382
3368
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3383
|
-
isCSATEnabled?: boolean | undefined;
|
3384
3369
|
};
|
3385
3370
|
status: boolean;
|
3386
3371
|
createdAt: Date;
|
@@ -4039,7 +4024,6 @@ export declare const instagramContract: {
|
|
4039
4024
|
lineRichMenuId?: string | null | undefined;
|
4040
4025
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4041
4026
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4042
|
-
isCSATEnabled?: boolean | undefined;
|
4043
4027
|
};
|
4044
4028
|
status: boolean;
|
4045
4029
|
createdAt: Date;
|
@@ -4331,7 +4315,6 @@ export declare const instagramContract: {
|
|
4331
4315
|
closedAt: Date;
|
4332
4316
|
lastMessageAt: Date | null;
|
4333
4317
|
isBotRoom: boolean;
|
4334
|
-
csatStatus: string | null;
|
4335
4318
|
cxlog: {
|
4336
4319
|
id: string;
|
4337
4320
|
channel: string | null;
|
@@ -4468,7 +4451,6 @@ export declare const instagramContract: {
|
|
4468
4451
|
lineRichMenuId?: string | null | undefined;
|
4469
4452
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4470
4453
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4471
|
-
isCSATEnabled?: boolean | undefined;
|
4472
4454
|
};
|
4473
4455
|
status: boolean;
|
4474
4456
|
createdAt: Date;
|
@@ -4760,7 +4742,6 @@ export declare const instagramContract: {
|
|
4760
4742
|
closedAt: Date;
|
4761
4743
|
lastMessageAt: Date | null;
|
4762
4744
|
isBotRoom: boolean;
|
4763
|
-
csatStatus: string | null;
|
4764
4745
|
cxlog: {
|
4765
4746
|
id: string;
|
4766
4747
|
channel: string | null;
|
@@ -4901,7 +4882,7 @@ export declare const instagramContract: {
|
|
4901
4882
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4902
4883
|
message: z.ZodString;
|
4903
4884
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
4904
|
-
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", "
|
4885
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
4905
4886
|
readAt: z.ZodDate;
|
4906
4887
|
metadata: z.ZodAny;
|
4907
4888
|
platformId: z.ZodString;
|
@@ -5559,7 +5540,7 @@ export declare const instagramContract: {
|
|
5559
5540
|
};
|
5560
5541
|
}>;
|
5561
5542
|
}, "strip", z.ZodTypeAny, {
|
5562
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
5543
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
5563
5544
|
message: string;
|
5564
5545
|
id: string;
|
5565
5546
|
url: string;
|
@@ -5721,7 +5702,7 @@ export declare const instagramContract: {
|
|
5721
5702
|
metadata?: any;
|
5722
5703
|
template?: any;
|
5723
5704
|
}, {
|
5724
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
5705
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
5725
5706
|
message: string;
|
5726
5707
|
id: string;
|
5727
5708
|
url: string;
|
@@ -6095,7 +6076,7 @@ export declare const instagramContract: {
|
|
6095
6076
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6096
6077
|
message: z.ZodString;
|
6097
6078
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
6098
|
-
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", "
|
6079
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
6099
6080
|
readAt: z.ZodDate;
|
6100
6081
|
metadata: z.ZodAny;
|
6101
6082
|
platformId: z.ZodString;
|
@@ -7169,7 +7150,6 @@ export declare const instagramContract: {
|
|
7169
7150
|
channelId: string;
|
7170
7151
|
socialPlatformId: string;
|
7171
7152
|
}>;
|
7172
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
7173
7153
|
actor: z.ZodObject<{
|
7174
7154
|
id: z.ZodString;
|
7175
7155
|
createdAt: z.ZodDate;
|
@@ -7648,7 +7628,6 @@ export declare const instagramContract: {
|
|
7648
7628
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7649
7629
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7650
7630
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7651
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
7652
7631
|
}, "strip", z.ZodTypeAny, {
|
7653
7632
|
name: string;
|
7654
7633
|
id: string;
|
@@ -7678,7 +7657,6 @@ export declare const instagramContract: {
|
|
7678
7657
|
lineRichMenuId?: string | null | undefined;
|
7679
7658
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7680
7659
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7681
|
-
isCSATEnabled?: boolean | undefined;
|
7682
7660
|
}, {
|
7683
7661
|
name: string;
|
7684
7662
|
id: string;
|
@@ -7708,7 +7686,6 @@ export declare const instagramContract: {
|
|
7708
7686
|
lineRichMenuId?: string | null | undefined;
|
7709
7687
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7710
7688
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7711
|
-
isCSATEnabled?: boolean | undefined;
|
7712
7689
|
}>;
|
7713
7690
|
brandName: z.ZodString;
|
7714
7691
|
platformId: z.ZodString;
|
@@ -7972,7 +7949,6 @@ export declare const instagramContract: {
|
|
7972
7949
|
lineRichMenuId?: string | null | undefined;
|
7973
7950
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7974
7951
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7975
|
-
isCSATEnabled?: boolean | undefined;
|
7976
7952
|
};
|
7977
7953
|
status: boolean;
|
7978
7954
|
createdAt: Date;
|
@@ -8067,7 +8043,6 @@ export declare const instagramContract: {
|
|
8067
8043
|
lineRichMenuId?: string | null | undefined;
|
8068
8044
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8069
8045
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8070
|
-
isCSATEnabled?: boolean | undefined;
|
8071
8046
|
};
|
8072
8047
|
status: boolean;
|
8073
8048
|
createdAt: Date;
|
@@ -8726,7 +8701,6 @@ export declare const instagramContract: {
|
|
8726
8701
|
lineRichMenuId?: string | null | undefined;
|
8727
8702
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8728
8703
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8729
|
-
isCSATEnabled?: boolean | undefined;
|
8730
8704
|
};
|
8731
8705
|
status: boolean;
|
8732
8706
|
createdAt: Date;
|
@@ -9018,7 +8992,6 @@ export declare const instagramContract: {
|
|
9018
8992
|
closedAt: Date;
|
9019
8993
|
lastMessageAt: Date | null;
|
9020
8994
|
isBotRoom: boolean;
|
9021
|
-
csatStatus: string | null;
|
9022
8995
|
cxlog: {
|
9023
8996
|
id: string;
|
9024
8997
|
channel: string | null;
|
@@ -9155,7 +9128,6 @@ export declare const instagramContract: {
|
|
9155
9128
|
lineRichMenuId?: string | null | undefined;
|
9156
9129
|
messengerIntegrationType?: "own" | "business" | undefined;
|
9157
9130
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
9158
|
-
isCSATEnabled?: boolean | undefined;
|
9159
9131
|
};
|
9160
9132
|
status: boolean;
|
9161
9133
|
createdAt: Date;
|
@@ -9447,7 +9419,6 @@ export declare const instagramContract: {
|
|
9447
9419
|
closedAt: Date;
|
9448
9420
|
lastMessageAt: Date | null;
|
9449
9421
|
isBotRoom: boolean;
|
9450
|
-
csatStatus: string | null;
|
9451
9422
|
cxlog: {
|
9452
9423
|
id: string;
|
9453
9424
|
channel: string | null;
|
@@ -9591,7 +9562,7 @@ export declare const instagramContract: {
|
|
9591
9562
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9592
9563
|
message: z.ZodString;
|
9593
9564
|
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
9594
|
-
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", "
|
9565
|
+
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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
9595
9566
|
readAt: z.ZodDate;
|
9596
9567
|
metadata: z.ZodAny;
|
9597
9568
|
platformId: z.ZodString;
|
@@ -10249,7 +10220,7 @@ export declare const instagramContract: {
|
|
10249
10220
|
};
|
10250
10221
|
}>;
|
10251
10222
|
}, "strip", z.ZodTypeAny, {
|
10252
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
10223
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
10253
10224
|
message: string;
|
10254
10225
|
id: string;
|
10255
10226
|
url: string;
|
@@ -10411,7 +10382,7 @@ export declare const instagramContract: {
|
|
10411
10382
|
metadata?: any;
|
10412
10383
|
template?: any;
|
10413
10384
|
}, {
|
10414
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
10385
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
10415
10386
|
message: string;
|
10416
10387
|
id: string;
|
10417
10388
|
url: string;
|
@@ -11213,7 +11184,7 @@ export declare const instagramContract: {
|
|
11213
11184
|
editedMessageid: z.ZodString;
|
11214
11185
|
label: z.ZodOptional<z.ZodString>;
|
11215
11186
|
}, "strip", z.ZodTypeAny, {
|
11216
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
11187
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
11217
11188
|
message: string;
|
11218
11189
|
id: string;
|
11219
11190
|
url: string;
|
@@ -11357,7 +11328,6 @@ export declare const instagramContract: {
|
|
11357
11328
|
lineRichMenuId?: string | null | undefined;
|
11358
11329
|
messengerIntegrationType?: "own" | "business" | undefined;
|
11359
11330
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
11360
|
-
isCSATEnabled?: boolean | undefined;
|
11361
11331
|
};
|
11362
11332
|
status: boolean;
|
11363
11333
|
createdAt: Date;
|
@@ -11649,7 +11619,6 @@ export declare const instagramContract: {
|
|
11649
11619
|
closedAt: Date;
|
11650
11620
|
lastMessageAt: Date | null;
|
11651
11621
|
isBotRoom: boolean;
|
11652
|
-
csatStatus: string | null;
|
11653
11622
|
cxlog: {
|
11654
11623
|
id: string;
|
11655
11624
|
channel: string | null;
|
@@ -11768,7 +11737,7 @@ export declare const instagramContract: {
|
|
11768
11737
|
previewUrl: string;
|
11769
11738
|
imageSetId: string;
|
11770
11739
|
repliedMessage: {
|
11771
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
11740
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
11772
11741
|
message: string;
|
11773
11742
|
id: string;
|
11774
11743
|
url: string;
|
@@ -11979,7 +11948,7 @@ export declare const instagramContract: {
|
|
11979
11948
|
template?: any;
|
11980
11949
|
label?: string | undefined;
|
11981
11950
|
}, {
|
11982
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
11951
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
11983
11952
|
message: string;
|
11984
11953
|
id: string;
|
11985
11954
|
url: string;
|
@@ -12123,7 +12092,6 @@ export declare const instagramContract: {
|
|
12123
12092
|
lineRichMenuId?: string | null | undefined;
|
12124
12093
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12125
12094
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12126
|
-
isCSATEnabled?: boolean | undefined;
|
12127
12095
|
};
|
12128
12096
|
status: boolean;
|
12129
12097
|
createdAt: Date;
|
@@ -12415,7 +12383,6 @@ export declare const instagramContract: {
|
|
12415
12383
|
closedAt: Date;
|
12416
12384
|
lastMessageAt: Date | null;
|
12417
12385
|
isBotRoom: boolean;
|
12418
|
-
csatStatus: string | null;
|
12419
12386
|
cxlog: {
|
12420
12387
|
id: string;
|
12421
12388
|
channel: string | null;
|
@@ -12534,7 +12501,7 @@ export declare const instagramContract: {
|
|
12534
12501
|
previewUrl: string;
|
12535
12502
|
imageSetId: string;
|
12536
12503
|
repliedMessage: {
|
12537
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
12504
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
12538
12505
|
message: string;
|
12539
12506
|
id: string;
|
12540
12507
|
url: string;
|
@@ -12746,7 +12713,7 @@ export declare const instagramContract: {
|
|
12746
12713
|
label?: string | undefined;
|
12747
12714
|
}>>>;
|
12748
12715
|
}, "strip", z.ZodTypeAny, {
|
12749
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
12716
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
12750
12717
|
message: string;
|
12751
12718
|
id: string;
|
12752
12719
|
url: string;
|
@@ -12890,7 +12857,6 @@ export declare const instagramContract: {
|
|
12890
12857
|
lineRichMenuId?: string | null | undefined;
|
12891
12858
|
messengerIntegrationType?: "own" | "business" | undefined;
|
12892
12859
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
12893
|
-
isCSATEnabled?: boolean | undefined;
|
12894
12860
|
};
|
12895
12861
|
status: boolean;
|
12896
12862
|
createdAt: Date;
|
@@ -13182,7 +13148,6 @@ export declare const instagramContract: {
|
|
13182
13148
|
closedAt: Date;
|
13183
13149
|
lastMessageAt: Date | null;
|
13184
13150
|
isBotRoom: boolean;
|
13185
|
-
csatStatus: string | null;
|
13186
13151
|
cxlog: {
|
13187
13152
|
id: string;
|
13188
13153
|
channel: string | null;
|
@@ -13301,7 +13266,7 @@ export declare const instagramContract: {
|
|
13301
13266
|
previewUrl: string;
|
13302
13267
|
imageSetId: string;
|
13303
13268
|
repliedMessage: {
|
13304
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
13269
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
13305
13270
|
message: string;
|
13306
13271
|
id: string;
|
13307
13272
|
url: string;
|
@@ -13512,7 +13477,7 @@ export declare const instagramContract: {
|
|
13512
13477
|
template?: any;
|
13513
13478
|
metadata?: any;
|
13514
13479
|
fromMessage?: {
|
13515
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
13480
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
13516
13481
|
message: string;
|
13517
13482
|
id: string;
|
13518
13483
|
url: string;
|
@@ -13656,7 +13621,6 @@ export declare const instagramContract: {
|
|
13656
13621
|
lineRichMenuId?: string | null | undefined;
|
13657
13622
|
messengerIntegrationType?: "own" | "business" | undefined;
|
13658
13623
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
13659
|
-
isCSATEnabled?: boolean | undefined;
|
13660
13624
|
};
|
13661
13625
|
status: boolean;
|
13662
13626
|
createdAt: Date;
|
@@ -13948,7 +13912,6 @@ export declare const instagramContract: {
|
|
13948
13912
|
closedAt: Date;
|
13949
13913
|
lastMessageAt: Date | null;
|
13950
13914
|
isBotRoom: boolean;
|
13951
|
-
csatStatus: string | null;
|
13952
13915
|
cxlog: {
|
13953
13916
|
id: string;
|
13954
13917
|
channel: string | null;
|
@@ -14067,7 +14030,7 @@ export declare const instagramContract: {
|
|
14067
14030
|
previewUrl: string;
|
14068
14031
|
imageSetId: string;
|
14069
14032
|
repliedMessage: {
|
14070
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
14033
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
14071
14034
|
message: string;
|
14072
14035
|
id: string;
|
14073
14036
|
url: string;
|
@@ -14279,7 +14242,7 @@ export declare const instagramContract: {
|
|
14279
14242
|
label?: string | undefined;
|
14280
14243
|
} | null | undefined;
|
14281
14244
|
}, {
|
14282
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
14245
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
14283
14246
|
message: string;
|
14284
14247
|
id: string;
|
14285
14248
|
url: string;
|
@@ -14423,7 +14386,6 @@ export declare const instagramContract: {
|
|
14423
14386
|
lineRichMenuId?: string | null | undefined;
|
14424
14387
|
messengerIntegrationType?: "own" | "business" | undefined;
|
14425
14388
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
14426
|
-
isCSATEnabled?: boolean | undefined;
|
14427
14389
|
};
|
14428
14390
|
status: boolean;
|
14429
14391
|
createdAt: Date;
|
@@ -14715,7 +14677,6 @@ export declare const instagramContract: {
|
|
14715
14677
|
closedAt: Date;
|
14716
14678
|
lastMessageAt: Date | null;
|
14717
14679
|
isBotRoom: boolean;
|
14718
|
-
csatStatus: string | null;
|
14719
14680
|
cxlog: {
|
14720
14681
|
id: string;
|
14721
14682
|
channel: string | null;
|
@@ -14834,7 +14795,7 @@ export declare const instagramContract: {
|
|
14834
14795
|
previewUrl: string;
|
14835
14796
|
imageSetId: string;
|
14836
14797
|
repliedMessage: {
|
14837
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
14798
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
14838
14799
|
message: string;
|
14839
14800
|
id: string;
|
14840
14801
|
url: string;
|
@@ -15045,7 +15006,7 @@ export declare const instagramContract: {
|
|
15045
15006
|
template?: any;
|
15046
15007
|
metadata?: any;
|
15047
15008
|
fromMessage?: {
|
15048
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
15009
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15049
15010
|
message: string;
|
15050
15011
|
id: string;
|
15051
15012
|
url: string;
|
@@ -15189,7 +15150,6 @@ export declare const instagramContract: {
|
|
15189
15150
|
lineRichMenuId?: string | null | undefined;
|
15190
15151
|
messengerIntegrationType?: "own" | "business" | undefined;
|
15191
15152
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
15192
|
-
isCSATEnabled?: boolean | undefined;
|
15193
15153
|
};
|
15194
15154
|
status: boolean;
|
15195
15155
|
createdAt: Date;
|
@@ -15481,7 +15441,6 @@ export declare const instagramContract: {
|
|
15481
15441
|
closedAt: Date;
|
15482
15442
|
lastMessageAt: Date | null;
|
15483
15443
|
isBotRoom: boolean;
|
15484
|
-
csatStatus: string | null;
|
15485
15444
|
cxlog: {
|
15486
15445
|
id: string;
|
15487
15446
|
channel: string | null;
|
@@ -15600,7 +15559,7 @@ export declare const instagramContract: {
|
|
15600
15559
|
previewUrl: string;
|
15601
15560
|
imageSetId: string;
|
15602
15561
|
repliedMessage: {
|
15603
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
15562
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15604
15563
|
message: string;
|
15605
15564
|
id: string;
|
15606
15565
|
url: string;
|
@@ -15814,7 +15773,7 @@ export declare const instagramContract: {
|
|
15814
15773
|
}>;
|
15815
15774
|
}, "strip", z.ZodTypeAny, {
|
15816
15775
|
data: {
|
15817
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
15776
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
15818
15777
|
message: string;
|
15819
15778
|
id: string;
|
15820
15779
|
url: string;
|
@@ -15958,7 +15917,6 @@ export declare const instagramContract: {
|
|
15958
15917
|
lineRichMenuId?: string | null | undefined;
|
15959
15918
|
messengerIntegrationType?: "own" | "business" | undefined;
|
15960
15919
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
15961
|
-
isCSATEnabled?: boolean | undefined;
|
15962
15920
|
};
|
15963
15921
|
status: boolean;
|
15964
15922
|
createdAt: Date;
|
@@ -16250,7 +16208,6 @@ export declare const instagramContract: {
|
|
16250
16208
|
closedAt: Date;
|
16251
16209
|
lastMessageAt: Date | null;
|
16252
16210
|
isBotRoom: boolean;
|
16253
|
-
csatStatus: string | null;
|
16254
16211
|
cxlog: {
|
16255
16212
|
id: string;
|
16256
16213
|
channel: string | null;
|
@@ -16369,7 +16326,7 @@ export declare const instagramContract: {
|
|
16369
16326
|
previewUrl: string;
|
16370
16327
|
imageSetId: string;
|
16371
16328
|
repliedMessage: {
|
16372
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
16329
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
16373
16330
|
message: string;
|
16374
16331
|
id: string;
|
16375
16332
|
url: string;
|
@@ -16580,7 +16537,7 @@ export declare const instagramContract: {
|
|
16580
16537
|
template?: any;
|
16581
16538
|
metadata?: any;
|
16582
16539
|
fromMessage?: {
|
16583
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
16540
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
16584
16541
|
message: string;
|
16585
16542
|
id: string;
|
16586
16543
|
url: string;
|
@@ -16724,7 +16681,6 @@ export declare const instagramContract: {
|
|
16724
16681
|
lineRichMenuId?: string | null | undefined;
|
16725
16682
|
messengerIntegrationType?: "own" | "business" | undefined;
|
16726
16683
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
16727
|
-
isCSATEnabled?: boolean | undefined;
|
16728
16684
|
};
|
16729
16685
|
status: boolean;
|
16730
16686
|
createdAt: Date;
|
@@ -17016,7 +16972,6 @@ export declare const instagramContract: {
|
|
17016
16972
|
closedAt: Date;
|
17017
16973
|
lastMessageAt: Date | null;
|
17018
16974
|
isBotRoom: boolean;
|
17019
|
-
csatStatus: string | null;
|
17020
16975
|
cxlog: {
|
17021
16976
|
id: string;
|
17022
16977
|
channel: string | null;
|
@@ -17135,7 +17090,7 @@ export declare const instagramContract: {
|
|
17135
17090
|
previewUrl: string;
|
17136
17091
|
imageSetId: string;
|
17137
17092
|
repliedMessage: {
|
17138
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
17093
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17139
17094
|
message: string;
|
17140
17095
|
id: string;
|
17141
17096
|
url: string;
|
@@ -17350,7 +17305,7 @@ export declare const instagramContract: {
|
|
17350
17305
|
requestId: string;
|
17351
17306
|
}, {
|
17352
17307
|
data: {
|
17353
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
17308
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17354
17309
|
message: string;
|
17355
17310
|
id: string;
|
17356
17311
|
url: string;
|
@@ -17494,7 +17449,6 @@ export declare const instagramContract: {
|
|
17494
17449
|
lineRichMenuId?: string | null | undefined;
|
17495
17450
|
messengerIntegrationType?: "own" | "business" | undefined;
|
17496
17451
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
17497
|
-
isCSATEnabled?: boolean | undefined;
|
17498
17452
|
};
|
17499
17453
|
status: boolean;
|
17500
17454
|
createdAt: Date;
|
@@ -17786,7 +17740,6 @@ export declare const instagramContract: {
|
|
17786
17740
|
closedAt: Date;
|
17787
17741
|
lastMessageAt: Date | null;
|
17788
17742
|
isBotRoom: boolean;
|
17789
|
-
csatStatus: string | null;
|
17790
17743
|
cxlog: {
|
17791
17744
|
id: string;
|
17792
17745
|
channel: string | null;
|
@@ -17905,7 +17858,7 @@ export declare const instagramContract: {
|
|
17905
17858
|
previewUrl: string;
|
17906
17859
|
imageSetId: string;
|
17907
17860
|
repliedMessage: {
|
17908
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
17861
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
17909
17862
|
message: string;
|
17910
17863
|
id: string;
|
17911
17864
|
url: string;
|
@@ -18116,7 +18069,7 @@ export declare const instagramContract: {
|
|
18116
18069
|
template?: any;
|
18117
18070
|
metadata?: any;
|
18118
18071
|
fromMessage?: {
|
18119
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
18072
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18120
18073
|
message: string;
|
18121
18074
|
id: string;
|
18122
18075
|
url: string;
|
@@ -18260,7 +18213,6 @@ export declare const instagramContract: {
|
|
18260
18213
|
lineRichMenuId?: string | null | undefined;
|
18261
18214
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18262
18215
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18263
|
-
isCSATEnabled?: boolean | undefined;
|
18264
18216
|
};
|
18265
18217
|
status: boolean;
|
18266
18218
|
createdAt: Date;
|
@@ -18552,7 +18504,6 @@ export declare const instagramContract: {
|
|
18552
18504
|
closedAt: Date;
|
18553
18505
|
lastMessageAt: Date | null;
|
18554
18506
|
isBotRoom: boolean;
|
18555
|
-
csatStatus: string | null;
|
18556
18507
|
cxlog: {
|
18557
18508
|
id: string;
|
18558
18509
|
channel: string | null;
|
@@ -18671,7 +18622,7 @@ export declare const instagramContract: {
|
|
18671
18622
|
previewUrl: string;
|
18672
18623
|
imageSetId: string;
|
18673
18624
|
repliedMessage: {
|
18674
|
-
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "
|
18625
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
18675
18626
|
message: string;
|
18676
18627
|
id: string;
|
18677
18628
|
url: string;
|
@@ -18966,7 +18917,6 @@ export declare const instagramContract: {
|
|
18966
18917
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
18967
18918
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
18968
18919
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
18969
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
18970
18920
|
}, "strip", z.ZodTypeAny, {
|
18971
18921
|
name: string;
|
18972
18922
|
id: string;
|
@@ -18996,7 +18946,6 @@ export declare const instagramContract: {
|
|
18996
18946
|
lineRichMenuId?: string | null | undefined;
|
18997
18947
|
messengerIntegrationType?: "own" | "business" | undefined;
|
18998
18948
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
18999
|
-
isCSATEnabled?: boolean | undefined;
|
19000
18949
|
}, {
|
19001
18950
|
name: string;
|
19002
18951
|
id: string;
|
@@ -19026,7 +18975,6 @@ export declare const instagramContract: {
|
|
19026
18975
|
lineRichMenuId?: string | null | undefined;
|
19027
18976
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19028
18977
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19029
|
-
isCSATEnabled?: boolean | undefined;
|
19030
18978
|
}>>;
|
19031
18979
|
platformId: z.ZodOptional<z.ZodString>;
|
19032
18980
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -19086,7 +19034,6 @@ export declare const instagramContract: {
|
|
19086
19034
|
lineRichMenuId?: string | null | undefined;
|
19087
19035
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19088
19036
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19089
|
-
isCSATEnabled?: boolean | undefined;
|
19090
19037
|
} | undefined;
|
19091
19038
|
platformId?: string | undefined;
|
19092
19039
|
brandName?: string | undefined;
|
@@ -19134,7 +19081,6 @@ export declare const instagramContract: {
|
|
19134
19081
|
lineRichMenuId?: string | null | undefined;
|
19135
19082
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19136
19083
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19137
|
-
isCSATEnabled?: boolean | undefined;
|
19138
19084
|
} | undefined;
|
19139
19085
|
platformId?: string | undefined;
|
19140
19086
|
brandName?: string | undefined;
|
@@ -19221,7 +19167,6 @@ export declare const instagramContract: {
|
|
19221
19167
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19222
19168
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19223
19169
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19224
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
19225
19170
|
}, "strip", z.ZodTypeAny, {
|
19226
19171
|
name: string;
|
19227
19172
|
id: string;
|
@@ -19251,7 +19196,6 @@ export declare const instagramContract: {
|
|
19251
19196
|
lineRichMenuId?: string | null | undefined;
|
19252
19197
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19253
19198
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19254
|
-
isCSATEnabled?: boolean | undefined;
|
19255
19199
|
}, {
|
19256
19200
|
name: string;
|
19257
19201
|
id: string;
|
@@ -19281,7 +19225,6 @@ export declare const instagramContract: {
|
|
19281
19225
|
lineRichMenuId?: string | null | undefined;
|
19282
19226
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19283
19227
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19284
|
-
isCSATEnabled?: boolean | undefined;
|
19285
19228
|
}>;
|
19286
19229
|
platformId: z.ZodString;
|
19287
19230
|
brandName: z.ZodString;
|
@@ -19341,7 +19284,6 @@ export declare const instagramContract: {
|
|
19341
19284
|
lineRichMenuId?: string | null | undefined;
|
19342
19285
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19343
19286
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19344
|
-
isCSATEnabled?: boolean | undefined;
|
19345
19287
|
};
|
19346
19288
|
status: boolean;
|
19347
19289
|
brandName: string;
|
@@ -19389,7 +19331,6 @@ export declare const instagramContract: {
|
|
19389
19331
|
lineRichMenuId?: string | null | undefined;
|
19390
19332
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19391
19333
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19392
|
-
isCSATEnabled?: boolean | undefined;
|
19393
19334
|
};
|
19394
19335
|
status: boolean;
|
19395
19336
|
brandName: string;
|
@@ -19439,7 +19380,6 @@ export declare const instagramContract: {
|
|
19439
19380
|
lineRichMenuId?: string | null | undefined;
|
19440
19381
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19441
19382
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19442
|
-
isCSATEnabled?: boolean | undefined;
|
19443
19383
|
};
|
19444
19384
|
status: boolean;
|
19445
19385
|
brandName: string;
|
@@ -19490,7 +19430,6 @@ export declare const instagramContract: {
|
|
19490
19430
|
lineRichMenuId?: string | null | undefined;
|
19491
19431
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19492
19432
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19493
|
-
isCSATEnabled?: boolean | undefined;
|
19494
19433
|
};
|
19495
19434
|
status: boolean;
|
19496
19435
|
brandName: string;
|
@@ -19599,7 +19538,6 @@ export declare const instagramContract: {
|
|
19599
19538
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19600
19539
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19601
19540
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19602
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
19603
19541
|
}, "strip", z.ZodTypeAny, {
|
19604
19542
|
name: string;
|
19605
19543
|
id: string;
|
@@ -19629,7 +19567,6 @@ export declare const instagramContract: {
|
|
19629
19567
|
lineRichMenuId?: string | null | undefined;
|
19630
19568
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19631
19569
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19632
|
-
isCSATEnabled?: boolean | undefined;
|
19633
19570
|
}, {
|
19634
19571
|
name: string;
|
19635
19572
|
id: string;
|
@@ -19659,7 +19596,6 @@ export declare const instagramContract: {
|
|
19659
19596
|
lineRichMenuId?: string | null | undefined;
|
19660
19597
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19661
19598
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19662
|
-
isCSATEnabled?: boolean | undefined;
|
19663
19599
|
}>>;
|
19664
19600
|
platformId: z.ZodOptional<z.ZodString>;
|
19665
19601
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -19719,7 +19655,6 @@ export declare const instagramContract: {
|
|
19719
19655
|
lineRichMenuId?: string | null | undefined;
|
19720
19656
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19721
19657
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19722
|
-
isCSATEnabled?: boolean | undefined;
|
19723
19658
|
} | undefined;
|
19724
19659
|
platformId?: string | undefined;
|
19725
19660
|
brandName?: string | undefined;
|
@@ -19767,7 +19702,6 @@ export declare const instagramContract: {
|
|
19767
19702
|
lineRichMenuId?: string | null | undefined;
|
19768
19703
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19769
19704
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19770
|
-
isCSATEnabled?: boolean | undefined;
|
19771
19705
|
} | undefined;
|
19772
19706
|
platformId?: string | undefined;
|
19773
19707
|
brandName?: string | undefined;
|
@@ -19854,7 +19788,6 @@ export declare const instagramContract: {
|
|
19854
19788
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
19855
19789
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19856
19790
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
19857
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
19858
19791
|
}, "strip", z.ZodTypeAny, {
|
19859
19792
|
name: string;
|
19860
19793
|
id: string;
|
@@ -19884,7 +19817,6 @@ export declare const instagramContract: {
|
|
19884
19817
|
lineRichMenuId?: string | null | undefined;
|
19885
19818
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19886
19819
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19887
|
-
isCSATEnabled?: boolean | undefined;
|
19888
19820
|
}, {
|
19889
19821
|
name: string;
|
19890
19822
|
id: string;
|
@@ -19914,7 +19846,6 @@ export declare const instagramContract: {
|
|
19914
19846
|
lineRichMenuId?: string | null | undefined;
|
19915
19847
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19916
19848
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19917
|
-
isCSATEnabled?: boolean | undefined;
|
19918
19849
|
}>;
|
19919
19850
|
platformId: z.ZodString;
|
19920
19851
|
brandName: z.ZodString;
|
@@ -19974,7 +19905,6 @@ export declare const instagramContract: {
|
|
19974
19905
|
lineRichMenuId?: string | null | undefined;
|
19975
19906
|
messengerIntegrationType?: "own" | "business" | undefined;
|
19976
19907
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
19977
|
-
isCSATEnabled?: boolean | undefined;
|
19978
19908
|
};
|
19979
19909
|
status: boolean;
|
19980
19910
|
brandName: string;
|
@@ -20022,7 +19952,6 @@ export declare const instagramContract: {
|
|
20022
19952
|
lineRichMenuId?: string | null | undefined;
|
20023
19953
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20024
19954
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20025
|
-
isCSATEnabled?: boolean | undefined;
|
20026
19955
|
};
|
20027
19956
|
status: boolean;
|
20028
19957
|
brandName: string;
|
@@ -20072,7 +20001,6 @@ export declare const instagramContract: {
|
|
20072
20001
|
lineRichMenuId?: string | null | undefined;
|
20073
20002
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20074
20003
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20075
|
-
isCSATEnabled?: boolean | undefined;
|
20076
20004
|
};
|
20077
20005
|
status: boolean;
|
20078
20006
|
brandName: string;
|
@@ -20123,7 +20051,6 @@ export declare const instagramContract: {
|
|
20123
20051
|
lineRichMenuId?: string | null | undefined;
|
20124
20052
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20125
20053
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20126
|
-
isCSATEnabled?: boolean | undefined;
|
20127
20054
|
};
|
20128
20055
|
status: boolean;
|
20129
20056
|
brandName: string;
|
@@ -20244,7 +20171,6 @@ export declare const instagramContract: {
|
|
20244
20171
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20245
20172
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20246
20173
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20247
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
20248
20174
|
}, "strip", z.ZodTypeAny, {
|
20249
20175
|
name: string;
|
20250
20176
|
id: string;
|
@@ -20274,7 +20200,6 @@ export declare const instagramContract: {
|
|
20274
20200
|
lineRichMenuId?: string | null | undefined;
|
20275
20201
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20276
20202
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20277
|
-
isCSATEnabled?: boolean | undefined;
|
20278
20203
|
}, {
|
20279
20204
|
name: string;
|
20280
20205
|
id: string;
|
@@ -20304,7 +20229,6 @@ export declare const instagramContract: {
|
|
20304
20229
|
lineRichMenuId?: string | null | undefined;
|
20305
20230
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20306
20231
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20307
|
-
isCSATEnabled?: boolean | undefined;
|
20308
20232
|
}>;
|
20309
20233
|
platformId: z.ZodString;
|
20310
20234
|
brandName: z.ZodString;
|
@@ -20364,7 +20288,6 @@ export declare const instagramContract: {
|
|
20364
20288
|
lineRichMenuId?: string | null | undefined;
|
20365
20289
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20366
20290
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20367
|
-
isCSATEnabled?: boolean | undefined;
|
20368
20291
|
};
|
20369
20292
|
status: boolean;
|
20370
20293
|
brandName: string;
|
@@ -20412,7 +20335,6 @@ export declare const instagramContract: {
|
|
20412
20335
|
lineRichMenuId?: string | null | undefined;
|
20413
20336
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20414
20337
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20415
|
-
isCSATEnabled?: boolean | undefined;
|
20416
20338
|
};
|
20417
20339
|
status: boolean;
|
20418
20340
|
brandName: string;
|
@@ -20462,7 +20384,6 @@ export declare const instagramContract: {
|
|
20462
20384
|
lineRichMenuId?: string | null | undefined;
|
20463
20385
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20464
20386
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20465
|
-
isCSATEnabled?: boolean | undefined;
|
20466
20387
|
};
|
20467
20388
|
status: boolean;
|
20468
20389
|
brandName: string;
|
@@ -20513,7 +20434,6 @@ export declare const instagramContract: {
|
|
20513
20434
|
lineRichMenuId?: string | null | undefined;
|
20514
20435
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20515
20436
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20516
|
-
isCSATEnabled?: boolean | undefined;
|
20517
20437
|
};
|
20518
20438
|
status: boolean;
|
20519
20439
|
brandName: string;
|
@@ -20634,7 +20554,6 @@ export declare const instagramContract: {
|
|
20634
20554
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
20635
20555
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20636
20556
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
20637
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
20638
20557
|
}, "strip", z.ZodTypeAny, {
|
20639
20558
|
name: string;
|
20640
20559
|
id: string;
|
@@ -20664,7 +20583,6 @@ export declare const instagramContract: {
|
|
20664
20583
|
lineRichMenuId?: string | null | undefined;
|
20665
20584
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20666
20585
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20667
|
-
isCSATEnabled?: boolean | undefined;
|
20668
20586
|
}, {
|
20669
20587
|
name: string;
|
20670
20588
|
id: string;
|
@@ -20694,7 +20612,6 @@ export declare const instagramContract: {
|
|
20694
20612
|
lineRichMenuId?: string | null | undefined;
|
20695
20613
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20696
20614
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20697
|
-
isCSATEnabled?: boolean | undefined;
|
20698
20615
|
}>;
|
20699
20616
|
platformId: z.ZodString;
|
20700
20617
|
brandName: z.ZodString;
|
@@ -20754,7 +20671,6 @@ export declare const instagramContract: {
|
|
20754
20671
|
lineRichMenuId?: string | null | undefined;
|
20755
20672
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20756
20673
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20757
|
-
isCSATEnabled?: boolean | undefined;
|
20758
20674
|
};
|
20759
20675
|
status: boolean;
|
20760
20676
|
brandName: string;
|
@@ -20802,7 +20718,6 @@ export declare const instagramContract: {
|
|
20802
20718
|
lineRichMenuId?: string | null | undefined;
|
20803
20719
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20804
20720
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20805
|
-
isCSATEnabled?: boolean | undefined;
|
20806
20721
|
};
|
20807
20722
|
status: boolean;
|
20808
20723
|
brandName: string;
|
@@ -20852,7 +20767,6 @@ export declare const instagramContract: {
|
|
20852
20767
|
lineRichMenuId?: string | null | undefined;
|
20853
20768
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20854
20769
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20855
|
-
isCSATEnabled?: boolean | undefined;
|
20856
20770
|
};
|
20857
20771
|
status: boolean;
|
20858
20772
|
brandName: string;
|
@@ -20903,7 +20817,6 @@ export declare const instagramContract: {
|
|
20903
20817
|
lineRichMenuId?: string | null | undefined;
|
20904
20818
|
messengerIntegrationType?: "own" | "business" | undefined;
|
20905
20819
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
20906
|
-
isCSATEnabled?: boolean | undefined;
|
20907
20820
|
};
|
20908
20821
|
status: boolean;
|
20909
20822
|
brandName: string;
|
@@ -21012,7 +20925,6 @@ export declare const instagramContract: {
|
|
21012
20925
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
21013
20926
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21014
20927
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21015
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
21016
20928
|
}, "strip", z.ZodTypeAny, {
|
21017
20929
|
name: string;
|
21018
20930
|
id: string;
|
@@ -21042,7 +20954,6 @@ export declare const instagramContract: {
|
|
21042
20954
|
lineRichMenuId?: string | null | undefined;
|
21043
20955
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21044
20956
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21045
|
-
isCSATEnabled?: boolean | undefined;
|
21046
20957
|
}, {
|
21047
20958
|
name: string;
|
21048
20959
|
id: string;
|
@@ -21072,7 +20983,6 @@ export declare const instagramContract: {
|
|
21072
20983
|
lineRichMenuId?: string | null | undefined;
|
21073
20984
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21074
20985
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21075
|
-
isCSATEnabled?: boolean | undefined;
|
21076
20986
|
}>>;
|
21077
20987
|
platformId: z.ZodOptional<z.ZodString>;
|
21078
20988
|
brandName: z.ZodOptional<z.ZodString>;
|
@@ -21132,7 +21042,6 @@ export declare const instagramContract: {
|
|
21132
21042
|
lineRichMenuId?: string | null | undefined;
|
21133
21043
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21134
21044
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21135
|
-
isCSATEnabled?: boolean | undefined;
|
21136
21045
|
} | undefined;
|
21137
21046
|
platformId?: string | undefined;
|
21138
21047
|
brandName?: string | undefined;
|
@@ -21180,7 +21089,6 @@ export declare const instagramContract: {
|
|
21180
21089
|
lineRichMenuId?: string | null | undefined;
|
21181
21090
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21182
21091
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21183
|
-
isCSATEnabled?: boolean | undefined;
|
21184
21092
|
} | undefined;
|
21185
21093
|
platformId?: string | undefined;
|
21186
21094
|
brandName?: string | undefined;
|
@@ -21267,7 +21175,6 @@ export declare const instagramContract: {
|
|
21267
21175
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
21268
21176
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21269
21177
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
21270
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
21271
21178
|
}, "strip", z.ZodTypeAny, {
|
21272
21179
|
name: string;
|
21273
21180
|
id: string;
|
@@ -21297,7 +21204,6 @@ export declare const instagramContract: {
|
|
21297
21204
|
lineRichMenuId?: string | null | undefined;
|
21298
21205
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21299
21206
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21300
|
-
isCSATEnabled?: boolean | undefined;
|
21301
21207
|
}, {
|
21302
21208
|
name: string;
|
21303
21209
|
id: string;
|
@@ -21327,7 +21233,6 @@ export declare const instagramContract: {
|
|
21327
21233
|
lineRichMenuId?: string | null | undefined;
|
21328
21234
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21329
21235
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21330
|
-
isCSATEnabled?: boolean | undefined;
|
21331
21236
|
}>;
|
21332
21237
|
platformId: z.ZodString;
|
21333
21238
|
brandName: z.ZodString;
|
@@ -21387,7 +21292,6 @@ export declare const instagramContract: {
|
|
21387
21292
|
lineRichMenuId?: string | null | undefined;
|
21388
21293
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21389
21294
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21390
|
-
isCSATEnabled?: boolean | undefined;
|
21391
21295
|
};
|
21392
21296
|
status: boolean;
|
21393
21297
|
brandName: string;
|
@@ -21435,7 +21339,6 @@ export declare const instagramContract: {
|
|
21435
21339
|
lineRichMenuId?: string | null | undefined;
|
21436
21340
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21437
21341
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21438
|
-
isCSATEnabled?: boolean | undefined;
|
21439
21342
|
};
|
21440
21343
|
status: boolean;
|
21441
21344
|
brandName: string;
|
@@ -21485,7 +21388,6 @@ export declare const instagramContract: {
|
|
21485
21388
|
lineRichMenuId?: string | null | undefined;
|
21486
21389
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21487
21390
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21488
|
-
isCSATEnabled?: boolean | undefined;
|
21489
21391
|
};
|
21490
21392
|
status: boolean;
|
21491
21393
|
brandName: string;
|
@@ -21536,7 +21438,6 @@ export declare const instagramContract: {
|
|
21536
21438
|
lineRichMenuId?: string | null | undefined;
|
21537
21439
|
messengerIntegrationType?: "own" | "business" | undefined;
|
21538
21440
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
21539
|
-
isCSATEnabled?: boolean | undefined;
|
21540
21441
|
};
|
21541
21442
|
status: boolean;
|
21542
21443
|
brandName: string;
|