@kl1/contracts 1.2.32-uat → 1.2.34-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +467 -467
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +20 -20
- package/dist/api-contracts/src/chat/index.d.ts +4615 -3734
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +1213 -1018
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +905 -748
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +9877 -8920
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +267 -252
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +234 -206
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +816 -708
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +64 -30
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/schema.d.ts +14 -6
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +2 -2
- package/dist/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +704 -596
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +716 -608
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2715 -2598
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1591 -1474
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +517 -478
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +495 -466
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +707 -599
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +664 -556
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +676 -568
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +670 -562
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +670 -562
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +310 -232
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +13 -54
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -52
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +0 -115
- package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +0 -1
|
@@ -85,8 +85,8 @@ export declare const channelContract: {
|
|
|
85
85
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
86
86
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
id: string;
|
|
89
88
|
name: string;
|
|
89
|
+
id: string;
|
|
90
90
|
accessToken?: string | undefined;
|
|
91
91
|
channelSecret?: string | undefined;
|
|
92
92
|
additionalCredentials?: any;
|
|
@@ -110,8 +110,8 @@ export declare const channelContract: {
|
|
|
110
110
|
lineRichMenuId?: string | null | undefined;
|
|
111
111
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
112
112
|
}, {
|
|
113
|
-
id: string;
|
|
114
113
|
name: string;
|
|
114
|
+
id: string;
|
|
115
115
|
accessToken?: string | undefined;
|
|
116
116
|
channelSecret?: string | undefined;
|
|
117
117
|
additionalCredentials?: any;
|
|
@@ -148,14 +148,14 @@ export declare const channelContract: {
|
|
|
148
148
|
integrationId: z.ZodString;
|
|
149
149
|
accessToken: z.ZodString;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
|
-
id: string;
|
|
152
151
|
name: string;
|
|
152
|
+
id: string;
|
|
153
153
|
accessToken: string;
|
|
154
154
|
botId: string;
|
|
155
155
|
integrationId: string;
|
|
156
156
|
}, {
|
|
157
|
-
id: string;
|
|
158
157
|
name: string;
|
|
158
|
+
id: string;
|
|
159
159
|
accessToken: string;
|
|
160
160
|
botId: string;
|
|
161
161
|
integrationId: string;
|
|
@@ -278,9 +278,9 @@ export declare const channelContract: {
|
|
|
278
278
|
telephonySignature: string | null;
|
|
279
279
|
}>;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
|
+
name: string;
|
|
281
282
|
id: string;
|
|
282
283
|
address: string | null;
|
|
283
|
-
name: string;
|
|
284
284
|
email: string;
|
|
285
285
|
createdAt: Date;
|
|
286
286
|
updatedAt: Date;
|
|
@@ -321,9 +321,9 @@ export declare const channelContract: {
|
|
|
321
321
|
telephonySignature: string | null;
|
|
322
322
|
};
|
|
323
323
|
}, {
|
|
324
|
+
name: string;
|
|
324
325
|
id: string;
|
|
325
326
|
address: string | null;
|
|
326
|
-
name: string;
|
|
327
327
|
email: string;
|
|
328
328
|
createdAt: Date;
|
|
329
329
|
updatedAt: Date;
|
|
@@ -365,12 +365,12 @@ export declare const channelContract: {
|
|
|
365
365
|
};
|
|
366
366
|
}>;
|
|
367
367
|
}, "strip", z.ZodTypeAny, {
|
|
368
|
+
name: string;
|
|
368
369
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
369
370
|
id: string;
|
|
370
|
-
name: string;
|
|
371
371
|
metadata: {
|
|
372
|
-
id: string;
|
|
373
372
|
name: string;
|
|
373
|
+
id: string;
|
|
374
374
|
accessToken?: string | undefined;
|
|
375
375
|
channelSecret?: string | undefined;
|
|
376
376
|
additionalCredentials?: any;
|
|
@@ -399,9 +399,9 @@ export declare const channelContract: {
|
|
|
399
399
|
updatedAt: Date;
|
|
400
400
|
deletedAt: Date | null;
|
|
401
401
|
actor: {
|
|
402
|
+
name: string;
|
|
402
403
|
id: string;
|
|
403
404
|
address: string | null;
|
|
404
|
-
name: string;
|
|
405
405
|
email: string;
|
|
406
406
|
createdAt: Date;
|
|
407
407
|
updatedAt: Date;
|
|
@@ -448,19 +448,19 @@ export declare const channelContract: {
|
|
|
448
448
|
connectedUserName: string;
|
|
449
449
|
connectedUserId: string;
|
|
450
450
|
botpressBot: {
|
|
451
|
-
id: string;
|
|
452
451
|
name: string;
|
|
452
|
+
id: string;
|
|
453
453
|
accessToken: string;
|
|
454
454
|
botId: string;
|
|
455
455
|
integrationId: string;
|
|
456
456
|
} | null;
|
|
457
457
|
}, {
|
|
458
|
+
name: string;
|
|
458
459
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
459
460
|
id: string;
|
|
460
|
-
name: string;
|
|
461
461
|
metadata: {
|
|
462
|
-
id: string;
|
|
463
462
|
name: string;
|
|
463
|
+
id: string;
|
|
464
464
|
accessToken?: string | undefined;
|
|
465
465
|
channelSecret?: string | undefined;
|
|
466
466
|
additionalCredentials?: any;
|
|
@@ -489,9 +489,9 @@ export declare const channelContract: {
|
|
|
489
489
|
updatedAt: Date;
|
|
490
490
|
deletedAt: Date | null;
|
|
491
491
|
actor: {
|
|
492
|
+
name: string;
|
|
492
493
|
id: string;
|
|
493
494
|
address: string | null;
|
|
494
|
-
name: string;
|
|
495
495
|
email: string;
|
|
496
496
|
createdAt: Date;
|
|
497
497
|
updatedAt: Date;
|
|
@@ -538,8 +538,8 @@ export declare const channelContract: {
|
|
|
538
538
|
connectedUserName: string;
|
|
539
539
|
connectedUserId: string;
|
|
540
540
|
botpressBot: {
|
|
541
|
-
id: string;
|
|
542
541
|
name: string;
|
|
542
|
+
id: string;
|
|
543
543
|
accessToken: string;
|
|
544
544
|
botId: string;
|
|
545
545
|
integrationId: string;
|
|
@@ -547,12 +547,12 @@ export declare const channelContract: {
|
|
|
547
547
|
}>, "many">;
|
|
548
548
|
}, "strip", z.ZodTypeAny, {
|
|
549
549
|
data: {
|
|
550
|
+
name: string;
|
|
550
551
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
551
552
|
id: string;
|
|
552
|
-
name: string;
|
|
553
553
|
metadata: {
|
|
554
|
-
id: string;
|
|
555
554
|
name: string;
|
|
555
|
+
id: string;
|
|
556
556
|
accessToken?: string | undefined;
|
|
557
557
|
channelSecret?: string | undefined;
|
|
558
558
|
additionalCredentials?: any;
|
|
@@ -581,9 +581,9 @@ export declare const channelContract: {
|
|
|
581
581
|
updatedAt: Date;
|
|
582
582
|
deletedAt: Date | null;
|
|
583
583
|
actor: {
|
|
584
|
+
name: string;
|
|
584
585
|
id: string;
|
|
585
586
|
address: string | null;
|
|
586
|
-
name: string;
|
|
587
587
|
email: string;
|
|
588
588
|
createdAt: Date;
|
|
589
589
|
updatedAt: Date;
|
|
@@ -630,8 +630,8 @@ export declare const channelContract: {
|
|
|
630
630
|
connectedUserName: string;
|
|
631
631
|
connectedUserId: string;
|
|
632
632
|
botpressBot: {
|
|
633
|
-
id: string;
|
|
634
633
|
name: string;
|
|
634
|
+
id: string;
|
|
635
635
|
accessToken: string;
|
|
636
636
|
botId: string;
|
|
637
637
|
integrationId: string;
|
|
@@ -640,12 +640,12 @@ export declare const channelContract: {
|
|
|
640
640
|
requestId: string;
|
|
641
641
|
}, {
|
|
642
642
|
data: {
|
|
643
|
+
name: string;
|
|
643
644
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
644
645
|
id: string;
|
|
645
|
-
name: string;
|
|
646
646
|
metadata: {
|
|
647
|
-
id: string;
|
|
648
647
|
name: string;
|
|
648
|
+
id: string;
|
|
649
649
|
accessToken?: string | undefined;
|
|
650
650
|
channelSecret?: string | undefined;
|
|
651
651
|
additionalCredentials?: any;
|
|
@@ -674,9 +674,9 @@ export declare const channelContract: {
|
|
|
674
674
|
updatedAt: Date;
|
|
675
675
|
deletedAt: Date | null;
|
|
676
676
|
actor: {
|
|
677
|
+
name: string;
|
|
677
678
|
id: string;
|
|
678
679
|
address: string | null;
|
|
679
|
-
name: string;
|
|
680
680
|
email: string;
|
|
681
681
|
createdAt: Date;
|
|
682
682
|
updatedAt: Date;
|
|
@@ -723,8 +723,8 @@ export declare const channelContract: {
|
|
|
723
723
|
connectedUserName: string;
|
|
724
724
|
connectedUserId: string;
|
|
725
725
|
botpressBot: {
|
|
726
|
-
id: string;
|
|
727
726
|
name: string;
|
|
727
|
+
id: string;
|
|
728
728
|
accessToken: string;
|
|
729
729
|
botId: string;
|
|
730
730
|
integrationId: string;
|
|
@@ -766,8 +766,8 @@ export declare const channelContract: {
|
|
|
766
766
|
200: z.ZodObject<{
|
|
767
767
|
requestId: z.ZodString;
|
|
768
768
|
channel: z.ZodObject<{
|
|
769
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
|
770
769
|
name: z.ZodString;
|
|
770
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
|
771
771
|
metadata: z.ZodObject<{
|
|
772
772
|
id: z.ZodString;
|
|
773
773
|
name: z.ZodString;
|
|
@@ -822,8 +822,8 @@ export declare const channelContract: {
|
|
|
822
822
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
823
823
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
824
824
|
}, "strip", z.ZodTypeAny, {
|
|
825
|
-
id: string;
|
|
826
825
|
name: string;
|
|
826
|
+
id: string;
|
|
827
827
|
accessToken?: string | undefined;
|
|
828
828
|
channelSecret?: string | undefined;
|
|
829
829
|
additionalCredentials?: any;
|
|
@@ -847,8 +847,8 @@ export declare const channelContract: {
|
|
|
847
847
|
lineRichMenuId?: string | null | undefined;
|
|
848
848
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
849
849
|
}, {
|
|
850
|
-
id: string;
|
|
851
850
|
name: string;
|
|
851
|
+
id: string;
|
|
852
852
|
accessToken?: string | undefined;
|
|
853
853
|
channelSecret?: string | undefined;
|
|
854
854
|
additionalCredentials?: any;
|
|
@@ -880,15 +880,15 @@ export declare const channelContract: {
|
|
|
880
880
|
address: z.ZodNullable<z.ZodString>;
|
|
881
881
|
phone: z.ZodNullable<z.ZodString>;
|
|
882
882
|
}, "strip", z.ZodTypeAny, {
|
|
883
|
+
name: string;
|
|
883
884
|
id: string;
|
|
884
885
|
address: string | null;
|
|
885
|
-
name: string;
|
|
886
886
|
email: string;
|
|
887
887
|
phone: string | null;
|
|
888
888
|
}, {
|
|
889
|
+
name: string;
|
|
889
890
|
id: string;
|
|
890
891
|
address: string | null;
|
|
891
|
-
name: string;
|
|
892
892
|
email: string;
|
|
893
893
|
phone: string | null;
|
|
894
894
|
}>>;
|
|
@@ -903,12 +903,12 @@ export declare const channelContract: {
|
|
|
903
903
|
deletedAt: z.ZodNullable<z.ZodString>;
|
|
904
904
|
isReloginRequired: z.ZodBoolean;
|
|
905
905
|
}, "strip", z.ZodTypeAny, {
|
|
906
|
+
name: string;
|
|
906
907
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
907
908
|
id: string;
|
|
908
|
-
name: string;
|
|
909
909
|
metadata: {
|
|
910
|
-
id: string;
|
|
911
910
|
name: string;
|
|
911
|
+
id: string;
|
|
912
912
|
accessToken?: string | undefined;
|
|
913
913
|
channelSecret?: string | undefined;
|
|
914
914
|
additionalCredentials?: any;
|
|
@@ -940,9 +940,9 @@ export declare const channelContract: {
|
|
|
940
940
|
platformId: string;
|
|
941
941
|
isReloginRequired: boolean;
|
|
942
942
|
actor?: {
|
|
943
|
+
name: string;
|
|
943
944
|
id: string;
|
|
944
945
|
address: string | null;
|
|
945
|
-
name: string;
|
|
946
946
|
email: string;
|
|
947
947
|
phone: string | null;
|
|
948
948
|
} | undefined;
|
|
@@ -950,12 +950,12 @@ export declare const channelContract: {
|
|
|
950
950
|
connectedUserName?: string | null | undefined;
|
|
951
951
|
connectedUserId?: string | null | undefined;
|
|
952
952
|
}, {
|
|
953
|
+
name: string;
|
|
953
954
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
954
955
|
id: string;
|
|
955
|
-
name: string;
|
|
956
956
|
metadata: {
|
|
957
|
-
id: string;
|
|
958
957
|
name: string;
|
|
958
|
+
id: string;
|
|
959
959
|
accessToken?: string | undefined;
|
|
960
960
|
channelSecret?: string | undefined;
|
|
961
961
|
additionalCredentials?: any;
|
|
@@ -987,9 +987,9 @@ export declare const channelContract: {
|
|
|
987
987
|
platformId: string;
|
|
988
988
|
isReloginRequired: boolean;
|
|
989
989
|
actor?: {
|
|
990
|
+
name: string;
|
|
990
991
|
id: string;
|
|
991
992
|
address: string | null;
|
|
992
|
-
name: string;
|
|
993
993
|
email: string;
|
|
994
994
|
phone: string | null;
|
|
995
995
|
} | undefined;
|
|
@@ -999,12 +999,12 @@ export declare const channelContract: {
|
|
|
999
999
|
}>;
|
|
1000
1000
|
}, "strip", z.ZodTypeAny, {
|
|
1001
1001
|
channel: {
|
|
1002
|
+
name: string;
|
|
1002
1003
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1003
1004
|
id: string;
|
|
1004
|
-
name: string;
|
|
1005
1005
|
metadata: {
|
|
1006
|
-
id: string;
|
|
1007
1006
|
name: string;
|
|
1007
|
+
id: string;
|
|
1008
1008
|
accessToken?: string | undefined;
|
|
1009
1009
|
channelSecret?: string | undefined;
|
|
1010
1010
|
additionalCredentials?: any;
|
|
@@ -1036,9 +1036,9 @@ export declare const channelContract: {
|
|
|
1036
1036
|
platformId: string;
|
|
1037
1037
|
isReloginRequired: boolean;
|
|
1038
1038
|
actor?: {
|
|
1039
|
+
name: string;
|
|
1039
1040
|
id: string;
|
|
1040
1041
|
address: string | null;
|
|
1041
|
-
name: string;
|
|
1042
1042
|
email: string;
|
|
1043
1043
|
phone: string | null;
|
|
1044
1044
|
} | undefined;
|
|
@@ -1049,12 +1049,12 @@ export declare const channelContract: {
|
|
|
1049
1049
|
requestId: string;
|
|
1050
1050
|
}, {
|
|
1051
1051
|
channel: {
|
|
1052
|
+
name: string;
|
|
1052
1053
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1053
1054
|
id: string;
|
|
1054
|
-
name: string;
|
|
1055
1055
|
metadata: {
|
|
1056
|
-
id: string;
|
|
1057
1056
|
name: string;
|
|
1057
|
+
id: string;
|
|
1058
1058
|
accessToken?: string | undefined;
|
|
1059
1059
|
channelSecret?: string | undefined;
|
|
1060
1060
|
additionalCredentials?: any;
|
|
@@ -1086,9 +1086,9 @@ export declare const channelContract: {
|
|
|
1086
1086
|
platformId: string;
|
|
1087
1087
|
isReloginRequired: boolean;
|
|
1088
1088
|
actor?: {
|
|
1089
|
+
name: string;
|
|
1089
1090
|
id: string;
|
|
1090
1091
|
address: string | null;
|
|
1091
|
-
name: string;
|
|
1092
1092
|
email: string;
|
|
1093
1093
|
phone: string | null;
|
|
1094
1094
|
} | undefined;
|
|
@@ -1202,8 +1202,8 @@ export declare const channelContract: {
|
|
|
1202
1202
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1203
1203
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1204
1204
|
}, "strip", z.ZodTypeAny, {
|
|
1205
|
-
id: string;
|
|
1206
1205
|
name: string;
|
|
1206
|
+
id: string;
|
|
1207
1207
|
accessToken?: string | undefined;
|
|
1208
1208
|
channelSecret?: string | undefined;
|
|
1209
1209
|
additionalCredentials?: any;
|
|
@@ -1227,8 +1227,8 @@ export declare const channelContract: {
|
|
|
1227
1227
|
lineRichMenuId?: string | null | undefined;
|
|
1228
1228
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1229
1229
|
}, {
|
|
1230
|
-
id: string;
|
|
1231
1230
|
name: string;
|
|
1231
|
+
id: string;
|
|
1232
1232
|
accessToken?: string | undefined;
|
|
1233
1233
|
channelSecret?: string | undefined;
|
|
1234
1234
|
additionalCredentials?: any;
|
|
@@ -1265,14 +1265,14 @@ export declare const channelContract: {
|
|
|
1265
1265
|
integrationId: z.ZodString;
|
|
1266
1266
|
accessToken: z.ZodString;
|
|
1267
1267
|
}, "strip", z.ZodTypeAny, {
|
|
1268
|
-
id: string;
|
|
1269
1268
|
name: string;
|
|
1269
|
+
id: string;
|
|
1270
1270
|
accessToken: string;
|
|
1271
1271
|
botId: string;
|
|
1272
1272
|
integrationId: string;
|
|
1273
1273
|
}, {
|
|
1274
|
-
id: string;
|
|
1275
1274
|
name: string;
|
|
1275
|
+
id: string;
|
|
1276
1276
|
accessToken: string;
|
|
1277
1277
|
botId: string;
|
|
1278
1278
|
integrationId: string;
|
|
@@ -1395,9 +1395,9 @@ export declare const channelContract: {
|
|
|
1395
1395
|
telephonySignature: string | null;
|
|
1396
1396
|
}>;
|
|
1397
1397
|
}, "strip", z.ZodTypeAny, {
|
|
1398
|
+
name: string;
|
|
1398
1399
|
id: string;
|
|
1399
1400
|
address: string | null;
|
|
1400
|
-
name: string;
|
|
1401
1401
|
email: string;
|
|
1402
1402
|
createdAt: Date;
|
|
1403
1403
|
updatedAt: Date;
|
|
@@ -1438,9 +1438,9 @@ export declare const channelContract: {
|
|
|
1438
1438
|
telephonySignature: string | null;
|
|
1439
1439
|
};
|
|
1440
1440
|
}, {
|
|
1441
|
+
name: string;
|
|
1441
1442
|
id: string;
|
|
1442
1443
|
address: string | null;
|
|
1443
|
-
name: string;
|
|
1444
1444
|
email: string;
|
|
1445
1445
|
createdAt: Date;
|
|
1446
1446
|
updatedAt: Date;
|
|
@@ -1482,12 +1482,12 @@ export declare const channelContract: {
|
|
|
1482
1482
|
};
|
|
1483
1483
|
}>;
|
|
1484
1484
|
}, "strip", z.ZodTypeAny, {
|
|
1485
|
+
name: string;
|
|
1485
1486
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1486
1487
|
id: string;
|
|
1487
|
-
name: string;
|
|
1488
1488
|
metadata: {
|
|
1489
|
-
id: string;
|
|
1490
1489
|
name: string;
|
|
1490
|
+
id: string;
|
|
1491
1491
|
accessToken?: string | undefined;
|
|
1492
1492
|
channelSecret?: string | undefined;
|
|
1493
1493
|
additionalCredentials?: any;
|
|
@@ -1516,9 +1516,9 @@ export declare const channelContract: {
|
|
|
1516
1516
|
updatedAt: Date;
|
|
1517
1517
|
deletedAt: Date | null;
|
|
1518
1518
|
actor: {
|
|
1519
|
+
name: string;
|
|
1519
1520
|
id: string;
|
|
1520
1521
|
address: string | null;
|
|
1521
|
-
name: string;
|
|
1522
1522
|
email: string;
|
|
1523
1523
|
createdAt: Date;
|
|
1524
1524
|
updatedAt: Date;
|
|
@@ -1565,19 +1565,19 @@ export declare const channelContract: {
|
|
|
1565
1565
|
connectedUserName: string;
|
|
1566
1566
|
connectedUserId: string;
|
|
1567
1567
|
botpressBot: {
|
|
1568
|
-
id: string;
|
|
1569
1568
|
name: string;
|
|
1569
|
+
id: string;
|
|
1570
1570
|
accessToken: string;
|
|
1571
1571
|
botId: string;
|
|
1572
1572
|
integrationId: string;
|
|
1573
1573
|
} | null;
|
|
1574
1574
|
}, {
|
|
1575
|
+
name: string;
|
|
1575
1576
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1576
1577
|
id: string;
|
|
1577
|
-
name: string;
|
|
1578
1578
|
metadata: {
|
|
1579
|
-
id: string;
|
|
1580
1579
|
name: string;
|
|
1580
|
+
id: string;
|
|
1581
1581
|
accessToken?: string | undefined;
|
|
1582
1582
|
channelSecret?: string | undefined;
|
|
1583
1583
|
additionalCredentials?: any;
|
|
@@ -1606,9 +1606,9 @@ export declare const channelContract: {
|
|
|
1606
1606
|
updatedAt: Date;
|
|
1607
1607
|
deletedAt: Date | null;
|
|
1608
1608
|
actor: {
|
|
1609
|
+
name: string;
|
|
1609
1610
|
id: string;
|
|
1610
1611
|
address: string | null;
|
|
1611
|
-
name: string;
|
|
1612
1612
|
email: string;
|
|
1613
1613
|
createdAt: Date;
|
|
1614
1614
|
updatedAt: Date;
|
|
@@ -1655,8 +1655,8 @@ export declare const channelContract: {
|
|
|
1655
1655
|
connectedUserName: string;
|
|
1656
1656
|
connectedUserId: string;
|
|
1657
1657
|
botpressBot: {
|
|
1658
|
-
id: string;
|
|
1659
1658
|
name: string;
|
|
1659
|
+
id: string;
|
|
1660
1660
|
accessToken: string;
|
|
1661
1661
|
botId: string;
|
|
1662
1662
|
integrationId: string;
|
|
@@ -1664,12 +1664,12 @@ export declare const channelContract: {
|
|
|
1664
1664
|
}>;
|
|
1665
1665
|
}, "strip", z.ZodTypeAny, {
|
|
1666
1666
|
channel: {
|
|
1667
|
+
name: string;
|
|
1667
1668
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1668
1669
|
id: string;
|
|
1669
|
-
name: string;
|
|
1670
1670
|
metadata: {
|
|
1671
|
-
id: string;
|
|
1672
1671
|
name: string;
|
|
1672
|
+
id: string;
|
|
1673
1673
|
accessToken?: string | undefined;
|
|
1674
1674
|
channelSecret?: string | undefined;
|
|
1675
1675
|
additionalCredentials?: any;
|
|
@@ -1698,9 +1698,9 @@ export declare const channelContract: {
|
|
|
1698
1698
|
updatedAt: Date;
|
|
1699
1699
|
deletedAt: Date | null;
|
|
1700
1700
|
actor: {
|
|
1701
|
+
name: string;
|
|
1701
1702
|
id: string;
|
|
1702
1703
|
address: string | null;
|
|
1703
|
-
name: string;
|
|
1704
1704
|
email: string;
|
|
1705
1705
|
createdAt: Date;
|
|
1706
1706
|
updatedAt: Date;
|
|
@@ -1747,8 +1747,8 @@ export declare const channelContract: {
|
|
|
1747
1747
|
connectedUserName: string;
|
|
1748
1748
|
connectedUserId: string;
|
|
1749
1749
|
botpressBot: {
|
|
1750
|
-
id: string;
|
|
1751
1750
|
name: string;
|
|
1751
|
+
id: string;
|
|
1752
1752
|
accessToken: string;
|
|
1753
1753
|
botId: string;
|
|
1754
1754
|
integrationId: string;
|
|
@@ -1757,12 +1757,12 @@ export declare const channelContract: {
|
|
|
1757
1757
|
requestId: string;
|
|
1758
1758
|
}, {
|
|
1759
1759
|
channel: {
|
|
1760
|
+
name: string;
|
|
1760
1761
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1761
1762
|
id: string;
|
|
1762
|
-
name: string;
|
|
1763
1763
|
metadata: {
|
|
1764
|
-
id: string;
|
|
1765
1764
|
name: string;
|
|
1765
|
+
id: string;
|
|
1766
1766
|
accessToken?: string | undefined;
|
|
1767
1767
|
channelSecret?: string | undefined;
|
|
1768
1768
|
additionalCredentials?: any;
|
|
@@ -1791,9 +1791,9 @@ export declare const channelContract: {
|
|
|
1791
1791
|
updatedAt: Date;
|
|
1792
1792
|
deletedAt: Date | null;
|
|
1793
1793
|
actor: {
|
|
1794
|
+
name: string;
|
|
1794
1795
|
id: string;
|
|
1795
1796
|
address: string | null;
|
|
1796
|
-
name: string;
|
|
1797
1797
|
email: string;
|
|
1798
1798
|
createdAt: Date;
|
|
1799
1799
|
updatedAt: Date;
|
|
@@ -1840,8 +1840,8 @@ export declare const channelContract: {
|
|
|
1840
1840
|
connectedUserName: string;
|
|
1841
1841
|
connectedUserId: string;
|
|
1842
1842
|
botpressBot: {
|
|
1843
|
-
id: string;
|
|
1844
1843
|
name: string;
|
|
1844
|
+
id: string;
|
|
1845
1845
|
accessToken: string;
|
|
1846
1846
|
botId: string;
|
|
1847
1847
|
integrationId: string;
|
|
@@ -1959,8 +1959,8 @@ export declare const channelContract: {
|
|
|
1959
1959
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1960
1960
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1961
1961
|
}, "strip", z.ZodTypeAny, {
|
|
1962
|
-
id: string;
|
|
1963
1962
|
name: string;
|
|
1963
|
+
id: string;
|
|
1964
1964
|
accessToken?: string | undefined;
|
|
1965
1965
|
channelSecret?: string | undefined;
|
|
1966
1966
|
additionalCredentials?: any;
|
|
@@ -1984,8 +1984,8 @@ export declare const channelContract: {
|
|
|
1984
1984
|
lineRichMenuId?: string | null | undefined;
|
|
1985
1985
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1986
1986
|
}, {
|
|
1987
|
-
id: string;
|
|
1988
1987
|
name: string;
|
|
1988
|
+
id: string;
|
|
1989
1989
|
accessToken?: string | undefined;
|
|
1990
1990
|
channelSecret?: string | undefined;
|
|
1991
1991
|
additionalCredentials?: any;
|
|
@@ -2022,14 +2022,14 @@ export declare const channelContract: {
|
|
|
2022
2022
|
integrationId: z.ZodString;
|
|
2023
2023
|
accessToken: z.ZodString;
|
|
2024
2024
|
}, "strip", z.ZodTypeAny, {
|
|
2025
|
-
id: string;
|
|
2026
2025
|
name: string;
|
|
2026
|
+
id: string;
|
|
2027
2027
|
accessToken: string;
|
|
2028
2028
|
botId: string;
|
|
2029
2029
|
integrationId: string;
|
|
2030
2030
|
}, {
|
|
2031
|
-
id: string;
|
|
2032
2031
|
name: string;
|
|
2032
|
+
id: string;
|
|
2033
2033
|
accessToken: string;
|
|
2034
2034
|
botId: string;
|
|
2035
2035
|
integrationId: string;
|
|
@@ -2152,9 +2152,9 @@ export declare const channelContract: {
|
|
|
2152
2152
|
telephonySignature: string | null;
|
|
2153
2153
|
}>;
|
|
2154
2154
|
}, "strip", z.ZodTypeAny, {
|
|
2155
|
+
name: string;
|
|
2155
2156
|
id: string;
|
|
2156
2157
|
address: string | null;
|
|
2157
|
-
name: string;
|
|
2158
2158
|
email: string;
|
|
2159
2159
|
createdAt: Date;
|
|
2160
2160
|
updatedAt: Date;
|
|
@@ -2195,9 +2195,9 @@ export declare const channelContract: {
|
|
|
2195
2195
|
telephonySignature: string | null;
|
|
2196
2196
|
};
|
|
2197
2197
|
}, {
|
|
2198
|
+
name: string;
|
|
2198
2199
|
id: string;
|
|
2199
2200
|
address: string | null;
|
|
2200
|
-
name: string;
|
|
2201
2201
|
email: string;
|
|
2202
2202
|
createdAt: Date;
|
|
2203
2203
|
updatedAt: Date;
|
|
@@ -2239,12 +2239,12 @@ export declare const channelContract: {
|
|
|
2239
2239
|
};
|
|
2240
2240
|
}>;
|
|
2241
2241
|
}, "strip", z.ZodTypeAny, {
|
|
2242
|
+
name: string;
|
|
2242
2243
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2243
2244
|
id: string;
|
|
2244
|
-
name: string;
|
|
2245
2245
|
metadata: {
|
|
2246
|
-
id: string;
|
|
2247
2246
|
name: string;
|
|
2247
|
+
id: string;
|
|
2248
2248
|
accessToken?: string | undefined;
|
|
2249
2249
|
channelSecret?: string | undefined;
|
|
2250
2250
|
additionalCredentials?: any;
|
|
@@ -2273,9 +2273,9 @@ export declare const channelContract: {
|
|
|
2273
2273
|
updatedAt: Date;
|
|
2274
2274
|
deletedAt: Date | null;
|
|
2275
2275
|
actor: {
|
|
2276
|
+
name: string;
|
|
2276
2277
|
id: string;
|
|
2277
2278
|
address: string | null;
|
|
2278
|
-
name: string;
|
|
2279
2279
|
email: string;
|
|
2280
2280
|
createdAt: Date;
|
|
2281
2281
|
updatedAt: Date;
|
|
@@ -2322,19 +2322,19 @@ export declare const channelContract: {
|
|
|
2322
2322
|
connectedUserName: string;
|
|
2323
2323
|
connectedUserId: string;
|
|
2324
2324
|
botpressBot: {
|
|
2325
|
-
id: string;
|
|
2326
2325
|
name: string;
|
|
2326
|
+
id: string;
|
|
2327
2327
|
accessToken: string;
|
|
2328
2328
|
botId: string;
|
|
2329
2329
|
integrationId: string;
|
|
2330
2330
|
} | null;
|
|
2331
2331
|
}, {
|
|
2332
|
+
name: string;
|
|
2332
2333
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2333
2334
|
id: string;
|
|
2334
|
-
name: string;
|
|
2335
2335
|
metadata: {
|
|
2336
|
-
id: string;
|
|
2337
2336
|
name: string;
|
|
2337
|
+
id: string;
|
|
2338
2338
|
accessToken?: string | undefined;
|
|
2339
2339
|
channelSecret?: string | undefined;
|
|
2340
2340
|
additionalCredentials?: any;
|
|
@@ -2363,9 +2363,9 @@ export declare const channelContract: {
|
|
|
2363
2363
|
updatedAt: Date;
|
|
2364
2364
|
deletedAt: Date | null;
|
|
2365
2365
|
actor: {
|
|
2366
|
+
name: string;
|
|
2366
2367
|
id: string;
|
|
2367
2368
|
address: string | null;
|
|
2368
|
-
name: string;
|
|
2369
2369
|
email: string;
|
|
2370
2370
|
createdAt: Date;
|
|
2371
2371
|
updatedAt: Date;
|
|
@@ -2412,8 +2412,8 @@ export declare const channelContract: {
|
|
|
2412
2412
|
connectedUserName: string;
|
|
2413
2413
|
connectedUserId: string;
|
|
2414
2414
|
botpressBot: {
|
|
2415
|
-
id: string;
|
|
2416
2415
|
name: string;
|
|
2416
|
+
id: string;
|
|
2417
2417
|
accessToken: string;
|
|
2418
2418
|
botId: string;
|
|
2419
2419
|
integrationId: string;
|
|
@@ -2421,12 +2421,12 @@ export declare const channelContract: {
|
|
|
2421
2421
|
}>;
|
|
2422
2422
|
}, "strip", z.ZodTypeAny, {
|
|
2423
2423
|
channel: {
|
|
2424
|
+
name: string;
|
|
2424
2425
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2425
2426
|
id: string;
|
|
2426
|
-
name: string;
|
|
2427
2427
|
metadata: {
|
|
2428
|
-
id: string;
|
|
2429
2428
|
name: string;
|
|
2429
|
+
id: string;
|
|
2430
2430
|
accessToken?: string | undefined;
|
|
2431
2431
|
channelSecret?: string | undefined;
|
|
2432
2432
|
additionalCredentials?: any;
|
|
@@ -2455,9 +2455,9 @@ export declare const channelContract: {
|
|
|
2455
2455
|
updatedAt: Date;
|
|
2456
2456
|
deletedAt: Date | null;
|
|
2457
2457
|
actor: {
|
|
2458
|
+
name: string;
|
|
2458
2459
|
id: string;
|
|
2459
2460
|
address: string | null;
|
|
2460
|
-
name: string;
|
|
2461
2461
|
email: string;
|
|
2462
2462
|
createdAt: Date;
|
|
2463
2463
|
updatedAt: Date;
|
|
@@ -2504,8 +2504,8 @@ export declare const channelContract: {
|
|
|
2504
2504
|
connectedUserName: string;
|
|
2505
2505
|
connectedUserId: string;
|
|
2506
2506
|
botpressBot: {
|
|
2507
|
-
id: string;
|
|
2508
2507
|
name: string;
|
|
2508
|
+
id: string;
|
|
2509
2509
|
accessToken: string;
|
|
2510
2510
|
botId: string;
|
|
2511
2511
|
integrationId: string;
|
|
@@ -2514,12 +2514,12 @@ export declare const channelContract: {
|
|
|
2514
2514
|
requestId: string;
|
|
2515
2515
|
}, {
|
|
2516
2516
|
channel: {
|
|
2517
|
+
name: string;
|
|
2517
2518
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2518
2519
|
id: string;
|
|
2519
|
-
name: string;
|
|
2520
2520
|
metadata: {
|
|
2521
|
-
id: string;
|
|
2522
2521
|
name: string;
|
|
2522
|
+
id: string;
|
|
2523
2523
|
accessToken?: string | undefined;
|
|
2524
2524
|
channelSecret?: string | undefined;
|
|
2525
2525
|
additionalCredentials?: any;
|
|
@@ -2548,9 +2548,9 @@ export declare const channelContract: {
|
|
|
2548
2548
|
updatedAt: Date;
|
|
2549
2549
|
deletedAt: Date | null;
|
|
2550
2550
|
actor: {
|
|
2551
|
+
name: string;
|
|
2551
2552
|
id: string;
|
|
2552
2553
|
address: string | null;
|
|
2553
|
-
name: string;
|
|
2554
2554
|
email: string;
|
|
2555
2555
|
createdAt: Date;
|
|
2556
2556
|
updatedAt: Date;
|
|
@@ -2597,8 +2597,8 @@ export declare const channelContract: {
|
|
|
2597
2597
|
connectedUserName: string;
|
|
2598
2598
|
connectedUserId: string;
|
|
2599
2599
|
botpressBot: {
|
|
2600
|
-
id: string;
|
|
2601
2600
|
name: string;
|
|
2601
|
+
id: string;
|
|
2602
2602
|
accessToken: string;
|
|
2603
2603
|
botId: string;
|
|
2604
2604
|
integrationId: string;
|
|
@@ -2710,8 +2710,8 @@ export declare const channelContract: {
|
|
|
2710
2710
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2711
2711
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2712
2712
|
}, "strip", z.ZodTypeAny, {
|
|
2713
|
-
id: string;
|
|
2714
2713
|
name: string;
|
|
2714
|
+
id: string;
|
|
2715
2715
|
accessToken?: string | undefined;
|
|
2716
2716
|
channelSecret?: string | undefined;
|
|
2717
2717
|
additionalCredentials?: any;
|
|
@@ -2735,8 +2735,8 @@ export declare const channelContract: {
|
|
|
2735
2735
|
lineRichMenuId?: string | null | undefined;
|
|
2736
2736
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2737
2737
|
}, {
|
|
2738
|
-
id: string;
|
|
2739
2738
|
name: string;
|
|
2739
|
+
id: string;
|
|
2740
2740
|
accessToken?: string | undefined;
|
|
2741
2741
|
channelSecret?: string | undefined;
|
|
2742
2742
|
additionalCredentials?: any;
|
|
@@ -2773,14 +2773,14 @@ export declare const channelContract: {
|
|
|
2773
2773
|
integrationId: z.ZodString;
|
|
2774
2774
|
accessToken: z.ZodString;
|
|
2775
2775
|
}, "strip", z.ZodTypeAny, {
|
|
2776
|
-
id: string;
|
|
2777
2776
|
name: string;
|
|
2777
|
+
id: string;
|
|
2778
2778
|
accessToken: string;
|
|
2779
2779
|
botId: string;
|
|
2780
2780
|
integrationId: string;
|
|
2781
2781
|
}, {
|
|
2782
|
-
id: string;
|
|
2783
2782
|
name: string;
|
|
2783
|
+
id: string;
|
|
2784
2784
|
accessToken: string;
|
|
2785
2785
|
botId: string;
|
|
2786
2786
|
integrationId: string;
|
|
@@ -2903,9 +2903,9 @@ export declare const channelContract: {
|
|
|
2903
2903
|
telephonySignature: string | null;
|
|
2904
2904
|
}>;
|
|
2905
2905
|
}, "strip", z.ZodTypeAny, {
|
|
2906
|
+
name: string;
|
|
2906
2907
|
id: string;
|
|
2907
2908
|
address: string | null;
|
|
2908
|
-
name: string;
|
|
2909
2909
|
email: string;
|
|
2910
2910
|
createdAt: Date;
|
|
2911
2911
|
updatedAt: Date;
|
|
@@ -2946,9 +2946,9 @@ export declare const channelContract: {
|
|
|
2946
2946
|
telephonySignature: string | null;
|
|
2947
2947
|
};
|
|
2948
2948
|
}, {
|
|
2949
|
+
name: string;
|
|
2949
2950
|
id: string;
|
|
2950
2951
|
address: string | null;
|
|
2951
|
-
name: string;
|
|
2952
2952
|
email: string;
|
|
2953
2953
|
createdAt: Date;
|
|
2954
2954
|
updatedAt: Date;
|
|
@@ -2990,12 +2990,12 @@ export declare const channelContract: {
|
|
|
2990
2990
|
};
|
|
2991
2991
|
}>;
|
|
2992
2992
|
}, "strip", z.ZodTypeAny, {
|
|
2993
|
+
name: string;
|
|
2993
2994
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2994
2995
|
id: string;
|
|
2995
|
-
name: string;
|
|
2996
2996
|
metadata: {
|
|
2997
|
-
id: string;
|
|
2998
2997
|
name: string;
|
|
2998
|
+
id: string;
|
|
2999
2999
|
accessToken?: string | undefined;
|
|
3000
3000
|
channelSecret?: string | undefined;
|
|
3001
3001
|
additionalCredentials?: any;
|
|
@@ -3024,9 +3024,9 @@ export declare const channelContract: {
|
|
|
3024
3024
|
updatedAt: Date;
|
|
3025
3025
|
deletedAt: Date | null;
|
|
3026
3026
|
actor: {
|
|
3027
|
+
name: string;
|
|
3027
3028
|
id: string;
|
|
3028
3029
|
address: string | null;
|
|
3029
|
-
name: string;
|
|
3030
3030
|
email: string;
|
|
3031
3031
|
createdAt: Date;
|
|
3032
3032
|
updatedAt: Date;
|
|
@@ -3073,19 +3073,19 @@ export declare const channelContract: {
|
|
|
3073
3073
|
connectedUserName: string;
|
|
3074
3074
|
connectedUserId: string;
|
|
3075
3075
|
botpressBot: {
|
|
3076
|
-
id: string;
|
|
3077
3076
|
name: string;
|
|
3077
|
+
id: string;
|
|
3078
3078
|
accessToken: string;
|
|
3079
3079
|
botId: string;
|
|
3080
3080
|
integrationId: string;
|
|
3081
3081
|
} | null;
|
|
3082
3082
|
}, {
|
|
3083
|
+
name: string;
|
|
3083
3084
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3084
3085
|
id: string;
|
|
3085
|
-
name: string;
|
|
3086
3086
|
metadata: {
|
|
3087
|
-
id: string;
|
|
3088
3087
|
name: string;
|
|
3088
|
+
id: string;
|
|
3089
3089
|
accessToken?: string | undefined;
|
|
3090
3090
|
channelSecret?: string | undefined;
|
|
3091
3091
|
additionalCredentials?: any;
|
|
@@ -3114,9 +3114,9 @@ export declare const channelContract: {
|
|
|
3114
3114
|
updatedAt: Date;
|
|
3115
3115
|
deletedAt: Date | null;
|
|
3116
3116
|
actor: {
|
|
3117
|
+
name: string;
|
|
3117
3118
|
id: string;
|
|
3118
3119
|
address: string | null;
|
|
3119
|
-
name: string;
|
|
3120
3120
|
email: string;
|
|
3121
3121
|
createdAt: Date;
|
|
3122
3122
|
updatedAt: Date;
|
|
@@ -3163,8 +3163,8 @@ export declare const channelContract: {
|
|
|
3163
3163
|
connectedUserName: string;
|
|
3164
3164
|
connectedUserId: string;
|
|
3165
3165
|
botpressBot: {
|
|
3166
|
-
id: string;
|
|
3167
3166
|
name: string;
|
|
3167
|
+
id: string;
|
|
3168
3168
|
accessToken: string;
|
|
3169
3169
|
botId: string;
|
|
3170
3170
|
integrationId: string;
|
|
@@ -3172,12 +3172,12 @@ export declare const channelContract: {
|
|
|
3172
3172
|
}>;
|
|
3173
3173
|
}, "strip", z.ZodTypeAny, {
|
|
3174
3174
|
channel: {
|
|
3175
|
+
name: string;
|
|
3175
3176
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3176
3177
|
id: string;
|
|
3177
|
-
name: string;
|
|
3178
3178
|
metadata: {
|
|
3179
|
-
id: string;
|
|
3180
3179
|
name: string;
|
|
3180
|
+
id: string;
|
|
3181
3181
|
accessToken?: string | undefined;
|
|
3182
3182
|
channelSecret?: string | undefined;
|
|
3183
3183
|
additionalCredentials?: any;
|
|
@@ -3206,9 +3206,9 @@ export declare const channelContract: {
|
|
|
3206
3206
|
updatedAt: Date;
|
|
3207
3207
|
deletedAt: Date | null;
|
|
3208
3208
|
actor: {
|
|
3209
|
+
name: string;
|
|
3209
3210
|
id: string;
|
|
3210
3211
|
address: string | null;
|
|
3211
|
-
name: string;
|
|
3212
3212
|
email: string;
|
|
3213
3213
|
createdAt: Date;
|
|
3214
3214
|
updatedAt: Date;
|
|
@@ -3255,8 +3255,8 @@ export declare const channelContract: {
|
|
|
3255
3255
|
connectedUserName: string;
|
|
3256
3256
|
connectedUserId: string;
|
|
3257
3257
|
botpressBot: {
|
|
3258
|
-
id: string;
|
|
3259
3258
|
name: string;
|
|
3259
|
+
id: string;
|
|
3260
3260
|
accessToken: string;
|
|
3261
3261
|
botId: string;
|
|
3262
3262
|
integrationId: string;
|
|
@@ -3265,12 +3265,12 @@ export declare const channelContract: {
|
|
|
3265
3265
|
requestId: string;
|
|
3266
3266
|
}, {
|
|
3267
3267
|
channel: {
|
|
3268
|
+
name: string;
|
|
3268
3269
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3269
3270
|
id: string;
|
|
3270
|
-
name: string;
|
|
3271
3271
|
metadata: {
|
|
3272
|
-
id: string;
|
|
3273
3272
|
name: string;
|
|
3273
|
+
id: string;
|
|
3274
3274
|
accessToken?: string | undefined;
|
|
3275
3275
|
channelSecret?: string | undefined;
|
|
3276
3276
|
additionalCredentials?: any;
|
|
@@ -3299,9 +3299,9 @@ export declare const channelContract: {
|
|
|
3299
3299
|
updatedAt: Date;
|
|
3300
3300
|
deletedAt: Date | null;
|
|
3301
3301
|
actor: {
|
|
3302
|
+
name: string;
|
|
3302
3303
|
id: string;
|
|
3303
3304
|
address: string | null;
|
|
3304
|
-
name: string;
|
|
3305
3305
|
email: string;
|
|
3306
3306
|
createdAt: Date;
|
|
3307
3307
|
updatedAt: Date;
|
|
@@ -3348,8 +3348,8 @@ export declare const channelContract: {
|
|
|
3348
3348
|
connectedUserName: string;
|
|
3349
3349
|
connectedUserId: string;
|
|
3350
3350
|
botpressBot: {
|
|
3351
|
-
id: string;
|
|
3352
3351
|
name: string;
|
|
3352
|
+
id: string;
|
|
3353
3353
|
accessToken: string;
|
|
3354
3354
|
botId: string;
|
|
3355
3355
|
integrationId: string;
|
|
@@ -3444,8 +3444,8 @@ export declare const channelContract: {
|
|
|
3444
3444
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3445
3445
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3446
3446
|
}, "strip", z.ZodTypeAny, {
|
|
3447
|
-
id: string;
|
|
3448
3447
|
name: string;
|
|
3448
|
+
id: string;
|
|
3449
3449
|
accessToken?: string | undefined;
|
|
3450
3450
|
channelSecret?: string | undefined;
|
|
3451
3451
|
additionalCredentials?: any;
|
|
@@ -3469,8 +3469,8 @@ export declare const channelContract: {
|
|
|
3469
3469
|
lineRichMenuId?: string | null | undefined;
|
|
3470
3470
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3471
3471
|
}, {
|
|
3472
|
-
id: string;
|
|
3473
3472
|
name: string;
|
|
3473
|
+
id: string;
|
|
3474
3474
|
accessToken?: string | undefined;
|
|
3475
3475
|
channelSecret?: string | undefined;
|
|
3476
3476
|
additionalCredentials?: any;
|
|
@@ -3498,11 +3498,11 @@ export declare const channelContract: {
|
|
|
3498
3498
|
connectedUserId: z.ZodString;
|
|
3499
3499
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
|
3500
3500
|
}, "strip", z.ZodTypeAny, {
|
|
3501
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3502
3501
|
name: string;
|
|
3502
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3503
3503
|
metadata: {
|
|
3504
|
-
id: string;
|
|
3505
3504
|
name: string;
|
|
3505
|
+
id: string;
|
|
3506
3506
|
accessToken?: string | undefined;
|
|
3507
3507
|
channelSecret?: string | undefined;
|
|
3508
3508
|
additionalCredentials?: any;
|
|
@@ -3530,11 +3530,11 @@ export declare const channelContract: {
|
|
|
3530
3530
|
connectedUserId: string;
|
|
3531
3531
|
connectedUserName?: string | undefined;
|
|
3532
3532
|
}, {
|
|
3533
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3534
3533
|
name: string;
|
|
3534
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3535
3535
|
metadata: {
|
|
3536
|
-
id: string;
|
|
3537
3536
|
name: string;
|
|
3537
|
+
id: string;
|
|
3538
3538
|
accessToken?: string | undefined;
|
|
3539
3539
|
channelSecret?: string | undefined;
|
|
3540
3540
|
additionalCredentials?: any;
|
|
@@ -3628,8 +3628,8 @@ export declare const channelContract: {
|
|
|
3628
3628
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3629
3629
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3630
3630
|
}, "strip", z.ZodTypeAny, {
|
|
3631
|
-
id: string;
|
|
3632
3631
|
name: string;
|
|
3632
|
+
id: string;
|
|
3633
3633
|
accessToken?: string | undefined;
|
|
3634
3634
|
channelSecret?: string | undefined;
|
|
3635
3635
|
additionalCredentials?: any;
|
|
@@ -3653,8 +3653,8 @@ export declare const channelContract: {
|
|
|
3653
3653
|
lineRichMenuId?: string | null | undefined;
|
|
3654
3654
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3655
3655
|
}, {
|
|
3656
|
-
id: string;
|
|
3657
3656
|
name: string;
|
|
3657
|
+
id: string;
|
|
3658
3658
|
accessToken?: string | undefined;
|
|
3659
3659
|
channelSecret?: string | undefined;
|
|
3660
3660
|
additionalCredentials?: any;
|
|
@@ -3691,14 +3691,14 @@ export declare const channelContract: {
|
|
|
3691
3691
|
integrationId: z.ZodString;
|
|
3692
3692
|
accessToken: z.ZodString;
|
|
3693
3693
|
}, "strip", z.ZodTypeAny, {
|
|
3694
|
-
id: string;
|
|
3695
3694
|
name: string;
|
|
3695
|
+
id: string;
|
|
3696
3696
|
accessToken: string;
|
|
3697
3697
|
botId: string;
|
|
3698
3698
|
integrationId: string;
|
|
3699
3699
|
}, {
|
|
3700
|
-
id: string;
|
|
3701
3700
|
name: string;
|
|
3701
|
+
id: string;
|
|
3702
3702
|
accessToken: string;
|
|
3703
3703
|
botId: string;
|
|
3704
3704
|
integrationId: string;
|
|
@@ -3821,9 +3821,9 @@ export declare const channelContract: {
|
|
|
3821
3821
|
telephonySignature: string | null;
|
|
3822
3822
|
}>;
|
|
3823
3823
|
}, "strip", z.ZodTypeAny, {
|
|
3824
|
+
name: string;
|
|
3824
3825
|
id: string;
|
|
3825
3826
|
address: string | null;
|
|
3826
|
-
name: string;
|
|
3827
3827
|
email: string;
|
|
3828
3828
|
createdAt: Date;
|
|
3829
3829
|
updatedAt: Date;
|
|
@@ -3864,9 +3864,9 @@ export declare const channelContract: {
|
|
|
3864
3864
|
telephonySignature: string | null;
|
|
3865
3865
|
};
|
|
3866
3866
|
}, {
|
|
3867
|
+
name: string;
|
|
3867
3868
|
id: string;
|
|
3868
3869
|
address: string | null;
|
|
3869
|
-
name: string;
|
|
3870
3870
|
email: string;
|
|
3871
3871
|
createdAt: Date;
|
|
3872
3872
|
updatedAt: Date;
|
|
@@ -3908,12 +3908,12 @@ export declare const channelContract: {
|
|
|
3908
3908
|
};
|
|
3909
3909
|
}>;
|
|
3910
3910
|
}, "strip", z.ZodTypeAny, {
|
|
3911
|
+
name: string;
|
|
3911
3912
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3912
3913
|
id: string;
|
|
3913
|
-
name: string;
|
|
3914
3914
|
metadata: {
|
|
3915
|
-
id: string;
|
|
3916
3915
|
name: string;
|
|
3916
|
+
id: string;
|
|
3917
3917
|
accessToken?: string | undefined;
|
|
3918
3918
|
channelSecret?: string | undefined;
|
|
3919
3919
|
additionalCredentials?: any;
|
|
@@ -3942,9 +3942,9 @@ export declare const channelContract: {
|
|
|
3942
3942
|
updatedAt: Date;
|
|
3943
3943
|
deletedAt: Date | null;
|
|
3944
3944
|
actor: {
|
|
3945
|
+
name: string;
|
|
3945
3946
|
id: string;
|
|
3946
3947
|
address: string | null;
|
|
3947
|
-
name: string;
|
|
3948
3948
|
email: string;
|
|
3949
3949
|
createdAt: Date;
|
|
3950
3950
|
updatedAt: Date;
|
|
@@ -3991,19 +3991,19 @@ export declare const channelContract: {
|
|
|
3991
3991
|
connectedUserName: string;
|
|
3992
3992
|
connectedUserId: string;
|
|
3993
3993
|
botpressBot: {
|
|
3994
|
-
id: string;
|
|
3995
3994
|
name: string;
|
|
3995
|
+
id: string;
|
|
3996
3996
|
accessToken: string;
|
|
3997
3997
|
botId: string;
|
|
3998
3998
|
integrationId: string;
|
|
3999
3999
|
} | null;
|
|
4000
4000
|
}, {
|
|
4001
|
+
name: string;
|
|
4001
4002
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4002
4003
|
id: string;
|
|
4003
|
-
name: string;
|
|
4004
4004
|
metadata: {
|
|
4005
|
-
id: string;
|
|
4006
4005
|
name: string;
|
|
4006
|
+
id: string;
|
|
4007
4007
|
accessToken?: string | undefined;
|
|
4008
4008
|
channelSecret?: string | undefined;
|
|
4009
4009
|
additionalCredentials?: any;
|
|
@@ -4032,9 +4032,9 @@ export declare const channelContract: {
|
|
|
4032
4032
|
updatedAt: Date;
|
|
4033
4033
|
deletedAt: Date | null;
|
|
4034
4034
|
actor: {
|
|
4035
|
+
name: string;
|
|
4035
4036
|
id: string;
|
|
4036
4037
|
address: string | null;
|
|
4037
|
-
name: string;
|
|
4038
4038
|
email: string;
|
|
4039
4039
|
createdAt: Date;
|
|
4040
4040
|
updatedAt: Date;
|
|
@@ -4081,8 +4081,8 @@ export declare const channelContract: {
|
|
|
4081
4081
|
connectedUserName: string;
|
|
4082
4082
|
connectedUserId: string;
|
|
4083
4083
|
botpressBot: {
|
|
4084
|
-
id: string;
|
|
4085
4084
|
name: string;
|
|
4085
|
+
id: string;
|
|
4086
4086
|
accessToken: string;
|
|
4087
4087
|
botId: string;
|
|
4088
4088
|
integrationId: string;
|
|
@@ -4090,12 +4090,12 @@ export declare const channelContract: {
|
|
|
4090
4090
|
}>;
|
|
4091
4091
|
}, "strip", z.ZodTypeAny, {
|
|
4092
4092
|
channel: {
|
|
4093
|
+
name: string;
|
|
4093
4094
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4094
4095
|
id: string;
|
|
4095
|
-
name: string;
|
|
4096
4096
|
metadata: {
|
|
4097
|
-
id: string;
|
|
4098
4097
|
name: string;
|
|
4098
|
+
id: string;
|
|
4099
4099
|
accessToken?: string | undefined;
|
|
4100
4100
|
channelSecret?: string | undefined;
|
|
4101
4101
|
additionalCredentials?: any;
|
|
@@ -4124,9 +4124,9 @@ export declare const channelContract: {
|
|
|
4124
4124
|
updatedAt: Date;
|
|
4125
4125
|
deletedAt: Date | null;
|
|
4126
4126
|
actor: {
|
|
4127
|
+
name: string;
|
|
4127
4128
|
id: string;
|
|
4128
4129
|
address: string | null;
|
|
4129
|
-
name: string;
|
|
4130
4130
|
email: string;
|
|
4131
4131
|
createdAt: Date;
|
|
4132
4132
|
updatedAt: Date;
|
|
@@ -4173,8 +4173,8 @@ export declare const channelContract: {
|
|
|
4173
4173
|
connectedUserName: string;
|
|
4174
4174
|
connectedUserId: string;
|
|
4175
4175
|
botpressBot: {
|
|
4176
|
-
id: string;
|
|
4177
4176
|
name: string;
|
|
4177
|
+
id: string;
|
|
4178
4178
|
accessToken: string;
|
|
4179
4179
|
botId: string;
|
|
4180
4180
|
integrationId: string;
|
|
@@ -4183,12 +4183,12 @@ export declare const channelContract: {
|
|
|
4183
4183
|
requestId: string;
|
|
4184
4184
|
}, {
|
|
4185
4185
|
channel: {
|
|
4186
|
+
name: string;
|
|
4186
4187
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4187
4188
|
id: string;
|
|
4188
|
-
name: string;
|
|
4189
4189
|
metadata: {
|
|
4190
|
-
id: string;
|
|
4191
4190
|
name: string;
|
|
4191
|
+
id: string;
|
|
4192
4192
|
accessToken?: string | undefined;
|
|
4193
4193
|
channelSecret?: string | undefined;
|
|
4194
4194
|
additionalCredentials?: any;
|
|
@@ -4217,9 +4217,9 @@ export declare const channelContract: {
|
|
|
4217
4217
|
updatedAt: Date;
|
|
4218
4218
|
deletedAt: Date | null;
|
|
4219
4219
|
actor: {
|
|
4220
|
+
name: string;
|
|
4220
4221
|
id: string;
|
|
4221
4222
|
address: string | null;
|
|
4222
|
-
name: string;
|
|
4223
4223
|
email: string;
|
|
4224
4224
|
createdAt: Date;
|
|
4225
4225
|
updatedAt: Date;
|
|
@@ -4266,8 +4266,8 @@ export declare const channelContract: {
|
|
|
4266
4266
|
connectedUserName: string;
|
|
4267
4267
|
connectedUserId: string;
|
|
4268
4268
|
botpressBot: {
|
|
4269
|
-
id: string;
|
|
4270
4269
|
name: string;
|
|
4270
|
+
id: string;
|
|
4271
4271
|
accessToken: string;
|
|
4272
4272
|
botId: string;
|
|
4273
4273
|
integrationId: string;
|
|
@@ -4396,11 +4396,11 @@ export declare const channelContract: {
|
|
|
4396
4396
|
id: z.ZodString;
|
|
4397
4397
|
name: z.ZodString;
|
|
4398
4398
|
}, "strip", z.ZodTypeAny, {
|
|
4399
|
-
id: string;
|
|
4400
4399
|
name: string;
|
|
4401
|
-
}, {
|
|
4402
4400
|
id: string;
|
|
4401
|
+
}, {
|
|
4403
4402
|
name: string;
|
|
4403
|
+
id: string;
|
|
4404
4404
|
}>, "many">;
|
|
4405
4405
|
id: z.ZodString;
|
|
4406
4406
|
name: z.ZodString;
|
|
@@ -4423,8 +4423,8 @@ export declare const channelContract: {
|
|
|
4423
4423
|
};
|
|
4424
4424
|
}>;
|
|
4425
4425
|
}, "strip", z.ZodTypeAny, {
|
|
4426
|
-
id: string;
|
|
4427
4426
|
name: string;
|
|
4427
|
+
id: string;
|
|
4428
4428
|
picture: {
|
|
4429
4429
|
data: {
|
|
4430
4430
|
url: string;
|
|
@@ -4433,13 +4433,13 @@ export declare const channelContract: {
|
|
|
4433
4433
|
category: string;
|
|
4434
4434
|
access_token: string;
|
|
4435
4435
|
category_list: {
|
|
4436
|
-
id: string;
|
|
4437
4436
|
name: string;
|
|
4437
|
+
id: string;
|
|
4438
4438
|
}[];
|
|
4439
4439
|
tasks: string[];
|
|
4440
4440
|
}, {
|
|
4441
|
-
id: string;
|
|
4442
4441
|
name: string;
|
|
4442
|
+
id: string;
|
|
4443
4443
|
picture: {
|
|
4444
4444
|
data: {
|
|
4445
4445
|
url: string;
|
|
@@ -4448,8 +4448,8 @@ export declare const channelContract: {
|
|
|
4448
4448
|
category: string;
|
|
4449
4449
|
access_token: string;
|
|
4450
4450
|
category_list: {
|
|
4451
|
-
id: string;
|
|
4452
4451
|
name: string;
|
|
4452
|
+
id: string;
|
|
4453
4453
|
}[];
|
|
4454
4454
|
tasks: string[];
|
|
4455
4455
|
}>, "many">;
|
|
@@ -4477,8 +4477,8 @@ export declare const channelContract: {
|
|
|
4477
4477
|
}>>;
|
|
4478
4478
|
}, "strip", z.ZodTypeAny, {
|
|
4479
4479
|
data: {
|
|
4480
|
-
id: string;
|
|
4481
4480
|
name: string;
|
|
4481
|
+
id: string;
|
|
4482
4482
|
picture: {
|
|
4483
4483
|
data: {
|
|
4484
4484
|
url: string;
|
|
@@ -4487,8 +4487,8 @@ export declare const channelContract: {
|
|
|
4487
4487
|
category: string;
|
|
4488
4488
|
access_token: string;
|
|
4489
4489
|
category_list: {
|
|
4490
|
-
id: string;
|
|
4491
4490
|
name: string;
|
|
4491
|
+
id: string;
|
|
4492
4492
|
}[];
|
|
4493
4493
|
tasks: string[];
|
|
4494
4494
|
}[];
|
|
@@ -4500,8 +4500,8 @@ export declare const channelContract: {
|
|
|
4500
4500
|
} | undefined;
|
|
4501
4501
|
}, {
|
|
4502
4502
|
data: {
|
|
4503
|
-
id: string;
|
|
4504
4503
|
name: string;
|
|
4504
|
+
id: string;
|
|
4505
4505
|
picture: {
|
|
4506
4506
|
data: {
|
|
4507
4507
|
url: string;
|
|
@@ -4510,8 +4510,8 @@ export declare const channelContract: {
|
|
|
4510
4510
|
category: string;
|
|
4511
4511
|
access_token: string;
|
|
4512
4512
|
category_list: {
|
|
4513
|
-
id: string;
|
|
4514
4513
|
name: string;
|
|
4514
|
+
id: string;
|
|
4515
4515
|
}[];
|
|
4516
4516
|
tasks: string[];
|
|
4517
4517
|
}[];
|
|
@@ -4525,8 +4525,8 @@ export declare const channelContract: {
|
|
|
4525
4525
|
}, "strip", z.ZodTypeAny, {
|
|
4526
4526
|
data: {
|
|
4527
4527
|
data: {
|
|
4528
|
-
id: string;
|
|
4529
4528
|
name: string;
|
|
4529
|
+
id: string;
|
|
4530
4530
|
picture: {
|
|
4531
4531
|
data: {
|
|
4532
4532
|
url: string;
|
|
@@ -4535,8 +4535,8 @@ export declare const channelContract: {
|
|
|
4535
4535
|
category: string;
|
|
4536
4536
|
access_token: string;
|
|
4537
4537
|
category_list: {
|
|
4538
|
-
id: string;
|
|
4539
4538
|
name: string;
|
|
4539
|
+
id: string;
|
|
4540
4540
|
}[];
|
|
4541
4541
|
tasks: string[];
|
|
4542
4542
|
}[];
|
|
@@ -4551,8 +4551,8 @@ export declare const channelContract: {
|
|
|
4551
4551
|
}, {
|
|
4552
4552
|
data: {
|
|
4553
4553
|
data: {
|
|
4554
|
-
id: string;
|
|
4555
4554
|
name: string;
|
|
4555
|
+
id: string;
|
|
4556
4556
|
picture: {
|
|
4557
4557
|
data: {
|
|
4558
4558
|
url: string;
|
|
@@ -4561,8 +4561,8 @@ export declare const channelContract: {
|
|
|
4561
4561
|
category: string;
|
|
4562
4562
|
access_token: string;
|
|
4563
4563
|
category_list: {
|
|
4564
|
-
id: string;
|
|
4565
4564
|
name: string;
|
|
4565
|
+
id: string;
|
|
4566
4566
|
}[];
|
|
4567
4567
|
tasks: string[];
|
|
4568
4568
|
}[];
|
|
@@ -4646,8 +4646,8 @@ export declare const channelContract: {
|
|
|
4646
4646
|
};
|
|
4647
4647
|
}>;
|
|
4648
4648
|
}, "strip", z.ZodTypeAny, {
|
|
4649
|
-
id: string;
|
|
4650
4649
|
name: string;
|
|
4650
|
+
id: string;
|
|
4651
4651
|
picture: {
|
|
4652
4652
|
data: {
|
|
4653
4653
|
url: string;
|
|
@@ -4655,8 +4655,8 @@ export declare const channelContract: {
|
|
|
4655
4655
|
};
|
|
4656
4656
|
access_token: string;
|
|
4657
4657
|
}, {
|
|
4658
|
-
id: string;
|
|
4659
4658
|
name: string;
|
|
4659
|
+
id: string;
|
|
4660
4660
|
picture: {
|
|
4661
4661
|
data: {
|
|
4662
4662
|
url: string;
|
|
@@ -4666,8 +4666,8 @@ export declare const channelContract: {
|
|
|
4666
4666
|
}>, "many">;
|
|
4667
4667
|
}, "strip", z.ZodTypeAny, {
|
|
4668
4668
|
data: {
|
|
4669
|
-
id: string;
|
|
4670
4669
|
name: string;
|
|
4670
|
+
id: string;
|
|
4671
4671
|
picture: {
|
|
4672
4672
|
data: {
|
|
4673
4673
|
url: string;
|
|
@@ -4677,8 +4677,8 @@ export declare const channelContract: {
|
|
|
4677
4677
|
}[];
|
|
4678
4678
|
}, {
|
|
4679
4679
|
data: {
|
|
4680
|
-
id: string;
|
|
4681
4680
|
name: string;
|
|
4681
|
+
id: string;
|
|
4682
4682
|
picture: {
|
|
4683
4683
|
data: {
|
|
4684
4684
|
url: string;
|
|
@@ -4710,8 +4710,8 @@ export declare const channelContract: {
|
|
|
4710
4710
|
};
|
|
4711
4711
|
}>;
|
|
4712
4712
|
}, "strip", z.ZodTypeAny, {
|
|
4713
|
-
id: string;
|
|
4714
4713
|
name: string;
|
|
4714
|
+
id: string;
|
|
4715
4715
|
picture: {
|
|
4716
4716
|
data: {
|
|
4717
4717
|
url: string;
|
|
@@ -4719,8 +4719,8 @@ export declare const channelContract: {
|
|
|
4719
4719
|
};
|
|
4720
4720
|
access_token: string;
|
|
4721
4721
|
}, {
|
|
4722
|
-
id: string;
|
|
4723
4722
|
name: string;
|
|
4723
|
+
id: string;
|
|
4724
4724
|
picture: {
|
|
4725
4725
|
data: {
|
|
4726
4726
|
url: string;
|
|
@@ -4730,8 +4730,8 @@ export declare const channelContract: {
|
|
|
4730
4730
|
}>, "many">;
|
|
4731
4731
|
}, "strip", z.ZodTypeAny, {
|
|
4732
4732
|
data: {
|
|
4733
|
-
id: string;
|
|
4734
4733
|
name: string;
|
|
4734
|
+
id: string;
|
|
4735
4735
|
picture: {
|
|
4736
4736
|
data: {
|
|
4737
4737
|
url: string;
|
|
@@ -4741,8 +4741,8 @@ export declare const channelContract: {
|
|
|
4741
4741
|
}[];
|
|
4742
4742
|
}, {
|
|
4743
4743
|
data: {
|
|
4744
|
-
id: string;
|
|
4745
4744
|
name: string;
|
|
4745
|
+
id: string;
|
|
4746
4746
|
picture: {
|
|
4747
4747
|
data: {
|
|
4748
4748
|
url: string;
|
|
@@ -4752,13 +4752,13 @@ export declare const channelContract: {
|
|
|
4752
4752
|
}[];
|
|
4753
4753
|
}>>;
|
|
4754
4754
|
}, "strip", z.ZodTypeAny, {
|
|
4755
|
-
id: string;
|
|
4756
4755
|
name: string;
|
|
4756
|
+
id: string;
|
|
4757
4757
|
profile_picture_uri: string;
|
|
4758
4758
|
owned_pages?: {
|
|
4759
4759
|
data: {
|
|
4760
|
-
id: string;
|
|
4761
4760
|
name: string;
|
|
4761
|
+
id: string;
|
|
4762
4762
|
picture: {
|
|
4763
4763
|
data: {
|
|
4764
4764
|
url: string;
|
|
@@ -4769,8 +4769,8 @@ export declare const channelContract: {
|
|
|
4769
4769
|
} | undefined;
|
|
4770
4770
|
client_pages?: {
|
|
4771
4771
|
data: {
|
|
4772
|
-
id: string;
|
|
4773
4772
|
name: string;
|
|
4773
|
+
id: string;
|
|
4774
4774
|
picture: {
|
|
4775
4775
|
data: {
|
|
4776
4776
|
url: string;
|
|
@@ -4780,13 +4780,13 @@ export declare const channelContract: {
|
|
|
4780
4780
|
}[];
|
|
4781
4781
|
} | undefined;
|
|
4782
4782
|
}, {
|
|
4783
|
-
id: string;
|
|
4784
4783
|
name: string;
|
|
4784
|
+
id: string;
|
|
4785
4785
|
profile_picture_uri: string;
|
|
4786
4786
|
owned_pages?: {
|
|
4787
4787
|
data: {
|
|
4788
|
-
id: string;
|
|
4789
4788
|
name: string;
|
|
4789
|
+
id: string;
|
|
4790
4790
|
picture: {
|
|
4791
4791
|
data: {
|
|
4792
4792
|
url: string;
|
|
@@ -4797,8 +4797,8 @@ export declare const channelContract: {
|
|
|
4797
4797
|
} | undefined;
|
|
4798
4798
|
client_pages?: {
|
|
4799
4799
|
data: {
|
|
4800
|
-
id: string;
|
|
4801
4800
|
name: string;
|
|
4801
|
+
id: string;
|
|
4802
4802
|
picture: {
|
|
4803
4803
|
data: {
|
|
4804
4804
|
url: string;
|
|
@@ -4810,13 +4810,13 @@ export declare const channelContract: {
|
|
|
4810
4810
|
}>, "many">;
|
|
4811
4811
|
}, "strip", z.ZodTypeAny, {
|
|
4812
4812
|
data: {
|
|
4813
|
-
id: string;
|
|
4814
4813
|
name: string;
|
|
4814
|
+
id: string;
|
|
4815
4815
|
profile_picture_uri: string;
|
|
4816
4816
|
owned_pages?: {
|
|
4817
4817
|
data: {
|
|
4818
|
-
id: string;
|
|
4819
4818
|
name: string;
|
|
4819
|
+
id: string;
|
|
4820
4820
|
picture: {
|
|
4821
4821
|
data: {
|
|
4822
4822
|
url: string;
|
|
@@ -4827,8 +4827,8 @@ export declare const channelContract: {
|
|
|
4827
4827
|
} | undefined;
|
|
4828
4828
|
client_pages?: {
|
|
4829
4829
|
data: {
|
|
4830
|
-
id: string;
|
|
4831
4830
|
name: string;
|
|
4831
|
+
id: string;
|
|
4832
4832
|
picture: {
|
|
4833
4833
|
data: {
|
|
4834
4834
|
url: string;
|
|
@@ -4841,13 +4841,13 @@ export declare const channelContract: {
|
|
|
4841
4841
|
requestId: string;
|
|
4842
4842
|
}, {
|
|
4843
4843
|
data: {
|
|
4844
|
-
id: string;
|
|
4845
4844
|
name: string;
|
|
4845
|
+
id: string;
|
|
4846
4846
|
profile_picture_uri: string;
|
|
4847
4847
|
owned_pages?: {
|
|
4848
4848
|
data: {
|
|
4849
|
-
id: string;
|
|
4850
4849
|
name: string;
|
|
4850
|
+
id: string;
|
|
4851
4851
|
picture: {
|
|
4852
4852
|
data: {
|
|
4853
4853
|
url: string;
|
|
@@ -4858,8 +4858,8 @@ export declare const channelContract: {
|
|
|
4858
4858
|
} | undefined;
|
|
4859
4859
|
client_pages?: {
|
|
4860
4860
|
data: {
|
|
4861
|
-
id: string;
|
|
4862
4861
|
name: string;
|
|
4862
|
+
id: string;
|
|
4863
4863
|
picture: {
|
|
4864
4864
|
data: {
|
|
4865
4865
|
url: string;
|
|
@@ -4942,8 +4942,8 @@ export declare const channelContract: {
|
|
|
4942
4942
|
};
|
|
4943
4943
|
}>;
|
|
4944
4944
|
}, "strip", z.ZodTypeAny, {
|
|
4945
|
-
id: string;
|
|
4946
4945
|
name: string;
|
|
4946
|
+
id: string;
|
|
4947
4947
|
picture: {
|
|
4948
4948
|
data: {
|
|
4949
4949
|
url: string;
|
|
@@ -4951,8 +4951,8 @@ export declare const channelContract: {
|
|
|
4951
4951
|
};
|
|
4952
4952
|
access_token: string;
|
|
4953
4953
|
}, {
|
|
4954
|
-
id: string;
|
|
4955
4954
|
name: string;
|
|
4955
|
+
id: string;
|
|
4956
4956
|
picture: {
|
|
4957
4957
|
data: {
|
|
4958
4958
|
url: string;
|
|
@@ -4962,8 +4962,8 @@ export declare const channelContract: {
|
|
|
4962
4962
|
}>, "many">;
|
|
4963
4963
|
}, "strip", z.ZodTypeAny, {
|
|
4964
4964
|
data: {
|
|
4965
|
-
id: string;
|
|
4966
4965
|
name: string;
|
|
4966
|
+
id: string;
|
|
4967
4967
|
picture: {
|
|
4968
4968
|
data: {
|
|
4969
4969
|
url: string;
|
|
@@ -4973,8 +4973,8 @@ export declare const channelContract: {
|
|
|
4973
4973
|
}[];
|
|
4974
4974
|
}, {
|
|
4975
4975
|
data: {
|
|
4976
|
-
id: string;
|
|
4977
4976
|
name: string;
|
|
4977
|
+
id: string;
|
|
4978
4978
|
picture: {
|
|
4979
4979
|
data: {
|
|
4980
4980
|
url: string;
|
|
@@ -5006,8 +5006,8 @@ export declare const channelContract: {
|
|
|
5006
5006
|
};
|
|
5007
5007
|
}>;
|
|
5008
5008
|
}, "strip", z.ZodTypeAny, {
|
|
5009
|
-
id: string;
|
|
5010
5009
|
name: string;
|
|
5010
|
+
id: string;
|
|
5011
5011
|
picture: {
|
|
5012
5012
|
data: {
|
|
5013
5013
|
url: string;
|
|
@@ -5015,8 +5015,8 @@ export declare const channelContract: {
|
|
|
5015
5015
|
};
|
|
5016
5016
|
access_token: string;
|
|
5017
5017
|
}, {
|
|
5018
|
-
id: string;
|
|
5019
5018
|
name: string;
|
|
5019
|
+
id: string;
|
|
5020
5020
|
picture: {
|
|
5021
5021
|
data: {
|
|
5022
5022
|
url: string;
|
|
@@ -5026,8 +5026,8 @@ export declare const channelContract: {
|
|
|
5026
5026
|
}>, "many">;
|
|
5027
5027
|
}, "strip", z.ZodTypeAny, {
|
|
5028
5028
|
data: {
|
|
5029
|
-
id: string;
|
|
5030
5029
|
name: string;
|
|
5030
|
+
id: string;
|
|
5031
5031
|
picture: {
|
|
5032
5032
|
data: {
|
|
5033
5033
|
url: string;
|
|
@@ -5037,8 +5037,8 @@ export declare const channelContract: {
|
|
|
5037
5037
|
}[];
|
|
5038
5038
|
}, {
|
|
5039
5039
|
data: {
|
|
5040
|
-
id: string;
|
|
5041
5040
|
name: string;
|
|
5041
|
+
id: string;
|
|
5042
5042
|
picture: {
|
|
5043
5043
|
data: {
|
|
5044
5044
|
url: string;
|
|
@@ -5048,13 +5048,13 @@ export declare const channelContract: {
|
|
|
5048
5048
|
}[];
|
|
5049
5049
|
}>>;
|
|
5050
5050
|
}, "strip", z.ZodTypeAny, {
|
|
5051
|
-
id: string;
|
|
5052
5051
|
name: string;
|
|
5052
|
+
id: string;
|
|
5053
5053
|
profile_picture_uri: string;
|
|
5054
5054
|
owned_pages?: {
|
|
5055
5055
|
data: {
|
|
5056
|
-
id: string;
|
|
5057
5056
|
name: string;
|
|
5057
|
+
id: string;
|
|
5058
5058
|
picture: {
|
|
5059
5059
|
data: {
|
|
5060
5060
|
url: string;
|
|
@@ -5065,8 +5065,8 @@ export declare const channelContract: {
|
|
|
5065
5065
|
} | undefined;
|
|
5066
5066
|
client_pages?: {
|
|
5067
5067
|
data: {
|
|
5068
|
-
id: string;
|
|
5069
5068
|
name: string;
|
|
5069
|
+
id: string;
|
|
5070
5070
|
picture: {
|
|
5071
5071
|
data: {
|
|
5072
5072
|
url: string;
|
|
@@ -5076,13 +5076,13 @@ export declare const channelContract: {
|
|
|
5076
5076
|
}[];
|
|
5077
5077
|
} | undefined;
|
|
5078
5078
|
}, {
|
|
5079
|
-
id: string;
|
|
5080
5079
|
name: string;
|
|
5080
|
+
id: string;
|
|
5081
5081
|
profile_picture_uri: string;
|
|
5082
5082
|
owned_pages?: {
|
|
5083
5083
|
data: {
|
|
5084
|
-
id: string;
|
|
5085
5084
|
name: string;
|
|
5085
|
+
id: string;
|
|
5086
5086
|
picture: {
|
|
5087
5087
|
data: {
|
|
5088
5088
|
url: string;
|
|
@@ -5093,8 +5093,8 @@ export declare const channelContract: {
|
|
|
5093
5093
|
} | undefined;
|
|
5094
5094
|
client_pages?: {
|
|
5095
5095
|
data: {
|
|
5096
|
-
id: string;
|
|
5097
5096
|
name: string;
|
|
5097
|
+
id: string;
|
|
5098
5098
|
picture: {
|
|
5099
5099
|
data: {
|
|
5100
5100
|
url: string;
|
|
@@ -5106,13 +5106,13 @@ export declare const channelContract: {
|
|
|
5106
5106
|
}>;
|
|
5107
5107
|
}, "strip", z.ZodTypeAny, {
|
|
5108
5108
|
data: {
|
|
5109
|
-
id: string;
|
|
5110
5109
|
name: string;
|
|
5110
|
+
id: string;
|
|
5111
5111
|
profile_picture_uri: string;
|
|
5112
5112
|
owned_pages?: {
|
|
5113
5113
|
data: {
|
|
5114
|
-
id: string;
|
|
5115
5114
|
name: string;
|
|
5115
|
+
id: string;
|
|
5116
5116
|
picture: {
|
|
5117
5117
|
data: {
|
|
5118
5118
|
url: string;
|
|
@@ -5123,8 +5123,8 @@ export declare const channelContract: {
|
|
|
5123
5123
|
} | undefined;
|
|
5124
5124
|
client_pages?: {
|
|
5125
5125
|
data: {
|
|
5126
|
-
id: string;
|
|
5127
5126
|
name: string;
|
|
5127
|
+
id: string;
|
|
5128
5128
|
picture: {
|
|
5129
5129
|
data: {
|
|
5130
5130
|
url: string;
|
|
@@ -5137,13 +5137,13 @@ export declare const channelContract: {
|
|
|
5137
5137
|
requestId: string;
|
|
5138
5138
|
}, {
|
|
5139
5139
|
data: {
|
|
5140
|
-
id: string;
|
|
5141
5140
|
name: string;
|
|
5141
|
+
id: string;
|
|
5142
5142
|
profile_picture_uri: string;
|
|
5143
5143
|
owned_pages?: {
|
|
5144
5144
|
data: {
|
|
5145
|
-
id: string;
|
|
5146
5145
|
name: string;
|
|
5146
|
+
id: string;
|
|
5147
5147
|
picture: {
|
|
5148
5148
|
data: {
|
|
5149
5149
|
url: string;
|
|
@@ -5154,8 +5154,8 @@ export declare const channelContract: {
|
|
|
5154
5154
|
} | undefined;
|
|
5155
5155
|
client_pages?: {
|
|
5156
5156
|
data: {
|
|
5157
|
-
id: string;
|
|
5158
5157
|
name: string;
|
|
5158
|
+
id: string;
|
|
5159
5159
|
picture: {
|
|
5160
5160
|
data: {
|
|
5161
5161
|
url: string;
|
|
@@ -5254,8 +5254,8 @@ export declare const channelContract: {
|
|
|
5254
5254
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5255
5255
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5256
5256
|
}, "strip", z.ZodTypeAny, {
|
|
5257
|
-
id: string;
|
|
5258
5257
|
name: string;
|
|
5258
|
+
id: string;
|
|
5259
5259
|
accessToken?: string | undefined;
|
|
5260
5260
|
channelSecret?: string | undefined;
|
|
5261
5261
|
additionalCredentials?: any;
|
|
@@ -5279,8 +5279,8 @@ export declare const channelContract: {
|
|
|
5279
5279
|
lineRichMenuId?: string | null | undefined;
|
|
5280
5280
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5281
5281
|
}, {
|
|
5282
|
-
id: string;
|
|
5283
5282
|
name: string;
|
|
5283
|
+
id: string;
|
|
5284
5284
|
accessToken?: string | undefined;
|
|
5285
5285
|
channelSecret?: string | undefined;
|
|
5286
5286
|
additionalCredentials?: any;
|
|
@@ -5308,11 +5308,11 @@ export declare const channelContract: {
|
|
|
5308
5308
|
connectedUserId: z.ZodString;
|
|
5309
5309
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
|
5310
5310
|
}, "strip", z.ZodTypeAny, {
|
|
5311
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5312
5311
|
name: string;
|
|
5312
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5313
5313
|
metadata: {
|
|
5314
|
-
id: string;
|
|
5315
5314
|
name: string;
|
|
5315
|
+
id: string;
|
|
5316
5316
|
accessToken?: string | undefined;
|
|
5317
5317
|
channelSecret?: string | undefined;
|
|
5318
5318
|
additionalCredentials?: any;
|
|
@@ -5340,11 +5340,11 @@ export declare const channelContract: {
|
|
|
5340
5340
|
connectedUserId: string;
|
|
5341
5341
|
connectedUserName?: string | undefined;
|
|
5342
5342
|
}, {
|
|
5343
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5344
5343
|
name: string;
|
|
5344
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5345
5345
|
metadata: {
|
|
5346
|
-
id: string;
|
|
5347
5346
|
name: string;
|
|
5347
|
+
id: string;
|
|
5348
5348
|
accessToken?: string | undefined;
|
|
5349
5349
|
channelSecret?: string | undefined;
|
|
5350
5350
|
additionalCredentials?: any;
|
|
@@ -5438,8 +5438,8 @@ export declare const channelContract: {
|
|
|
5438
5438
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5439
5439
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5440
5440
|
}, "strip", z.ZodTypeAny, {
|
|
5441
|
-
id: string;
|
|
5442
5441
|
name: string;
|
|
5442
|
+
id: string;
|
|
5443
5443
|
accessToken?: string | undefined;
|
|
5444
5444
|
channelSecret?: string | undefined;
|
|
5445
5445
|
additionalCredentials?: any;
|
|
@@ -5463,8 +5463,8 @@ export declare const channelContract: {
|
|
|
5463
5463
|
lineRichMenuId?: string | null | undefined;
|
|
5464
5464
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5465
5465
|
}, {
|
|
5466
|
-
id: string;
|
|
5467
5466
|
name: string;
|
|
5467
|
+
id: string;
|
|
5468
5468
|
accessToken?: string | undefined;
|
|
5469
5469
|
channelSecret?: string | undefined;
|
|
5470
5470
|
additionalCredentials?: any;
|
|
@@ -5501,14 +5501,14 @@ export declare const channelContract: {
|
|
|
5501
5501
|
integrationId: z.ZodString;
|
|
5502
5502
|
accessToken: z.ZodString;
|
|
5503
5503
|
}, "strip", z.ZodTypeAny, {
|
|
5504
|
-
id: string;
|
|
5505
5504
|
name: string;
|
|
5505
|
+
id: string;
|
|
5506
5506
|
accessToken: string;
|
|
5507
5507
|
botId: string;
|
|
5508
5508
|
integrationId: string;
|
|
5509
5509
|
}, {
|
|
5510
|
-
id: string;
|
|
5511
5510
|
name: string;
|
|
5511
|
+
id: string;
|
|
5512
5512
|
accessToken: string;
|
|
5513
5513
|
botId: string;
|
|
5514
5514
|
integrationId: string;
|
|
@@ -5631,9 +5631,9 @@ export declare const channelContract: {
|
|
|
5631
5631
|
telephonySignature: string | null;
|
|
5632
5632
|
}>;
|
|
5633
5633
|
}, "strip", z.ZodTypeAny, {
|
|
5634
|
+
name: string;
|
|
5634
5635
|
id: string;
|
|
5635
5636
|
address: string | null;
|
|
5636
|
-
name: string;
|
|
5637
5637
|
email: string;
|
|
5638
5638
|
createdAt: Date;
|
|
5639
5639
|
updatedAt: Date;
|
|
@@ -5674,9 +5674,9 @@ export declare const channelContract: {
|
|
|
5674
5674
|
telephonySignature: string | null;
|
|
5675
5675
|
};
|
|
5676
5676
|
}, {
|
|
5677
|
+
name: string;
|
|
5677
5678
|
id: string;
|
|
5678
5679
|
address: string | null;
|
|
5679
|
-
name: string;
|
|
5680
5680
|
email: string;
|
|
5681
5681
|
createdAt: Date;
|
|
5682
5682
|
updatedAt: Date;
|
|
@@ -5718,12 +5718,12 @@ export declare const channelContract: {
|
|
|
5718
5718
|
};
|
|
5719
5719
|
}>;
|
|
5720
5720
|
}, "strip", z.ZodTypeAny, {
|
|
5721
|
+
name: string;
|
|
5721
5722
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5722
5723
|
id: string;
|
|
5723
|
-
name: string;
|
|
5724
5724
|
metadata: {
|
|
5725
|
-
id: string;
|
|
5726
5725
|
name: string;
|
|
5726
|
+
id: string;
|
|
5727
5727
|
accessToken?: string | undefined;
|
|
5728
5728
|
channelSecret?: string | undefined;
|
|
5729
5729
|
additionalCredentials?: any;
|
|
@@ -5752,9 +5752,9 @@ export declare const channelContract: {
|
|
|
5752
5752
|
updatedAt: Date;
|
|
5753
5753
|
deletedAt: Date | null;
|
|
5754
5754
|
actor: {
|
|
5755
|
+
name: string;
|
|
5755
5756
|
id: string;
|
|
5756
5757
|
address: string | null;
|
|
5757
|
-
name: string;
|
|
5758
5758
|
email: string;
|
|
5759
5759
|
createdAt: Date;
|
|
5760
5760
|
updatedAt: Date;
|
|
@@ -5801,19 +5801,19 @@ export declare const channelContract: {
|
|
|
5801
5801
|
connectedUserName: string;
|
|
5802
5802
|
connectedUserId: string;
|
|
5803
5803
|
botpressBot: {
|
|
5804
|
-
id: string;
|
|
5805
5804
|
name: string;
|
|
5805
|
+
id: string;
|
|
5806
5806
|
accessToken: string;
|
|
5807
5807
|
botId: string;
|
|
5808
5808
|
integrationId: string;
|
|
5809
5809
|
} | null;
|
|
5810
5810
|
}, {
|
|
5811
|
+
name: string;
|
|
5811
5812
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5812
5813
|
id: string;
|
|
5813
|
-
name: string;
|
|
5814
5814
|
metadata: {
|
|
5815
|
-
id: string;
|
|
5816
5815
|
name: string;
|
|
5816
|
+
id: string;
|
|
5817
5817
|
accessToken?: string | undefined;
|
|
5818
5818
|
channelSecret?: string | undefined;
|
|
5819
5819
|
additionalCredentials?: any;
|
|
@@ -5842,9 +5842,9 @@ export declare const channelContract: {
|
|
|
5842
5842
|
updatedAt: Date;
|
|
5843
5843
|
deletedAt: Date | null;
|
|
5844
5844
|
actor: {
|
|
5845
|
+
name: string;
|
|
5845
5846
|
id: string;
|
|
5846
5847
|
address: string | null;
|
|
5847
|
-
name: string;
|
|
5848
5848
|
email: string;
|
|
5849
5849
|
createdAt: Date;
|
|
5850
5850
|
updatedAt: Date;
|
|
@@ -5891,8 +5891,8 @@ export declare const channelContract: {
|
|
|
5891
5891
|
connectedUserName: string;
|
|
5892
5892
|
connectedUserId: string;
|
|
5893
5893
|
botpressBot: {
|
|
5894
|
-
id: string;
|
|
5895
5894
|
name: string;
|
|
5895
|
+
id: string;
|
|
5896
5896
|
accessToken: string;
|
|
5897
5897
|
botId: string;
|
|
5898
5898
|
integrationId: string;
|
|
@@ -5900,12 +5900,12 @@ export declare const channelContract: {
|
|
|
5900
5900
|
}>;
|
|
5901
5901
|
}, "strip", z.ZodTypeAny, {
|
|
5902
5902
|
channel: {
|
|
5903
|
+
name: string;
|
|
5903
5904
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5904
5905
|
id: string;
|
|
5905
|
-
name: string;
|
|
5906
5906
|
metadata: {
|
|
5907
|
-
id: string;
|
|
5908
5907
|
name: string;
|
|
5908
|
+
id: string;
|
|
5909
5909
|
accessToken?: string | undefined;
|
|
5910
5910
|
channelSecret?: string | undefined;
|
|
5911
5911
|
additionalCredentials?: any;
|
|
@@ -5934,9 +5934,9 @@ export declare const channelContract: {
|
|
|
5934
5934
|
updatedAt: Date;
|
|
5935
5935
|
deletedAt: Date | null;
|
|
5936
5936
|
actor: {
|
|
5937
|
+
name: string;
|
|
5937
5938
|
id: string;
|
|
5938
5939
|
address: string | null;
|
|
5939
|
-
name: string;
|
|
5940
5940
|
email: string;
|
|
5941
5941
|
createdAt: Date;
|
|
5942
5942
|
updatedAt: Date;
|
|
@@ -5983,8 +5983,8 @@ export declare const channelContract: {
|
|
|
5983
5983
|
connectedUserName: string;
|
|
5984
5984
|
connectedUserId: string;
|
|
5985
5985
|
botpressBot: {
|
|
5986
|
-
id: string;
|
|
5987
5986
|
name: string;
|
|
5987
|
+
id: string;
|
|
5988
5988
|
accessToken: string;
|
|
5989
5989
|
botId: string;
|
|
5990
5990
|
integrationId: string;
|
|
@@ -5993,12 +5993,12 @@ export declare const channelContract: {
|
|
|
5993
5993
|
requestId: string;
|
|
5994
5994
|
}, {
|
|
5995
5995
|
channel: {
|
|
5996
|
+
name: string;
|
|
5996
5997
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5997
5998
|
id: string;
|
|
5998
|
-
name: string;
|
|
5999
5999
|
metadata: {
|
|
6000
|
-
id: string;
|
|
6001
6000
|
name: string;
|
|
6001
|
+
id: string;
|
|
6002
6002
|
accessToken?: string | undefined;
|
|
6003
6003
|
channelSecret?: string | undefined;
|
|
6004
6004
|
additionalCredentials?: any;
|
|
@@ -6027,9 +6027,9 @@ export declare const channelContract: {
|
|
|
6027
6027
|
updatedAt: Date;
|
|
6028
6028
|
deletedAt: Date | null;
|
|
6029
6029
|
actor: {
|
|
6030
|
+
name: string;
|
|
6030
6031
|
id: string;
|
|
6031
6032
|
address: string | null;
|
|
6032
|
-
name: string;
|
|
6033
6033
|
email: string;
|
|
6034
6034
|
createdAt: Date;
|
|
6035
6035
|
updatedAt: Date;
|
|
@@ -6076,8 +6076,8 @@ export declare const channelContract: {
|
|
|
6076
6076
|
connectedUserName: string;
|
|
6077
6077
|
connectedUserId: string;
|
|
6078
6078
|
botpressBot: {
|
|
6079
|
-
id: string;
|
|
6080
6079
|
name: string;
|
|
6080
|
+
id: string;
|
|
6081
6081
|
accessToken: string;
|
|
6082
6082
|
botId: string;
|
|
6083
6083
|
integrationId: string;
|
|
@@ -6201,35 +6201,35 @@ export declare const channelContract: {
|
|
|
6201
6201
|
ig_id: z.ZodNumber;
|
|
6202
6202
|
id: z.ZodString;
|
|
6203
6203
|
}, "strip", z.ZodTypeAny, {
|
|
6204
|
-
id: string;
|
|
6205
6204
|
name: string;
|
|
6205
|
+
id: string;
|
|
6206
6206
|
username: string;
|
|
6207
6207
|
ig_id: number;
|
|
6208
6208
|
}, {
|
|
6209
|
-
id: string;
|
|
6210
6209
|
name: string;
|
|
6210
|
+
id: string;
|
|
6211
6211
|
username: string;
|
|
6212
6212
|
ig_id: number;
|
|
6213
6213
|
}>;
|
|
6214
6214
|
id: z.ZodString;
|
|
6215
6215
|
name: z.ZodString;
|
|
6216
6216
|
}, "strip", z.ZodTypeAny, {
|
|
6217
|
-
id: string;
|
|
6218
6217
|
name: string;
|
|
6218
|
+
id: string;
|
|
6219
6219
|
access_token: string;
|
|
6220
6220
|
instagram_business_account: {
|
|
6221
|
-
id: string;
|
|
6222
6221
|
name: string;
|
|
6222
|
+
id: string;
|
|
6223
6223
|
username: string;
|
|
6224
6224
|
ig_id: number;
|
|
6225
6225
|
};
|
|
6226
6226
|
}, {
|
|
6227
|
-
id: string;
|
|
6228
6227
|
name: string;
|
|
6228
|
+
id: string;
|
|
6229
6229
|
access_token: string;
|
|
6230
6230
|
instagram_business_account: {
|
|
6231
|
-
id: string;
|
|
6232
6231
|
name: string;
|
|
6232
|
+
id: string;
|
|
6233
6233
|
username: string;
|
|
6234
6234
|
ig_id: number;
|
|
6235
6235
|
};
|
|
@@ -6258,12 +6258,12 @@ export declare const channelContract: {
|
|
|
6258
6258
|
}>>;
|
|
6259
6259
|
}, "strip", z.ZodTypeAny, {
|
|
6260
6260
|
data: {
|
|
6261
|
-
id: string;
|
|
6262
6261
|
name: string;
|
|
6262
|
+
id: string;
|
|
6263
6263
|
access_token: string;
|
|
6264
6264
|
instagram_business_account: {
|
|
6265
|
-
id: string;
|
|
6266
6265
|
name: string;
|
|
6266
|
+
id: string;
|
|
6267
6267
|
username: string;
|
|
6268
6268
|
ig_id: number;
|
|
6269
6269
|
};
|
|
@@ -6276,12 +6276,12 @@ export declare const channelContract: {
|
|
|
6276
6276
|
} | undefined;
|
|
6277
6277
|
}, {
|
|
6278
6278
|
data: {
|
|
6279
|
-
id: string;
|
|
6280
6279
|
name: string;
|
|
6280
|
+
id: string;
|
|
6281
6281
|
access_token: string;
|
|
6282
6282
|
instagram_business_account: {
|
|
6283
|
-
id: string;
|
|
6284
6283
|
name: string;
|
|
6284
|
+
id: string;
|
|
6285
6285
|
username: string;
|
|
6286
6286
|
ig_id: number;
|
|
6287
6287
|
};
|
|
@@ -6296,12 +6296,12 @@ export declare const channelContract: {
|
|
|
6296
6296
|
}, "strip", z.ZodTypeAny, {
|
|
6297
6297
|
data: {
|
|
6298
6298
|
data: {
|
|
6299
|
-
id: string;
|
|
6300
6299
|
name: string;
|
|
6300
|
+
id: string;
|
|
6301
6301
|
access_token: string;
|
|
6302
6302
|
instagram_business_account: {
|
|
6303
|
-
id: string;
|
|
6304
6303
|
name: string;
|
|
6304
|
+
id: string;
|
|
6305
6305
|
username: string;
|
|
6306
6306
|
ig_id: number;
|
|
6307
6307
|
};
|
|
@@ -6317,12 +6317,12 @@ export declare const channelContract: {
|
|
|
6317
6317
|
}, {
|
|
6318
6318
|
data: {
|
|
6319
6319
|
data: {
|
|
6320
|
-
id: string;
|
|
6321
6320
|
name: string;
|
|
6321
|
+
id: string;
|
|
6322
6322
|
access_token: string;
|
|
6323
6323
|
instagram_business_account: {
|
|
6324
|
-
id: string;
|
|
6325
6324
|
name: string;
|
|
6325
|
+
id: string;
|
|
6326
6326
|
username: string;
|
|
6327
6327
|
ig_id: number;
|
|
6328
6328
|
};
|
|
@@ -6423,8 +6423,8 @@ export declare const channelContract: {
|
|
|
6423
6423
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6424
6424
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
6425
6425
|
}, "strip", z.ZodTypeAny, {
|
|
6426
|
-
id: string;
|
|
6427
6426
|
name: string;
|
|
6427
|
+
id: string;
|
|
6428
6428
|
accessToken?: string | undefined;
|
|
6429
6429
|
channelSecret?: string | undefined;
|
|
6430
6430
|
additionalCredentials?: any;
|
|
@@ -6448,8 +6448,8 @@ export declare const channelContract: {
|
|
|
6448
6448
|
lineRichMenuId?: string | null | undefined;
|
|
6449
6449
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6450
6450
|
}, {
|
|
6451
|
-
id: string;
|
|
6452
6451
|
name: string;
|
|
6452
|
+
id: string;
|
|
6453
6453
|
accessToken?: string | undefined;
|
|
6454
6454
|
channelSecret?: string | undefined;
|
|
6455
6455
|
additionalCredentials?: any;
|
|
@@ -6477,11 +6477,11 @@ export declare const channelContract: {
|
|
|
6477
6477
|
connectedUserId: z.ZodString;
|
|
6478
6478
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
|
6479
6479
|
}, "strip", z.ZodTypeAny, {
|
|
6480
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6481
6480
|
name: string;
|
|
6481
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6482
6482
|
metadata: {
|
|
6483
|
-
id: string;
|
|
6484
6483
|
name: string;
|
|
6484
|
+
id: string;
|
|
6485
6485
|
accessToken?: string | undefined;
|
|
6486
6486
|
channelSecret?: string | undefined;
|
|
6487
6487
|
additionalCredentials?: any;
|
|
@@ -6509,11 +6509,11 @@ export declare const channelContract: {
|
|
|
6509
6509
|
connectedUserId: string;
|
|
6510
6510
|
connectedUserName?: string | undefined;
|
|
6511
6511
|
}, {
|
|
6512
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6513
6512
|
name: string;
|
|
6513
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6514
6514
|
metadata: {
|
|
6515
|
-
id: string;
|
|
6516
6515
|
name: string;
|
|
6516
|
+
id: string;
|
|
6517
6517
|
accessToken?: string | undefined;
|
|
6518
6518
|
channelSecret?: string | undefined;
|
|
6519
6519
|
additionalCredentials?: any;
|
|
@@ -6607,8 +6607,8 @@ export declare const channelContract: {
|
|
|
6607
6607
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6608
6608
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
6609
6609
|
}, "strip", z.ZodTypeAny, {
|
|
6610
|
-
id: string;
|
|
6611
6610
|
name: string;
|
|
6611
|
+
id: string;
|
|
6612
6612
|
accessToken?: string | undefined;
|
|
6613
6613
|
channelSecret?: string | undefined;
|
|
6614
6614
|
additionalCredentials?: any;
|
|
@@ -6632,8 +6632,8 @@ export declare const channelContract: {
|
|
|
6632
6632
|
lineRichMenuId?: string | null | undefined;
|
|
6633
6633
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6634
6634
|
}, {
|
|
6635
|
-
id: string;
|
|
6636
6635
|
name: string;
|
|
6636
|
+
id: string;
|
|
6637
6637
|
accessToken?: string | undefined;
|
|
6638
6638
|
channelSecret?: string | undefined;
|
|
6639
6639
|
additionalCredentials?: any;
|
|
@@ -6670,14 +6670,14 @@ export declare const channelContract: {
|
|
|
6670
6670
|
integrationId: z.ZodString;
|
|
6671
6671
|
accessToken: z.ZodString;
|
|
6672
6672
|
}, "strip", z.ZodTypeAny, {
|
|
6673
|
-
id: string;
|
|
6674
6673
|
name: string;
|
|
6674
|
+
id: string;
|
|
6675
6675
|
accessToken: string;
|
|
6676
6676
|
botId: string;
|
|
6677
6677
|
integrationId: string;
|
|
6678
6678
|
}, {
|
|
6679
|
-
id: string;
|
|
6680
6679
|
name: string;
|
|
6680
|
+
id: string;
|
|
6681
6681
|
accessToken: string;
|
|
6682
6682
|
botId: string;
|
|
6683
6683
|
integrationId: string;
|
|
@@ -6800,9 +6800,9 @@ export declare const channelContract: {
|
|
|
6800
6800
|
telephonySignature: string | null;
|
|
6801
6801
|
}>;
|
|
6802
6802
|
}, "strip", z.ZodTypeAny, {
|
|
6803
|
+
name: string;
|
|
6803
6804
|
id: string;
|
|
6804
6805
|
address: string | null;
|
|
6805
|
-
name: string;
|
|
6806
6806
|
email: string;
|
|
6807
6807
|
createdAt: Date;
|
|
6808
6808
|
updatedAt: Date;
|
|
@@ -6843,9 +6843,9 @@ export declare const channelContract: {
|
|
|
6843
6843
|
telephonySignature: string | null;
|
|
6844
6844
|
};
|
|
6845
6845
|
}, {
|
|
6846
|
+
name: string;
|
|
6846
6847
|
id: string;
|
|
6847
6848
|
address: string | null;
|
|
6848
|
-
name: string;
|
|
6849
6849
|
email: string;
|
|
6850
6850
|
createdAt: Date;
|
|
6851
6851
|
updatedAt: Date;
|
|
@@ -6887,12 +6887,12 @@ export declare const channelContract: {
|
|
|
6887
6887
|
};
|
|
6888
6888
|
}>;
|
|
6889
6889
|
}, "strip", z.ZodTypeAny, {
|
|
6890
|
+
name: string;
|
|
6890
6891
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6891
6892
|
id: string;
|
|
6892
|
-
name: string;
|
|
6893
6893
|
metadata: {
|
|
6894
|
-
id: string;
|
|
6895
6894
|
name: string;
|
|
6895
|
+
id: string;
|
|
6896
6896
|
accessToken?: string | undefined;
|
|
6897
6897
|
channelSecret?: string | undefined;
|
|
6898
6898
|
additionalCredentials?: any;
|
|
@@ -6921,9 +6921,9 @@ export declare const channelContract: {
|
|
|
6921
6921
|
updatedAt: Date;
|
|
6922
6922
|
deletedAt: Date | null;
|
|
6923
6923
|
actor: {
|
|
6924
|
+
name: string;
|
|
6924
6925
|
id: string;
|
|
6925
6926
|
address: string | null;
|
|
6926
|
-
name: string;
|
|
6927
6927
|
email: string;
|
|
6928
6928
|
createdAt: Date;
|
|
6929
6929
|
updatedAt: Date;
|
|
@@ -6970,19 +6970,19 @@ export declare const channelContract: {
|
|
|
6970
6970
|
connectedUserName: string;
|
|
6971
6971
|
connectedUserId: string;
|
|
6972
6972
|
botpressBot: {
|
|
6973
|
-
id: string;
|
|
6974
6973
|
name: string;
|
|
6974
|
+
id: string;
|
|
6975
6975
|
accessToken: string;
|
|
6976
6976
|
botId: string;
|
|
6977
6977
|
integrationId: string;
|
|
6978
6978
|
} | null;
|
|
6979
6979
|
}, {
|
|
6980
|
+
name: string;
|
|
6980
6981
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6981
6982
|
id: string;
|
|
6982
|
-
name: string;
|
|
6983
6983
|
metadata: {
|
|
6984
|
-
id: string;
|
|
6985
6984
|
name: string;
|
|
6985
|
+
id: string;
|
|
6986
6986
|
accessToken?: string | undefined;
|
|
6987
6987
|
channelSecret?: string | undefined;
|
|
6988
6988
|
additionalCredentials?: any;
|
|
@@ -7011,9 +7011,9 @@ export declare const channelContract: {
|
|
|
7011
7011
|
updatedAt: Date;
|
|
7012
7012
|
deletedAt: Date | null;
|
|
7013
7013
|
actor: {
|
|
7014
|
+
name: string;
|
|
7014
7015
|
id: string;
|
|
7015
7016
|
address: string | null;
|
|
7016
|
-
name: string;
|
|
7017
7017
|
email: string;
|
|
7018
7018
|
createdAt: Date;
|
|
7019
7019
|
updatedAt: Date;
|
|
@@ -7060,8 +7060,8 @@ export declare const channelContract: {
|
|
|
7060
7060
|
connectedUserName: string;
|
|
7061
7061
|
connectedUserId: string;
|
|
7062
7062
|
botpressBot: {
|
|
7063
|
-
id: string;
|
|
7064
7063
|
name: string;
|
|
7064
|
+
id: string;
|
|
7065
7065
|
accessToken: string;
|
|
7066
7066
|
botId: string;
|
|
7067
7067
|
integrationId: string;
|
|
@@ -7069,12 +7069,12 @@ export declare const channelContract: {
|
|
|
7069
7069
|
}>;
|
|
7070
7070
|
}, "strip", z.ZodTypeAny, {
|
|
7071
7071
|
channel: {
|
|
7072
|
+
name: string;
|
|
7072
7073
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7073
7074
|
id: string;
|
|
7074
|
-
name: string;
|
|
7075
7075
|
metadata: {
|
|
7076
|
-
id: string;
|
|
7077
7076
|
name: string;
|
|
7077
|
+
id: string;
|
|
7078
7078
|
accessToken?: string | undefined;
|
|
7079
7079
|
channelSecret?: string | undefined;
|
|
7080
7080
|
additionalCredentials?: any;
|
|
@@ -7103,9 +7103,9 @@ export declare const channelContract: {
|
|
|
7103
7103
|
updatedAt: Date;
|
|
7104
7104
|
deletedAt: Date | null;
|
|
7105
7105
|
actor: {
|
|
7106
|
+
name: string;
|
|
7106
7107
|
id: string;
|
|
7107
7108
|
address: string | null;
|
|
7108
|
-
name: string;
|
|
7109
7109
|
email: string;
|
|
7110
7110
|
createdAt: Date;
|
|
7111
7111
|
updatedAt: Date;
|
|
@@ -7152,8 +7152,8 @@ export declare const channelContract: {
|
|
|
7152
7152
|
connectedUserName: string;
|
|
7153
7153
|
connectedUserId: string;
|
|
7154
7154
|
botpressBot: {
|
|
7155
|
-
id: string;
|
|
7156
7155
|
name: string;
|
|
7156
|
+
id: string;
|
|
7157
7157
|
accessToken: string;
|
|
7158
7158
|
botId: string;
|
|
7159
7159
|
integrationId: string;
|
|
@@ -7162,12 +7162,12 @@ export declare const channelContract: {
|
|
|
7162
7162
|
requestId: string;
|
|
7163
7163
|
}, {
|
|
7164
7164
|
channel: {
|
|
7165
|
+
name: string;
|
|
7165
7166
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7166
7167
|
id: string;
|
|
7167
|
-
name: string;
|
|
7168
7168
|
metadata: {
|
|
7169
|
-
id: string;
|
|
7170
7169
|
name: string;
|
|
7170
|
+
id: string;
|
|
7171
7171
|
accessToken?: string | undefined;
|
|
7172
7172
|
channelSecret?: string | undefined;
|
|
7173
7173
|
additionalCredentials?: any;
|
|
@@ -7196,9 +7196,9 @@ export declare const channelContract: {
|
|
|
7196
7196
|
updatedAt: Date;
|
|
7197
7197
|
deletedAt: Date | null;
|
|
7198
7198
|
actor: {
|
|
7199
|
+
name: string;
|
|
7199
7200
|
id: string;
|
|
7200
7201
|
address: string | null;
|
|
7201
|
-
name: string;
|
|
7202
7202
|
email: string;
|
|
7203
7203
|
createdAt: Date;
|
|
7204
7204
|
updatedAt: Date;
|
|
@@ -7245,8 +7245,8 @@ export declare const channelContract: {
|
|
|
7245
7245
|
connectedUserName: string;
|
|
7246
7246
|
connectedUserId: string;
|
|
7247
7247
|
botpressBot: {
|
|
7248
|
-
id: string;
|
|
7249
7248
|
name: string;
|
|
7249
|
+
id: string;
|
|
7250
7250
|
accessToken: string;
|
|
7251
7251
|
botId: string;
|
|
7252
7252
|
integrationId: string;
|
|
@@ -7362,8 +7362,8 @@ export declare const channelContract: {
|
|
|
7362
7362
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7363
7363
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
7364
7364
|
}, "strip", z.ZodTypeAny, {
|
|
7365
|
-
id: string;
|
|
7366
7365
|
name: string;
|
|
7366
|
+
id: string;
|
|
7367
7367
|
accessToken?: string | undefined;
|
|
7368
7368
|
channelSecret?: string | undefined;
|
|
7369
7369
|
additionalCredentials?: any;
|
|
@@ -7387,8 +7387,8 @@ export declare const channelContract: {
|
|
|
7387
7387
|
lineRichMenuId?: string | null | undefined;
|
|
7388
7388
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7389
7389
|
}, {
|
|
7390
|
-
id: string;
|
|
7391
7390
|
name: string;
|
|
7391
|
+
id: string;
|
|
7392
7392
|
accessToken?: string | undefined;
|
|
7393
7393
|
channelSecret?: string | undefined;
|
|
7394
7394
|
additionalCredentials?: any;
|
|
@@ -7425,14 +7425,14 @@ export declare const channelContract: {
|
|
|
7425
7425
|
integrationId: z.ZodString;
|
|
7426
7426
|
accessToken: z.ZodString;
|
|
7427
7427
|
}, "strip", z.ZodTypeAny, {
|
|
7428
|
-
id: string;
|
|
7429
7428
|
name: string;
|
|
7429
|
+
id: string;
|
|
7430
7430
|
accessToken: string;
|
|
7431
7431
|
botId: string;
|
|
7432
7432
|
integrationId: string;
|
|
7433
7433
|
}, {
|
|
7434
|
-
id: string;
|
|
7435
7434
|
name: string;
|
|
7435
|
+
id: string;
|
|
7436
7436
|
accessToken: string;
|
|
7437
7437
|
botId: string;
|
|
7438
7438
|
integrationId: string;
|
|
@@ -7555,9 +7555,9 @@ export declare const channelContract: {
|
|
|
7555
7555
|
telephonySignature: string | null;
|
|
7556
7556
|
}>;
|
|
7557
7557
|
}, "strip", z.ZodTypeAny, {
|
|
7558
|
+
name: string;
|
|
7558
7559
|
id: string;
|
|
7559
7560
|
address: string | null;
|
|
7560
|
-
name: string;
|
|
7561
7561
|
email: string;
|
|
7562
7562
|
createdAt: Date;
|
|
7563
7563
|
updatedAt: Date;
|
|
@@ -7598,9 +7598,9 @@ export declare const channelContract: {
|
|
|
7598
7598
|
telephonySignature: string | null;
|
|
7599
7599
|
};
|
|
7600
7600
|
}, {
|
|
7601
|
+
name: string;
|
|
7601
7602
|
id: string;
|
|
7602
7603
|
address: string | null;
|
|
7603
|
-
name: string;
|
|
7604
7604
|
email: string;
|
|
7605
7605
|
createdAt: Date;
|
|
7606
7606
|
updatedAt: Date;
|
|
@@ -7642,12 +7642,12 @@ export declare const channelContract: {
|
|
|
7642
7642
|
};
|
|
7643
7643
|
}>;
|
|
7644
7644
|
}, "strip", z.ZodTypeAny, {
|
|
7645
|
+
name: string;
|
|
7645
7646
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7646
7647
|
id: string;
|
|
7647
|
-
name: string;
|
|
7648
7648
|
metadata: {
|
|
7649
|
-
id: string;
|
|
7650
7649
|
name: string;
|
|
7650
|
+
id: string;
|
|
7651
7651
|
accessToken?: string | undefined;
|
|
7652
7652
|
channelSecret?: string | undefined;
|
|
7653
7653
|
additionalCredentials?: any;
|
|
@@ -7676,9 +7676,9 @@ export declare const channelContract: {
|
|
|
7676
7676
|
updatedAt: Date;
|
|
7677
7677
|
deletedAt: Date | null;
|
|
7678
7678
|
actor: {
|
|
7679
|
+
name: string;
|
|
7679
7680
|
id: string;
|
|
7680
7681
|
address: string | null;
|
|
7681
|
-
name: string;
|
|
7682
7682
|
email: string;
|
|
7683
7683
|
createdAt: Date;
|
|
7684
7684
|
updatedAt: Date;
|
|
@@ -7725,19 +7725,19 @@ export declare const channelContract: {
|
|
|
7725
7725
|
connectedUserName: string;
|
|
7726
7726
|
connectedUserId: string;
|
|
7727
7727
|
botpressBot: {
|
|
7728
|
-
id: string;
|
|
7729
7728
|
name: string;
|
|
7729
|
+
id: string;
|
|
7730
7730
|
accessToken: string;
|
|
7731
7731
|
botId: string;
|
|
7732
7732
|
integrationId: string;
|
|
7733
7733
|
} | null;
|
|
7734
7734
|
}, {
|
|
7735
|
+
name: string;
|
|
7735
7736
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7736
7737
|
id: string;
|
|
7737
|
-
name: string;
|
|
7738
7738
|
metadata: {
|
|
7739
|
-
id: string;
|
|
7740
7739
|
name: string;
|
|
7740
|
+
id: string;
|
|
7741
7741
|
accessToken?: string | undefined;
|
|
7742
7742
|
channelSecret?: string | undefined;
|
|
7743
7743
|
additionalCredentials?: any;
|
|
@@ -7766,9 +7766,9 @@ export declare const channelContract: {
|
|
|
7766
7766
|
updatedAt: Date;
|
|
7767
7767
|
deletedAt: Date | null;
|
|
7768
7768
|
actor: {
|
|
7769
|
+
name: string;
|
|
7769
7770
|
id: string;
|
|
7770
7771
|
address: string | null;
|
|
7771
|
-
name: string;
|
|
7772
7772
|
email: string;
|
|
7773
7773
|
createdAt: Date;
|
|
7774
7774
|
updatedAt: Date;
|
|
@@ -7815,8 +7815,8 @@ export declare const channelContract: {
|
|
|
7815
7815
|
connectedUserName: string;
|
|
7816
7816
|
connectedUserId: string;
|
|
7817
7817
|
botpressBot: {
|
|
7818
|
-
id: string;
|
|
7819
7818
|
name: string;
|
|
7819
|
+
id: string;
|
|
7820
7820
|
accessToken: string;
|
|
7821
7821
|
botId: string;
|
|
7822
7822
|
integrationId: string;
|
|
@@ -7824,12 +7824,12 @@ export declare const channelContract: {
|
|
|
7824
7824
|
}>;
|
|
7825
7825
|
}, "strip", z.ZodTypeAny, {
|
|
7826
7826
|
channel: {
|
|
7827
|
+
name: string;
|
|
7827
7828
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7828
7829
|
id: string;
|
|
7829
|
-
name: string;
|
|
7830
7830
|
metadata: {
|
|
7831
|
-
id: string;
|
|
7832
7831
|
name: string;
|
|
7832
|
+
id: string;
|
|
7833
7833
|
accessToken?: string | undefined;
|
|
7834
7834
|
channelSecret?: string | undefined;
|
|
7835
7835
|
additionalCredentials?: any;
|
|
@@ -7858,9 +7858,9 @@ export declare const channelContract: {
|
|
|
7858
7858
|
updatedAt: Date;
|
|
7859
7859
|
deletedAt: Date | null;
|
|
7860
7860
|
actor: {
|
|
7861
|
+
name: string;
|
|
7861
7862
|
id: string;
|
|
7862
7863
|
address: string | null;
|
|
7863
|
-
name: string;
|
|
7864
7864
|
email: string;
|
|
7865
7865
|
createdAt: Date;
|
|
7866
7866
|
updatedAt: Date;
|
|
@@ -7907,8 +7907,8 @@ export declare const channelContract: {
|
|
|
7907
7907
|
connectedUserName: string;
|
|
7908
7908
|
connectedUserId: string;
|
|
7909
7909
|
botpressBot: {
|
|
7910
|
-
id: string;
|
|
7911
7910
|
name: string;
|
|
7911
|
+
id: string;
|
|
7912
7912
|
accessToken: string;
|
|
7913
7913
|
botId: string;
|
|
7914
7914
|
integrationId: string;
|
|
@@ -7917,12 +7917,12 @@ export declare const channelContract: {
|
|
|
7917
7917
|
requestId: string;
|
|
7918
7918
|
}, {
|
|
7919
7919
|
channel: {
|
|
7920
|
+
name: string;
|
|
7920
7921
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7921
7922
|
id: string;
|
|
7922
|
-
name: string;
|
|
7923
7923
|
metadata: {
|
|
7924
|
-
id: string;
|
|
7925
7924
|
name: string;
|
|
7925
|
+
id: string;
|
|
7926
7926
|
accessToken?: string | undefined;
|
|
7927
7927
|
channelSecret?: string | undefined;
|
|
7928
7928
|
additionalCredentials?: any;
|
|
@@ -7951,9 +7951,9 @@ export declare const channelContract: {
|
|
|
7951
7951
|
updatedAt: Date;
|
|
7952
7952
|
deletedAt: Date | null;
|
|
7953
7953
|
actor: {
|
|
7954
|
+
name: string;
|
|
7954
7955
|
id: string;
|
|
7955
7956
|
address: string | null;
|
|
7956
|
-
name: string;
|
|
7957
7957
|
email: string;
|
|
7958
7958
|
createdAt: Date;
|
|
7959
7959
|
updatedAt: Date;
|
|
@@ -8000,8 +8000,8 @@ export declare const channelContract: {
|
|
|
8000
8000
|
connectedUserName: string;
|
|
8001
8001
|
connectedUserId: string;
|
|
8002
8002
|
botpressBot: {
|
|
8003
|
-
id: string;
|
|
8004
8003
|
name: string;
|
|
8004
|
+
id: string;
|
|
8005
8005
|
accessToken: string;
|
|
8006
8006
|
botId: string;
|
|
8007
8007
|
integrationId: string;
|
|
@@ -8127,8 +8127,8 @@ export declare const channelContract: {
|
|
|
8127
8127
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8128
8128
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8129
8129
|
}, "strip", z.ZodTypeAny, {
|
|
8130
|
-
id: string;
|
|
8131
8130
|
name: string;
|
|
8131
|
+
id: string;
|
|
8132
8132
|
accessToken?: string | undefined;
|
|
8133
8133
|
channelSecret?: string | undefined;
|
|
8134
8134
|
additionalCredentials?: any;
|
|
@@ -8152,8 +8152,8 @@ export declare const channelContract: {
|
|
|
8152
8152
|
lineRichMenuId?: string | null | undefined;
|
|
8153
8153
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8154
8154
|
}, {
|
|
8155
|
-
id: string;
|
|
8156
8155
|
name: string;
|
|
8156
|
+
id: string;
|
|
8157
8157
|
accessToken?: string | undefined;
|
|
8158
8158
|
channelSecret?: string | undefined;
|
|
8159
8159
|
additionalCredentials?: any;
|
|
@@ -8190,14 +8190,14 @@ export declare const channelContract: {
|
|
|
8190
8190
|
integrationId: z.ZodString;
|
|
8191
8191
|
accessToken: z.ZodString;
|
|
8192
8192
|
}, "strip", z.ZodTypeAny, {
|
|
8193
|
-
id: string;
|
|
8194
8193
|
name: string;
|
|
8194
|
+
id: string;
|
|
8195
8195
|
accessToken: string;
|
|
8196
8196
|
botId: string;
|
|
8197
8197
|
integrationId: string;
|
|
8198
8198
|
}, {
|
|
8199
|
-
id: string;
|
|
8200
8199
|
name: string;
|
|
8200
|
+
id: string;
|
|
8201
8201
|
accessToken: string;
|
|
8202
8202
|
botId: string;
|
|
8203
8203
|
integrationId: string;
|
|
@@ -8320,9 +8320,9 @@ export declare const channelContract: {
|
|
|
8320
8320
|
telephonySignature: string | null;
|
|
8321
8321
|
}>;
|
|
8322
8322
|
}, "strip", z.ZodTypeAny, {
|
|
8323
|
+
name: string;
|
|
8323
8324
|
id: string;
|
|
8324
8325
|
address: string | null;
|
|
8325
|
-
name: string;
|
|
8326
8326
|
email: string;
|
|
8327
8327
|
createdAt: Date;
|
|
8328
8328
|
updatedAt: Date;
|
|
@@ -8363,9 +8363,9 @@ export declare const channelContract: {
|
|
|
8363
8363
|
telephonySignature: string | null;
|
|
8364
8364
|
};
|
|
8365
8365
|
}, {
|
|
8366
|
+
name: string;
|
|
8366
8367
|
id: string;
|
|
8367
8368
|
address: string | null;
|
|
8368
|
-
name: string;
|
|
8369
8369
|
email: string;
|
|
8370
8370
|
createdAt: Date;
|
|
8371
8371
|
updatedAt: Date;
|
|
@@ -8407,12 +8407,12 @@ export declare const channelContract: {
|
|
|
8407
8407
|
};
|
|
8408
8408
|
}>;
|
|
8409
8409
|
}, "strip", z.ZodTypeAny, {
|
|
8410
|
+
name: string;
|
|
8410
8411
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8411
8412
|
id: string;
|
|
8412
|
-
name: string;
|
|
8413
8413
|
metadata: {
|
|
8414
|
-
id: string;
|
|
8415
8414
|
name: string;
|
|
8415
|
+
id: string;
|
|
8416
8416
|
accessToken?: string | undefined;
|
|
8417
8417
|
channelSecret?: string | undefined;
|
|
8418
8418
|
additionalCredentials?: any;
|
|
@@ -8441,9 +8441,9 @@ export declare const channelContract: {
|
|
|
8441
8441
|
updatedAt: Date;
|
|
8442
8442
|
deletedAt: Date | null;
|
|
8443
8443
|
actor: {
|
|
8444
|
+
name: string;
|
|
8444
8445
|
id: string;
|
|
8445
8446
|
address: string | null;
|
|
8446
|
-
name: string;
|
|
8447
8447
|
email: string;
|
|
8448
8448
|
createdAt: Date;
|
|
8449
8449
|
updatedAt: Date;
|
|
@@ -8490,19 +8490,19 @@ export declare const channelContract: {
|
|
|
8490
8490
|
connectedUserName: string;
|
|
8491
8491
|
connectedUserId: string;
|
|
8492
8492
|
botpressBot: {
|
|
8493
|
-
id: string;
|
|
8494
8493
|
name: string;
|
|
8494
|
+
id: string;
|
|
8495
8495
|
accessToken: string;
|
|
8496
8496
|
botId: string;
|
|
8497
8497
|
integrationId: string;
|
|
8498
8498
|
} | null;
|
|
8499
8499
|
}, {
|
|
8500
|
+
name: string;
|
|
8500
8501
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8501
8502
|
id: string;
|
|
8502
|
-
name: string;
|
|
8503
8503
|
metadata: {
|
|
8504
|
-
id: string;
|
|
8505
8504
|
name: string;
|
|
8505
|
+
id: string;
|
|
8506
8506
|
accessToken?: string | undefined;
|
|
8507
8507
|
channelSecret?: string | undefined;
|
|
8508
8508
|
additionalCredentials?: any;
|
|
@@ -8531,9 +8531,9 @@ export declare const channelContract: {
|
|
|
8531
8531
|
updatedAt: Date;
|
|
8532
8532
|
deletedAt: Date | null;
|
|
8533
8533
|
actor: {
|
|
8534
|
+
name: string;
|
|
8534
8535
|
id: string;
|
|
8535
8536
|
address: string | null;
|
|
8536
|
-
name: string;
|
|
8537
8537
|
email: string;
|
|
8538
8538
|
createdAt: Date;
|
|
8539
8539
|
updatedAt: Date;
|
|
@@ -8580,8 +8580,8 @@ export declare const channelContract: {
|
|
|
8580
8580
|
connectedUserName: string;
|
|
8581
8581
|
connectedUserId: string;
|
|
8582
8582
|
botpressBot: {
|
|
8583
|
-
id: string;
|
|
8584
8583
|
name: string;
|
|
8584
|
+
id: string;
|
|
8585
8585
|
accessToken: string;
|
|
8586
8586
|
botId: string;
|
|
8587
8587
|
integrationId: string;
|
|
@@ -8589,12 +8589,12 @@ export declare const channelContract: {
|
|
|
8589
8589
|
}>;
|
|
8590
8590
|
}, "strip", z.ZodTypeAny, {
|
|
8591
8591
|
channel: {
|
|
8592
|
+
name: string;
|
|
8592
8593
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8593
8594
|
id: string;
|
|
8594
|
-
name: string;
|
|
8595
8595
|
metadata: {
|
|
8596
|
-
id: string;
|
|
8597
8596
|
name: string;
|
|
8597
|
+
id: string;
|
|
8598
8598
|
accessToken?: string | undefined;
|
|
8599
8599
|
channelSecret?: string | undefined;
|
|
8600
8600
|
additionalCredentials?: any;
|
|
@@ -8623,9 +8623,9 @@ export declare const channelContract: {
|
|
|
8623
8623
|
updatedAt: Date;
|
|
8624
8624
|
deletedAt: Date | null;
|
|
8625
8625
|
actor: {
|
|
8626
|
+
name: string;
|
|
8626
8627
|
id: string;
|
|
8627
8628
|
address: string | null;
|
|
8628
|
-
name: string;
|
|
8629
8629
|
email: string;
|
|
8630
8630
|
createdAt: Date;
|
|
8631
8631
|
updatedAt: Date;
|
|
@@ -8672,8 +8672,8 @@ export declare const channelContract: {
|
|
|
8672
8672
|
connectedUserName: string;
|
|
8673
8673
|
connectedUserId: string;
|
|
8674
8674
|
botpressBot: {
|
|
8675
|
-
id: string;
|
|
8676
8675
|
name: string;
|
|
8676
|
+
id: string;
|
|
8677
8677
|
accessToken: string;
|
|
8678
8678
|
botId: string;
|
|
8679
8679
|
integrationId: string;
|
|
@@ -8682,12 +8682,12 @@ export declare const channelContract: {
|
|
|
8682
8682
|
requestId: string;
|
|
8683
8683
|
}, {
|
|
8684
8684
|
channel: {
|
|
8685
|
+
name: string;
|
|
8685
8686
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8686
8687
|
id: string;
|
|
8687
|
-
name: string;
|
|
8688
8688
|
metadata: {
|
|
8689
|
-
id: string;
|
|
8690
8689
|
name: string;
|
|
8690
|
+
id: string;
|
|
8691
8691
|
accessToken?: string | undefined;
|
|
8692
8692
|
channelSecret?: string | undefined;
|
|
8693
8693
|
additionalCredentials?: any;
|
|
@@ -8716,9 +8716,9 @@ export declare const channelContract: {
|
|
|
8716
8716
|
updatedAt: Date;
|
|
8717
8717
|
deletedAt: Date | null;
|
|
8718
8718
|
actor: {
|
|
8719
|
+
name: string;
|
|
8719
8720
|
id: string;
|
|
8720
8721
|
address: string | null;
|
|
8721
|
-
name: string;
|
|
8722
8722
|
email: string;
|
|
8723
8723
|
createdAt: Date;
|
|
8724
8724
|
updatedAt: Date;
|
|
@@ -8765,8 +8765,8 @@ export declare const channelContract: {
|
|
|
8765
8765
|
connectedUserName: string;
|
|
8766
8766
|
connectedUserId: string;
|
|
8767
8767
|
botpressBot: {
|
|
8768
|
-
id: string;
|
|
8769
8768
|
name: string;
|
|
8769
|
+
id: string;
|
|
8770
8770
|
accessToken: string;
|
|
8771
8771
|
botId: string;
|
|
8772
8772
|
integrationId: string;
|
|
@@ -8829,8 +8829,8 @@ export declare const channelContract: {
|
|
|
8829
8829
|
agentAwayMessage: z.ZodOptional<z.ZodString>;
|
|
8830
8830
|
widgetColor: z.ZodOptional<z.ZodString>;
|
|
8831
8831
|
}, "strip", z.ZodTypeAny, {
|
|
8832
|
-
type: import("./validation").ChatwootChannelType;
|
|
8833
8832
|
name: string;
|
|
8833
|
+
type: import("./validation").ChatwootChannelType;
|
|
8834
8834
|
websiteName: string;
|
|
8835
8835
|
welcomeTitle: string;
|
|
8836
8836
|
websiteUrl: string;
|
|
@@ -8839,8 +8839,8 @@ export declare const channelContract: {
|
|
|
8839
8839
|
agentAwayMessage?: string | undefined;
|
|
8840
8840
|
widgetColor?: string | undefined;
|
|
8841
8841
|
}, {
|
|
8842
|
-
type: import("./validation").ChatwootChannelType;
|
|
8843
8842
|
name: string;
|
|
8843
|
+
type: import("./validation").ChatwootChannelType;
|
|
8844
8844
|
websiteName: string;
|
|
8845
8845
|
welcomeTitle: string;
|
|
8846
8846
|
websiteUrl: string;
|
|
@@ -8850,9 +8850,10 @@ export declare const channelContract: {
|
|
|
8850
8850
|
widgetColor?: string | undefined;
|
|
8851
8851
|
}>;
|
|
8852
8852
|
}, "strip", z.ZodTypeAny, {
|
|
8853
|
+
name: string;
|
|
8853
8854
|
channel: {
|
|
8854
|
-
type: import("./validation").ChatwootChannelType;
|
|
8855
8855
|
name: string;
|
|
8856
|
+
type: import("./validation").ChatwootChannelType;
|
|
8856
8857
|
websiteName: string;
|
|
8857
8858
|
welcomeTitle: string;
|
|
8858
8859
|
websiteUrl: string;
|
|
@@ -8861,11 +8862,11 @@ export declare const channelContract: {
|
|
|
8861
8862
|
agentAwayMessage?: string | undefined;
|
|
8862
8863
|
widgetColor?: string | undefined;
|
|
8863
8864
|
};
|
|
8864
|
-
name: string;
|
|
8865
8865
|
}, {
|
|
8866
|
+
name: string;
|
|
8866
8867
|
channel: {
|
|
8867
|
-
type: import("./validation").ChatwootChannelType;
|
|
8868
8868
|
name: string;
|
|
8869
|
+
type: import("./validation").ChatwootChannelType;
|
|
8869
8870
|
websiteName: string;
|
|
8870
8871
|
welcomeTitle: string;
|
|
8871
8872
|
websiteUrl: string;
|
|
@@ -8874,7 +8875,6 @@ export declare const channelContract: {
|
|
|
8874
8875
|
agentAwayMessage?: string | undefined;
|
|
8875
8876
|
widgetColor?: string | undefined;
|
|
8876
8877
|
};
|
|
8877
|
-
name: string;
|
|
8878
8878
|
}>;
|
|
8879
8879
|
summary: "Connect message channel";
|
|
8880
8880
|
method: "POST";
|
|
@@ -8942,8 +8942,8 @@ export declare const channelContract: {
|
|
|
8942
8942
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8943
8943
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8944
8944
|
}, "strip", z.ZodTypeAny, {
|
|
8945
|
-
id: string;
|
|
8946
8945
|
name: string;
|
|
8946
|
+
id: string;
|
|
8947
8947
|
accessToken?: string | undefined;
|
|
8948
8948
|
channelSecret?: string | undefined;
|
|
8949
8949
|
additionalCredentials?: any;
|
|
@@ -8967,8 +8967,8 @@ export declare const channelContract: {
|
|
|
8967
8967
|
lineRichMenuId?: string | null | undefined;
|
|
8968
8968
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8969
8969
|
}, {
|
|
8970
|
-
id: string;
|
|
8971
8970
|
name: string;
|
|
8971
|
+
id: string;
|
|
8972
8972
|
accessToken?: string | undefined;
|
|
8973
8973
|
channelSecret?: string | undefined;
|
|
8974
8974
|
additionalCredentials?: any;
|
|
@@ -9005,14 +9005,14 @@ export declare const channelContract: {
|
|
|
9005
9005
|
integrationId: z.ZodString;
|
|
9006
9006
|
accessToken: z.ZodString;
|
|
9007
9007
|
}, "strip", z.ZodTypeAny, {
|
|
9008
|
-
id: string;
|
|
9009
9008
|
name: string;
|
|
9009
|
+
id: string;
|
|
9010
9010
|
accessToken: string;
|
|
9011
9011
|
botId: string;
|
|
9012
9012
|
integrationId: string;
|
|
9013
9013
|
}, {
|
|
9014
|
-
id: string;
|
|
9015
9014
|
name: string;
|
|
9015
|
+
id: string;
|
|
9016
9016
|
accessToken: string;
|
|
9017
9017
|
botId: string;
|
|
9018
9018
|
integrationId: string;
|
|
@@ -9135,9 +9135,9 @@ export declare const channelContract: {
|
|
|
9135
9135
|
telephonySignature: string | null;
|
|
9136
9136
|
}>;
|
|
9137
9137
|
}, "strip", z.ZodTypeAny, {
|
|
9138
|
+
name: string;
|
|
9138
9139
|
id: string;
|
|
9139
9140
|
address: string | null;
|
|
9140
|
-
name: string;
|
|
9141
9141
|
email: string;
|
|
9142
9142
|
createdAt: Date;
|
|
9143
9143
|
updatedAt: Date;
|
|
@@ -9178,9 +9178,9 @@ export declare const channelContract: {
|
|
|
9178
9178
|
telephonySignature: string | null;
|
|
9179
9179
|
};
|
|
9180
9180
|
}, {
|
|
9181
|
+
name: string;
|
|
9181
9182
|
id: string;
|
|
9182
9183
|
address: string | null;
|
|
9183
|
-
name: string;
|
|
9184
9184
|
email: string;
|
|
9185
9185
|
createdAt: Date;
|
|
9186
9186
|
updatedAt: Date;
|
|
@@ -9222,12 +9222,12 @@ export declare const channelContract: {
|
|
|
9222
9222
|
};
|
|
9223
9223
|
}>;
|
|
9224
9224
|
}, "strip", z.ZodTypeAny, {
|
|
9225
|
+
name: string;
|
|
9225
9226
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9226
9227
|
id: string;
|
|
9227
|
-
name: string;
|
|
9228
9228
|
metadata: {
|
|
9229
|
-
id: string;
|
|
9230
9229
|
name: string;
|
|
9230
|
+
id: string;
|
|
9231
9231
|
accessToken?: string | undefined;
|
|
9232
9232
|
channelSecret?: string | undefined;
|
|
9233
9233
|
additionalCredentials?: any;
|
|
@@ -9256,9 +9256,9 @@ export declare const channelContract: {
|
|
|
9256
9256
|
updatedAt: Date;
|
|
9257
9257
|
deletedAt: Date | null;
|
|
9258
9258
|
actor: {
|
|
9259
|
+
name: string;
|
|
9259
9260
|
id: string;
|
|
9260
9261
|
address: string | null;
|
|
9261
|
-
name: string;
|
|
9262
9262
|
email: string;
|
|
9263
9263
|
createdAt: Date;
|
|
9264
9264
|
updatedAt: Date;
|
|
@@ -9305,19 +9305,19 @@ export declare const channelContract: {
|
|
|
9305
9305
|
connectedUserName: string;
|
|
9306
9306
|
connectedUserId: string;
|
|
9307
9307
|
botpressBot: {
|
|
9308
|
-
id: string;
|
|
9309
9308
|
name: string;
|
|
9309
|
+
id: string;
|
|
9310
9310
|
accessToken: string;
|
|
9311
9311
|
botId: string;
|
|
9312
9312
|
integrationId: string;
|
|
9313
9313
|
} | null;
|
|
9314
9314
|
}, {
|
|
9315
|
+
name: string;
|
|
9315
9316
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9316
9317
|
id: string;
|
|
9317
|
-
name: string;
|
|
9318
9318
|
metadata: {
|
|
9319
|
-
id: string;
|
|
9320
9319
|
name: string;
|
|
9320
|
+
id: string;
|
|
9321
9321
|
accessToken?: string | undefined;
|
|
9322
9322
|
channelSecret?: string | undefined;
|
|
9323
9323
|
additionalCredentials?: any;
|
|
@@ -9346,9 +9346,9 @@ export declare const channelContract: {
|
|
|
9346
9346
|
updatedAt: Date;
|
|
9347
9347
|
deletedAt: Date | null;
|
|
9348
9348
|
actor: {
|
|
9349
|
+
name: string;
|
|
9349
9350
|
id: string;
|
|
9350
9351
|
address: string | null;
|
|
9351
|
-
name: string;
|
|
9352
9352
|
email: string;
|
|
9353
9353
|
createdAt: Date;
|
|
9354
9354
|
updatedAt: Date;
|
|
@@ -9395,8 +9395,8 @@ export declare const channelContract: {
|
|
|
9395
9395
|
connectedUserName: string;
|
|
9396
9396
|
connectedUserId: string;
|
|
9397
9397
|
botpressBot: {
|
|
9398
|
-
id: string;
|
|
9399
9398
|
name: string;
|
|
9399
|
+
id: string;
|
|
9400
9400
|
accessToken: string;
|
|
9401
9401
|
botId: string;
|
|
9402
9402
|
integrationId: string;
|
|
@@ -9404,12 +9404,12 @@ export declare const channelContract: {
|
|
|
9404
9404
|
}>;
|
|
9405
9405
|
}, "strip", z.ZodTypeAny, {
|
|
9406
9406
|
channel: {
|
|
9407
|
+
name: string;
|
|
9407
9408
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9408
9409
|
id: string;
|
|
9409
|
-
name: string;
|
|
9410
9410
|
metadata: {
|
|
9411
|
-
id: string;
|
|
9412
9411
|
name: string;
|
|
9412
|
+
id: string;
|
|
9413
9413
|
accessToken?: string | undefined;
|
|
9414
9414
|
channelSecret?: string | undefined;
|
|
9415
9415
|
additionalCredentials?: any;
|
|
@@ -9438,9 +9438,9 @@ export declare const channelContract: {
|
|
|
9438
9438
|
updatedAt: Date;
|
|
9439
9439
|
deletedAt: Date | null;
|
|
9440
9440
|
actor: {
|
|
9441
|
+
name: string;
|
|
9441
9442
|
id: string;
|
|
9442
9443
|
address: string | null;
|
|
9443
|
-
name: string;
|
|
9444
9444
|
email: string;
|
|
9445
9445
|
createdAt: Date;
|
|
9446
9446
|
updatedAt: Date;
|
|
@@ -9487,8 +9487,8 @@ export declare const channelContract: {
|
|
|
9487
9487
|
connectedUserName: string;
|
|
9488
9488
|
connectedUserId: string;
|
|
9489
9489
|
botpressBot: {
|
|
9490
|
-
id: string;
|
|
9491
9490
|
name: string;
|
|
9491
|
+
id: string;
|
|
9492
9492
|
accessToken: string;
|
|
9493
9493
|
botId: string;
|
|
9494
9494
|
integrationId: string;
|
|
@@ -9497,12 +9497,12 @@ export declare const channelContract: {
|
|
|
9497
9497
|
requestId: string;
|
|
9498
9498
|
}, {
|
|
9499
9499
|
channel: {
|
|
9500
|
+
name: string;
|
|
9500
9501
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9501
9502
|
id: string;
|
|
9502
|
-
name: string;
|
|
9503
9503
|
metadata: {
|
|
9504
|
-
id: string;
|
|
9505
9504
|
name: string;
|
|
9505
|
+
id: string;
|
|
9506
9506
|
accessToken?: string | undefined;
|
|
9507
9507
|
channelSecret?: string | undefined;
|
|
9508
9508
|
additionalCredentials?: any;
|
|
@@ -9531,9 +9531,9 @@ export declare const channelContract: {
|
|
|
9531
9531
|
updatedAt: Date;
|
|
9532
9532
|
deletedAt: Date | null;
|
|
9533
9533
|
actor: {
|
|
9534
|
+
name: string;
|
|
9534
9535
|
id: string;
|
|
9535
9536
|
address: string | null;
|
|
9536
|
-
name: string;
|
|
9537
9537
|
email: string;
|
|
9538
9538
|
createdAt: Date;
|
|
9539
9539
|
updatedAt: Date;
|
|
@@ -9580,8 +9580,8 @@ export declare const channelContract: {
|
|
|
9580
9580
|
connectedUserName: string;
|
|
9581
9581
|
connectedUserId: string;
|
|
9582
9582
|
botpressBot: {
|
|
9583
|
-
id: string;
|
|
9584
9583
|
name: string;
|
|
9584
|
+
id: string;
|
|
9585
9585
|
accessToken: string;
|
|
9586
9586
|
botId: string;
|
|
9587
9587
|
integrationId: string;
|
|
@@ -9688,8 +9688,8 @@ export declare const channelContract: {
|
|
|
9688
9688
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9689
9689
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
9690
9690
|
}, "strip", z.ZodTypeAny, {
|
|
9691
|
-
id: string;
|
|
9692
9691
|
name: string;
|
|
9692
|
+
id: string;
|
|
9693
9693
|
accessToken?: string | undefined;
|
|
9694
9694
|
channelSecret?: string | undefined;
|
|
9695
9695
|
additionalCredentials?: any;
|
|
@@ -9713,8 +9713,8 @@ export declare const channelContract: {
|
|
|
9713
9713
|
lineRichMenuId?: string | null | undefined;
|
|
9714
9714
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9715
9715
|
}, {
|
|
9716
|
-
id: string;
|
|
9717
9716
|
name: string;
|
|
9717
|
+
id: string;
|
|
9718
9718
|
accessToken?: string | undefined;
|
|
9719
9719
|
channelSecret?: string | undefined;
|
|
9720
9720
|
additionalCredentials?: any;
|
|
@@ -9740,11 +9740,11 @@ export declare const channelContract: {
|
|
|
9740
9740
|
}>;
|
|
9741
9741
|
platformId: z.ZodString;
|
|
9742
9742
|
}, "strip", z.ZodTypeAny, {
|
|
9743
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9744
9743
|
name: string;
|
|
9744
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9745
9745
|
metadata: {
|
|
9746
|
-
id: string;
|
|
9747
9746
|
name: string;
|
|
9747
|
+
id: string;
|
|
9748
9748
|
accessToken?: string | undefined;
|
|
9749
9749
|
channelSecret?: string | undefined;
|
|
9750
9750
|
additionalCredentials?: any;
|
|
@@ -9770,11 +9770,11 @@ export declare const channelContract: {
|
|
|
9770
9770
|
};
|
|
9771
9771
|
platformId: string;
|
|
9772
9772
|
}, {
|
|
9773
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9774
9773
|
name: string;
|
|
9774
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9775
9775
|
metadata: {
|
|
9776
|
-
id: string;
|
|
9777
9776
|
name: string;
|
|
9777
|
+
id: string;
|
|
9778
9778
|
accessToken?: string | undefined;
|
|
9779
9779
|
channelSecret?: string | undefined;
|
|
9780
9780
|
additionalCredentials?: any;
|
|
@@ -9866,8 +9866,8 @@ export declare const channelContract: {
|
|
|
9866
9866
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9867
9867
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
9868
9868
|
}, "strip", z.ZodTypeAny, {
|
|
9869
|
-
id: string;
|
|
9870
9869
|
name: string;
|
|
9870
|
+
id: string;
|
|
9871
9871
|
accessToken?: string | undefined;
|
|
9872
9872
|
channelSecret?: string | undefined;
|
|
9873
9873
|
additionalCredentials?: any;
|
|
@@ -9891,8 +9891,8 @@ export declare const channelContract: {
|
|
|
9891
9891
|
lineRichMenuId?: string | null | undefined;
|
|
9892
9892
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9893
9893
|
}, {
|
|
9894
|
-
id: string;
|
|
9895
9894
|
name: string;
|
|
9895
|
+
id: string;
|
|
9896
9896
|
accessToken?: string | undefined;
|
|
9897
9897
|
channelSecret?: string | undefined;
|
|
9898
9898
|
additionalCredentials?: any;
|
|
@@ -9929,14 +9929,14 @@ export declare const channelContract: {
|
|
|
9929
9929
|
integrationId: z.ZodString;
|
|
9930
9930
|
accessToken: z.ZodString;
|
|
9931
9931
|
}, "strip", z.ZodTypeAny, {
|
|
9932
|
-
id: string;
|
|
9933
9932
|
name: string;
|
|
9933
|
+
id: string;
|
|
9934
9934
|
accessToken: string;
|
|
9935
9935
|
botId: string;
|
|
9936
9936
|
integrationId: string;
|
|
9937
9937
|
}, {
|
|
9938
|
-
id: string;
|
|
9939
9938
|
name: string;
|
|
9939
|
+
id: string;
|
|
9940
9940
|
accessToken: string;
|
|
9941
9941
|
botId: string;
|
|
9942
9942
|
integrationId: string;
|
|
@@ -10059,9 +10059,9 @@ export declare const channelContract: {
|
|
|
10059
10059
|
telephonySignature: string | null;
|
|
10060
10060
|
}>;
|
|
10061
10061
|
}, "strip", z.ZodTypeAny, {
|
|
10062
|
+
name: string;
|
|
10062
10063
|
id: string;
|
|
10063
10064
|
address: string | null;
|
|
10064
|
-
name: string;
|
|
10065
10065
|
email: string;
|
|
10066
10066
|
createdAt: Date;
|
|
10067
10067
|
updatedAt: Date;
|
|
@@ -10102,9 +10102,9 @@ export declare const channelContract: {
|
|
|
10102
10102
|
telephonySignature: string | null;
|
|
10103
10103
|
};
|
|
10104
10104
|
}, {
|
|
10105
|
+
name: string;
|
|
10105
10106
|
id: string;
|
|
10106
10107
|
address: string | null;
|
|
10107
|
-
name: string;
|
|
10108
10108
|
email: string;
|
|
10109
10109
|
createdAt: Date;
|
|
10110
10110
|
updatedAt: Date;
|
|
@@ -10146,12 +10146,12 @@ export declare const channelContract: {
|
|
|
10146
10146
|
};
|
|
10147
10147
|
}>;
|
|
10148
10148
|
}, "strip", z.ZodTypeAny, {
|
|
10149
|
+
name: string;
|
|
10149
10150
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10150
10151
|
id: string;
|
|
10151
|
-
name: string;
|
|
10152
10152
|
metadata: {
|
|
10153
|
-
id: string;
|
|
10154
10153
|
name: string;
|
|
10154
|
+
id: string;
|
|
10155
10155
|
accessToken?: string | undefined;
|
|
10156
10156
|
channelSecret?: string | undefined;
|
|
10157
10157
|
additionalCredentials?: any;
|
|
@@ -10180,9 +10180,9 @@ export declare const channelContract: {
|
|
|
10180
10180
|
updatedAt: Date;
|
|
10181
10181
|
deletedAt: Date | null;
|
|
10182
10182
|
actor: {
|
|
10183
|
+
name: string;
|
|
10183
10184
|
id: string;
|
|
10184
10185
|
address: string | null;
|
|
10185
|
-
name: string;
|
|
10186
10186
|
email: string;
|
|
10187
10187
|
createdAt: Date;
|
|
10188
10188
|
updatedAt: Date;
|
|
@@ -10229,19 +10229,19 @@ export declare const channelContract: {
|
|
|
10229
10229
|
connectedUserName: string;
|
|
10230
10230
|
connectedUserId: string;
|
|
10231
10231
|
botpressBot: {
|
|
10232
|
-
id: string;
|
|
10233
10232
|
name: string;
|
|
10233
|
+
id: string;
|
|
10234
10234
|
accessToken: string;
|
|
10235
10235
|
botId: string;
|
|
10236
10236
|
integrationId: string;
|
|
10237
10237
|
} | null;
|
|
10238
10238
|
}, {
|
|
10239
|
+
name: string;
|
|
10239
10240
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10240
10241
|
id: string;
|
|
10241
|
-
name: string;
|
|
10242
10242
|
metadata: {
|
|
10243
|
-
id: string;
|
|
10244
10243
|
name: string;
|
|
10244
|
+
id: string;
|
|
10245
10245
|
accessToken?: string | undefined;
|
|
10246
10246
|
channelSecret?: string | undefined;
|
|
10247
10247
|
additionalCredentials?: any;
|
|
@@ -10270,9 +10270,9 @@ export declare const channelContract: {
|
|
|
10270
10270
|
updatedAt: Date;
|
|
10271
10271
|
deletedAt: Date | null;
|
|
10272
10272
|
actor: {
|
|
10273
|
+
name: string;
|
|
10273
10274
|
id: string;
|
|
10274
10275
|
address: string | null;
|
|
10275
|
-
name: string;
|
|
10276
10276
|
email: string;
|
|
10277
10277
|
createdAt: Date;
|
|
10278
10278
|
updatedAt: Date;
|
|
@@ -10319,8 +10319,8 @@ export declare const channelContract: {
|
|
|
10319
10319
|
connectedUserName: string;
|
|
10320
10320
|
connectedUserId: string;
|
|
10321
10321
|
botpressBot: {
|
|
10322
|
-
id: string;
|
|
10323
10322
|
name: string;
|
|
10323
|
+
id: string;
|
|
10324
10324
|
accessToken: string;
|
|
10325
10325
|
botId: string;
|
|
10326
10326
|
integrationId: string;
|
|
@@ -10328,12 +10328,12 @@ export declare const channelContract: {
|
|
|
10328
10328
|
}>;
|
|
10329
10329
|
}, "strip", z.ZodTypeAny, {
|
|
10330
10330
|
channel: {
|
|
10331
|
+
name: string;
|
|
10331
10332
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10332
10333
|
id: string;
|
|
10333
|
-
name: string;
|
|
10334
10334
|
metadata: {
|
|
10335
|
-
id: string;
|
|
10336
10335
|
name: string;
|
|
10336
|
+
id: string;
|
|
10337
10337
|
accessToken?: string | undefined;
|
|
10338
10338
|
channelSecret?: string | undefined;
|
|
10339
10339
|
additionalCredentials?: any;
|
|
@@ -10362,9 +10362,9 @@ export declare const channelContract: {
|
|
|
10362
10362
|
updatedAt: Date;
|
|
10363
10363
|
deletedAt: Date | null;
|
|
10364
10364
|
actor: {
|
|
10365
|
+
name: string;
|
|
10365
10366
|
id: string;
|
|
10366
10367
|
address: string | null;
|
|
10367
|
-
name: string;
|
|
10368
10368
|
email: string;
|
|
10369
10369
|
createdAt: Date;
|
|
10370
10370
|
updatedAt: Date;
|
|
@@ -10411,8 +10411,8 @@ export declare const channelContract: {
|
|
|
10411
10411
|
connectedUserName: string;
|
|
10412
10412
|
connectedUserId: string;
|
|
10413
10413
|
botpressBot: {
|
|
10414
|
-
id: string;
|
|
10415
10414
|
name: string;
|
|
10415
|
+
id: string;
|
|
10416
10416
|
accessToken: string;
|
|
10417
10417
|
botId: string;
|
|
10418
10418
|
integrationId: string;
|
|
@@ -10421,12 +10421,12 @@ export declare const channelContract: {
|
|
|
10421
10421
|
requestId: string;
|
|
10422
10422
|
}, {
|
|
10423
10423
|
channel: {
|
|
10424
|
+
name: string;
|
|
10424
10425
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10425
10426
|
id: string;
|
|
10426
|
-
name: string;
|
|
10427
10427
|
metadata: {
|
|
10428
|
-
id: string;
|
|
10429
10428
|
name: string;
|
|
10429
|
+
id: string;
|
|
10430
10430
|
accessToken?: string | undefined;
|
|
10431
10431
|
channelSecret?: string | undefined;
|
|
10432
10432
|
additionalCredentials?: any;
|
|
@@ -10455,9 +10455,9 @@ export declare const channelContract: {
|
|
|
10455
10455
|
updatedAt: Date;
|
|
10456
10456
|
deletedAt: Date | null;
|
|
10457
10457
|
actor: {
|
|
10458
|
+
name: string;
|
|
10458
10459
|
id: string;
|
|
10459
10460
|
address: string | null;
|
|
10460
|
-
name: string;
|
|
10461
10461
|
email: string;
|
|
10462
10462
|
createdAt: Date;
|
|
10463
10463
|
updatedAt: Date;
|
|
@@ -10504,8 +10504,8 @@ export declare const channelContract: {
|
|
|
10504
10504
|
connectedUserName: string;
|
|
10505
10505
|
connectedUserId: string;
|
|
10506
10506
|
botpressBot: {
|
|
10507
|
-
id: string;
|
|
10508
10507
|
name: string;
|
|
10508
|
+
id: string;
|
|
10509
10509
|
accessToken: string;
|
|
10510
10510
|
botId: string;
|
|
10511
10511
|
integrationId: string;
|
|
@@ -10652,11 +10652,11 @@ export declare const channelFacebookFeedContract: {
|
|
|
10652
10652
|
id: z.ZodString;
|
|
10653
10653
|
name: z.ZodString;
|
|
10654
10654
|
}, "strip", z.ZodTypeAny, {
|
|
10655
|
-
id: string;
|
|
10656
10655
|
name: string;
|
|
10657
|
-
}, {
|
|
10658
10656
|
id: string;
|
|
10657
|
+
}, {
|
|
10659
10658
|
name: string;
|
|
10659
|
+
id: string;
|
|
10660
10660
|
}>, "many">;
|
|
10661
10661
|
id: z.ZodString;
|
|
10662
10662
|
name: z.ZodString;
|
|
@@ -10679,8 +10679,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10679
10679
|
};
|
|
10680
10680
|
}>;
|
|
10681
10681
|
}, "strip", z.ZodTypeAny, {
|
|
10682
|
-
id: string;
|
|
10683
10682
|
name: string;
|
|
10683
|
+
id: string;
|
|
10684
10684
|
picture: {
|
|
10685
10685
|
data: {
|
|
10686
10686
|
url: string;
|
|
@@ -10689,13 +10689,13 @@ export declare const channelFacebookFeedContract: {
|
|
|
10689
10689
|
category: string;
|
|
10690
10690
|
access_token: string;
|
|
10691
10691
|
category_list: {
|
|
10692
|
-
id: string;
|
|
10693
10692
|
name: string;
|
|
10693
|
+
id: string;
|
|
10694
10694
|
}[];
|
|
10695
10695
|
tasks: string[];
|
|
10696
10696
|
}, {
|
|
10697
|
-
id: string;
|
|
10698
10697
|
name: string;
|
|
10698
|
+
id: string;
|
|
10699
10699
|
picture: {
|
|
10700
10700
|
data: {
|
|
10701
10701
|
url: string;
|
|
@@ -10704,8 +10704,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10704
10704
|
category: string;
|
|
10705
10705
|
access_token: string;
|
|
10706
10706
|
category_list: {
|
|
10707
|
-
id: string;
|
|
10708
10707
|
name: string;
|
|
10708
|
+
id: string;
|
|
10709
10709
|
}[];
|
|
10710
10710
|
tasks: string[];
|
|
10711
10711
|
}>, "many">;
|
|
@@ -10733,8 +10733,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10733
10733
|
}>>;
|
|
10734
10734
|
}, "strip", z.ZodTypeAny, {
|
|
10735
10735
|
data: {
|
|
10736
|
-
id: string;
|
|
10737
10736
|
name: string;
|
|
10737
|
+
id: string;
|
|
10738
10738
|
picture: {
|
|
10739
10739
|
data: {
|
|
10740
10740
|
url: string;
|
|
@@ -10743,8 +10743,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10743
10743
|
category: string;
|
|
10744
10744
|
access_token: string;
|
|
10745
10745
|
category_list: {
|
|
10746
|
-
id: string;
|
|
10747
10746
|
name: string;
|
|
10747
|
+
id: string;
|
|
10748
10748
|
}[];
|
|
10749
10749
|
tasks: string[];
|
|
10750
10750
|
}[];
|
|
@@ -10756,8 +10756,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10756
10756
|
} | undefined;
|
|
10757
10757
|
}, {
|
|
10758
10758
|
data: {
|
|
10759
|
-
id: string;
|
|
10760
10759
|
name: string;
|
|
10760
|
+
id: string;
|
|
10761
10761
|
picture: {
|
|
10762
10762
|
data: {
|
|
10763
10763
|
url: string;
|
|
@@ -10766,8 +10766,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10766
10766
|
category: string;
|
|
10767
10767
|
access_token: string;
|
|
10768
10768
|
category_list: {
|
|
10769
|
-
id: string;
|
|
10770
10769
|
name: string;
|
|
10770
|
+
id: string;
|
|
10771
10771
|
}[];
|
|
10772
10772
|
tasks: string[];
|
|
10773
10773
|
}[];
|
|
@@ -10781,8 +10781,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10781
10781
|
}, "strip", z.ZodTypeAny, {
|
|
10782
10782
|
data: {
|
|
10783
10783
|
data: {
|
|
10784
|
-
id: string;
|
|
10785
10784
|
name: string;
|
|
10785
|
+
id: string;
|
|
10786
10786
|
picture: {
|
|
10787
10787
|
data: {
|
|
10788
10788
|
url: string;
|
|
@@ -10791,8 +10791,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10791
10791
|
category: string;
|
|
10792
10792
|
access_token: string;
|
|
10793
10793
|
category_list: {
|
|
10794
|
-
id: string;
|
|
10795
10794
|
name: string;
|
|
10795
|
+
id: string;
|
|
10796
10796
|
}[];
|
|
10797
10797
|
tasks: string[];
|
|
10798
10798
|
}[];
|
|
@@ -10807,8 +10807,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10807
10807
|
}, {
|
|
10808
10808
|
data: {
|
|
10809
10809
|
data: {
|
|
10810
|
-
id: string;
|
|
10811
10810
|
name: string;
|
|
10811
|
+
id: string;
|
|
10812
10812
|
picture: {
|
|
10813
10813
|
data: {
|
|
10814
10814
|
url: string;
|
|
@@ -10817,8 +10817,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10817
10817
|
category: string;
|
|
10818
10818
|
access_token: string;
|
|
10819
10819
|
category_list: {
|
|
10820
|
-
id: string;
|
|
10821
10820
|
name: string;
|
|
10821
|
+
id: string;
|
|
10822
10822
|
}[];
|
|
10823
10823
|
tasks: string[];
|
|
10824
10824
|
}[];
|
|
@@ -10902,8 +10902,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10902
10902
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10903
10903
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
10904
10904
|
}, "strip", z.ZodTypeAny, {
|
|
10905
|
-
id: string;
|
|
10906
10905
|
name: string;
|
|
10906
|
+
id: string;
|
|
10907
10907
|
accessToken?: string | undefined;
|
|
10908
10908
|
channelSecret?: string | undefined;
|
|
10909
10909
|
additionalCredentials?: any;
|
|
@@ -10927,8 +10927,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
10927
10927
|
lineRichMenuId?: string | null | undefined;
|
|
10928
10928
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10929
10929
|
}, {
|
|
10930
|
-
id: string;
|
|
10931
10930
|
name: string;
|
|
10931
|
+
id: string;
|
|
10932
10932
|
accessToken?: string | undefined;
|
|
10933
10933
|
channelSecret?: string | undefined;
|
|
10934
10934
|
additionalCredentials?: any;
|
|
@@ -10956,11 +10956,11 @@ export declare const channelFacebookFeedContract: {
|
|
|
10956
10956
|
connectedUserId: z.ZodString;
|
|
10957
10957
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
|
10958
10958
|
}, "strip", z.ZodTypeAny, {
|
|
10959
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10960
10959
|
name: string;
|
|
10960
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10961
10961
|
metadata: {
|
|
10962
|
-
id: string;
|
|
10963
10962
|
name: string;
|
|
10963
|
+
id: string;
|
|
10964
10964
|
accessToken?: string | undefined;
|
|
10965
10965
|
channelSecret?: string | undefined;
|
|
10966
10966
|
additionalCredentials?: any;
|
|
@@ -10988,11 +10988,11 @@ export declare const channelFacebookFeedContract: {
|
|
|
10988
10988
|
connectedUserId: string;
|
|
10989
10989
|
connectedUserName?: string | undefined;
|
|
10990
10990
|
}, {
|
|
10991
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10992
10991
|
name: string;
|
|
10992
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10993
10993
|
metadata: {
|
|
10994
|
-
id: string;
|
|
10995
10994
|
name: string;
|
|
10995
|
+
id: string;
|
|
10996
10996
|
accessToken?: string | undefined;
|
|
10997
10997
|
channelSecret?: string | undefined;
|
|
10998
10998
|
additionalCredentials?: any;
|
|
@@ -11086,8 +11086,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11086
11086
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11087
11087
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
11088
11088
|
}, "strip", z.ZodTypeAny, {
|
|
11089
|
-
id: string;
|
|
11090
11089
|
name: string;
|
|
11090
|
+
id: string;
|
|
11091
11091
|
accessToken?: string | undefined;
|
|
11092
11092
|
channelSecret?: string | undefined;
|
|
11093
11093
|
additionalCredentials?: any;
|
|
@@ -11111,8 +11111,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11111
11111
|
lineRichMenuId?: string | null | undefined;
|
|
11112
11112
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11113
11113
|
}, {
|
|
11114
|
-
id: string;
|
|
11115
11114
|
name: string;
|
|
11115
|
+
id: string;
|
|
11116
11116
|
accessToken?: string | undefined;
|
|
11117
11117
|
channelSecret?: string | undefined;
|
|
11118
11118
|
additionalCredentials?: any;
|
|
@@ -11149,14 +11149,14 @@ export declare const channelFacebookFeedContract: {
|
|
|
11149
11149
|
integrationId: z.ZodString;
|
|
11150
11150
|
accessToken: z.ZodString;
|
|
11151
11151
|
}, "strip", z.ZodTypeAny, {
|
|
11152
|
-
id: string;
|
|
11153
11152
|
name: string;
|
|
11153
|
+
id: string;
|
|
11154
11154
|
accessToken: string;
|
|
11155
11155
|
botId: string;
|
|
11156
11156
|
integrationId: string;
|
|
11157
11157
|
}, {
|
|
11158
|
-
id: string;
|
|
11159
11158
|
name: string;
|
|
11159
|
+
id: string;
|
|
11160
11160
|
accessToken: string;
|
|
11161
11161
|
botId: string;
|
|
11162
11162
|
integrationId: string;
|
|
@@ -11279,9 +11279,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
11279
11279
|
telephonySignature: string | null;
|
|
11280
11280
|
}>;
|
|
11281
11281
|
}, "strip", z.ZodTypeAny, {
|
|
11282
|
+
name: string;
|
|
11282
11283
|
id: string;
|
|
11283
11284
|
address: string | null;
|
|
11284
|
-
name: string;
|
|
11285
11285
|
email: string;
|
|
11286
11286
|
createdAt: Date;
|
|
11287
11287
|
updatedAt: Date;
|
|
@@ -11322,9 +11322,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
11322
11322
|
telephonySignature: string | null;
|
|
11323
11323
|
};
|
|
11324
11324
|
}, {
|
|
11325
|
+
name: string;
|
|
11325
11326
|
id: string;
|
|
11326
11327
|
address: string | null;
|
|
11327
|
-
name: string;
|
|
11328
11328
|
email: string;
|
|
11329
11329
|
createdAt: Date;
|
|
11330
11330
|
updatedAt: Date;
|
|
@@ -11366,12 +11366,12 @@ export declare const channelFacebookFeedContract: {
|
|
|
11366
11366
|
};
|
|
11367
11367
|
}>;
|
|
11368
11368
|
}, "strip", z.ZodTypeAny, {
|
|
11369
|
+
name: string;
|
|
11369
11370
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
11370
11371
|
id: string;
|
|
11371
|
-
name: string;
|
|
11372
11372
|
metadata: {
|
|
11373
|
-
id: string;
|
|
11374
11373
|
name: string;
|
|
11374
|
+
id: string;
|
|
11375
11375
|
accessToken?: string | undefined;
|
|
11376
11376
|
channelSecret?: string | undefined;
|
|
11377
11377
|
additionalCredentials?: any;
|
|
@@ -11400,9 +11400,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
11400
11400
|
updatedAt: Date;
|
|
11401
11401
|
deletedAt: Date | null;
|
|
11402
11402
|
actor: {
|
|
11403
|
+
name: string;
|
|
11403
11404
|
id: string;
|
|
11404
11405
|
address: string | null;
|
|
11405
|
-
name: string;
|
|
11406
11406
|
email: string;
|
|
11407
11407
|
createdAt: Date;
|
|
11408
11408
|
updatedAt: Date;
|
|
@@ -11449,19 +11449,19 @@ export declare const channelFacebookFeedContract: {
|
|
|
11449
11449
|
connectedUserName: string;
|
|
11450
11450
|
connectedUserId: string;
|
|
11451
11451
|
botpressBot: {
|
|
11452
|
-
id: string;
|
|
11453
11452
|
name: string;
|
|
11453
|
+
id: string;
|
|
11454
11454
|
accessToken: string;
|
|
11455
11455
|
botId: string;
|
|
11456
11456
|
integrationId: string;
|
|
11457
11457
|
} | null;
|
|
11458
11458
|
}, {
|
|
11459
|
+
name: string;
|
|
11459
11460
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
11460
11461
|
id: string;
|
|
11461
|
-
name: string;
|
|
11462
11462
|
metadata: {
|
|
11463
|
-
id: string;
|
|
11464
11463
|
name: string;
|
|
11464
|
+
id: string;
|
|
11465
11465
|
accessToken?: string | undefined;
|
|
11466
11466
|
channelSecret?: string | undefined;
|
|
11467
11467
|
additionalCredentials?: any;
|
|
@@ -11490,9 +11490,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
11490
11490
|
updatedAt: Date;
|
|
11491
11491
|
deletedAt: Date | null;
|
|
11492
11492
|
actor: {
|
|
11493
|
+
name: string;
|
|
11493
11494
|
id: string;
|
|
11494
11495
|
address: string | null;
|
|
11495
|
-
name: string;
|
|
11496
11496
|
email: string;
|
|
11497
11497
|
createdAt: Date;
|
|
11498
11498
|
updatedAt: Date;
|
|
@@ -11539,8 +11539,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11539
11539
|
connectedUserName: string;
|
|
11540
11540
|
connectedUserId: string;
|
|
11541
11541
|
botpressBot: {
|
|
11542
|
-
id: string;
|
|
11543
11542
|
name: string;
|
|
11543
|
+
id: string;
|
|
11544
11544
|
accessToken: string;
|
|
11545
11545
|
botId: string;
|
|
11546
11546
|
integrationId: string;
|
|
@@ -11548,12 +11548,12 @@ export declare const channelFacebookFeedContract: {
|
|
|
11548
11548
|
}>;
|
|
11549
11549
|
}, "strip", z.ZodTypeAny, {
|
|
11550
11550
|
channel: {
|
|
11551
|
+
name: string;
|
|
11551
11552
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
11552
11553
|
id: string;
|
|
11553
|
-
name: string;
|
|
11554
11554
|
metadata: {
|
|
11555
|
-
id: string;
|
|
11556
11555
|
name: string;
|
|
11556
|
+
id: string;
|
|
11557
11557
|
accessToken?: string | undefined;
|
|
11558
11558
|
channelSecret?: string | undefined;
|
|
11559
11559
|
additionalCredentials?: any;
|
|
@@ -11582,9 +11582,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
11582
11582
|
updatedAt: Date;
|
|
11583
11583
|
deletedAt: Date | null;
|
|
11584
11584
|
actor: {
|
|
11585
|
+
name: string;
|
|
11585
11586
|
id: string;
|
|
11586
11587
|
address: string | null;
|
|
11587
|
-
name: string;
|
|
11588
11588
|
email: string;
|
|
11589
11589
|
createdAt: Date;
|
|
11590
11590
|
updatedAt: Date;
|
|
@@ -11631,8 +11631,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11631
11631
|
connectedUserName: string;
|
|
11632
11632
|
connectedUserId: string;
|
|
11633
11633
|
botpressBot: {
|
|
11634
|
-
id: string;
|
|
11635
11634
|
name: string;
|
|
11635
|
+
id: string;
|
|
11636
11636
|
accessToken: string;
|
|
11637
11637
|
botId: string;
|
|
11638
11638
|
integrationId: string;
|
|
@@ -11641,12 +11641,12 @@ export declare const channelFacebookFeedContract: {
|
|
|
11641
11641
|
requestId: string;
|
|
11642
11642
|
}, {
|
|
11643
11643
|
channel: {
|
|
11644
|
+
name: string;
|
|
11644
11645
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
11645
11646
|
id: string;
|
|
11646
|
-
name: string;
|
|
11647
11647
|
metadata: {
|
|
11648
|
-
id: string;
|
|
11649
11648
|
name: string;
|
|
11649
|
+
id: string;
|
|
11650
11650
|
accessToken?: string | undefined;
|
|
11651
11651
|
channelSecret?: string | undefined;
|
|
11652
11652
|
additionalCredentials?: any;
|
|
@@ -11675,9 +11675,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
11675
11675
|
updatedAt: Date;
|
|
11676
11676
|
deletedAt: Date | null;
|
|
11677
11677
|
actor: {
|
|
11678
|
+
name: string;
|
|
11678
11679
|
id: string;
|
|
11679
11680
|
address: string | null;
|
|
11680
|
-
name: string;
|
|
11681
11681
|
email: string;
|
|
11682
11682
|
createdAt: Date;
|
|
11683
11683
|
updatedAt: Date;
|
|
@@ -11724,8 +11724,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11724
11724
|
connectedUserName: string;
|
|
11725
11725
|
connectedUserId: string;
|
|
11726
11726
|
botpressBot: {
|
|
11727
|
-
id: string;
|
|
11728
11727
|
name: string;
|
|
11728
|
+
id: string;
|
|
11729
11729
|
accessToken: string;
|
|
11730
11730
|
botId: string;
|
|
11731
11731
|
integrationId: string;
|
|
@@ -11821,8 +11821,8 @@ export declare const channelBotContract: {
|
|
|
11821
11821
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11822
11822
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
11823
11823
|
}, "strip", z.ZodTypeAny, {
|
|
11824
|
-
id: string;
|
|
11825
11824
|
name: string;
|
|
11825
|
+
id: string;
|
|
11826
11826
|
accessToken?: string | undefined;
|
|
11827
11827
|
channelSecret?: string | undefined;
|
|
11828
11828
|
additionalCredentials?: any;
|
|
@@ -11846,8 +11846,8 @@ export declare const channelBotContract: {
|
|
|
11846
11846
|
lineRichMenuId?: string | null | undefined;
|
|
11847
11847
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11848
11848
|
}, {
|
|
11849
|
-
id: string;
|
|
11850
11849
|
name: string;
|
|
11850
|
+
id: string;
|
|
11851
11851
|
accessToken?: string | undefined;
|
|
11852
11852
|
channelSecret?: string | undefined;
|
|
11853
11853
|
additionalCredentials?: any;
|
|
@@ -11884,14 +11884,14 @@ export declare const channelBotContract: {
|
|
|
11884
11884
|
integrationId: z.ZodString;
|
|
11885
11885
|
accessToken: z.ZodString;
|
|
11886
11886
|
}, "strip", z.ZodTypeAny, {
|
|
11887
|
-
id: string;
|
|
11888
11887
|
name: string;
|
|
11888
|
+
id: string;
|
|
11889
11889
|
accessToken: string;
|
|
11890
11890
|
botId: string;
|
|
11891
11891
|
integrationId: string;
|
|
11892
11892
|
}, {
|
|
11893
|
-
id: string;
|
|
11894
11893
|
name: string;
|
|
11894
|
+
id: string;
|
|
11895
11895
|
accessToken: string;
|
|
11896
11896
|
botId: string;
|
|
11897
11897
|
integrationId: string;
|
|
@@ -12014,9 +12014,9 @@ export declare const channelBotContract: {
|
|
|
12014
12014
|
telephonySignature: string | null;
|
|
12015
12015
|
}>;
|
|
12016
12016
|
}, "strip", z.ZodTypeAny, {
|
|
12017
|
+
name: string;
|
|
12017
12018
|
id: string;
|
|
12018
12019
|
address: string | null;
|
|
12019
|
-
name: string;
|
|
12020
12020
|
email: string;
|
|
12021
12021
|
createdAt: Date;
|
|
12022
12022
|
updatedAt: Date;
|
|
@@ -12057,9 +12057,9 @@ export declare const channelBotContract: {
|
|
|
12057
12057
|
telephonySignature: string | null;
|
|
12058
12058
|
};
|
|
12059
12059
|
}, {
|
|
12060
|
+
name: string;
|
|
12060
12061
|
id: string;
|
|
12061
12062
|
address: string | null;
|
|
12062
|
-
name: string;
|
|
12063
12063
|
email: string;
|
|
12064
12064
|
createdAt: Date;
|
|
12065
12065
|
updatedAt: Date;
|
|
@@ -12101,12 +12101,12 @@ export declare const channelBotContract: {
|
|
|
12101
12101
|
};
|
|
12102
12102
|
}>;
|
|
12103
12103
|
}, "strip", z.ZodTypeAny, {
|
|
12104
|
+
name: string;
|
|
12104
12105
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12105
12106
|
id: string;
|
|
12106
|
-
name: string;
|
|
12107
12107
|
metadata: {
|
|
12108
|
-
id: string;
|
|
12109
12108
|
name: string;
|
|
12109
|
+
id: string;
|
|
12110
12110
|
accessToken?: string | undefined;
|
|
12111
12111
|
channelSecret?: string | undefined;
|
|
12112
12112
|
additionalCredentials?: any;
|
|
@@ -12135,9 +12135,9 @@ export declare const channelBotContract: {
|
|
|
12135
12135
|
updatedAt: Date;
|
|
12136
12136
|
deletedAt: Date | null;
|
|
12137
12137
|
actor: {
|
|
12138
|
+
name: string;
|
|
12138
12139
|
id: string;
|
|
12139
12140
|
address: string | null;
|
|
12140
|
-
name: string;
|
|
12141
12141
|
email: string;
|
|
12142
12142
|
createdAt: Date;
|
|
12143
12143
|
updatedAt: Date;
|
|
@@ -12184,19 +12184,19 @@ export declare const channelBotContract: {
|
|
|
12184
12184
|
connectedUserName: string;
|
|
12185
12185
|
connectedUserId: string;
|
|
12186
12186
|
botpressBot: {
|
|
12187
|
-
id: string;
|
|
12188
12187
|
name: string;
|
|
12188
|
+
id: string;
|
|
12189
12189
|
accessToken: string;
|
|
12190
12190
|
botId: string;
|
|
12191
12191
|
integrationId: string;
|
|
12192
12192
|
} | null;
|
|
12193
12193
|
}, {
|
|
12194
|
+
name: string;
|
|
12194
12195
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12195
12196
|
id: string;
|
|
12196
|
-
name: string;
|
|
12197
12197
|
metadata: {
|
|
12198
|
-
id: string;
|
|
12199
12198
|
name: string;
|
|
12199
|
+
id: string;
|
|
12200
12200
|
accessToken?: string | undefined;
|
|
12201
12201
|
channelSecret?: string | undefined;
|
|
12202
12202
|
additionalCredentials?: any;
|
|
@@ -12225,9 +12225,9 @@ export declare const channelBotContract: {
|
|
|
12225
12225
|
updatedAt: Date;
|
|
12226
12226
|
deletedAt: Date | null;
|
|
12227
12227
|
actor: {
|
|
12228
|
+
name: string;
|
|
12228
12229
|
id: string;
|
|
12229
12230
|
address: string | null;
|
|
12230
|
-
name: string;
|
|
12231
12231
|
email: string;
|
|
12232
12232
|
createdAt: Date;
|
|
12233
12233
|
updatedAt: Date;
|
|
@@ -12274,8 +12274,8 @@ export declare const channelBotContract: {
|
|
|
12274
12274
|
connectedUserName: string;
|
|
12275
12275
|
connectedUserId: string;
|
|
12276
12276
|
botpressBot: {
|
|
12277
|
-
id: string;
|
|
12278
12277
|
name: string;
|
|
12278
|
+
id: string;
|
|
12279
12279
|
accessToken: string;
|
|
12280
12280
|
botId: string;
|
|
12281
12281
|
integrationId: string;
|
|
@@ -12283,12 +12283,12 @@ export declare const channelBotContract: {
|
|
|
12283
12283
|
}>;
|
|
12284
12284
|
}, "strip", z.ZodTypeAny, {
|
|
12285
12285
|
channel: {
|
|
12286
|
+
name: string;
|
|
12286
12287
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12287
12288
|
id: string;
|
|
12288
|
-
name: string;
|
|
12289
12289
|
metadata: {
|
|
12290
|
-
id: string;
|
|
12291
12290
|
name: string;
|
|
12291
|
+
id: string;
|
|
12292
12292
|
accessToken?: string | undefined;
|
|
12293
12293
|
channelSecret?: string | undefined;
|
|
12294
12294
|
additionalCredentials?: any;
|
|
@@ -12317,9 +12317,9 @@ export declare const channelBotContract: {
|
|
|
12317
12317
|
updatedAt: Date;
|
|
12318
12318
|
deletedAt: Date | null;
|
|
12319
12319
|
actor: {
|
|
12320
|
+
name: string;
|
|
12320
12321
|
id: string;
|
|
12321
12322
|
address: string | null;
|
|
12322
|
-
name: string;
|
|
12323
12323
|
email: string;
|
|
12324
12324
|
createdAt: Date;
|
|
12325
12325
|
updatedAt: Date;
|
|
@@ -12366,8 +12366,8 @@ export declare const channelBotContract: {
|
|
|
12366
12366
|
connectedUserName: string;
|
|
12367
12367
|
connectedUserId: string;
|
|
12368
12368
|
botpressBot: {
|
|
12369
|
-
id: string;
|
|
12370
12369
|
name: string;
|
|
12370
|
+
id: string;
|
|
12371
12371
|
accessToken: string;
|
|
12372
12372
|
botId: string;
|
|
12373
12373
|
integrationId: string;
|
|
@@ -12376,12 +12376,12 @@ export declare const channelBotContract: {
|
|
|
12376
12376
|
requestId: string;
|
|
12377
12377
|
}, {
|
|
12378
12378
|
channel: {
|
|
12379
|
+
name: string;
|
|
12379
12380
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12380
12381
|
id: string;
|
|
12381
|
-
name: string;
|
|
12382
12382
|
metadata: {
|
|
12383
|
-
id: string;
|
|
12384
12383
|
name: string;
|
|
12384
|
+
id: string;
|
|
12385
12385
|
accessToken?: string | undefined;
|
|
12386
12386
|
channelSecret?: string | undefined;
|
|
12387
12387
|
additionalCredentials?: any;
|
|
@@ -12410,9 +12410,9 @@ export declare const channelBotContract: {
|
|
|
12410
12410
|
updatedAt: Date;
|
|
12411
12411
|
deletedAt: Date | null;
|
|
12412
12412
|
actor: {
|
|
12413
|
+
name: string;
|
|
12413
12414
|
id: string;
|
|
12414
12415
|
address: string | null;
|
|
12415
|
-
name: string;
|
|
12416
12416
|
email: string;
|
|
12417
12417
|
createdAt: Date;
|
|
12418
12418
|
updatedAt: Date;
|
|
@@ -12459,8 +12459,8 @@ export declare const channelBotContract: {
|
|
|
12459
12459
|
connectedUserName: string;
|
|
12460
12460
|
connectedUserId: string;
|
|
12461
12461
|
botpressBot: {
|
|
12462
|
-
id: string;
|
|
12463
12462
|
name: string;
|
|
12463
|
+
id: string;
|
|
12464
12464
|
accessToken: string;
|
|
12465
12465
|
botId: string;
|
|
12466
12466
|
integrationId: string;
|
|
@@ -12558,8 +12558,8 @@ export declare const channelBotContract: {
|
|
|
12558
12558
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12559
12559
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12560
12560
|
}, "strip", z.ZodTypeAny, {
|
|
12561
|
-
id: string;
|
|
12562
12561
|
name: string;
|
|
12562
|
+
id: string;
|
|
12563
12563
|
accessToken?: string | undefined;
|
|
12564
12564
|
channelSecret?: string | undefined;
|
|
12565
12565
|
additionalCredentials?: any;
|
|
@@ -12583,8 +12583,8 @@ export declare const channelBotContract: {
|
|
|
12583
12583
|
lineRichMenuId?: string | null | undefined;
|
|
12584
12584
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12585
12585
|
}, {
|
|
12586
|
-
id: string;
|
|
12587
12586
|
name: string;
|
|
12587
|
+
id: string;
|
|
12588
12588
|
accessToken?: string | undefined;
|
|
12589
12589
|
channelSecret?: string | undefined;
|
|
12590
12590
|
additionalCredentials?: any;
|
|
@@ -12621,14 +12621,14 @@ export declare const channelBotContract: {
|
|
|
12621
12621
|
integrationId: z.ZodString;
|
|
12622
12622
|
accessToken: z.ZodString;
|
|
12623
12623
|
}, "strip", z.ZodTypeAny, {
|
|
12624
|
-
id: string;
|
|
12625
12624
|
name: string;
|
|
12625
|
+
id: string;
|
|
12626
12626
|
accessToken: string;
|
|
12627
12627
|
botId: string;
|
|
12628
12628
|
integrationId: string;
|
|
12629
12629
|
}, {
|
|
12630
|
-
id: string;
|
|
12631
12630
|
name: string;
|
|
12631
|
+
id: string;
|
|
12632
12632
|
accessToken: string;
|
|
12633
12633
|
botId: string;
|
|
12634
12634
|
integrationId: string;
|
|
@@ -12751,9 +12751,9 @@ export declare const channelBotContract: {
|
|
|
12751
12751
|
telephonySignature: string | null;
|
|
12752
12752
|
}>;
|
|
12753
12753
|
}, "strip", z.ZodTypeAny, {
|
|
12754
|
+
name: string;
|
|
12754
12755
|
id: string;
|
|
12755
12756
|
address: string | null;
|
|
12756
|
-
name: string;
|
|
12757
12757
|
email: string;
|
|
12758
12758
|
createdAt: Date;
|
|
12759
12759
|
updatedAt: Date;
|
|
@@ -12794,9 +12794,9 @@ export declare const channelBotContract: {
|
|
|
12794
12794
|
telephonySignature: string | null;
|
|
12795
12795
|
};
|
|
12796
12796
|
}, {
|
|
12797
|
+
name: string;
|
|
12797
12798
|
id: string;
|
|
12798
12799
|
address: string | null;
|
|
12799
|
-
name: string;
|
|
12800
12800
|
email: string;
|
|
12801
12801
|
createdAt: Date;
|
|
12802
12802
|
updatedAt: Date;
|
|
@@ -12838,12 +12838,12 @@ export declare const channelBotContract: {
|
|
|
12838
12838
|
};
|
|
12839
12839
|
}>;
|
|
12840
12840
|
}, "strip", z.ZodTypeAny, {
|
|
12841
|
+
name: string;
|
|
12841
12842
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12842
12843
|
id: string;
|
|
12843
|
-
name: string;
|
|
12844
12844
|
metadata: {
|
|
12845
|
-
id: string;
|
|
12846
12845
|
name: string;
|
|
12846
|
+
id: string;
|
|
12847
12847
|
accessToken?: string | undefined;
|
|
12848
12848
|
channelSecret?: string | undefined;
|
|
12849
12849
|
additionalCredentials?: any;
|
|
@@ -12872,9 +12872,9 @@ export declare const channelBotContract: {
|
|
|
12872
12872
|
updatedAt: Date;
|
|
12873
12873
|
deletedAt: Date | null;
|
|
12874
12874
|
actor: {
|
|
12875
|
+
name: string;
|
|
12875
12876
|
id: string;
|
|
12876
12877
|
address: string | null;
|
|
12877
|
-
name: string;
|
|
12878
12878
|
email: string;
|
|
12879
12879
|
createdAt: Date;
|
|
12880
12880
|
updatedAt: Date;
|
|
@@ -12921,19 +12921,19 @@ export declare const channelBotContract: {
|
|
|
12921
12921
|
connectedUserName: string;
|
|
12922
12922
|
connectedUserId: string;
|
|
12923
12923
|
botpressBot: {
|
|
12924
|
-
id: string;
|
|
12925
12924
|
name: string;
|
|
12925
|
+
id: string;
|
|
12926
12926
|
accessToken: string;
|
|
12927
12927
|
botId: string;
|
|
12928
12928
|
integrationId: string;
|
|
12929
12929
|
} | null;
|
|
12930
12930
|
}, {
|
|
12931
|
+
name: string;
|
|
12931
12932
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12932
12933
|
id: string;
|
|
12933
|
-
name: string;
|
|
12934
12934
|
metadata: {
|
|
12935
|
-
id: string;
|
|
12936
12935
|
name: string;
|
|
12936
|
+
id: string;
|
|
12937
12937
|
accessToken?: string | undefined;
|
|
12938
12938
|
channelSecret?: string | undefined;
|
|
12939
12939
|
additionalCredentials?: any;
|
|
@@ -12962,9 +12962,9 @@ export declare const channelBotContract: {
|
|
|
12962
12962
|
updatedAt: Date;
|
|
12963
12963
|
deletedAt: Date | null;
|
|
12964
12964
|
actor: {
|
|
12965
|
+
name: string;
|
|
12965
12966
|
id: string;
|
|
12966
12967
|
address: string | null;
|
|
12967
|
-
name: string;
|
|
12968
12968
|
email: string;
|
|
12969
12969
|
createdAt: Date;
|
|
12970
12970
|
updatedAt: Date;
|
|
@@ -13011,8 +13011,8 @@ export declare const channelBotContract: {
|
|
|
13011
13011
|
connectedUserName: string;
|
|
13012
13012
|
connectedUserId: string;
|
|
13013
13013
|
botpressBot: {
|
|
13014
|
-
id: string;
|
|
13015
13014
|
name: string;
|
|
13015
|
+
id: string;
|
|
13016
13016
|
accessToken: string;
|
|
13017
13017
|
botId: string;
|
|
13018
13018
|
integrationId: string;
|
|
@@ -13020,12 +13020,12 @@ export declare const channelBotContract: {
|
|
|
13020
13020
|
}>;
|
|
13021
13021
|
}, "strip", z.ZodTypeAny, {
|
|
13022
13022
|
channel: {
|
|
13023
|
+
name: string;
|
|
13023
13024
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13024
13025
|
id: string;
|
|
13025
|
-
name: string;
|
|
13026
13026
|
metadata: {
|
|
13027
|
-
id: string;
|
|
13028
13027
|
name: string;
|
|
13028
|
+
id: string;
|
|
13029
13029
|
accessToken?: string | undefined;
|
|
13030
13030
|
channelSecret?: string | undefined;
|
|
13031
13031
|
additionalCredentials?: any;
|
|
@@ -13054,9 +13054,9 @@ export declare const channelBotContract: {
|
|
|
13054
13054
|
updatedAt: Date;
|
|
13055
13055
|
deletedAt: Date | null;
|
|
13056
13056
|
actor: {
|
|
13057
|
+
name: string;
|
|
13057
13058
|
id: string;
|
|
13058
13059
|
address: string | null;
|
|
13059
|
-
name: string;
|
|
13060
13060
|
email: string;
|
|
13061
13061
|
createdAt: Date;
|
|
13062
13062
|
updatedAt: Date;
|
|
@@ -13103,8 +13103,8 @@ export declare const channelBotContract: {
|
|
|
13103
13103
|
connectedUserName: string;
|
|
13104
13104
|
connectedUserId: string;
|
|
13105
13105
|
botpressBot: {
|
|
13106
|
-
id: string;
|
|
13107
13106
|
name: string;
|
|
13107
|
+
id: string;
|
|
13108
13108
|
accessToken: string;
|
|
13109
13109
|
botId: string;
|
|
13110
13110
|
integrationId: string;
|
|
@@ -13113,12 +13113,12 @@ export declare const channelBotContract: {
|
|
|
13113
13113
|
requestId: string;
|
|
13114
13114
|
}, {
|
|
13115
13115
|
channel: {
|
|
13116
|
+
name: string;
|
|
13116
13117
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13117
13118
|
id: string;
|
|
13118
|
-
name: string;
|
|
13119
13119
|
metadata: {
|
|
13120
|
-
id: string;
|
|
13121
13120
|
name: string;
|
|
13121
|
+
id: string;
|
|
13122
13122
|
accessToken?: string | undefined;
|
|
13123
13123
|
channelSecret?: string | undefined;
|
|
13124
13124
|
additionalCredentials?: any;
|
|
@@ -13147,9 +13147,9 @@ export declare const channelBotContract: {
|
|
|
13147
13147
|
updatedAt: Date;
|
|
13148
13148
|
deletedAt: Date | null;
|
|
13149
13149
|
actor: {
|
|
13150
|
+
name: string;
|
|
13150
13151
|
id: string;
|
|
13151
13152
|
address: string | null;
|
|
13152
|
-
name: string;
|
|
13153
13153
|
email: string;
|
|
13154
13154
|
createdAt: Date;
|
|
13155
13155
|
updatedAt: Date;
|
|
@@ -13196,8 +13196,8 @@ export declare const channelBotContract: {
|
|
|
13196
13196
|
connectedUserName: string;
|
|
13197
13197
|
connectedUserId: string;
|
|
13198
13198
|
botpressBot: {
|
|
13199
|
-
id: string;
|
|
13200
13199
|
name: string;
|
|
13200
|
+
id: string;
|
|
13201
13201
|
accessToken: string;
|
|
13202
13202
|
botId: string;
|
|
13203
13203
|
integrationId: string;
|
|
@@ -13249,8 +13249,8 @@ export declare const channelSMSContract: {
|
|
|
13249
13249
|
apiSecret: string;
|
|
13250
13250
|
}>;
|
|
13251
13251
|
}, "strip", z.ZodTypeAny, {
|
|
13252
|
-
type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
|
|
13253
13252
|
name: string;
|
|
13253
|
+
type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
|
|
13254
13254
|
senderId: string;
|
|
13255
13255
|
vonageCredentials: {
|
|
13256
13256
|
apiKey: string;
|
|
@@ -13258,8 +13258,8 @@ export declare const channelSMSContract: {
|
|
|
13258
13258
|
apiSecret: string;
|
|
13259
13259
|
};
|
|
13260
13260
|
}, {
|
|
13261
|
-
type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
|
|
13262
13261
|
name: string;
|
|
13262
|
+
type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
|
|
13263
13263
|
senderId: string;
|
|
13264
13264
|
vonageCredentials: {
|
|
13265
13265
|
apiKey: string;
|
|
@@ -13333,8 +13333,8 @@ export declare const channelSMSContract: {
|
|
|
13333
13333
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13334
13334
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
13335
13335
|
}, "strip", z.ZodTypeAny, {
|
|
13336
|
-
id: string;
|
|
13337
13336
|
name: string;
|
|
13337
|
+
id: string;
|
|
13338
13338
|
accessToken?: string | undefined;
|
|
13339
13339
|
channelSecret?: string | undefined;
|
|
13340
13340
|
additionalCredentials?: any;
|
|
@@ -13358,8 +13358,8 @@ export declare const channelSMSContract: {
|
|
|
13358
13358
|
lineRichMenuId?: string | null | undefined;
|
|
13359
13359
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13360
13360
|
}, {
|
|
13361
|
-
id: string;
|
|
13362
13361
|
name: string;
|
|
13362
|
+
id: string;
|
|
13363
13363
|
accessToken?: string | undefined;
|
|
13364
13364
|
channelSecret?: string | undefined;
|
|
13365
13365
|
additionalCredentials?: any;
|
|
@@ -13396,14 +13396,14 @@ export declare const channelSMSContract: {
|
|
|
13396
13396
|
integrationId: z.ZodString;
|
|
13397
13397
|
accessToken: z.ZodString;
|
|
13398
13398
|
}, "strip", z.ZodTypeAny, {
|
|
13399
|
-
id: string;
|
|
13400
13399
|
name: string;
|
|
13400
|
+
id: string;
|
|
13401
13401
|
accessToken: string;
|
|
13402
13402
|
botId: string;
|
|
13403
13403
|
integrationId: string;
|
|
13404
13404
|
}, {
|
|
13405
|
-
id: string;
|
|
13406
13405
|
name: string;
|
|
13406
|
+
id: string;
|
|
13407
13407
|
accessToken: string;
|
|
13408
13408
|
botId: string;
|
|
13409
13409
|
integrationId: string;
|
|
@@ -13526,9 +13526,9 @@ export declare const channelSMSContract: {
|
|
|
13526
13526
|
telephonySignature: string | null;
|
|
13527
13527
|
}>;
|
|
13528
13528
|
}, "strip", z.ZodTypeAny, {
|
|
13529
|
+
name: string;
|
|
13529
13530
|
id: string;
|
|
13530
13531
|
address: string | null;
|
|
13531
|
-
name: string;
|
|
13532
13532
|
email: string;
|
|
13533
13533
|
createdAt: Date;
|
|
13534
13534
|
updatedAt: Date;
|
|
@@ -13569,9 +13569,9 @@ export declare const channelSMSContract: {
|
|
|
13569
13569
|
telephonySignature: string | null;
|
|
13570
13570
|
};
|
|
13571
13571
|
}, {
|
|
13572
|
+
name: string;
|
|
13572
13573
|
id: string;
|
|
13573
13574
|
address: string | null;
|
|
13574
|
-
name: string;
|
|
13575
13575
|
email: string;
|
|
13576
13576
|
createdAt: Date;
|
|
13577
13577
|
updatedAt: Date;
|
|
@@ -13613,12 +13613,12 @@ export declare const channelSMSContract: {
|
|
|
13613
13613
|
};
|
|
13614
13614
|
}>;
|
|
13615
13615
|
}, "strip", z.ZodTypeAny, {
|
|
13616
|
+
name: string;
|
|
13616
13617
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13617
13618
|
id: string;
|
|
13618
|
-
name: string;
|
|
13619
13619
|
metadata: {
|
|
13620
|
-
id: string;
|
|
13621
13620
|
name: string;
|
|
13621
|
+
id: string;
|
|
13622
13622
|
accessToken?: string | undefined;
|
|
13623
13623
|
channelSecret?: string | undefined;
|
|
13624
13624
|
additionalCredentials?: any;
|
|
@@ -13647,9 +13647,9 @@ export declare const channelSMSContract: {
|
|
|
13647
13647
|
updatedAt: Date;
|
|
13648
13648
|
deletedAt: Date | null;
|
|
13649
13649
|
actor: {
|
|
13650
|
+
name: string;
|
|
13650
13651
|
id: string;
|
|
13651
13652
|
address: string | null;
|
|
13652
|
-
name: string;
|
|
13653
13653
|
email: string;
|
|
13654
13654
|
createdAt: Date;
|
|
13655
13655
|
updatedAt: Date;
|
|
@@ -13696,19 +13696,19 @@ export declare const channelSMSContract: {
|
|
|
13696
13696
|
connectedUserName: string;
|
|
13697
13697
|
connectedUserId: string;
|
|
13698
13698
|
botpressBot: {
|
|
13699
|
-
id: string;
|
|
13700
13699
|
name: string;
|
|
13700
|
+
id: string;
|
|
13701
13701
|
accessToken: string;
|
|
13702
13702
|
botId: string;
|
|
13703
13703
|
integrationId: string;
|
|
13704
13704
|
} | null;
|
|
13705
13705
|
}, {
|
|
13706
|
+
name: string;
|
|
13706
13707
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13707
13708
|
id: string;
|
|
13708
|
-
name: string;
|
|
13709
13709
|
metadata: {
|
|
13710
|
-
id: string;
|
|
13711
13710
|
name: string;
|
|
13711
|
+
id: string;
|
|
13712
13712
|
accessToken?: string | undefined;
|
|
13713
13713
|
channelSecret?: string | undefined;
|
|
13714
13714
|
additionalCredentials?: any;
|
|
@@ -13737,9 +13737,9 @@ export declare const channelSMSContract: {
|
|
|
13737
13737
|
updatedAt: Date;
|
|
13738
13738
|
deletedAt: Date | null;
|
|
13739
13739
|
actor: {
|
|
13740
|
+
name: string;
|
|
13740
13741
|
id: string;
|
|
13741
13742
|
address: string | null;
|
|
13742
|
-
name: string;
|
|
13743
13743
|
email: string;
|
|
13744
13744
|
createdAt: Date;
|
|
13745
13745
|
updatedAt: Date;
|
|
@@ -13786,8 +13786,8 @@ export declare const channelSMSContract: {
|
|
|
13786
13786
|
connectedUserName: string;
|
|
13787
13787
|
connectedUserId: string;
|
|
13788
13788
|
botpressBot: {
|
|
13789
|
-
id: string;
|
|
13790
13789
|
name: string;
|
|
13790
|
+
id: string;
|
|
13791
13791
|
accessToken: string;
|
|
13792
13792
|
botId: string;
|
|
13793
13793
|
integrationId: string;
|
|
@@ -13795,12 +13795,12 @@ export declare const channelSMSContract: {
|
|
|
13795
13795
|
}>;
|
|
13796
13796
|
}, "strip", z.ZodTypeAny, {
|
|
13797
13797
|
channel: {
|
|
13798
|
+
name: string;
|
|
13798
13799
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13799
13800
|
id: string;
|
|
13800
|
-
name: string;
|
|
13801
13801
|
metadata: {
|
|
13802
|
-
id: string;
|
|
13803
13802
|
name: string;
|
|
13803
|
+
id: string;
|
|
13804
13804
|
accessToken?: string | undefined;
|
|
13805
13805
|
channelSecret?: string | undefined;
|
|
13806
13806
|
additionalCredentials?: any;
|
|
@@ -13829,9 +13829,9 @@ export declare const channelSMSContract: {
|
|
|
13829
13829
|
updatedAt: Date;
|
|
13830
13830
|
deletedAt: Date | null;
|
|
13831
13831
|
actor: {
|
|
13832
|
+
name: string;
|
|
13832
13833
|
id: string;
|
|
13833
13834
|
address: string | null;
|
|
13834
|
-
name: string;
|
|
13835
13835
|
email: string;
|
|
13836
13836
|
createdAt: Date;
|
|
13837
13837
|
updatedAt: Date;
|
|
@@ -13878,8 +13878,8 @@ export declare const channelSMSContract: {
|
|
|
13878
13878
|
connectedUserName: string;
|
|
13879
13879
|
connectedUserId: string;
|
|
13880
13880
|
botpressBot: {
|
|
13881
|
-
id: string;
|
|
13882
13881
|
name: string;
|
|
13882
|
+
id: string;
|
|
13883
13883
|
accessToken: string;
|
|
13884
13884
|
botId: string;
|
|
13885
13885
|
integrationId: string;
|
|
@@ -13888,12 +13888,12 @@ export declare const channelSMSContract: {
|
|
|
13888
13888
|
requestId: string;
|
|
13889
13889
|
}, {
|
|
13890
13890
|
channel: {
|
|
13891
|
+
name: string;
|
|
13891
13892
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13892
13893
|
id: string;
|
|
13893
|
-
name: string;
|
|
13894
13894
|
metadata: {
|
|
13895
|
-
id: string;
|
|
13896
13895
|
name: string;
|
|
13896
|
+
id: string;
|
|
13897
13897
|
accessToken?: string | undefined;
|
|
13898
13898
|
channelSecret?: string | undefined;
|
|
13899
13899
|
additionalCredentials?: any;
|
|
@@ -13922,9 +13922,9 @@ export declare const channelSMSContract: {
|
|
|
13922
13922
|
updatedAt: Date;
|
|
13923
13923
|
deletedAt: Date | null;
|
|
13924
13924
|
actor: {
|
|
13925
|
+
name: string;
|
|
13925
13926
|
id: string;
|
|
13926
13927
|
address: string | null;
|
|
13927
|
-
name: string;
|
|
13928
13928
|
email: string;
|
|
13929
13929
|
createdAt: Date;
|
|
13930
13930
|
updatedAt: Date;
|
|
@@ -13971,8 +13971,8 @@ export declare const channelSMSContract: {
|
|
|
13971
13971
|
connectedUserName: string;
|
|
13972
13972
|
connectedUserId: string;
|
|
13973
13973
|
botpressBot: {
|
|
13974
|
-
id: string;
|
|
13975
13974
|
name: string;
|
|
13975
|
+
id: string;
|
|
13976
13976
|
accessToken: string;
|
|
13977
13977
|
botId: string;
|
|
13978
13978
|
integrationId: string;
|