@kl1/contracts 1.2.45-uat → 1.2.47-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 +525 -482
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +19 -25
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +20 -20
- package/dist/api-contracts/src/chat/index.d.ts +3703 -3703
- package/dist/api-contracts/src/chat/schema.d.ts +1128 -1128
- package/dist/api-contracts/src/chat/validation.d.ts +745 -745
- 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 +9499 -9413
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +204 -204
- 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 +708 -708
- 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 +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/instagram/index.d.ts +596 -596
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +608 -608
- 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 +2598 -2598
- 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 +1474 -1474
- 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 +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
- package/dist/api-contracts/src/messenger/index.d.ts +599 -599
- 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 +164 -164
- 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 +186 -186
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/subscription/validation.d.ts +2 -2
- 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 +556 -556
- 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 +568 -568
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +562 -562
- 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 +562 -562
- 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 +424 -424
- 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 +16 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -95,8 +95,8 @@ export declare const channelContract: {
|
|
|
95
95
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
96
96
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
|
-
name: string;
|
|
99
98
|
id: string;
|
|
99
|
+
name: string;
|
|
100
100
|
accessToken?: string | undefined;
|
|
101
101
|
channelSecret?: string | undefined;
|
|
102
102
|
additionalCredentials?: any;
|
|
@@ -124,8 +124,8 @@ export declare const channelContract: {
|
|
|
124
124
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
125
125
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
126
126
|
}, {
|
|
127
|
-
name: string;
|
|
128
127
|
id: string;
|
|
128
|
+
name: string;
|
|
129
129
|
accessToken?: string | undefined;
|
|
130
130
|
channelSecret?: string | undefined;
|
|
131
131
|
additionalCredentials?: any;
|
|
@@ -166,14 +166,14 @@ export declare const channelContract: {
|
|
|
166
166
|
integrationId: z.ZodString;
|
|
167
167
|
accessToken: z.ZodString;
|
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
|
169
|
-
name: string;
|
|
170
169
|
id: string;
|
|
170
|
+
name: string;
|
|
171
171
|
accessToken: string;
|
|
172
172
|
botId: string;
|
|
173
173
|
integrationId: string;
|
|
174
174
|
}, {
|
|
175
|
-
name: string;
|
|
176
175
|
id: string;
|
|
176
|
+
name: string;
|
|
177
177
|
accessToken: string;
|
|
178
178
|
botId: string;
|
|
179
179
|
integrationId: string;
|
|
@@ -296,9 +296,9 @@ export declare const channelContract: {
|
|
|
296
296
|
telephonySignature: string | null;
|
|
297
297
|
}>;
|
|
298
298
|
}, "strip", z.ZodTypeAny, {
|
|
299
|
-
name: string;
|
|
300
299
|
id: string;
|
|
301
300
|
address: string | null;
|
|
301
|
+
name: string;
|
|
302
302
|
email: string;
|
|
303
303
|
createdAt: Date;
|
|
304
304
|
updatedAt: Date;
|
|
@@ -339,9 +339,9 @@ export declare const channelContract: {
|
|
|
339
339
|
telephonySignature: string | null;
|
|
340
340
|
};
|
|
341
341
|
}, {
|
|
342
|
-
name: string;
|
|
343
342
|
id: string;
|
|
344
343
|
address: string | null;
|
|
344
|
+
name: string;
|
|
345
345
|
email: string;
|
|
346
346
|
createdAt: Date;
|
|
347
347
|
updatedAt: Date;
|
|
@@ -383,12 +383,12 @@ export declare const channelContract: {
|
|
|
383
383
|
};
|
|
384
384
|
}>;
|
|
385
385
|
}, "strip", z.ZodTypeAny, {
|
|
386
|
-
name: string;
|
|
387
386
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
388
387
|
id: string;
|
|
388
|
+
name: string;
|
|
389
389
|
metadata: {
|
|
390
|
-
name: string;
|
|
391
390
|
id: string;
|
|
391
|
+
name: string;
|
|
392
392
|
accessToken?: string | undefined;
|
|
393
393
|
channelSecret?: string | undefined;
|
|
394
394
|
additionalCredentials?: any;
|
|
@@ -421,9 +421,9 @@ export declare const channelContract: {
|
|
|
421
421
|
updatedAt: Date;
|
|
422
422
|
deletedAt: Date | null;
|
|
423
423
|
actor: {
|
|
424
|
-
name: string;
|
|
425
424
|
id: string;
|
|
426
425
|
address: string | null;
|
|
426
|
+
name: string;
|
|
427
427
|
email: string;
|
|
428
428
|
createdAt: Date;
|
|
429
429
|
updatedAt: Date;
|
|
@@ -470,19 +470,19 @@ export declare const channelContract: {
|
|
|
470
470
|
connectedUserName: string;
|
|
471
471
|
connectedUserId: string;
|
|
472
472
|
botpressBot: {
|
|
473
|
-
name: string;
|
|
474
473
|
id: string;
|
|
474
|
+
name: string;
|
|
475
475
|
accessToken: string;
|
|
476
476
|
botId: string;
|
|
477
477
|
integrationId: string;
|
|
478
478
|
} | null;
|
|
479
479
|
}, {
|
|
480
|
-
name: string;
|
|
481
480
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
482
481
|
id: string;
|
|
482
|
+
name: string;
|
|
483
483
|
metadata: {
|
|
484
|
-
name: string;
|
|
485
484
|
id: string;
|
|
485
|
+
name: string;
|
|
486
486
|
accessToken?: string | undefined;
|
|
487
487
|
channelSecret?: string | undefined;
|
|
488
488
|
additionalCredentials?: any;
|
|
@@ -515,9 +515,9 @@ export declare const channelContract: {
|
|
|
515
515
|
updatedAt: Date;
|
|
516
516
|
deletedAt: Date | null;
|
|
517
517
|
actor: {
|
|
518
|
-
name: string;
|
|
519
518
|
id: string;
|
|
520
519
|
address: string | null;
|
|
520
|
+
name: string;
|
|
521
521
|
email: string;
|
|
522
522
|
createdAt: Date;
|
|
523
523
|
updatedAt: Date;
|
|
@@ -564,8 +564,8 @@ export declare const channelContract: {
|
|
|
564
564
|
connectedUserName: string;
|
|
565
565
|
connectedUserId: string;
|
|
566
566
|
botpressBot: {
|
|
567
|
-
name: string;
|
|
568
567
|
id: string;
|
|
568
|
+
name: string;
|
|
569
569
|
accessToken: string;
|
|
570
570
|
botId: string;
|
|
571
571
|
integrationId: string;
|
|
@@ -573,12 +573,12 @@ export declare const channelContract: {
|
|
|
573
573
|
}>, "many">;
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
|
575
575
|
data: {
|
|
576
|
-
name: string;
|
|
577
576
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
578
577
|
id: string;
|
|
578
|
+
name: string;
|
|
579
579
|
metadata: {
|
|
580
|
-
name: string;
|
|
581
580
|
id: string;
|
|
581
|
+
name: string;
|
|
582
582
|
accessToken?: string | undefined;
|
|
583
583
|
channelSecret?: string | undefined;
|
|
584
584
|
additionalCredentials?: any;
|
|
@@ -611,9 +611,9 @@ export declare const channelContract: {
|
|
|
611
611
|
updatedAt: Date;
|
|
612
612
|
deletedAt: Date | null;
|
|
613
613
|
actor: {
|
|
614
|
-
name: string;
|
|
615
614
|
id: string;
|
|
616
615
|
address: string | null;
|
|
616
|
+
name: string;
|
|
617
617
|
email: string;
|
|
618
618
|
createdAt: Date;
|
|
619
619
|
updatedAt: Date;
|
|
@@ -660,8 +660,8 @@ export declare const channelContract: {
|
|
|
660
660
|
connectedUserName: string;
|
|
661
661
|
connectedUserId: string;
|
|
662
662
|
botpressBot: {
|
|
663
|
-
name: string;
|
|
664
663
|
id: string;
|
|
664
|
+
name: string;
|
|
665
665
|
accessToken: string;
|
|
666
666
|
botId: string;
|
|
667
667
|
integrationId: string;
|
|
@@ -670,12 +670,12 @@ export declare const channelContract: {
|
|
|
670
670
|
requestId: string;
|
|
671
671
|
}, {
|
|
672
672
|
data: {
|
|
673
|
-
name: string;
|
|
674
673
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
675
674
|
id: string;
|
|
675
|
+
name: string;
|
|
676
676
|
metadata: {
|
|
677
|
-
name: string;
|
|
678
677
|
id: string;
|
|
678
|
+
name: string;
|
|
679
679
|
accessToken?: string | undefined;
|
|
680
680
|
channelSecret?: string | undefined;
|
|
681
681
|
additionalCredentials?: any;
|
|
@@ -708,9 +708,9 @@ export declare const channelContract: {
|
|
|
708
708
|
updatedAt: Date;
|
|
709
709
|
deletedAt: Date | null;
|
|
710
710
|
actor: {
|
|
711
|
-
name: string;
|
|
712
711
|
id: string;
|
|
713
712
|
address: string | null;
|
|
713
|
+
name: string;
|
|
714
714
|
email: string;
|
|
715
715
|
createdAt: Date;
|
|
716
716
|
updatedAt: Date;
|
|
@@ -757,8 +757,8 @@ export declare const channelContract: {
|
|
|
757
757
|
connectedUserName: string;
|
|
758
758
|
connectedUserId: string;
|
|
759
759
|
botpressBot: {
|
|
760
|
-
name: string;
|
|
761
760
|
id: string;
|
|
761
|
+
name: string;
|
|
762
762
|
accessToken: string;
|
|
763
763
|
botId: string;
|
|
764
764
|
integrationId: string;
|
|
@@ -800,8 +800,8 @@ export declare const channelContract: {
|
|
|
800
800
|
200: z.ZodObject<{
|
|
801
801
|
requestId: z.ZodString;
|
|
802
802
|
channel: z.ZodObject<{
|
|
803
|
-
name: z.ZodString;
|
|
804
803
|
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
|
804
|
+
name: z.ZodString;
|
|
805
805
|
metadata: z.ZodObject<{
|
|
806
806
|
id: z.ZodString;
|
|
807
807
|
name: z.ZodString;
|
|
@@ -866,8 +866,8 @@ export declare const channelContract: {
|
|
|
866
866
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
867
867
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
868
868
|
}, "strip", z.ZodTypeAny, {
|
|
869
|
-
name: string;
|
|
870
869
|
id: string;
|
|
870
|
+
name: string;
|
|
871
871
|
accessToken?: string | undefined;
|
|
872
872
|
channelSecret?: string | undefined;
|
|
873
873
|
additionalCredentials?: any;
|
|
@@ -895,8 +895,8 @@ export declare const channelContract: {
|
|
|
895
895
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
896
896
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
897
897
|
}, {
|
|
898
|
-
name: string;
|
|
899
898
|
id: string;
|
|
899
|
+
name: string;
|
|
900
900
|
accessToken?: string | undefined;
|
|
901
901
|
channelSecret?: string | undefined;
|
|
902
902
|
additionalCredentials?: any;
|
|
@@ -932,15 +932,15 @@ export declare const channelContract: {
|
|
|
932
932
|
address: z.ZodNullable<z.ZodString>;
|
|
933
933
|
phone: z.ZodNullable<z.ZodString>;
|
|
934
934
|
}, "strip", z.ZodTypeAny, {
|
|
935
|
-
name: string;
|
|
936
935
|
id: string;
|
|
937
936
|
address: string | null;
|
|
937
|
+
name: string;
|
|
938
938
|
email: string;
|
|
939
939
|
phone: string | null;
|
|
940
940
|
}, {
|
|
941
|
-
name: string;
|
|
942
941
|
id: string;
|
|
943
942
|
address: string | null;
|
|
943
|
+
name: string;
|
|
944
944
|
email: string;
|
|
945
945
|
phone: string | null;
|
|
946
946
|
}>>;
|
|
@@ -955,12 +955,12 @@ export declare const channelContract: {
|
|
|
955
955
|
deletedAt: z.ZodNullable<z.ZodString>;
|
|
956
956
|
isReloginRequired: z.ZodBoolean;
|
|
957
957
|
}, "strip", z.ZodTypeAny, {
|
|
958
|
-
name: string;
|
|
959
958
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
960
959
|
id: string;
|
|
960
|
+
name: string;
|
|
961
961
|
metadata: {
|
|
962
|
-
name: string;
|
|
963
962
|
id: string;
|
|
963
|
+
name: string;
|
|
964
964
|
accessToken?: string | undefined;
|
|
965
965
|
channelSecret?: string | undefined;
|
|
966
966
|
additionalCredentials?: any;
|
|
@@ -996,9 +996,9 @@ export declare const channelContract: {
|
|
|
996
996
|
platformId: string;
|
|
997
997
|
isReloginRequired: boolean;
|
|
998
998
|
actor?: {
|
|
999
|
-
name: string;
|
|
1000
999
|
id: string;
|
|
1001
1000
|
address: string | null;
|
|
1001
|
+
name: string;
|
|
1002
1002
|
email: string;
|
|
1003
1003
|
phone: string | null;
|
|
1004
1004
|
} | undefined;
|
|
@@ -1006,12 +1006,12 @@ export declare const channelContract: {
|
|
|
1006
1006
|
connectedUserName?: string | null | undefined;
|
|
1007
1007
|
connectedUserId?: string | null | undefined;
|
|
1008
1008
|
}, {
|
|
1009
|
-
name: string;
|
|
1010
1009
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1011
1010
|
id: string;
|
|
1011
|
+
name: string;
|
|
1012
1012
|
metadata: {
|
|
1013
|
-
name: string;
|
|
1014
1013
|
id: string;
|
|
1014
|
+
name: string;
|
|
1015
1015
|
accessToken?: string | undefined;
|
|
1016
1016
|
channelSecret?: string | undefined;
|
|
1017
1017
|
additionalCredentials?: any;
|
|
@@ -1047,9 +1047,9 @@ export declare const channelContract: {
|
|
|
1047
1047
|
platformId: string;
|
|
1048
1048
|
isReloginRequired: boolean;
|
|
1049
1049
|
actor?: {
|
|
1050
|
-
name: string;
|
|
1051
1050
|
id: string;
|
|
1052
1051
|
address: string | null;
|
|
1052
|
+
name: string;
|
|
1053
1053
|
email: string;
|
|
1054
1054
|
phone: string | null;
|
|
1055
1055
|
} | undefined;
|
|
@@ -1059,12 +1059,12 @@ export declare const channelContract: {
|
|
|
1059
1059
|
}>;
|
|
1060
1060
|
}, "strip", z.ZodTypeAny, {
|
|
1061
1061
|
channel: {
|
|
1062
|
-
name: string;
|
|
1063
1062
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1064
1063
|
id: string;
|
|
1064
|
+
name: string;
|
|
1065
1065
|
metadata: {
|
|
1066
|
-
name: string;
|
|
1067
1066
|
id: string;
|
|
1067
|
+
name: string;
|
|
1068
1068
|
accessToken?: string | undefined;
|
|
1069
1069
|
channelSecret?: string | undefined;
|
|
1070
1070
|
additionalCredentials?: any;
|
|
@@ -1100,9 +1100,9 @@ export declare const channelContract: {
|
|
|
1100
1100
|
platformId: string;
|
|
1101
1101
|
isReloginRequired: boolean;
|
|
1102
1102
|
actor?: {
|
|
1103
|
-
name: string;
|
|
1104
1103
|
id: string;
|
|
1105
1104
|
address: string | null;
|
|
1105
|
+
name: string;
|
|
1106
1106
|
email: string;
|
|
1107
1107
|
phone: string | null;
|
|
1108
1108
|
} | undefined;
|
|
@@ -1113,12 +1113,12 @@ export declare const channelContract: {
|
|
|
1113
1113
|
requestId: string;
|
|
1114
1114
|
}, {
|
|
1115
1115
|
channel: {
|
|
1116
|
-
name: string;
|
|
1117
1116
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1118
1117
|
id: string;
|
|
1118
|
+
name: string;
|
|
1119
1119
|
metadata: {
|
|
1120
|
-
name: string;
|
|
1121
1120
|
id: string;
|
|
1121
|
+
name: string;
|
|
1122
1122
|
accessToken?: string | undefined;
|
|
1123
1123
|
channelSecret?: string | undefined;
|
|
1124
1124
|
additionalCredentials?: any;
|
|
@@ -1154,9 +1154,9 @@ export declare const channelContract: {
|
|
|
1154
1154
|
platformId: string;
|
|
1155
1155
|
isReloginRequired: boolean;
|
|
1156
1156
|
actor?: {
|
|
1157
|
-
name: string;
|
|
1158
1157
|
id: string;
|
|
1159
1158
|
address: string | null;
|
|
1159
|
+
name: string;
|
|
1160
1160
|
email: string;
|
|
1161
1161
|
phone: string | null;
|
|
1162
1162
|
} | undefined;
|
|
@@ -1280,8 +1280,8 @@ export declare const channelContract: {
|
|
|
1280
1280
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1281
1281
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1282
1282
|
}, "strip", z.ZodTypeAny, {
|
|
1283
|
-
name: string;
|
|
1284
1283
|
id: string;
|
|
1284
|
+
name: string;
|
|
1285
1285
|
accessToken?: string | undefined;
|
|
1286
1286
|
channelSecret?: string | undefined;
|
|
1287
1287
|
additionalCredentials?: any;
|
|
@@ -1309,8 +1309,8 @@ export declare const channelContract: {
|
|
|
1309
1309
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1310
1310
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1311
1311
|
}, {
|
|
1312
|
-
name: string;
|
|
1313
1312
|
id: string;
|
|
1313
|
+
name: string;
|
|
1314
1314
|
accessToken?: string | undefined;
|
|
1315
1315
|
channelSecret?: string | undefined;
|
|
1316
1316
|
additionalCredentials?: any;
|
|
@@ -1351,14 +1351,14 @@ export declare const channelContract: {
|
|
|
1351
1351
|
integrationId: z.ZodString;
|
|
1352
1352
|
accessToken: z.ZodString;
|
|
1353
1353
|
}, "strip", z.ZodTypeAny, {
|
|
1354
|
-
name: string;
|
|
1355
1354
|
id: string;
|
|
1355
|
+
name: string;
|
|
1356
1356
|
accessToken: string;
|
|
1357
1357
|
botId: string;
|
|
1358
1358
|
integrationId: string;
|
|
1359
1359
|
}, {
|
|
1360
|
-
name: string;
|
|
1361
1360
|
id: string;
|
|
1361
|
+
name: string;
|
|
1362
1362
|
accessToken: string;
|
|
1363
1363
|
botId: string;
|
|
1364
1364
|
integrationId: string;
|
|
@@ -1481,9 +1481,9 @@ export declare const channelContract: {
|
|
|
1481
1481
|
telephonySignature: string | null;
|
|
1482
1482
|
}>;
|
|
1483
1483
|
}, "strip", z.ZodTypeAny, {
|
|
1484
|
-
name: string;
|
|
1485
1484
|
id: string;
|
|
1486
1485
|
address: string | null;
|
|
1486
|
+
name: string;
|
|
1487
1487
|
email: string;
|
|
1488
1488
|
createdAt: Date;
|
|
1489
1489
|
updatedAt: Date;
|
|
@@ -1524,9 +1524,9 @@ export declare const channelContract: {
|
|
|
1524
1524
|
telephonySignature: string | null;
|
|
1525
1525
|
};
|
|
1526
1526
|
}, {
|
|
1527
|
-
name: string;
|
|
1528
1527
|
id: string;
|
|
1529
1528
|
address: string | null;
|
|
1529
|
+
name: string;
|
|
1530
1530
|
email: string;
|
|
1531
1531
|
createdAt: Date;
|
|
1532
1532
|
updatedAt: Date;
|
|
@@ -1568,12 +1568,12 @@ export declare const channelContract: {
|
|
|
1568
1568
|
};
|
|
1569
1569
|
}>;
|
|
1570
1570
|
}, "strip", z.ZodTypeAny, {
|
|
1571
|
-
name: string;
|
|
1572
1571
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1573
1572
|
id: string;
|
|
1573
|
+
name: string;
|
|
1574
1574
|
metadata: {
|
|
1575
|
-
name: string;
|
|
1576
1575
|
id: string;
|
|
1576
|
+
name: string;
|
|
1577
1577
|
accessToken?: string | undefined;
|
|
1578
1578
|
channelSecret?: string | undefined;
|
|
1579
1579
|
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;
|
|
1610
1609
|
id: string;
|
|
1611
1610
|
address: string | null;
|
|
1611
|
+
name: string;
|
|
1612
1612
|
email: string;
|
|
1613
1613
|
createdAt: Date;
|
|
1614
1614
|
updatedAt: Date;
|
|
@@ -1655,19 +1655,19 @@ export declare const channelContract: {
|
|
|
1655
1655
|
connectedUserName: string;
|
|
1656
1656
|
connectedUserId: string;
|
|
1657
1657
|
botpressBot: {
|
|
1658
|
-
name: string;
|
|
1659
1658
|
id: string;
|
|
1659
|
+
name: string;
|
|
1660
1660
|
accessToken: string;
|
|
1661
1661
|
botId: string;
|
|
1662
1662
|
integrationId: string;
|
|
1663
1663
|
} | null;
|
|
1664
1664
|
}, {
|
|
1665
|
-
name: string;
|
|
1666
1665
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1667
1666
|
id: string;
|
|
1667
|
+
name: string;
|
|
1668
1668
|
metadata: {
|
|
1669
|
-
name: string;
|
|
1670
1669
|
id: string;
|
|
1670
|
+
name: string;
|
|
1671
1671
|
accessToken?: string | undefined;
|
|
1672
1672
|
channelSecret?: string | undefined;
|
|
1673
1673
|
additionalCredentials?: any;
|
|
@@ -1700,9 +1700,9 @@ export declare const channelContract: {
|
|
|
1700
1700
|
updatedAt: Date;
|
|
1701
1701
|
deletedAt: Date | null;
|
|
1702
1702
|
actor: {
|
|
1703
|
-
name: string;
|
|
1704
1703
|
id: string;
|
|
1705
1704
|
address: string | null;
|
|
1705
|
+
name: string;
|
|
1706
1706
|
email: string;
|
|
1707
1707
|
createdAt: Date;
|
|
1708
1708
|
updatedAt: Date;
|
|
@@ -1749,8 +1749,8 @@ export declare const channelContract: {
|
|
|
1749
1749
|
connectedUserName: string;
|
|
1750
1750
|
connectedUserId: string;
|
|
1751
1751
|
botpressBot: {
|
|
1752
|
-
name: string;
|
|
1753
1752
|
id: string;
|
|
1753
|
+
name: string;
|
|
1754
1754
|
accessToken: string;
|
|
1755
1755
|
botId: string;
|
|
1756
1756
|
integrationId: string;
|
|
@@ -1758,12 +1758,12 @@ export declare const channelContract: {
|
|
|
1758
1758
|
}>;
|
|
1759
1759
|
}, "strip", z.ZodTypeAny, {
|
|
1760
1760
|
channel: {
|
|
1761
|
-
name: string;
|
|
1762
1761
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1763
1762
|
id: string;
|
|
1763
|
+
name: string;
|
|
1764
1764
|
metadata: {
|
|
1765
|
-
name: string;
|
|
1766
1765
|
id: string;
|
|
1766
|
+
name: string;
|
|
1767
1767
|
accessToken?: string | undefined;
|
|
1768
1768
|
channelSecret?: string | undefined;
|
|
1769
1769
|
additionalCredentials?: any;
|
|
@@ -1796,9 +1796,9 @@ export declare const channelContract: {
|
|
|
1796
1796
|
updatedAt: Date;
|
|
1797
1797
|
deletedAt: Date | null;
|
|
1798
1798
|
actor: {
|
|
1799
|
-
name: string;
|
|
1800
1799
|
id: string;
|
|
1801
1800
|
address: string | null;
|
|
1801
|
+
name: string;
|
|
1802
1802
|
email: string;
|
|
1803
1803
|
createdAt: Date;
|
|
1804
1804
|
updatedAt: Date;
|
|
@@ -1845,8 +1845,8 @@ export declare const channelContract: {
|
|
|
1845
1845
|
connectedUserName: string;
|
|
1846
1846
|
connectedUserId: string;
|
|
1847
1847
|
botpressBot: {
|
|
1848
|
-
name: string;
|
|
1849
1848
|
id: string;
|
|
1849
|
+
name: string;
|
|
1850
1850
|
accessToken: string;
|
|
1851
1851
|
botId: string;
|
|
1852
1852
|
integrationId: string;
|
|
@@ -1855,12 +1855,12 @@ export declare const channelContract: {
|
|
|
1855
1855
|
requestId: string;
|
|
1856
1856
|
}, {
|
|
1857
1857
|
channel: {
|
|
1858
|
-
name: string;
|
|
1859
1858
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1860
1859
|
id: string;
|
|
1860
|
+
name: string;
|
|
1861
1861
|
metadata: {
|
|
1862
|
-
name: string;
|
|
1863
1862
|
id: string;
|
|
1863
|
+
name: string;
|
|
1864
1864
|
accessToken?: string | undefined;
|
|
1865
1865
|
channelSecret?: string | undefined;
|
|
1866
1866
|
additionalCredentials?: any;
|
|
@@ -1893,9 +1893,9 @@ export declare const channelContract: {
|
|
|
1893
1893
|
updatedAt: Date;
|
|
1894
1894
|
deletedAt: Date | null;
|
|
1895
1895
|
actor: {
|
|
1896
|
-
name: string;
|
|
1897
1896
|
id: string;
|
|
1898
1897
|
address: string | null;
|
|
1898
|
+
name: string;
|
|
1899
1899
|
email: string;
|
|
1900
1900
|
createdAt: Date;
|
|
1901
1901
|
updatedAt: Date;
|
|
@@ -1942,8 +1942,8 @@ export declare const channelContract: {
|
|
|
1942
1942
|
connectedUserName: string;
|
|
1943
1943
|
connectedUserId: string;
|
|
1944
1944
|
botpressBot: {
|
|
1945
|
-
name: string;
|
|
1946
1945
|
id: string;
|
|
1946
|
+
name: string;
|
|
1947
1947
|
accessToken: string;
|
|
1948
1948
|
botId: string;
|
|
1949
1949
|
integrationId: string;
|
|
@@ -2071,8 +2071,8 @@ export declare const channelContract: {
|
|
|
2071
2071
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2072
2072
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2073
2073
|
}, "strip", z.ZodTypeAny, {
|
|
2074
|
-
name: string;
|
|
2075
2074
|
id: string;
|
|
2075
|
+
name: string;
|
|
2076
2076
|
accessToken?: string | undefined;
|
|
2077
2077
|
channelSecret?: string | undefined;
|
|
2078
2078
|
additionalCredentials?: any;
|
|
@@ -2100,8 +2100,8 @@ export declare const channelContract: {
|
|
|
2100
2100
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2101
2101
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2102
2102
|
}, {
|
|
2103
|
-
name: string;
|
|
2104
2103
|
id: string;
|
|
2104
|
+
name: string;
|
|
2105
2105
|
accessToken?: string | undefined;
|
|
2106
2106
|
channelSecret?: string | undefined;
|
|
2107
2107
|
additionalCredentials?: any;
|
|
@@ -2142,14 +2142,14 @@ export declare const channelContract: {
|
|
|
2142
2142
|
integrationId: z.ZodString;
|
|
2143
2143
|
accessToken: z.ZodString;
|
|
2144
2144
|
}, "strip", z.ZodTypeAny, {
|
|
2145
|
-
name: string;
|
|
2146
2145
|
id: string;
|
|
2146
|
+
name: string;
|
|
2147
2147
|
accessToken: string;
|
|
2148
2148
|
botId: string;
|
|
2149
2149
|
integrationId: string;
|
|
2150
2150
|
}, {
|
|
2151
|
-
name: string;
|
|
2152
2151
|
id: string;
|
|
2152
|
+
name: string;
|
|
2153
2153
|
accessToken: string;
|
|
2154
2154
|
botId: string;
|
|
2155
2155
|
integrationId: string;
|
|
@@ -2272,9 +2272,9 @@ export declare const channelContract: {
|
|
|
2272
2272
|
telephonySignature: string | null;
|
|
2273
2273
|
}>;
|
|
2274
2274
|
}, "strip", z.ZodTypeAny, {
|
|
2275
|
-
name: string;
|
|
2276
2275
|
id: string;
|
|
2277
2276
|
address: string | null;
|
|
2277
|
+
name: string;
|
|
2278
2278
|
email: string;
|
|
2279
2279
|
createdAt: Date;
|
|
2280
2280
|
updatedAt: Date;
|
|
@@ -2315,9 +2315,9 @@ export declare const channelContract: {
|
|
|
2315
2315
|
telephonySignature: string | null;
|
|
2316
2316
|
};
|
|
2317
2317
|
}, {
|
|
2318
|
-
name: string;
|
|
2319
2318
|
id: string;
|
|
2320
2319
|
address: string | null;
|
|
2320
|
+
name: string;
|
|
2321
2321
|
email: string;
|
|
2322
2322
|
createdAt: Date;
|
|
2323
2323
|
updatedAt: Date;
|
|
@@ -2359,12 +2359,12 @@ export declare const channelContract: {
|
|
|
2359
2359
|
};
|
|
2360
2360
|
}>;
|
|
2361
2361
|
}, "strip", z.ZodTypeAny, {
|
|
2362
|
-
name: string;
|
|
2363
2362
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2364
2363
|
id: string;
|
|
2364
|
+
name: string;
|
|
2365
2365
|
metadata: {
|
|
2366
|
-
name: string;
|
|
2367
2366
|
id: string;
|
|
2367
|
+
name: string;
|
|
2368
2368
|
accessToken?: string | undefined;
|
|
2369
2369
|
channelSecret?: string | undefined;
|
|
2370
2370
|
additionalCredentials?: any;
|
|
@@ -2397,9 +2397,9 @@ export declare const channelContract: {
|
|
|
2397
2397
|
updatedAt: Date;
|
|
2398
2398
|
deletedAt: Date | null;
|
|
2399
2399
|
actor: {
|
|
2400
|
-
name: string;
|
|
2401
2400
|
id: string;
|
|
2402
2401
|
address: string | null;
|
|
2402
|
+
name: string;
|
|
2403
2403
|
email: string;
|
|
2404
2404
|
createdAt: Date;
|
|
2405
2405
|
updatedAt: Date;
|
|
@@ -2446,19 +2446,19 @@ export declare const channelContract: {
|
|
|
2446
2446
|
connectedUserName: string;
|
|
2447
2447
|
connectedUserId: string;
|
|
2448
2448
|
botpressBot: {
|
|
2449
|
-
name: string;
|
|
2450
2449
|
id: string;
|
|
2450
|
+
name: string;
|
|
2451
2451
|
accessToken: string;
|
|
2452
2452
|
botId: string;
|
|
2453
2453
|
integrationId: string;
|
|
2454
2454
|
} | null;
|
|
2455
2455
|
}, {
|
|
2456
|
-
name: string;
|
|
2457
2456
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2458
2457
|
id: string;
|
|
2458
|
+
name: string;
|
|
2459
2459
|
metadata: {
|
|
2460
|
-
name: string;
|
|
2461
2460
|
id: string;
|
|
2461
|
+
name: string;
|
|
2462
2462
|
accessToken?: string | undefined;
|
|
2463
2463
|
channelSecret?: string | undefined;
|
|
2464
2464
|
additionalCredentials?: any;
|
|
@@ -2491,9 +2491,9 @@ export declare const channelContract: {
|
|
|
2491
2491
|
updatedAt: Date;
|
|
2492
2492
|
deletedAt: Date | null;
|
|
2493
2493
|
actor: {
|
|
2494
|
-
name: string;
|
|
2495
2494
|
id: string;
|
|
2496
2495
|
address: string | null;
|
|
2496
|
+
name: string;
|
|
2497
2497
|
email: string;
|
|
2498
2498
|
createdAt: Date;
|
|
2499
2499
|
updatedAt: Date;
|
|
@@ -2540,8 +2540,8 @@ export declare const channelContract: {
|
|
|
2540
2540
|
connectedUserName: string;
|
|
2541
2541
|
connectedUserId: string;
|
|
2542
2542
|
botpressBot: {
|
|
2543
|
-
name: string;
|
|
2544
2543
|
id: string;
|
|
2544
|
+
name: string;
|
|
2545
2545
|
accessToken: string;
|
|
2546
2546
|
botId: string;
|
|
2547
2547
|
integrationId: string;
|
|
@@ -2549,12 +2549,12 @@ export declare const channelContract: {
|
|
|
2549
2549
|
}>;
|
|
2550
2550
|
}, "strip", z.ZodTypeAny, {
|
|
2551
2551
|
channel: {
|
|
2552
|
-
name: string;
|
|
2553
2552
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2554
2553
|
id: string;
|
|
2554
|
+
name: string;
|
|
2555
2555
|
metadata: {
|
|
2556
|
-
name: string;
|
|
2557
2556
|
id: string;
|
|
2557
|
+
name: string;
|
|
2558
2558
|
accessToken?: string | undefined;
|
|
2559
2559
|
channelSecret?: string | undefined;
|
|
2560
2560
|
additionalCredentials?: any;
|
|
@@ -2587,9 +2587,9 @@ export declare const channelContract: {
|
|
|
2587
2587
|
updatedAt: Date;
|
|
2588
2588
|
deletedAt: Date | null;
|
|
2589
2589
|
actor: {
|
|
2590
|
-
name: string;
|
|
2591
2590
|
id: string;
|
|
2592
2591
|
address: string | null;
|
|
2592
|
+
name: string;
|
|
2593
2593
|
email: string;
|
|
2594
2594
|
createdAt: Date;
|
|
2595
2595
|
updatedAt: Date;
|
|
@@ -2636,8 +2636,8 @@ export declare const channelContract: {
|
|
|
2636
2636
|
connectedUserName: string;
|
|
2637
2637
|
connectedUserId: string;
|
|
2638
2638
|
botpressBot: {
|
|
2639
|
-
name: string;
|
|
2640
2639
|
id: string;
|
|
2640
|
+
name: string;
|
|
2641
2641
|
accessToken: string;
|
|
2642
2642
|
botId: string;
|
|
2643
2643
|
integrationId: string;
|
|
@@ -2646,12 +2646,12 @@ export declare const channelContract: {
|
|
|
2646
2646
|
requestId: string;
|
|
2647
2647
|
}, {
|
|
2648
2648
|
channel: {
|
|
2649
|
-
name: string;
|
|
2650
2649
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2651
2650
|
id: string;
|
|
2651
|
+
name: string;
|
|
2652
2652
|
metadata: {
|
|
2653
|
-
name: string;
|
|
2654
2653
|
id: string;
|
|
2654
|
+
name: string;
|
|
2655
2655
|
accessToken?: string | undefined;
|
|
2656
2656
|
channelSecret?: string | undefined;
|
|
2657
2657
|
additionalCredentials?: any;
|
|
@@ -2684,9 +2684,9 @@ export declare const channelContract: {
|
|
|
2684
2684
|
updatedAt: Date;
|
|
2685
2685
|
deletedAt: Date | null;
|
|
2686
2686
|
actor: {
|
|
2687
|
-
name: string;
|
|
2688
2687
|
id: string;
|
|
2689
2688
|
address: string | null;
|
|
2689
|
+
name: string;
|
|
2690
2690
|
email: string;
|
|
2691
2691
|
createdAt: Date;
|
|
2692
2692
|
updatedAt: Date;
|
|
@@ -2733,8 +2733,8 @@ export declare const channelContract: {
|
|
|
2733
2733
|
connectedUserName: string;
|
|
2734
2734
|
connectedUserId: string;
|
|
2735
2735
|
botpressBot: {
|
|
2736
|
-
name: string;
|
|
2737
2736
|
id: string;
|
|
2737
|
+
name: string;
|
|
2738
2738
|
accessToken: string;
|
|
2739
2739
|
botId: string;
|
|
2740
2740
|
integrationId: string;
|
|
@@ -2856,8 +2856,8 @@ export declare const channelContract: {
|
|
|
2856
2856
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2857
2857
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
2858
2858
|
}, "strip", z.ZodTypeAny, {
|
|
2859
|
-
name: string;
|
|
2860
2859
|
id: string;
|
|
2860
|
+
name: string;
|
|
2861
2861
|
accessToken?: string | undefined;
|
|
2862
2862
|
channelSecret?: string | undefined;
|
|
2863
2863
|
additionalCredentials?: any;
|
|
@@ -2885,8 +2885,8 @@ export declare const channelContract: {
|
|
|
2885
2885
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2886
2886
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2887
2887
|
}, {
|
|
2888
|
-
name: string;
|
|
2889
2888
|
id: string;
|
|
2889
|
+
name: string;
|
|
2890
2890
|
accessToken?: string | undefined;
|
|
2891
2891
|
channelSecret?: string | undefined;
|
|
2892
2892
|
additionalCredentials?: any;
|
|
@@ -2927,14 +2927,14 @@ export declare const channelContract: {
|
|
|
2927
2927
|
integrationId: z.ZodString;
|
|
2928
2928
|
accessToken: z.ZodString;
|
|
2929
2929
|
}, "strip", z.ZodTypeAny, {
|
|
2930
|
-
name: string;
|
|
2931
2930
|
id: string;
|
|
2931
|
+
name: string;
|
|
2932
2932
|
accessToken: string;
|
|
2933
2933
|
botId: string;
|
|
2934
2934
|
integrationId: string;
|
|
2935
2935
|
}, {
|
|
2936
|
-
name: string;
|
|
2937
2936
|
id: string;
|
|
2937
|
+
name: string;
|
|
2938
2938
|
accessToken: string;
|
|
2939
2939
|
botId: string;
|
|
2940
2940
|
integrationId: string;
|
|
@@ -3057,9 +3057,9 @@ export declare const channelContract: {
|
|
|
3057
3057
|
telephonySignature: string | null;
|
|
3058
3058
|
}>;
|
|
3059
3059
|
}, "strip", z.ZodTypeAny, {
|
|
3060
|
-
name: string;
|
|
3061
3060
|
id: string;
|
|
3062
3061
|
address: string | null;
|
|
3062
|
+
name: string;
|
|
3063
3063
|
email: string;
|
|
3064
3064
|
createdAt: Date;
|
|
3065
3065
|
updatedAt: Date;
|
|
@@ -3100,9 +3100,9 @@ export declare const channelContract: {
|
|
|
3100
3100
|
telephonySignature: string | null;
|
|
3101
3101
|
};
|
|
3102
3102
|
}, {
|
|
3103
|
-
name: string;
|
|
3104
3103
|
id: string;
|
|
3105
3104
|
address: string | null;
|
|
3105
|
+
name: string;
|
|
3106
3106
|
email: string;
|
|
3107
3107
|
createdAt: Date;
|
|
3108
3108
|
updatedAt: Date;
|
|
@@ -3144,12 +3144,12 @@ export declare const channelContract: {
|
|
|
3144
3144
|
};
|
|
3145
3145
|
}>;
|
|
3146
3146
|
}, "strip", z.ZodTypeAny, {
|
|
3147
|
-
name: string;
|
|
3148
3147
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3149
3148
|
id: string;
|
|
3149
|
+
name: string;
|
|
3150
3150
|
metadata: {
|
|
3151
|
-
name: string;
|
|
3152
3151
|
id: string;
|
|
3152
|
+
name: string;
|
|
3153
3153
|
accessToken?: string | undefined;
|
|
3154
3154
|
channelSecret?: string | undefined;
|
|
3155
3155
|
additionalCredentials?: any;
|
|
@@ -3182,9 +3182,9 @@ export declare const channelContract: {
|
|
|
3182
3182
|
updatedAt: Date;
|
|
3183
3183
|
deletedAt: Date | null;
|
|
3184
3184
|
actor: {
|
|
3185
|
-
name: string;
|
|
3186
3185
|
id: string;
|
|
3187
3186
|
address: string | null;
|
|
3187
|
+
name: string;
|
|
3188
3188
|
email: string;
|
|
3189
3189
|
createdAt: Date;
|
|
3190
3190
|
updatedAt: Date;
|
|
@@ -3231,19 +3231,19 @@ export declare const channelContract: {
|
|
|
3231
3231
|
connectedUserName: string;
|
|
3232
3232
|
connectedUserId: string;
|
|
3233
3233
|
botpressBot: {
|
|
3234
|
-
name: string;
|
|
3235
3234
|
id: string;
|
|
3235
|
+
name: string;
|
|
3236
3236
|
accessToken: string;
|
|
3237
3237
|
botId: string;
|
|
3238
3238
|
integrationId: string;
|
|
3239
3239
|
} | null;
|
|
3240
3240
|
}, {
|
|
3241
|
-
name: string;
|
|
3242
3241
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3243
3242
|
id: string;
|
|
3243
|
+
name: string;
|
|
3244
3244
|
metadata: {
|
|
3245
|
-
name: string;
|
|
3246
3245
|
id: string;
|
|
3246
|
+
name: string;
|
|
3247
3247
|
accessToken?: string | undefined;
|
|
3248
3248
|
channelSecret?: string | undefined;
|
|
3249
3249
|
additionalCredentials?: any;
|
|
@@ -3276,9 +3276,9 @@ export declare const channelContract: {
|
|
|
3276
3276
|
updatedAt: Date;
|
|
3277
3277
|
deletedAt: Date | null;
|
|
3278
3278
|
actor: {
|
|
3279
|
-
name: string;
|
|
3280
3279
|
id: string;
|
|
3281
3280
|
address: string | null;
|
|
3281
|
+
name: string;
|
|
3282
3282
|
email: string;
|
|
3283
3283
|
createdAt: Date;
|
|
3284
3284
|
updatedAt: Date;
|
|
@@ -3325,8 +3325,8 @@ export declare const channelContract: {
|
|
|
3325
3325
|
connectedUserName: string;
|
|
3326
3326
|
connectedUserId: string;
|
|
3327
3327
|
botpressBot: {
|
|
3328
|
-
name: string;
|
|
3329
3328
|
id: string;
|
|
3329
|
+
name: string;
|
|
3330
3330
|
accessToken: string;
|
|
3331
3331
|
botId: string;
|
|
3332
3332
|
integrationId: string;
|
|
@@ -3334,12 +3334,12 @@ export declare const channelContract: {
|
|
|
3334
3334
|
}>;
|
|
3335
3335
|
}, "strip", z.ZodTypeAny, {
|
|
3336
3336
|
channel: {
|
|
3337
|
-
name: string;
|
|
3338
3337
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3339
3338
|
id: string;
|
|
3339
|
+
name: string;
|
|
3340
3340
|
metadata: {
|
|
3341
|
-
name: string;
|
|
3342
3341
|
id: string;
|
|
3342
|
+
name: string;
|
|
3343
3343
|
accessToken?: string | undefined;
|
|
3344
3344
|
channelSecret?: string | undefined;
|
|
3345
3345
|
additionalCredentials?: any;
|
|
@@ -3372,9 +3372,9 @@ export declare const channelContract: {
|
|
|
3372
3372
|
updatedAt: Date;
|
|
3373
3373
|
deletedAt: Date | null;
|
|
3374
3374
|
actor: {
|
|
3375
|
-
name: string;
|
|
3376
3375
|
id: string;
|
|
3377
3376
|
address: string | null;
|
|
3377
|
+
name: string;
|
|
3378
3378
|
email: string;
|
|
3379
3379
|
createdAt: Date;
|
|
3380
3380
|
updatedAt: Date;
|
|
@@ -3421,8 +3421,8 @@ export declare const channelContract: {
|
|
|
3421
3421
|
connectedUserName: string;
|
|
3422
3422
|
connectedUserId: string;
|
|
3423
3423
|
botpressBot: {
|
|
3424
|
-
name: string;
|
|
3425
3424
|
id: string;
|
|
3425
|
+
name: string;
|
|
3426
3426
|
accessToken: string;
|
|
3427
3427
|
botId: string;
|
|
3428
3428
|
integrationId: string;
|
|
@@ -3431,12 +3431,12 @@ export declare const channelContract: {
|
|
|
3431
3431
|
requestId: string;
|
|
3432
3432
|
}, {
|
|
3433
3433
|
channel: {
|
|
3434
|
-
name: string;
|
|
3435
3434
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3436
3435
|
id: string;
|
|
3436
|
+
name: string;
|
|
3437
3437
|
metadata: {
|
|
3438
|
-
name: string;
|
|
3439
3438
|
id: string;
|
|
3439
|
+
name: string;
|
|
3440
3440
|
accessToken?: string | undefined;
|
|
3441
3441
|
channelSecret?: string | undefined;
|
|
3442
3442
|
additionalCredentials?: any;
|
|
@@ -3469,9 +3469,9 @@ export declare const channelContract: {
|
|
|
3469
3469
|
updatedAt: Date;
|
|
3470
3470
|
deletedAt: Date | null;
|
|
3471
3471
|
actor: {
|
|
3472
|
-
name: string;
|
|
3473
3472
|
id: string;
|
|
3474
3473
|
address: string | null;
|
|
3474
|
+
name: string;
|
|
3475
3475
|
email: string;
|
|
3476
3476
|
createdAt: Date;
|
|
3477
3477
|
updatedAt: Date;
|
|
@@ -3518,8 +3518,8 @@ export declare const channelContract: {
|
|
|
3518
3518
|
connectedUserName: string;
|
|
3519
3519
|
connectedUserId: string;
|
|
3520
3520
|
botpressBot: {
|
|
3521
|
-
name: string;
|
|
3522
3521
|
id: string;
|
|
3522
|
+
name: string;
|
|
3523
3523
|
accessToken: string;
|
|
3524
3524
|
botId: string;
|
|
3525
3525
|
integrationId: string;
|
|
@@ -3624,8 +3624,8 @@ export declare const channelContract: {
|
|
|
3624
3624
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3625
3625
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3626
3626
|
}, "strip", z.ZodTypeAny, {
|
|
3627
|
-
name: string;
|
|
3628
3627
|
id: string;
|
|
3628
|
+
name: string;
|
|
3629
3629
|
accessToken?: string | undefined;
|
|
3630
3630
|
channelSecret?: string | undefined;
|
|
3631
3631
|
additionalCredentials?: any;
|
|
@@ -3653,8 +3653,8 @@ export declare const channelContract: {
|
|
|
3653
3653
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3654
3654
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3655
3655
|
}, {
|
|
3656
|
-
name: string;
|
|
3657
3656
|
id: string;
|
|
3657
|
+
name: string;
|
|
3658
3658
|
accessToken?: string | undefined;
|
|
3659
3659
|
channelSecret?: string | undefined;
|
|
3660
3660
|
additionalCredentials?: any;
|
|
@@ -3686,11 +3686,11 @@ export declare const channelContract: {
|
|
|
3686
3686
|
connectedUserId: z.ZodString;
|
|
3687
3687
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
|
3688
3688
|
}, "strip", z.ZodTypeAny, {
|
|
3689
|
-
name: string;
|
|
3690
3689
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3690
|
+
name: string;
|
|
3691
3691
|
metadata: {
|
|
3692
|
-
name: string;
|
|
3693
3692
|
id: string;
|
|
3693
|
+
name: string;
|
|
3694
3694
|
accessToken?: string | undefined;
|
|
3695
3695
|
channelSecret?: string | undefined;
|
|
3696
3696
|
additionalCredentials?: any;
|
|
@@ -3722,11 +3722,11 @@ export declare const channelContract: {
|
|
|
3722
3722
|
connectedUserId: string;
|
|
3723
3723
|
connectedUserName?: string | undefined;
|
|
3724
3724
|
}, {
|
|
3725
|
-
name: string;
|
|
3726
3725
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3726
|
+
name: string;
|
|
3727
3727
|
metadata: {
|
|
3728
|
-
name: string;
|
|
3729
3728
|
id: string;
|
|
3729
|
+
name: string;
|
|
3730
3730
|
accessToken?: string | undefined;
|
|
3731
3731
|
channelSecret?: string | undefined;
|
|
3732
3732
|
additionalCredentials?: any;
|
|
@@ -3834,8 +3834,8 @@ export declare const channelContract: {
|
|
|
3834
3834
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3835
3835
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
3836
3836
|
}, "strip", z.ZodTypeAny, {
|
|
3837
|
-
name: string;
|
|
3838
3837
|
id: string;
|
|
3838
|
+
name: string;
|
|
3839
3839
|
accessToken?: string | undefined;
|
|
3840
3840
|
channelSecret?: string | undefined;
|
|
3841
3841
|
additionalCredentials?: any;
|
|
@@ -3863,8 +3863,8 @@ export declare const channelContract: {
|
|
|
3863
3863
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3864
3864
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3865
3865
|
}, {
|
|
3866
|
-
name: string;
|
|
3867
3866
|
id: string;
|
|
3867
|
+
name: string;
|
|
3868
3868
|
accessToken?: string | undefined;
|
|
3869
3869
|
channelSecret?: string | undefined;
|
|
3870
3870
|
additionalCredentials?: any;
|
|
@@ -3905,14 +3905,14 @@ export declare const channelContract: {
|
|
|
3905
3905
|
integrationId: z.ZodString;
|
|
3906
3906
|
accessToken: z.ZodString;
|
|
3907
3907
|
}, "strip", z.ZodTypeAny, {
|
|
3908
|
-
name: string;
|
|
3909
3908
|
id: string;
|
|
3909
|
+
name: string;
|
|
3910
3910
|
accessToken: string;
|
|
3911
3911
|
botId: string;
|
|
3912
3912
|
integrationId: string;
|
|
3913
3913
|
}, {
|
|
3914
|
-
name: string;
|
|
3915
3914
|
id: string;
|
|
3915
|
+
name: string;
|
|
3916
3916
|
accessToken: string;
|
|
3917
3917
|
botId: string;
|
|
3918
3918
|
integrationId: string;
|
|
@@ -4035,9 +4035,9 @@ export declare const channelContract: {
|
|
|
4035
4035
|
telephonySignature: string | null;
|
|
4036
4036
|
}>;
|
|
4037
4037
|
}, "strip", z.ZodTypeAny, {
|
|
4038
|
-
name: string;
|
|
4039
4038
|
id: string;
|
|
4040
4039
|
address: string | null;
|
|
4040
|
+
name: string;
|
|
4041
4041
|
email: string;
|
|
4042
4042
|
createdAt: Date;
|
|
4043
4043
|
updatedAt: Date;
|
|
@@ -4078,9 +4078,9 @@ export declare const channelContract: {
|
|
|
4078
4078
|
telephonySignature: string | null;
|
|
4079
4079
|
};
|
|
4080
4080
|
}, {
|
|
4081
|
-
name: string;
|
|
4082
4081
|
id: string;
|
|
4083
4082
|
address: string | null;
|
|
4083
|
+
name: string;
|
|
4084
4084
|
email: string;
|
|
4085
4085
|
createdAt: Date;
|
|
4086
4086
|
updatedAt: Date;
|
|
@@ -4122,12 +4122,12 @@ export declare const channelContract: {
|
|
|
4122
4122
|
};
|
|
4123
4123
|
}>;
|
|
4124
4124
|
}, "strip", z.ZodTypeAny, {
|
|
4125
|
-
name: string;
|
|
4126
4125
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4127
4126
|
id: string;
|
|
4127
|
+
name: string;
|
|
4128
4128
|
metadata: {
|
|
4129
|
-
name: string;
|
|
4130
4129
|
id: string;
|
|
4130
|
+
name: string;
|
|
4131
4131
|
accessToken?: string | undefined;
|
|
4132
4132
|
channelSecret?: string | undefined;
|
|
4133
4133
|
additionalCredentials?: any;
|
|
@@ -4160,9 +4160,9 @@ export declare const channelContract: {
|
|
|
4160
4160
|
updatedAt: Date;
|
|
4161
4161
|
deletedAt: Date | null;
|
|
4162
4162
|
actor: {
|
|
4163
|
-
name: string;
|
|
4164
4163
|
id: string;
|
|
4165
4164
|
address: string | null;
|
|
4165
|
+
name: string;
|
|
4166
4166
|
email: string;
|
|
4167
4167
|
createdAt: Date;
|
|
4168
4168
|
updatedAt: Date;
|
|
@@ -4209,19 +4209,19 @@ export declare const channelContract: {
|
|
|
4209
4209
|
connectedUserName: string;
|
|
4210
4210
|
connectedUserId: string;
|
|
4211
4211
|
botpressBot: {
|
|
4212
|
-
name: string;
|
|
4213
4212
|
id: string;
|
|
4213
|
+
name: string;
|
|
4214
4214
|
accessToken: string;
|
|
4215
4215
|
botId: string;
|
|
4216
4216
|
integrationId: string;
|
|
4217
4217
|
} | null;
|
|
4218
4218
|
}, {
|
|
4219
|
-
name: string;
|
|
4220
4219
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4221
4220
|
id: string;
|
|
4221
|
+
name: string;
|
|
4222
4222
|
metadata: {
|
|
4223
|
-
name: string;
|
|
4224
4223
|
id: string;
|
|
4224
|
+
name: string;
|
|
4225
4225
|
accessToken?: string | undefined;
|
|
4226
4226
|
channelSecret?: string | undefined;
|
|
4227
4227
|
additionalCredentials?: any;
|
|
@@ -4254,9 +4254,9 @@ export declare const channelContract: {
|
|
|
4254
4254
|
updatedAt: Date;
|
|
4255
4255
|
deletedAt: Date | null;
|
|
4256
4256
|
actor: {
|
|
4257
|
-
name: string;
|
|
4258
4257
|
id: string;
|
|
4259
4258
|
address: string | null;
|
|
4259
|
+
name: string;
|
|
4260
4260
|
email: string;
|
|
4261
4261
|
createdAt: Date;
|
|
4262
4262
|
updatedAt: Date;
|
|
@@ -4303,8 +4303,8 @@ export declare const channelContract: {
|
|
|
4303
4303
|
connectedUserName: string;
|
|
4304
4304
|
connectedUserId: string;
|
|
4305
4305
|
botpressBot: {
|
|
4306
|
-
name: string;
|
|
4307
4306
|
id: string;
|
|
4307
|
+
name: string;
|
|
4308
4308
|
accessToken: string;
|
|
4309
4309
|
botId: string;
|
|
4310
4310
|
integrationId: string;
|
|
@@ -4312,12 +4312,12 @@ export declare const channelContract: {
|
|
|
4312
4312
|
}>;
|
|
4313
4313
|
}, "strip", z.ZodTypeAny, {
|
|
4314
4314
|
channel: {
|
|
4315
|
-
name: string;
|
|
4316
4315
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4317
4316
|
id: string;
|
|
4317
|
+
name: string;
|
|
4318
4318
|
metadata: {
|
|
4319
|
-
name: string;
|
|
4320
4319
|
id: string;
|
|
4320
|
+
name: string;
|
|
4321
4321
|
accessToken?: string | undefined;
|
|
4322
4322
|
channelSecret?: string | undefined;
|
|
4323
4323
|
additionalCredentials?: any;
|
|
@@ -4350,9 +4350,9 @@ export declare const channelContract: {
|
|
|
4350
4350
|
updatedAt: Date;
|
|
4351
4351
|
deletedAt: Date | null;
|
|
4352
4352
|
actor: {
|
|
4353
|
-
name: string;
|
|
4354
4353
|
id: string;
|
|
4355
4354
|
address: string | null;
|
|
4355
|
+
name: string;
|
|
4356
4356
|
email: string;
|
|
4357
4357
|
createdAt: Date;
|
|
4358
4358
|
updatedAt: Date;
|
|
@@ -4399,8 +4399,8 @@ export declare const channelContract: {
|
|
|
4399
4399
|
connectedUserName: string;
|
|
4400
4400
|
connectedUserId: string;
|
|
4401
4401
|
botpressBot: {
|
|
4402
|
-
name: string;
|
|
4403
4402
|
id: string;
|
|
4403
|
+
name: string;
|
|
4404
4404
|
accessToken: string;
|
|
4405
4405
|
botId: string;
|
|
4406
4406
|
integrationId: string;
|
|
@@ -4409,12 +4409,12 @@ export declare const channelContract: {
|
|
|
4409
4409
|
requestId: string;
|
|
4410
4410
|
}, {
|
|
4411
4411
|
channel: {
|
|
4412
|
-
name: string;
|
|
4413
4412
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4414
4413
|
id: string;
|
|
4414
|
+
name: string;
|
|
4415
4415
|
metadata: {
|
|
4416
|
-
name: string;
|
|
4417
4416
|
id: string;
|
|
4417
|
+
name: string;
|
|
4418
4418
|
accessToken?: string | undefined;
|
|
4419
4419
|
channelSecret?: string | undefined;
|
|
4420
4420
|
additionalCredentials?: any;
|
|
@@ -4447,9 +4447,9 @@ export declare const channelContract: {
|
|
|
4447
4447
|
updatedAt: Date;
|
|
4448
4448
|
deletedAt: Date | null;
|
|
4449
4449
|
actor: {
|
|
4450
|
-
name: string;
|
|
4451
4450
|
id: string;
|
|
4452
4451
|
address: string | null;
|
|
4452
|
+
name: string;
|
|
4453
4453
|
email: string;
|
|
4454
4454
|
createdAt: Date;
|
|
4455
4455
|
updatedAt: Date;
|
|
@@ -4496,8 +4496,8 @@ export declare const channelContract: {
|
|
|
4496
4496
|
connectedUserName: string;
|
|
4497
4497
|
connectedUserId: string;
|
|
4498
4498
|
botpressBot: {
|
|
4499
|
-
name: string;
|
|
4500
4499
|
id: string;
|
|
4500
|
+
name: string;
|
|
4501
4501
|
accessToken: string;
|
|
4502
4502
|
botId: string;
|
|
4503
4503
|
integrationId: string;
|
|
@@ -4542,34 +4542,24 @@ export declare const channelContract: {
|
|
|
4542
4542
|
requestId: z.ZodString;
|
|
4543
4543
|
data: z.ZodObject<{
|
|
4544
4544
|
isNewTenant: z.ZodBoolean;
|
|
4545
|
-
|
|
4546
|
-
isChannelExist: z.ZodBoolean;
|
|
4547
|
-
isContactExist: z.ZodBoolean;
|
|
4545
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
|
4548
4546
|
}, "strip", z.ZodTypeAny, {
|
|
4547
|
+
extensionId: string | null;
|
|
4549
4548
|
isNewTenant: boolean;
|
|
4550
|
-
isExtensionExist: boolean;
|
|
4551
|
-
isChannelExist: boolean;
|
|
4552
|
-
isContactExist: boolean;
|
|
4553
4549
|
}, {
|
|
4550
|
+
extensionId: string | null;
|
|
4554
4551
|
isNewTenant: boolean;
|
|
4555
|
-
isExtensionExist: boolean;
|
|
4556
|
-
isChannelExist: boolean;
|
|
4557
|
-
isContactExist: boolean;
|
|
4558
4552
|
}>;
|
|
4559
4553
|
}, "strip", z.ZodTypeAny, {
|
|
4560
4554
|
data: {
|
|
4555
|
+
extensionId: string | null;
|
|
4561
4556
|
isNewTenant: boolean;
|
|
4562
|
-
isExtensionExist: boolean;
|
|
4563
|
-
isChannelExist: boolean;
|
|
4564
|
-
isContactExist: boolean;
|
|
4565
4557
|
};
|
|
4566
4558
|
requestId: string;
|
|
4567
4559
|
}, {
|
|
4568
4560
|
data: {
|
|
4561
|
+
extensionId: string | null;
|
|
4569
4562
|
isNewTenant: boolean;
|
|
4570
|
-
isExtensionExist: boolean;
|
|
4571
|
-
isChannelExist: boolean;
|
|
4572
|
-
isContactExist: boolean;
|
|
4573
4563
|
};
|
|
4574
4564
|
requestId: string;
|
|
4575
4565
|
}>;
|
|
@@ -4602,6 +4592,59 @@ export declare const channelContract: {
|
|
|
4602
4592
|
'x-client-timezone'?: string | undefined;
|
|
4603
4593
|
}>>>;
|
|
4604
4594
|
};
|
|
4595
|
+
updateNewTenant: {
|
|
4596
|
+
body: z.ZodObject<{
|
|
4597
|
+
id: z.ZodString;
|
|
4598
|
+
time: z.ZodString;
|
|
4599
|
+
}, "strip", z.ZodTypeAny, {
|
|
4600
|
+
time: string;
|
|
4601
|
+
id: string;
|
|
4602
|
+
}, {
|
|
4603
|
+
time: string;
|
|
4604
|
+
id: string;
|
|
4605
|
+
}>;
|
|
4606
|
+
summary: "Update new tenant";
|
|
4607
|
+
method: "PATCH";
|
|
4608
|
+
responses: {
|
|
4609
|
+
200: z.ZodObject<{
|
|
4610
|
+
requestId: z.ZodString;
|
|
4611
|
+
message: z.ZodString;
|
|
4612
|
+
}, "strip", z.ZodTypeAny, {
|
|
4613
|
+
message: string;
|
|
4614
|
+
requestId: string;
|
|
4615
|
+
}, {
|
|
4616
|
+
message: string;
|
|
4617
|
+
requestId: string;
|
|
4618
|
+
}>;
|
|
4619
|
+
408: z.ZodObject<{
|
|
4620
|
+
message: z.ZodString;
|
|
4621
|
+
error: z.ZodAny;
|
|
4622
|
+
}, "strip", z.ZodTypeAny, {
|
|
4623
|
+
message: string;
|
|
4624
|
+
error?: any;
|
|
4625
|
+
}, {
|
|
4626
|
+
message: string;
|
|
4627
|
+
error?: any;
|
|
4628
|
+
}>;
|
|
4629
|
+
};
|
|
4630
|
+
path: "channel/update-new-tenant";
|
|
4631
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4632
|
+
'x-tenant': z.ZodString;
|
|
4633
|
+
authorization: z.ZodString;
|
|
4634
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
|
4635
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
4636
|
+
}, "strip", z.ZodTypeAny, {
|
|
4637
|
+
'x-tenant': string;
|
|
4638
|
+
authorization: string;
|
|
4639
|
+
'x-client-timezone': string;
|
|
4640
|
+
'x-code'?: string | undefined;
|
|
4641
|
+
}, {
|
|
4642
|
+
'x-tenant': string;
|
|
4643
|
+
authorization: string;
|
|
4644
|
+
'x-code'?: string | undefined;
|
|
4645
|
+
'x-client-timezone'?: string | undefined;
|
|
4646
|
+
}>>>;
|
|
4647
|
+
};
|
|
4605
4648
|
messenger: {
|
|
4606
4649
|
getPages: {
|
|
4607
4650
|
method: "GET";
|
|
@@ -4626,11 +4669,11 @@ export declare const channelContract: {
|
|
|
4626
4669
|
id: z.ZodString;
|
|
4627
4670
|
name: z.ZodString;
|
|
4628
4671
|
}, "strip", z.ZodTypeAny, {
|
|
4629
|
-
name: string;
|
|
4630
4672
|
id: string;
|
|
4631
|
-
}, {
|
|
4632
4673
|
name: string;
|
|
4674
|
+
}, {
|
|
4633
4675
|
id: string;
|
|
4676
|
+
name: string;
|
|
4634
4677
|
}>, "many">;
|
|
4635
4678
|
id: z.ZodString;
|
|
4636
4679
|
name: z.ZodString;
|
|
@@ -4653,8 +4696,8 @@ export declare const channelContract: {
|
|
|
4653
4696
|
};
|
|
4654
4697
|
}>;
|
|
4655
4698
|
}, "strip", z.ZodTypeAny, {
|
|
4656
|
-
name: string;
|
|
4657
4699
|
id: string;
|
|
4700
|
+
name: string;
|
|
4658
4701
|
picture: {
|
|
4659
4702
|
data: {
|
|
4660
4703
|
url: string;
|
|
@@ -4663,13 +4706,13 @@ export declare const channelContract: {
|
|
|
4663
4706
|
category: string;
|
|
4664
4707
|
access_token: string;
|
|
4665
4708
|
category_list: {
|
|
4666
|
-
name: string;
|
|
4667
4709
|
id: string;
|
|
4710
|
+
name: string;
|
|
4668
4711
|
}[];
|
|
4669
4712
|
tasks: string[];
|
|
4670
4713
|
}, {
|
|
4671
|
-
name: string;
|
|
4672
4714
|
id: string;
|
|
4715
|
+
name: string;
|
|
4673
4716
|
picture: {
|
|
4674
4717
|
data: {
|
|
4675
4718
|
url: string;
|
|
@@ -4678,8 +4721,8 @@ export declare const channelContract: {
|
|
|
4678
4721
|
category: string;
|
|
4679
4722
|
access_token: string;
|
|
4680
4723
|
category_list: {
|
|
4681
|
-
name: string;
|
|
4682
4724
|
id: string;
|
|
4725
|
+
name: string;
|
|
4683
4726
|
}[];
|
|
4684
4727
|
tasks: string[];
|
|
4685
4728
|
}>, "many">;
|
|
@@ -4707,8 +4750,8 @@ export declare const channelContract: {
|
|
|
4707
4750
|
}>>;
|
|
4708
4751
|
}, "strip", z.ZodTypeAny, {
|
|
4709
4752
|
data: {
|
|
4710
|
-
name: string;
|
|
4711
4753
|
id: string;
|
|
4754
|
+
name: string;
|
|
4712
4755
|
picture: {
|
|
4713
4756
|
data: {
|
|
4714
4757
|
url: string;
|
|
@@ -4717,8 +4760,8 @@ export declare const channelContract: {
|
|
|
4717
4760
|
category: string;
|
|
4718
4761
|
access_token: string;
|
|
4719
4762
|
category_list: {
|
|
4720
|
-
name: string;
|
|
4721
4763
|
id: string;
|
|
4764
|
+
name: string;
|
|
4722
4765
|
}[];
|
|
4723
4766
|
tasks: string[];
|
|
4724
4767
|
}[];
|
|
@@ -4730,8 +4773,8 @@ export declare const channelContract: {
|
|
|
4730
4773
|
} | undefined;
|
|
4731
4774
|
}, {
|
|
4732
4775
|
data: {
|
|
4733
|
-
name: string;
|
|
4734
4776
|
id: string;
|
|
4777
|
+
name: string;
|
|
4735
4778
|
picture: {
|
|
4736
4779
|
data: {
|
|
4737
4780
|
url: string;
|
|
@@ -4740,8 +4783,8 @@ export declare const channelContract: {
|
|
|
4740
4783
|
category: string;
|
|
4741
4784
|
access_token: string;
|
|
4742
4785
|
category_list: {
|
|
4743
|
-
name: string;
|
|
4744
4786
|
id: string;
|
|
4787
|
+
name: string;
|
|
4745
4788
|
}[];
|
|
4746
4789
|
tasks: string[];
|
|
4747
4790
|
}[];
|
|
@@ -4755,8 +4798,8 @@ export declare const channelContract: {
|
|
|
4755
4798
|
}, "strip", z.ZodTypeAny, {
|
|
4756
4799
|
data: {
|
|
4757
4800
|
data: {
|
|
4758
|
-
name: string;
|
|
4759
4801
|
id: string;
|
|
4802
|
+
name: string;
|
|
4760
4803
|
picture: {
|
|
4761
4804
|
data: {
|
|
4762
4805
|
url: string;
|
|
@@ -4765,8 +4808,8 @@ export declare const channelContract: {
|
|
|
4765
4808
|
category: string;
|
|
4766
4809
|
access_token: string;
|
|
4767
4810
|
category_list: {
|
|
4768
|
-
name: string;
|
|
4769
4811
|
id: string;
|
|
4812
|
+
name: string;
|
|
4770
4813
|
}[];
|
|
4771
4814
|
tasks: string[];
|
|
4772
4815
|
}[];
|
|
@@ -4781,8 +4824,8 @@ export declare const channelContract: {
|
|
|
4781
4824
|
}, {
|
|
4782
4825
|
data: {
|
|
4783
4826
|
data: {
|
|
4784
|
-
name: string;
|
|
4785
4827
|
id: string;
|
|
4828
|
+
name: string;
|
|
4786
4829
|
picture: {
|
|
4787
4830
|
data: {
|
|
4788
4831
|
url: string;
|
|
@@ -4791,8 +4834,8 @@ export declare const channelContract: {
|
|
|
4791
4834
|
category: string;
|
|
4792
4835
|
access_token: string;
|
|
4793
4836
|
category_list: {
|
|
4794
|
-
name: string;
|
|
4795
4837
|
id: string;
|
|
4838
|
+
name: string;
|
|
4796
4839
|
}[];
|
|
4797
4840
|
tasks: string[];
|
|
4798
4841
|
}[];
|
|
@@ -4876,8 +4919,8 @@ export declare const channelContract: {
|
|
|
4876
4919
|
};
|
|
4877
4920
|
}>;
|
|
4878
4921
|
}, "strip", z.ZodTypeAny, {
|
|
4879
|
-
name: string;
|
|
4880
4922
|
id: string;
|
|
4923
|
+
name: string;
|
|
4881
4924
|
picture: {
|
|
4882
4925
|
data: {
|
|
4883
4926
|
url: string;
|
|
@@ -4885,8 +4928,8 @@ export declare const channelContract: {
|
|
|
4885
4928
|
};
|
|
4886
4929
|
access_token: string;
|
|
4887
4930
|
}, {
|
|
4888
|
-
name: string;
|
|
4889
4931
|
id: string;
|
|
4932
|
+
name: string;
|
|
4890
4933
|
picture: {
|
|
4891
4934
|
data: {
|
|
4892
4935
|
url: string;
|
|
@@ -4896,8 +4939,8 @@ export declare const channelContract: {
|
|
|
4896
4939
|
}>, "many">;
|
|
4897
4940
|
}, "strip", z.ZodTypeAny, {
|
|
4898
4941
|
data: {
|
|
4899
|
-
name: string;
|
|
4900
4942
|
id: string;
|
|
4943
|
+
name: string;
|
|
4901
4944
|
picture: {
|
|
4902
4945
|
data: {
|
|
4903
4946
|
url: string;
|
|
@@ -4907,8 +4950,8 @@ export declare const channelContract: {
|
|
|
4907
4950
|
}[];
|
|
4908
4951
|
}, {
|
|
4909
4952
|
data: {
|
|
4910
|
-
name: string;
|
|
4911
4953
|
id: string;
|
|
4954
|
+
name: string;
|
|
4912
4955
|
picture: {
|
|
4913
4956
|
data: {
|
|
4914
4957
|
url: string;
|
|
@@ -4940,8 +4983,8 @@ export declare const channelContract: {
|
|
|
4940
4983
|
};
|
|
4941
4984
|
}>;
|
|
4942
4985
|
}, "strip", z.ZodTypeAny, {
|
|
4943
|
-
name: string;
|
|
4944
4986
|
id: string;
|
|
4987
|
+
name: string;
|
|
4945
4988
|
picture: {
|
|
4946
4989
|
data: {
|
|
4947
4990
|
url: string;
|
|
@@ -4949,8 +4992,8 @@ export declare const channelContract: {
|
|
|
4949
4992
|
};
|
|
4950
4993
|
access_token: string;
|
|
4951
4994
|
}, {
|
|
4952
|
-
name: string;
|
|
4953
4995
|
id: string;
|
|
4996
|
+
name: string;
|
|
4954
4997
|
picture: {
|
|
4955
4998
|
data: {
|
|
4956
4999
|
url: string;
|
|
@@ -4960,8 +5003,8 @@ export declare const channelContract: {
|
|
|
4960
5003
|
}>, "many">;
|
|
4961
5004
|
}, "strip", z.ZodTypeAny, {
|
|
4962
5005
|
data: {
|
|
4963
|
-
name: string;
|
|
4964
5006
|
id: string;
|
|
5007
|
+
name: string;
|
|
4965
5008
|
picture: {
|
|
4966
5009
|
data: {
|
|
4967
5010
|
url: string;
|
|
@@ -4971,8 +5014,8 @@ export declare const channelContract: {
|
|
|
4971
5014
|
}[];
|
|
4972
5015
|
}, {
|
|
4973
5016
|
data: {
|
|
4974
|
-
name: string;
|
|
4975
5017
|
id: string;
|
|
5018
|
+
name: string;
|
|
4976
5019
|
picture: {
|
|
4977
5020
|
data: {
|
|
4978
5021
|
url: string;
|
|
@@ -4982,13 +5025,13 @@ export declare const channelContract: {
|
|
|
4982
5025
|
}[];
|
|
4983
5026
|
}>>;
|
|
4984
5027
|
}, "strip", z.ZodTypeAny, {
|
|
4985
|
-
name: string;
|
|
4986
5028
|
id: string;
|
|
5029
|
+
name: string;
|
|
4987
5030
|
profile_picture_uri: string;
|
|
4988
5031
|
owned_pages?: {
|
|
4989
5032
|
data: {
|
|
4990
|
-
name: string;
|
|
4991
5033
|
id: string;
|
|
5034
|
+
name: string;
|
|
4992
5035
|
picture: {
|
|
4993
5036
|
data: {
|
|
4994
5037
|
url: string;
|
|
@@ -4999,8 +5042,8 @@ export declare const channelContract: {
|
|
|
4999
5042
|
} | undefined;
|
|
5000
5043
|
client_pages?: {
|
|
5001
5044
|
data: {
|
|
5002
|
-
name: string;
|
|
5003
5045
|
id: string;
|
|
5046
|
+
name: string;
|
|
5004
5047
|
picture: {
|
|
5005
5048
|
data: {
|
|
5006
5049
|
url: string;
|
|
@@ -5010,13 +5053,13 @@ export declare const channelContract: {
|
|
|
5010
5053
|
}[];
|
|
5011
5054
|
} | undefined;
|
|
5012
5055
|
}, {
|
|
5013
|
-
name: string;
|
|
5014
5056
|
id: string;
|
|
5057
|
+
name: string;
|
|
5015
5058
|
profile_picture_uri: string;
|
|
5016
5059
|
owned_pages?: {
|
|
5017
5060
|
data: {
|
|
5018
|
-
name: string;
|
|
5019
5061
|
id: string;
|
|
5062
|
+
name: string;
|
|
5020
5063
|
picture: {
|
|
5021
5064
|
data: {
|
|
5022
5065
|
url: string;
|
|
@@ -5027,8 +5070,8 @@ export declare const channelContract: {
|
|
|
5027
5070
|
} | undefined;
|
|
5028
5071
|
client_pages?: {
|
|
5029
5072
|
data: {
|
|
5030
|
-
name: string;
|
|
5031
5073
|
id: string;
|
|
5074
|
+
name: string;
|
|
5032
5075
|
picture: {
|
|
5033
5076
|
data: {
|
|
5034
5077
|
url: string;
|
|
@@ -5040,13 +5083,13 @@ export declare const channelContract: {
|
|
|
5040
5083
|
}>, "many">;
|
|
5041
5084
|
}, "strip", z.ZodTypeAny, {
|
|
5042
5085
|
data: {
|
|
5043
|
-
name: string;
|
|
5044
5086
|
id: string;
|
|
5087
|
+
name: string;
|
|
5045
5088
|
profile_picture_uri: string;
|
|
5046
5089
|
owned_pages?: {
|
|
5047
5090
|
data: {
|
|
5048
|
-
name: string;
|
|
5049
5091
|
id: string;
|
|
5092
|
+
name: string;
|
|
5050
5093
|
picture: {
|
|
5051
5094
|
data: {
|
|
5052
5095
|
url: string;
|
|
@@ -5057,8 +5100,8 @@ export declare const channelContract: {
|
|
|
5057
5100
|
} | undefined;
|
|
5058
5101
|
client_pages?: {
|
|
5059
5102
|
data: {
|
|
5060
|
-
name: string;
|
|
5061
5103
|
id: string;
|
|
5104
|
+
name: string;
|
|
5062
5105
|
picture: {
|
|
5063
5106
|
data: {
|
|
5064
5107
|
url: string;
|
|
@@ -5071,13 +5114,13 @@ export declare const channelContract: {
|
|
|
5071
5114
|
requestId: string;
|
|
5072
5115
|
}, {
|
|
5073
5116
|
data: {
|
|
5074
|
-
name: string;
|
|
5075
5117
|
id: string;
|
|
5118
|
+
name: string;
|
|
5076
5119
|
profile_picture_uri: string;
|
|
5077
5120
|
owned_pages?: {
|
|
5078
5121
|
data: {
|
|
5079
|
-
name: string;
|
|
5080
5122
|
id: string;
|
|
5123
|
+
name: string;
|
|
5081
5124
|
picture: {
|
|
5082
5125
|
data: {
|
|
5083
5126
|
url: string;
|
|
@@ -5088,8 +5131,8 @@ export declare const channelContract: {
|
|
|
5088
5131
|
} | undefined;
|
|
5089
5132
|
client_pages?: {
|
|
5090
5133
|
data: {
|
|
5091
|
-
name: string;
|
|
5092
5134
|
id: string;
|
|
5135
|
+
name: string;
|
|
5093
5136
|
picture: {
|
|
5094
5137
|
data: {
|
|
5095
5138
|
url: string;
|
|
@@ -5172,8 +5215,8 @@ export declare const channelContract: {
|
|
|
5172
5215
|
};
|
|
5173
5216
|
}>;
|
|
5174
5217
|
}, "strip", z.ZodTypeAny, {
|
|
5175
|
-
name: string;
|
|
5176
5218
|
id: string;
|
|
5219
|
+
name: string;
|
|
5177
5220
|
picture: {
|
|
5178
5221
|
data: {
|
|
5179
5222
|
url: string;
|
|
@@ -5181,8 +5224,8 @@ export declare const channelContract: {
|
|
|
5181
5224
|
};
|
|
5182
5225
|
access_token: string;
|
|
5183
5226
|
}, {
|
|
5184
|
-
name: string;
|
|
5185
5227
|
id: string;
|
|
5228
|
+
name: string;
|
|
5186
5229
|
picture: {
|
|
5187
5230
|
data: {
|
|
5188
5231
|
url: string;
|
|
@@ -5192,8 +5235,8 @@ export declare const channelContract: {
|
|
|
5192
5235
|
}>, "many">;
|
|
5193
5236
|
}, "strip", z.ZodTypeAny, {
|
|
5194
5237
|
data: {
|
|
5195
|
-
name: string;
|
|
5196
5238
|
id: string;
|
|
5239
|
+
name: string;
|
|
5197
5240
|
picture: {
|
|
5198
5241
|
data: {
|
|
5199
5242
|
url: string;
|
|
@@ -5203,8 +5246,8 @@ export declare const channelContract: {
|
|
|
5203
5246
|
}[];
|
|
5204
5247
|
}, {
|
|
5205
5248
|
data: {
|
|
5206
|
-
name: string;
|
|
5207
5249
|
id: string;
|
|
5250
|
+
name: string;
|
|
5208
5251
|
picture: {
|
|
5209
5252
|
data: {
|
|
5210
5253
|
url: string;
|
|
@@ -5236,8 +5279,8 @@ export declare const channelContract: {
|
|
|
5236
5279
|
};
|
|
5237
5280
|
}>;
|
|
5238
5281
|
}, "strip", z.ZodTypeAny, {
|
|
5239
|
-
name: string;
|
|
5240
5282
|
id: string;
|
|
5283
|
+
name: string;
|
|
5241
5284
|
picture: {
|
|
5242
5285
|
data: {
|
|
5243
5286
|
url: string;
|
|
@@ -5245,8 +5288,8 @@ export declare const channelContract: {
|
|
|
5245
5288
|
};
|
|
5246
5289
|
access_token: string;
|
|
5247
5290
|
}, {
|
|
5248
|
-
name: string;
|
|
5249
5291
|
id: string;
|
|
5292
|
+
name: string;
|
|
5250
5293
|
picture: {
|
|
5251
5294
|
data: {
|
|
5252
5295
|
url: string;
|
|
@@ -5256,8 +5299,8 @@ export declare const channelContract: {
|
|
|
5256
5299
|
}>, "many">;
|
|
5257
5300
|
}, "strip", z.ZodTypeAny, {
|
|
5258
5301
|
data: {
|
|
5259
|
-
name: string;
|
|
5260
5302
|
id: string;
|
|
5303
|
+
name: string;
|
|
5261
5304
|
picture: {
|
|
5262
5305
|
data: {
|
|
5263
5306
|
url: string;
|
|
@@ -5267,8 +5310,8 @@ export declare const channelContract: {
|
|
|
5267
5310
|
}[];
|
|
5268
5311
|
}, {
|
|
5269
5312
|
data: {
|
|
5270
|
-
name: string;
|
|
5271
5313
|
id: string;
|
|
5314
|
+
name: string;
|
|
5272
5315
|
picture: {
|
|
5273
5316
|
data: {
|
|
5274
5317
|
url: string;
|
|
@@ -5278,13 +5321,13 @@ export declare const channelContract: {
|
|
|
5278
5321
|
}[];
|
|
5279
5322
|
}>>;
|
|
5280
5323
|
}, "strip", z.ZodTypeAny, {
|
|
5281
|
-
name: string;
|
|
5282
5324
|
id: string;
|
|
5325
|
+
name: string;
|
|
5283
5326
|
profile_picture_uri: string;
|
|
5284
5327
|
owned_pages?: {
|
|
5285
5328
|
data: {
|
|
5286
|
-
name: string;
|
|
5287
5329
|
id: string;
|
|
5330
|
+
name: string;
|
|
5288
5331
|
picture: {
|
|
5289
5332
|
data: {
|
|
5290
5333
|
url: string;
|
|
@@ -5295,8 +5338,8 @@ export declare const channelContract: {
|
|
|
5295
5338
|
} | undefined;
|
|
5296
5339
|
client_pages?: {
|
|
5297
5340
|
data: {
|
|
5298
|
-
name: string;
|
|
5299
5341
|
id: string;
|
|
5342
|
+
name: string;
|
|
5300
5343
|
picture: {
|
|
5301
5344
|
data: {
|
|
5302
5345
|
url: string;
|
|
@@ -5306,13 +5349,13 @@ export declare const channelContract: {
|
|
|
5306
5349
|
}[];
|
|
5307
5350
|
} | undefined;
|
|
5308
5351
|
}, {
|
|
5309
|
-
name: string;
|
|
5310
5352
|
id: string;
|
|
5353
|
+
name: string;
|
|
5311
5354
|
profile_picture_uri: string;
|
|
5312
5355
|
owned_pages?: {
|
|
5313
5356
|
data: {
|
|
5314
|
-
name: string;
|
|
5315
5357
|
id: string;
|
|
5358
|
+
name: string;
|
|
5316
5359
|
picture: {
|
|
5317
5360
|
data: {
|
|
5318
5361
|
url: string;
|
|
@@ -5323,8 +5366,8 @@ export declare const channelContract: {
|
|
|
5323
5366
|
} | undefined;
|
|
5324
5367
|
client_pages?: {
|
|
5325
5368
|
data: {
|
|
5326
|
-
name: string;
|
|
5327
5369
|
id: string;
|
|
5370
|
+
name: string;
|
|
5328
5371
|
picture: {
|
|
5329
5372
|
data: {
|
|
5330
5373
|
url: string;
|
|
@@ -5336,13 +5379,13 @@ export declare const channelContract: {
|
|
|
5336
5379
|
}>;
|
|
5337
5380
|
}, "strip", z.ZodTypeAny, {
|
|
5338
5381
|
data: {
|
|
5339
|
-
name: string;
|
|
5340
5382
|
id: string;
|
|
5383
|
+
name: string;
|
|
5341
5384
|
profile_picture_uri: string;
|
|
5342
5385
|
owned_pages?: {
|
|
5343
5386
|
data: {
|
|
5344
|
-
name: string;
|
|
5345
5387
|
id: string;
|
|
5388
|
+
name: string;
|
|
5346
5389
|
picture: {
|
|
5347
5390
|
data: {
|
|
5348
5391
|
url: string;
|
|
@@ -5353,8 +5396,8 @@ export declare const channelContract: {
|
|
|
5353
5396
|
} | undefined;
|
|
5354
5397
|
client_pages?: {
|
|
5355
5398
|
data: {
|
|
5356
|
-
name: string;
|
|
5357
5399
|
id: string;
|
|
5400
|
+
name: string;
|
|
5358
5401
|
picture: {
|
|
5359
5402
|
data: {
|
|
5360
5403
|
url: string;
|
|
@@ -5367,13 +5410,13 @@ export declare const channelContract: {
|
|
|
5367
5410
|
requestId: string;
|
|
5368
5411
|
}, {
|
|
5369
5412
|
data: {
|
|
5370
|
-
name: string;
|
|
5371
5413
|
id: string;
|
|
5414
|
+
name: string;
|
|
5372
5415
|
profile_picture_uri: string;
|
|
5373
5416
|
owned_pages?: {
|
|
5374
5417
|
data: {
|
|
5375
|
-
name: string;
|
|
5376
5418
|
id: string;
|
|
5419
|
+
name: string;
|
|
5377
5420
|
picture: {
|
|
5378
5421
|
data: {
|
|
5379
5422
|
url: string;
|
|
@@ -5384,8 +5427,8 @@ export declare const channelContract: {
|
|
|
5384
5427
|
} | undefined;
|
|
5385
5428
|
client_pages?: {
|
|
5386
5429
|
data: {
|
|
5387
|
-
name: string;
|
|
5388
5430
|
id: string;
|
|
5431
|
+
name: string;
|
|
5389
5432
|
picture: {
|
|
5390
5433
|
data: {
|
|
5391
5434
|
url: string;
|
|
@@ -5494,8 +5537,8 @@ export declare const channelContract: {
|
|
|
5494
5537
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5495
5538
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5496
5539
|
}, "strip", z.ZodTypeAny, {
|
|
5497
|
-
name: string;
|
|
5498
5540
|
id: string;
|
|
5541
|
+
name: string;
|
|
5499
5542
|
accessToken?: string | undefined;
|
|
5500
5543
|
channelSecret?: string | undefined;
|
|
5501
5544
|
additionalCredentials?: any;
|
|
@@ -5523,8 +5566,8 @@ export declare const channelContract: {
|
|
|
5523
5566
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5524
5567
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5525
5568
|
}, {
|
|
5526
|
-
name: string;
|
|
5527
5569
|
id: string;
|
|
5570
|
+
name: string;
|
|
5528
5571
|
accessToken?: string | undefined;
|
|
5529
5572
|
channelSecret?: string | undefined;
|
|
5530
5573
|
additionalCredentials?: any;
|
|
@@ -5556,11 +5599,11 @@ export declare const channelContract: {
|
|
|
5556
5599
|
connectedUserId: z.ZodString;
|
|
5557
5600
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
|
5558
5601
|
}, "strip", z.ZodTypeAny, {
|
|
5559
|
-
name: string;
|
|
5560
5602
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5603
|
+
name: string;
|
|
5561
5604
|
metadata: {
|
|
5562
|
-
name: string;
|
|
5563
5605
|
id: string;
|
|
5606
|
+
name: string;
|
|
5564
5607
|
accessToken?: string | undefined;
|
|
5565
5608
|
channelSecret?: string | undefined;
|
|
5566
5609
|
additionalCredentials?: any;
|
|
@@ -5592,11 +5635,11 @@ export declare const channelContract: {
|
|
|
5592
5635
|
connectedUserId: string;
|
|
5593
5636
|
connectedUserName?: string | undefined;
|
|
5594
5637
|
}, {
|
|
5595
|
-
name: string;
|
|
5596
5638
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5639
|
+
name: string;
|
|
5597
5640
|
metadata: {
|
|
5598
|
-
name: string;
|
|
5599
5641
|
id: string;
|
|
5642
|
+
name: string;
|
|
5600
5643
|
accessToken?: string | undefined;
|
|
5601
5644
|
channelSecret?: string | undefined;
|
|
5602
5645
|
additionalCredentials?: any;
|
|
@@ -5704,8 +5747,8 @@ export declare const channelContract: {
|
|
|
5704
5747
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5705
5748
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5706
5749
|
}, "strip", z.ZodTypeAny, {
|
|
5707
|
-
name: string;
|
|
5708
5750
|
id: string;
|
|
5751
|
+
name: string;
|
|
5709
5752
|
accessToken?: string | undefined;
|
|
5710
5753
|
channelSecret?: string | undefined;
|
|
5711
5754
|
additionalCredentials?: any;
|
|
@@ -5733,8 +5776,8 @@ export declare const channelContract: {
|
|
|
5733
5776
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5734
5777
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5735
5778
|
}, {
|
|
5736
|
-
name: string;
|
|
5737
5779
|
id: string;
|
|
5780
|
+
name: string;
|
|
5738
5781
|
accessToken?: string | undefined;
|
|
5739
5782
|
channelSecret?: string | undefined;
|
|
5740
5783
|
additionalCredentials?: any;
|
|
@@ -5775,14 +5818,14 @@ export declare const channelContract: {
|
|
|
5775
5818
|
integrationId: z.ZodString;
|
|
5776
5819
|
accessToken: z.ZodString;
|
|
5777
5820
|
}, "strip", z.ZodTypeAny, {
|
|
5778
|
-
name: string;
|
|
5779
5821
|
id: string;
|
|
5822
|
+
name: string;
|
|
5780
5823
|
accessToken: string;
|
|
5781
5824
|
botId: string;
|
|
5782
5825
|
integrationId: string;
|
|
5783
5826
|
}, {
|
|
5784
|
-
name: string;
|
|
5785
5827
|
id: string;
|
|
5828
|
+
name: string;
|
|
5786
5829
|
accessToken: string;
|
|
5787
5830
|
botId: string;
|
|
5788
5831
|
integrationId: string;
|
|
@@ -5905,9 +5948,9 @@ export declare const channelContract: {
|
|
|
5905
5948
|
telephonySignature: string | null;
|
|
5906
5949
|
}>;
|
|
5907
5950
|
}, "strip", z.ZodTypeAny, {
|
|
5908
|
-
name: string;
|
|
5909
5951
|
id: string;
|
|
5910
5952
|
address: string | null;
|
|
5953
|
+
name: string;
|
|
5911
5954
|
email: string;
|
|
5912
5955
|
createdAt: Date;
|
|
5913
5956
|
updatedAt: Date;
|
|
@@ -5948,9 +5991,9 @@ export declare const channelContract: {
|
|
|
5948
5991
|
telephonySignature: string | null;
|
|
5949
5992
|
};
|
|
5950
5993
|
}, {
|
|
5951
|
-
name: string;
|
|
5952
5994
|
id: string;
|
|
5953
5995
|
address: string | null;
|
|
5996
|
+
name: string;
|
|
5954
5997
|
email: string;
|
|
5955
5998
|
createdAt: Date;
|
|
5956
5999
|
updatedAt: Date;
|
|
@@ -5992,12 +6035,12 @@ export declare const channelContract: {
|
|
|
5992
6035
|
};
|
|
5993
6036
|
}>;
|
|
5994
6037
|
}, "strip", z.ZodTypeAny, {
|
|
5995
|
-
name: string;
|
|
5996
6038
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5997
6039
|
id: string;
|
|
6040
|
+
name: string;
|
|
5998
6041
|
metadata: {
|
|
5999
|
-
name: string;
|
|
6000
6042
|
id: string;
|
|
6043
|
+
name: string;
|
|
6001
6044
|
accessToken?: string | undefined;
|
|
6002
6045
|
channelSecret?: string | undefined;
|
|
6003
6046
|
additionalCredentials?: any;
|
|
@@ -6030,9 +6073,9 @@ export declare const channelContract: {
|
|
|
6030
6073
|
updatedAt: Date;
|
|
6031
6074
|
deletedAt: Date | null;
|
|
6032
6075
|
actor: {
|
|
6033
|
-
name: string;
|
|
6034
6076
|
id: string;
|
|
6035
6077
|
address: string | null;
|
|
6078
|
+
name: string;
|
|
6036
6079
|
email: string;
|
|
6037
6080
|
createdAt: Date;
|
|
6038
6081
|
updatedAt: Date;
|
|
@@ -6079,19 +6122,19 @@ export declare const channelContract: {
|
|
|
6079
6122
|
connectedUserName: string;
|
|
6080
6123
|
connectedUserId: string;
|
|
6081
6124
|
botpressBot: {
|
|
6082
|
-
name: string;
|
|
6083
6125
|
id: string;
|
|
6126
|
+
name: string;
|
|
6084
6127
|
accessToken: string;
|
|
6085
6128
|
botId: string;
|
|
6086
6129
|
integrationId: string;
|
|
6087
6130
|
} | null;
|
|
6088
6131
|
}, {
|
|
6089
|
-
name: string;
|
|
6090
6132
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6091
6133
|
id: string;
|
|
6134
|
+
name: string;
|
|
6092
6135
|
metadata: {
|
|
6093
|
-
name: string;
|
|
6094
6136
|
id: string;
|
|
6137
|
+
name: string;
|
|
6095
6138
|
accessToken?: string | undefined;
|
|
6096
6139
|
channelSecret?: string | undefined;
|
|
6097
6140
|
additionalCredentials?: any;
|
|
@@ -6124,9 +6167,9 @@ export declare const channelContract: {
|
|
|
6124
6167
|
updatedAt: Date;
|
|
6125
6168
|
deletedAt: Date | null;
|
|
6126
6169
|
actor: {
|
|
6127
|
-
name: string;
|
|
6128
6170
|
id: string;
|
|
6129
6171
|
address: string | null;
|
|
6172
|
+
name: string;
|
|
6130
6173
|
email: string;
|
|
6131
6174
|
createdAt: Date;
|
|
6132
6175
|
updatedAt: Date;
|
|
@@ -6173,8 +6216,8 @@ export declare const channelContract: {
|
|
|
6173
6216
|
connectedUserName: string;
|
|
6174
6217
|
connectedUserId: string;
|
|
6175
6218
|
botpressBot: {
|
|
6176
|
-
name: string;
|
|
6177
6219
|
id: string;
|
|
6220
|
+
name: string;
|
|
6178
6221
|
accessToken: string;
|
|
6179
6222
|
botId: string;
|
|
6180
6223
|
integrationId: string;
|
|
@@ -6182,12 +6225,12 @@ export declare const channelContract: {
|
|
|
6182
6225
|
}>;
|
|
6183
6226
|
}, "strip", z.ZodTypeAny, {
|
|
6184
6227
|
channel: {
|
|
6185
|
-
name: string;
|
|
6186
6228
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6187
6229
|
id: string;
|
|
6230
|
+
name: string;
|
|
6188
6231
|
metadata: {
|
|
6189
|
-
name: string;
|
|
6190
6232
|
id: string;
|
|
6233
|
+
name: string;
|
|
6191
6234
|
accessToken?: string | undefined;
|
|
6192
6235
|
channelSecret?: string | undefined;
|
|
6193
6236
|
additionalCredentials?: any;
|
|
@@ -6220,9 +6263,9 @@ export declare const channelContract: {
|
|
|
6220
6263
|
updatedAt: Date;
|
|
6221
6264
|
deletedAt: Date | null;
|
|
6222
6265
|
actor: {
|
|
6223
|
-
name: string;
|
|
6224
6266
|
id: string;
|
|
6225
6267
|
address: string | null;
|
|
6268
|
+
name: string;
|
|
6226
6269
|
email: string;
|
|
6227
6270
|
createdAt: Date;
|
|
6228
6271
|
updatedAt: Date;
|
|
@@ -6269,8 +6312,8 @@ export declare const channelContract: {
|
|
|
6269
6312
|
connectedUserName: string;
|
|
6270
6313
|
connectedUserId: string;
|
|
6271
6314
|
botpressBot: {
|
|
6272
|
-
name: string;
|
|
6273
6315
|
id: string;
|
|
6316
|
+
name: string;
|
|
6274
6317
|
accessToken: string;
|
|
6275
6318
|
botId: string;
|
|
6276
6319
|
integrationId: string;
|
|
@@ -6279,12 +6322,12 @@ export declare const channelContract: {
|
|
|
6279
6322
|
requestId: string;
|
|
6280
6323
|
}, {
|
|
6281
6324
|
channel: {
|
|
6282
|
-
name: string;
|
|
6283
6325
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6284
6326
|
id: string;
|
|
6327
|
+
name: string;
|
|
6285
6328
|
metadata: {
|
|
6286
|
-
name: string;
|
|
6287
6329
|
id: string;
|
|
6330
|
+
name: string;
|
|
6288
6331
|
accessToken?: string | undefined;
|
|
6289
6332
|
channelSecret?: string | undefined;
|
|
6290
6333
|
additionalCredentials?: any;
|
|
@@ -6317,9 +6360,9 @@ export declare const channelContract: {
|
|
|
6317
6360
|
updatedAt: Date;
|
|
6318
6361
|
deletedAt: Date | null;
|
|
6319
6362
|
actor: {
|
|
6320
|
-
name: string;
|
|
6321
6363
|
id: string;
|
|
6322
6364
|
address: string | null;
|
|
6365
|
+
name: string;
|
|
6323
6366
|
email: string;
|
|
6324
6367
|
createdAt: Date;
|
|
6325
6368
|
updatedAt: Date;
|
|
@@ -6366,8 +6409,8 @@ export declare const channelContract: {
|
|
|
6366
6409
|
connectedUserName: string;
|
|
6367
6410
|
connectedUserId: string;
|
|
6368
6411
|
botpressBot: {
|
|
6369
|
-
name: string;
|
|
6370
6412
|
id: string;
|
|
6413
|
+
name: string;
|
|
6371
6414
|
accessToken: string;
|
|
6372
6415
|
botId: string;
|
|
6373
6416
|
integrationId: string;
|
|
@@ -6491,35 +6534,35 @@ export declare const channelContract: {
|
|
|
6491
6534
|
ig_id: z.ZodNumber;
|
|
6492
6535
|
id: z.ZodString;
|
|
6493
6536
|
}, "strip", z.ZodTypeAny, {
|
|
6494
|
-
name: string;
|
|
6495
6537
|
id: string;
|
|
6538
|
+
name: string;
|
|
6496
6539
|
username: string;
|
|
6497
6540
|
ig_id: number;
|
|
6498
6541
|
}, {
|
|
6499
|
-
name: string;
|
|
6500
6542
|
id: string;
|
|
6543
|
+
name: string;
|
|
6501
6544
|
username: string;
|
|
6502
6545
|
ig_id: number;
|
|
6503
6546
|
}>;
|
|
6504
6547
|
id: z.ZodString;
|
|
6505
6548
|
name: z.ZodString;
|
|
6506
6549
|
}, "strip", z.ZodTypeAny, {
|
|
6507
|
-
name: string;
|
|
6508
6550
|
id: string;
|
|
6551
|
+
name: string;
|
|
6509
6552
|
access_token: string;
|
|
6510
6553
|
instagram_business_account: {
|
|
6511
|
-
name: string;
|
|
6512
6554
|
id: string;
|
|
6555
|
+
name: string;
|
|
6513
6556
|
username: string;
|
|
6514
6557
|
ig_id: number;
|
|
6515
6558
|
};
|
|
6516
6559
|
}, {
|
|
6517
|
-
name: string;
|
|
6518
6560
|
id: string;
|
|
6561
|
+
name: string;
|
|
6519
6562
|
access_token: string;
|
|
6520
6563
|
instagram_business_account: {
|
|
6521
|
-
name: string;
|
|
6522
6564
|
id: string;
|
|
6565
|
+
name: string;
|
|
6523
6566
|
username: string;
|
|
6524
6567
|
ig_id: number;
|
|
6525
6568
|
};
|
|
@@ -6548,12 +6591,12 @@ export declare const channelContract: {
|
|
|
6548
6591
|
}>>;
|
|
6549
6592
|
}, "strip", z.ZodTypeAny, {
|
|
6550
6593
|
data: {
|
|
6551
|
-
name: string;
|
|
6552
6594
|
id: string;
|
|
6595
|
+
name: string;
|
|
6553
6596
|
access_token: string;
|
|
6554
6597
|
instagram_business_account: {
|
|
6555
|
-
name: string;
|
|
6556
6598
|
id: string;
|
|
6599
|
+
name: string;
|
|
6557
6600
|
username: string;
|
|
6558
6601
|
ig_id: number;
|
|
6559
6602
|
};
|
|
@@ -6566,12 +6609,12 @@ export declare const channelContract: {
|
|
|
6566
6609
|
} | undefined;
|
|
6567
6610
|
}, {
|
|
6568
6611
|
data: {
|
|
6569
|
-
name: string;
|
|
6570
6612
|
id: string;
|
|
6613
|
+
name: string;
|
|
6571
6614
|
access_token: string;
|
|
6572
6615
|
instagram_business_account: {
|
|
6573
|
-
name: string;
|
|
6574
6616
|
id: string;
|
|
6617
|
+
name: string;
|
|
6575
6618
|
username: string;
|
|
6576
6619
|
ig_id: number;
|
|
6577
6620
|
};
|
|
@@ -6586,12 +6629,12 @@ export declare const channelContract: {
|
|
|
6586
6629
|
}, "strip", z.ZodTypeAny, {
|
|
6587
6630
|
data: {
|
|
6588
6631
|
data: {
|
|
6589
|
-
name: string;
|
|
6590
6632
|
id: string;
|
|
6633
|
+
name: string;
|
|
6591
6634
|
access_token: string;
|
|
6592
6635
|
instagram_business_account: {
|
|
6593
|
-
name: string;
|
|
6594
6636
|
id: string;
|
|
6637
|
+
name: string;
|
|
6595
6638
|
username: string;
|
|
6596
6639
|
ig_id: number;
|
|
6597
6640
|
};
|
|
@@ -6607,12 +6650,12 @@ export declare const channelContract: {
|
|
|
6607
6650
|
}, {
|
|
6608
6651
|
data: {
|
|
6609
6652
|
data: {
|
|
6610
|
-
name: string;
|
|
6611
6653
|
id: string;
|
|
6654
|
+
name: string;
|
|
6612
6655
|
access_token: string;
|
|
6613
6656
|
instagram_business_account: {
|
|
6614
|
-
name: string;
|
|
6615
6657
|
id: string;
|
|
6658
|
+
name: string;
|
|
6616
6659
|
username: string;
|
|
6617
6660
|
ig_id: number;
|
|
6618
6661
|
};
|
|
@@ -6723,8 +6766,8 @@ export declare const channelContract: {
|
|
|
6723
6766
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
6724
6767
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
6725
6768
|
}, "strip", z.ZodTypeAny, {
|
|
6726
|
-
name: string;
|
|
6727
6769
|
id: string;
|
|
6770
|
+
name: string;
|
|
6728
6771
|
accessToken?: string | undefined;
|
|
6729
6772
|
channelSecret?: string | undefined;
|
|
6730
6773
|
additionalCredentials?: any;
|
|
@@ -6752,8 +6795,8 @@ export declare const channelContract: {
|
|
|
6752
6795
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6753
6796
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
6754
6797
|
}, {
|
|
6755
|
-
name: string;
|
|
6756
6798
|
id: string;
|
|
6799
|
+
name: string;
|
|
6757
6800
|
accessToken?: string | undefined;
|
|
6758
6801
|
channelSecret?: string | undefined;
|
|
6759
6802
|
additionalCredentials?: any;
|
|
@@ -6785,11 +6828,11 @@ export declare const channelContract: {
|
|
|
6785
6828
|
connectedUserId: z.ZodString;
|
|
6786
6829
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
|
6787
6830
|
}, "strip", z.ZodTypeAny, {
|
|
6788
|
-
name: string;
|
|
6789
6831
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6832
|
+
name: string;
|
|
6790
6833
|
metadata: {
|
|
6791
|
-
name: string;
|
|
6792
6834
|
id: string;
|
|
6835
|
+
name: string;
|
|
6793
6836
|
accessToken?: string | undefined;
|
|
6794
6837
|
channelSecret?: string | undefined;
|
|
6795
6838
|
additionalCredentials?: any;
|
|
@@ -6821,11 +6864,11 @@ export declare const channelContract: {
|
|
|
6821
6864
|
connectedUserId: string;
|
|
6822
6865
|
connectedUserName?: string | undefined;
|
|
6823
6866
|
}, {
|
|
6824
|
-
name: string;
|
|
6825
6867
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6868
|
+
name: string;
|
|
6826
6869
|
metadata: {
|
|
6827
|
-
name: string;
|
|
6828
6870
|
id: string;
|
|
6871
|
+
name: string;
|
|
6829
6872
|
accessToken?: string | undefined;
|
|
6830
6873
|
channelSecret?: string | undefined;
|
|
6831
6874
|
additionalCredentials?: any;
|
|
@@ -6933,8 +6976,8 @@ export declare const channelContract: {
|
|
|
6933
6976
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
6934
6977
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
6935
6978
|
}, "strip", z.ZodTypeAny, {
|
|
6936
|
-
name: string;
|
|
6937
6979
|
id: string;
|
|
6980
|
+
name: string;
|
|
6938
6981
|
accessToken?: string | undefined;
|
|
6939
6982
|
channelSecret?: string | undefined;
|
|
6940
6983
|
additionalCredentials?: any;
|
|
@@ -6962,8 +7005,8 @@ export declare const channelContract: {
|
|
|
6962
7005
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6963
7006
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
6964
7007
|
}, {
|
|
6965
|
-
name: string;
|
|
6966
7008
|
id: string;
|
|
7009
|
+
name: string;
|
|
6967
7010
|
accessToken?: string | undefined;
|
|
6968
7011
|
channelSecret?: string | undefined;
|
|
6969
7012
|
additionalCredentials?: any;
|
|
@@ -7004,14 +7047,14 @@ export declare const channelContract: {
|
|
|
7004
7047
|
integrationId: z.ZodString;
|
|
7005
7048
|
accessToken: z.ZodString;
|
|
7006
7049
|
}, "strip", z.ZodTypeAny, {
|
|
7007
|
-
name: string;
|
|
7008
7050
|
id: string;
|
|
7051
|
+
name: string;
|
|
7009
7052
|
accessToken: string;
|
|
7010
7053
|
botId: string;
|
|
7011
7054
|
integrationId: string;
|
|
7012
7055
|
}, {
|
|
7013
|
-
name: string;
|
|
7014
7056
|
id: string;
|
|
7057
|
+
name: string;
|
|
7015
7058
|
accessToken: string;
|
|
7016
7059
|
botId: string;
|
|
7017
7060
|
integrationId: string;
|
|
@@ -7134,9 +7177,9 @@ export declare const channelContract: {
|
|
|
7134
7177
|
telephonySignature: string | null;
|
|
7135
7178
|
}>;
|
|
7136
7179
|
}, "strip", z.ZodTypeAny, {
|
|
7137
|
-
name: string;
|
|
7138
7180
|
id: string;
|
|
7139
7181
|
address: string | null;
|
|
7182
|
+
name: string;
|
|
7140
7183
|
email: string;
|
|
7141
7184
|
createdAt: Date;
|
|
7142
7185
|
updatedAt: Date;
|
|
@@ -7177,9 +7220,9 @@ export declare const channelContract: {
|
|
|
7177
7220
|
telephonySignature: string | null;
|
|
7178
7221
|
};
|
|
7179
7222
|
}, {
|
|
7180
|
-
name: string;
|
|
7181
7223
|
id: string;
|
|
7182
7224
|
address: string | null;
|
|
7225
|
+
name: string;
|
|
7183
7226
|
email: string;
|
|
7184
7227
|
createdAt: Date;
|
|
7185
7228
|
updatedAt: Date;
|
|
@@ -7221,12 +7264,12 @@ export declare const channelContract: {
|
|
|
7221
7264
|
};
|
|
7222
7265
|
}>;
|
|
7223
7266
|
}, "strip", z.ZodTypeAny, {
|
|
7224
|
-
name: string;
|
|
7225
7267
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7226
7268
|
id: string;
|
|
7269
|
+
name: string;
|
|
7227
7270
|
metadata: {
|
|
7228
|
-
name: string;
|
|
7229
7271
|
id: string;
|
|
7272
|
+
name: string;
|
|
7230
7273
|
accessToken?: string | undefined;
|
|
7231
7274
|
channelSecret?: string | undefined;
|
|
7232
7275
|
additionalCredentials?: any;
|
|
@@ -7259,9 +7302,9 @@ export declare const channelContract: {
|
|
|
7259
7302
|
updatedAt: Date;
|
|
7260
7303
|
deletedAt: Date | null;
|
|
7261
7304
|
actor: {
|
|
7262
|
-
name: string;
|
|
7263
7305
|
id: string;
|
|
7264
7306
|
address: string | null;
|
|
7307
|
+
name: string;
|
|
7265
7308
|
email: string;
|
|
7266
7309
|
createdAt: Date;
|
|
7267
7310
|
updatedAt: Date;
|
|
@@ -7308,19 +7351,19 @@ export declare const channelContract: {
|
|
|
7308
7351
|
connectedUserName: string;
|
|
7309
7352
|
connectedUserId: string;
|
|
7310
7353
|
botpressBot: {
|
|
7311
|
-
name: string;
|
|
7312
7354
|
id: string;
|
|
7355
|
+
name: string;
|
|
7313
7356
|
accessToken: string;
|
|
7314
7357
|
botId: string;
|
|
7315
7358
|
integrationId: string;
|
|
7316
7359
|
} | null;
|
|
7317
7360
|
}, {
|
|
7318
|
-
name: string;
|
|
7319
7361
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7320
7362
|
id: string;
|
|
7363
|
+
name: string;
|
|
7321
7364
|
metadata: {
|
|
7322
|
-
name: string;
|
|
7323
7365
|
id: string;
|
|
7366
|
+
name: string;
|
|
7324
7367
|
accessToken?: string | undefined;
|
|
7325
7368
|
channelSecret?: string | undefined;
|
|
7326
7369
|
additionalCredentials?: any;
|
|
@@ -7353,9 +7396,9 @@ export declare const channelContract: {
|
|
|
7353
7396
|
updatedAt: Date;
|
|
7354
7397
|
deletedAt: Date | null;
|
|
7355
7398
|
actor: {
|
|
7356
|
-
name: string;
|
|
7357
7399
|
id: string;
|
|
7358
7400
|
address: string | null;
|
|
7401
|
+
name: string;
|
|
7359
7402
|
email: string;
|
|
7360
7403
|
createdAt: Date;
|
|
7361
7404
|
updatedAt: Date;
|
|
@@ -7402,8 +7445,8 @@ export declare const channelContract: {
|
|
|
7402
7445
|
connectedUserName: string;
|
|
7403
7446
|
connectedUserId: string;
|
|
7404
7447
|
botpressBot: {
|
|
7405
|
-
name: string;
|
|
7406
7448
|
id: string;
|
|
7449
|
+
name: string;
|
|
7407
7450
|
accessToken: string;
|
|
7408
7451
|
botId: string;
|
|
7409
7452
|
integrationId: string;
|
|
@@ -7411,12 +7454,12 @@ export declare const channelContract: {
|
|
|
7411
7454
|
}>;
|
|
7412
7455
|
}, "strip", z.ZodTypeAny, {
|
|
7413
7456
|
channel: {
|
|
7414
|
-
name: string;
|
|
7415
7457
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7416
7458
|
id: string;
|
|
7459
|
+
name: string;
|
|
7417
7460
|
metadata: {
|
|
7418
|
-
name: string;
|
|
7419
7461
|
id: string;
|
|
7462
|
+
name: string;
|
|
7420
7463
|
accessToken?: string | undefined;
|
|
7421
7464
|
channelSecret?: string | undefined;
|
|
7422
7465
|
additionalCredentials?: any;
|
|
@@ -7449,9 +7492,9 @@ export declare const channelContract: {
|
|
|
7449
7492
|
updatedAt: Date;
|
|
7450
7493
|
deletedAt: Date | null;
|
|
7451
7494
|
actor: {
|
|
7452
|
-
name: string;
|
|
7453
7495
|
id: string;
|
|
7454
7496
|
address: string | null;
|
|
7497
|
+
name: string;
|
|
7455
7498
|
email: string;
|
|
7456
7499
|
createdAt: Date;
|
|
7457
7500
|
updatedAt: Date;
|
|
@@ -7498,8 +7541,8 @@ export declare const channelContract: {
|
|
|
7498
7541
|
connectedUserName: string;
|
|
7499
7542
|
connectedUserId: string;
|
|
7500
7543
|
botpressBot: {
|
|
7501
|
-
name: string;
|
|
7502
7544
|
id: string;
|
|
7545
|
+
name: string;
|
|
7503
7546
|
accessToken: string;
|
|
7504
7547
|
botId: string;
|
|
7505
7548
|
integrationId: string;
|
|
@@ -7508,12 +7551,12 @@ export declare const channelContract: {
|
|
|
7508
7551
|
requestId: string;
|
|
7509
7552
|
}, {
|
|
7510
7553
|
channel: {
|
|
7511
|
-
name: string;
|
|
7512
7554
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7513
7555
|
id: string;
|
|
7556
|
+
name: string;
|
|
7514
7557
|
metadata: {
|
|
7515
|
-
name: string;
|
|
7516
7558
|
id: string;
|
|
7559
|
+
name: string;
|
|
7517
7560
|
accessToken?: string | undefined;
|
|
7518
7561
|
channelSecret?: string | undefined;
|
|
7519
7562
|
additionalCredentials?: any;
|
|
@@ -7546,9 +7589,9 @@ export declare const channelContract: {
|
|
|
7546
7589
|
updatedAt: Date;
|
|
7547
7590
|
deletedAt: Date | null;
|
|
7548
7591
|
actor: {
|
|
7549
|
-
name: string;
|
|
7550
7592
|
id: string;
|
|
7551
7593
|
address: string | null;
|
|
7594
|
+
name: string;
|
|
7552
7595
|
email: string;
|
|
7553
7596
|
createdAt: Date;
|
|
7554
7597
|
updatedAt: Date;
|
|
@@ -7595,8 +7638,8 @@ export declare const channelContract: {
|
|
|
7595
7638
|
connectedUserName: string;
|
|
7596
7639
|
connectedUserId: string;
|
|
7597
7640
|
botpressBot: {
|
|
7598
|
-
name: string;
|
|
7599
7641
|
id: string;
|
|
7642
|
+
name: string;
|
|
7600
7643
|
accessToken: string;
|
|
7601
7644
|
botId: string;
|
|
7602
7645
|
integrationId: string;
|
|
@@ -7722,8 +7765,8 @@ export declare const channelContract: {
|
|
|
7722
7765
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
7723
7766
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
7724
7767
|
}, "strip", z.ZodTypeAny, {
|
|
7725
|
-
name: string;
|
|
7726
7768
|
id: string;
|
|
7769
|
+
name: string;
|
|
7727
7770
|
accessToken?: string | undefined;
|
|
7728
7771
|
channelSecret?: string | undefined;
|
|
7729
7772
|
additionalCredentials?: any;
|
|
@@ -7751,8 +7794,8 @@ export declare const channelContract: {
|
|
|
7751
7794
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7752
7795
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7753
7796
|
}, {
|
|
7754
|
-
name: string;
|
|
7755
7797
|
id: string;
|
|
7798
|
+
name: string;
|
|
7756
7799
|
accessToken?: string | undefined;
|
|
7757
7800
|
channelSecret?: string | undefined;
|
|
7758
7801
|
additionalCredentials?: any;
|
|
@@ -7793,14 +7836,14 @@ export declare const channelContract: {
|
|
|
7793
7836
|
integrationId: z.ZodString;
|
|
7794
7837
|
accessToken: z.ZodString;
|
|
7795
7838
|
}, "strip", z.ZodTypeAny, {
|
|
7796
|
-
name: string;
|
|
7797
7839
|
id: string;
|
|
7840
|
+
name: string;
|
|
7798
7841
|
accessToken: string;
|
|
7799
7842
|
botId: string;
|
|
7800
7843
|
integrationId: string;
|
|
7801
7844
|
}, {
|
|
7802
|
-
name: string;
|
|
7803
7845
|
id: string;
|
|
7846
|
+
name: string;
|
|
7804
7847
|
accessToken: string;
|
|
7805
7848
|
botId: string;
|
|
7806
7849
|
integrationId: string;
|
|
@@ -7923,9 +7966,9 @@ export declare const channelContract: {
|
|
|
7923
7966
|
telephonySignature: string | null;
|
|
7924
7967
|
}>;
|
|
7925
7968
|
}, "strip", z.ZodTypeAny, {
|
|
7926
|
-
name: string;
|
|
7927
7969
|
id: string;
|
|
7928
7970
|
address: string | null;
|
|
7971
|
+
name: string;
|
|
7929
7972
|
email: string;
|
|
7930
7973
|
createdAt: Date;
|
|
7931
7974
|
updatedAt: Date;
|
|
@@ -7966,9 +8009,9 @@ export declare const channelContract: {
|
|
|
7966
8009
|
telephonySignature: string | null;
|
|
7967
8010
|
};
|
|
7968
8011
|
}, {
|
|
7969
|
-
name: string;
|
|
7970
8012
|
id: string;
|
|
7971
8013
|
address: string | null;
|
|
8014
|
+
name: string;
|
|
7972
8015
|
email: string;
|
|
7973
8016
|
createdAt: Date;
|
|
7974
8017
|
updatedAt: Date;
|
|
@@ -8010,12 +8053,12 @@ export declare const channelContract: {
|
|
|
8010
8053
|
};
|
|
8011
8054
|
}>;
|
|
8012
8055
|
}, "strip", z.ZodTypeAny, {
|
|
8013
|
-
name: string;
|
|
8014
8056
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8015
8057
|
id: string;
|
|
8058
|
+
name: string;
|
|
8016
8059
|
metadata: {
|
|
8017
|
-
name: string;
|
|
8018
8060
|
id: string;
|
|
8061
|
+
name: string;
|
|
8019
8062
|
accessToken?: string | undefined;
|
|
8020
8063
|
channelSecret?: string | undefined;
|
|
8021
8064
|
additionalCredentials?: any;
|
|
@@ -8048,9 +8091,9 @@ export declare const channelContract: {
|
|
|
8048
8091
|
updatedAt: Date;
|
|
8049
8092
|
deletedAt: Date | null;
|
|
8050
8093
|
actor: {
|
|
8051
|
-
name: string;
|
|
8052
8094
|
id: string;
|
|
8053
8095
|
address: string | null;
|
|
8096
|
+
name: string;
|
|
8054
8097
|
email: string;
|
|
8055
8098
|
createdAt: Date;
|
|
8056
8099
|
updatedAt: Date;
|
|
@@ -8097,19 +8140,19 @@ export declare const channelContract: {
|
|
|
8097
8140
|
connectedUserName: string;
|
|
8098
8141
|
connectedUserId: string;
|
|
8099
8142
|
botpressBot: {
|
|
8100
|
-
name: string;
|
|
8101
8143
|
id: string;
|
|
8144
|
+
name: string;
|
|
8102
8145
|
accessToken: string;
|
|
8103
8146
|
botId: string;
|
|
8104
8147
|
integrationId: string;
|
|
8105
8148
|
} | null;
|
|
8106
8149
|
}, {
|
|
8107
|
-
name: string;
|
|
8108
8150
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8109
8151
|
id: string;
|
|
8152
|
+
name: string;
|
|
8110
8153
|
metadata: {
|
|
8111
|
-
name: string;
|
|
8112
8154
|
id: string;
|
|
8155
|
+
name: string;
|
|
8113
8156
|
accessToken?: string | undefined;
|
|
8114
8157
|
channelSecret?: string | undefined;
|
|
8115
8158
|
additionalCredentials?: any;
|
|
@@ -8142,9 +8185,9 @@ export declare const channelContract: {
|
|
|
8142
8185
|
updatedAt: Date;
|
|
8143
8186
|
deletedAt: Date | null;
|
|
8144
8187
|
actor: {
|
|
8145
|
-
name: string;
|
|
8146
8188
|
id: string;
|
|
8147
8189
|
address: string | null;
|
|
8190
|
+
name: string;
|
|
8148
8191
|
email: string;
|
|
8149
8192
|
createdAt: Date;
|
|
8150
8193
|
updatedAt: Date;
|
|
@@ -8191,8 +8234,8 @@ export declare const channelContract: {
|
|
|
8191
8234
|
connectedUserName: string;
|
|
8192
8235
|
connectedUserId: string;
|
|
8193
8236
|
botpressBot: {
|
|
8194
|
-
name: string;
|
|
8195
8237
|
id: string;
|
|
8238
|
+
name: string;
|
|
8196
8239
|
accessToken: string;
|
|
8197
8240
|
botId: string;
|
|
8198
8241
|
integrationId: string;
|
|
@@ -8200,12 +8243,12 @@ export declare const channelContract: {
|
|
|
8200
8243
|
}>;
|
|
8201
8244
|
}, "strip", z.ZodTypeAny, {
|
|
8202
8245
|
channel: {
|
|
8203
|
-
name: string;
|
|
8204
8246
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8205
8247
|
id: string;
|
|
8248
|
+
name: string;
|
|
8206
8249
|
metadata: {
|
|
8207
|
-
name: string;
|
|
8208
8250
|
id: string;
|
|
8251
|
+
name: string;
|
|
8209
8252
|
accessToken?: string | undefined;
|
|
8210
8253
|
channelSecret?: string | undefined;
|
|
8211
8254
|
additionalCredentials?: any;
|
|
@@ -8238,9 +8281,9 @@ export declare const channelContract: {
|
|
|
8238
8281
|
updatedAt: Date;
|
|
8239
8282
|
deletedAt: Date | null;
|
|
8240
8283
|
actor: {
|
|
8241
|
-
name: string;
|
|
8242
8284
|
id: string;
|
|
8243
8285
|
address: string | null;
|
|
8286
|
+
name: string;
|
|
8244
8287
|
email: string;
|
|
8245
8288
|
createdAt: Date;
|
|
8246
8289
|
updatedAt: Date;
|
|
@@ -8287,8 +8330,8 @@ export declare const channelContract: {
|
|
|
8287
8330
|
connectedUserName: string;
|
|
8288
8331
|
connectedUserId: string;
|
|
8289
8332
|
botpressBot: {
|
|
8290
|
-
name: string;
|
|
8291
8333
|
id: string;
|
|
8334
|
+
name: string;
|
|
8292
8335
|
accessToken: string;
|
|
8293
8336
|
botId: string;
|
|
8294
8337
|
integrationId: string;
|
|
@@ -8297,12 +8340,12 @@ export declare const channelContract: {
|
|
|
8297
8340
|
requestId: string;
|
|
8298
8341
|
}, {
|
|
8299
8342
|
channel: {
|
|
8300
|
-
name: string;
|
|
8301
8343
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8302
8344
|
id: string;
|
|
8345
|
+
name: string;
|
|
8303
8346
|
metadata: {
|
|
8304
|
-
name: string;
|
|
8305
8347
|
id: string;
|
|
8348
|
+
name: string;
|
|
8306
8349
|
accessToken?: string | undefined;
|
|
8307
8350
|
channelSecret?: string | undefined;
|
|
8308
8351
|
additionalCredentials?: any;
|
|
@@ -8335,9 +8378,9 @@ export declare const channelContract: {
|
|
|
8335
8378
|
updatedAt: Date;
|
|
8336
8379
|
deletedAt: Date | null;
|
|
8337
8380
|
actor: {
|
|
8338
|
-
name: string;
|
|
8339
8381
|
id: string;
|
|
8340
8382
|
address: string | null;
|
|
8383
|
+
name: string;
|
|
8341
8384
|
email: string;
|
|
8342
8385
|
createdAt: Date;
|
|
8343
8386
|
updatedAt: Date;
|
|
@@ -8384,8 +8427,8 @@ export declare const channelContract: {
|
|
|
8384
8427
|
connectedUserName: string;
|
|
8385
8428
|
connectedUserId: string;
|
|
8386
8429
|
botpressBot: {
|
|
8387
|
-
name: string;
|
|
8388
8430
|
id: string;
|
|
8431
|
+
name: string;
|
|
8389
8432
|
accessToken: string;
|
|
8390
8433
|
botId: string;
|
|
8391
8434
|
integrationId: string;
|
|
@@ -8521,8 +8564,8 @@ export declare const channelContract: {
|
|
|
8521
8564
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8522
8565
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
8523
8566
|
}, "strip", z.ZodTypeAny, {
|
|
8524
|
-
name: string;
|
|
8525
8567
|
id: string;
|
|
8568
|
+
name: string;
|
|
8526
8569
|
accessToken?: string | undefined;
|
|
8527
8570
|
channelSecret?: string | undefined;
|
|
8528
8571
|
additionalCredentials?: any;
|
|
@@ -8550,8 +8593,8 @@ export declare const channelContract: {
|
|
|
8550
8593
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8551
8594
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
8552
8595
|
}, {
|
|
8553
|
-
name: string;
|
|
8554
8596
|
id: string;
|
|
8597
|
+
name: string;
|
|
8555
8598
|
accessToken?: string | undefined;
|
|
8556
8599
|
channelSecret?: string | undefined;
|
|
8557
8600
|
additionalCredentials?: any;
|
|
@@ -8592,14 +8635,14 @@ export declare const channelContract: {
|
|
|
8592
8635
|
integrationId: z.ZodString;
|
|
8593
8636
|
accessToken: z.ZodString;
|
|
8594
8637
|
}, "strip", z.ZodTypeAny, {
|
|
8595
|
-
name: string;
|
|
8596
8638
|
id: string;
|
|
8639
|
+
name: string;
|
|
8597
8640
|
accessToken: string;
|
|
8598
8641
|
botId: string;
|
|
8599
8642
|
integrationId: string;
|
|
8600
8643
|
}, {
|
|
8601
|
-
name: string;
|
|
8602
8644
|
id: string;
|
|
8645
|
+
name: string;
|
|
8603
8646
|
accessToken: string;
|
|
8604
8647
|
botId: string;
|
|
8605
8648
|
integrationId: string;
|
|
@@ -8722,9 +8765,9 @@ export declare const channelContract: {
|
|
|
8722
8765
|
telephonySignature: string | null;
|
|
8723
8766
|
}>;
|
|
8724
8767
|
}, "strip", z.ZodTypeAny, {
|
|
8725
|
-
name: string;
|
|
8726
8768
|
id: string;
|
|
8727
8769
|
address: string | null;
|
|
8770
|
+
name: string;
|
|
8728
8771
|
email: string;
|
|
8729
8772
|
createdAt: Date;
|
|
8730
8773
|
updatedAt: Date;
|
|
@@ -8765,9 +8808,9 @@ export declare const channelContract: {
|
|
|
8765
8808
|
telephonySignature: string | null;
|
|
8766
8809
|
};
|
|
8767
8810
|
}, {
|
|
8768
|
-
name: string;
|
|
8769
8811
|
id: string;
|
|
8770
8812
|
address: string | null;
|
|
8813
|
+
name: string;
|
|
8771
8814
|
email: string;
|
|
8772
8815
|
createdAt: Date;
|
|
8773
8816
|
updatedAt: Date;
|
|
@@ -8809,12 +8852,12 @@ export declare const channelContract: {
|
|
|
8809
8852
|
};
|
|
8810
8853
|
}>;
|
|
8811
8854
|
}, "strip", z.ZodTypeAny, {
|
|
8812
|
-
name: string;
|
|
8813
8855
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8814
8856
|
id: string;
|
|
8857
|
+
name: string;
|
|
8815
8858
|
metadata: {
|
|
8816
|
-
name: string;
|
|
8817
8859
|
id: string;
|
|
8860
|
+
name: string;
|
|
8818
8861
|
accessToken?: string | undefined;
|
|
8819
8862
|
channelSecret?: string | undefined;
|
|
8820
8863
|
additionalCredentials?: any;
|
|
@@ -8847,9 +8890,9 @@ export declare const channelContract: {
|
|
|
8847
8890
|
updatedAt: Date;
|
|
8848
8891
|
deletedAt: Date | null;
|
|
8849
8892
|
actor: {
|
|
8850
|
-
name: string;
|
|
8851
8893
|
id: string;
|
|
8852
8894
|
address: string | null;
|
|
8895
|
+
name: string;
|
|
8853
8896
|
email: string;
|
|
8854
8897
|
createdAt: Date;
|
|
8855
8898
|
updatedAt: Date;
|
|
@@ -8896,19 +8939,19 @@ export declare const channelContract: {
|
|
|
8896
8939
|
connectedUserName: string;
|
|
8897
8940
|
connectedUserId: string;
|
|
8898
8941
|
botpressBot: {
|
|
8899
|
-
name: string;
|
|
8900
8942
|
id: string;
|
|
8943
|
+
name: string;
|
|
8901
8944
|
accessToken: string;
|
|
8902
8945
|
botId: string;
|
|
8903
8946
|
integrationId: string;
|
|
8904
8947
|
} | null;
|
|
8905
8948
|
}, {
|
|
8906
|
-
name: string;
|
|
8907
8949
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8908
8950
|
id: string;
|
|
8951
|
+
name: string;
|
|
8909
8952
|
metadata: {
|
|
8910
|
-
name: string;
|
|
8911
8953
|
id: string;
|
|
8954
|
+
name: string;
|
|
8912
8955
|
accessToken?: string | undefined;
|
|
8913
8956
|
channelSecret?: string | undefined;
|
|
8914
8957
|
additionalCredentials?: any;
|
|
@@ -8941,9 +8984,9 @@ export declare const channelContract: {
|
|
|
8941
8984
|
updatedAt: Date;
|
|
8942
8985
|
deletedAt: Date | null;
|
|
8943
8986
|
actor: {
|
|
8944
|
-
name: string;
|
|
8945
8987
|
id: string;
|
|
8946
8988
|
address: string | null;
|
|
8989
|
+
name: string;
|
|
8947
8990
|
email: string;
|
|
8948
8991
|
createdAt: Date;
|
|
8949
8992
|
updatedAt: Date;
|
|
@@ -8990,8 +9033,8 @@ export declare const channelContract: {
|
|
|
8990
9033
|
connectedUserName: string;
|
|
8991
9034
|
connectedUserId: string;
|
|
8992
9035
|
botpressBot: {
|
|
8993
|
-
name: string;
|
|
8994
9036
|
id: string;
|
|
9037
|
+
name: string;
|
|
8995
9038
|
accessToken: string;
|
|
8996
9039
|
botId: string;
|
|
8997
9040
|
integrationId: string;
|
|
@@ -8999,12 +9042,12 @@ export declare const channelContract: {
|
|
|
8999
9042
|
}>;
|
|
9000
9043
|
}, "strip", z.ZodTypeAny, {
|
|
9001
9044
|
channel: {
|
|
9002
|
-
name: string;
|
|
9003
9045
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9004
9046
|
id: string;
|
|
9047
|
+
name: string;
|
|
9005
9048
|
metadata: {
|
|
9006
|
-
name: string;
|
|
9007
9049
|
id: string;
|
|
9050
|
+
name: string;
|
|
9008
9051
|
accessToken?: string | undefined;
|
|
9009
9052
|
channelSecret?: string | undefined;
|
|
9010
9053
|
additionalCredentials?: any;
|
|
@@ -9037,9 +9080,9 @@ export declare const channelContract: {
|
|
|
9037
9080
|
updatedAt: Date;
|
|
9038
9081
|
deletedAt: Date | null;
|
|
9039
9082
|
actor: {
|
|
9040
|
-
name: string;
|
|
9041
9083
|
id: string;
|
|
9042
9084
|
address: string | null;
|
|
9085
|
+
name: string;
|
|
9043
9086
|
email: string;
|
|
9044
9087
|
createdAt: Date;
|
|
9045
9088
|
updatedAt: Date;
|
|
@@ -9086,8 +9129,8 @@ export declare const channelContract: {
|
|
|
9086
9129
|
connectedUserName: string;
|
|
9087
9130
|
connectedUserId: string;
|
|
9088
9131
|
botpressBot: {
|
|
9089
|
-
name: string;
|
|
9090
9132
|
id: string;
|
|
9133
|
+
name: string;
|
|
9091
9134
|
accessToken: string;
|
|
9092
9135
|
botId: string;
|
|
9093
9136
|
integrationId: string;
|
|
@@ -9096,12 +9139,12 @@ export declare const channelContract: {
|
|
|
9096
9139
|
requestId: string;
|
|
9097
9140
|
}, {
|
|
9098
9141
|
channel: {
|
|
9099
|
-
name: string;
|
|
9100
9142
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9101
9143
|
id: string;
|
|
9144
|
+
name: string;
|
|
9102
9145
|
metadata: {
|
|
9103
|
-
name: string;
|
|
9104
9146
|
id: string;
|
|
9147
|
+
name: string;
|
|
9105
9148
|
accessToken?: string | undefined;
|
|
9106
9149
|
channelSecret?: string | undefined;
|
|
9107
9150
|
additionalCredentials?: any;
|
|
@@ -9134,9 +9177,9 @@ export declare const channelContract: {
|
|
|
9134
9177
|
updatedAt: Date;
|
|
9135
9178
|
deletedAt: Date | null;
|
|
9136
9179
|
actor: {
|
|
9137
|
-
name: string;
|
|
9138
9180
|
id: string;
|
|
9139
9181
|
address: string | null;
|
|
9182
|
+
name: string;
|
|
9140
9183
|
email: string;
|
|
9141
9184
|
createdAt: Date;
|
|
9142
9185
|
updatedAt: Date;
|
|
@@ -9183,8 +9226,8 @@ export declare const channelContract: {
|
|
|
9183
9226
|
connectedUserName: string;
|
|
9184
9227
|
connectedUserId: string;
|
|
9185
9228
|
botpressBot: {
|
|
9186
|
-
name: string;
|
|
9187
9229
|
id: string;
|
|
9230
|
+
name: string;
|
|
9188
9231
|
accessToken: string;
|
|
9189
9232
|
botId: string;
|
|
9190
9233
|
integrationId: string;
|
|
@@ -9247,8 +9290,8 @@ export declare const channelContract: {
|
|
|
9247
9290
|
agentAwayMessage: z.ZodOptional<z.ZodString>;
|
|
9248
9291
|
widgetColor: z.ZodOptional<z.ZodString>;
|
|
9249
9292
|
}, "strip", z.ZodTypeAny, {
|
|
9250
|
-
name: string;
|
|
9251
9293
|
type: import("./validation").ChatwootChannelType;
|
|
9294
|
+
name: string;
|
|
9252
9295
|
websiteName: string;
|
|
9253
9296
|
welcomeTitle: string;
|
|
9254
9297
|
websiteUrl: string;
|
|
@@ -9257,8 +9300,8 @@ export declare const channelContract: {
|
|
|
9257
9300
|
agentAwayMessage?: string | undefined;
|
|
9258
9301
|
widgetColor?: string | undefined;
|
|
9259
9302
|
}, {
|
|
9260
|
-
name: string;
|
|
9261
9303
|
type: import("./validation").ChatwootChannelType;
|
|
9304
|
+
name: string;
|
|
9262
9305
|
websiteName: string;
|
|
9263
9306
|
welcomeTitle: string;
|
|
9264
9307
|
websiteUrl: string;
|
|
@@ -9268,10 +9311,9 @@ export declare const channelContract: {
|
|
|
9268
9311
|
widgetColor?: string | undefined;
|
|
9269
9312
|
}>;
|
|
9270
9313
|
}, "strip", z.ZodTypeAny, {
|
|
9271
|
-
name: string;
|
|
9272
9314
|
channel: {
|
|
9273
|
-
name: string;
|
|
9274
9315
|
type: import("./validation").ChatwootChannelType;
|
|
9316
|
+
name: string;
|
|
9275
9317
|
websiteName: string;
|
|
9276
9318
|
welcomeTitle: string;
|
|
9277
9319
|
websiteUrl: string;
|
|
@@ -9280,11 +9322,11 @@ export declare const channelContract: {
|
|
|
9280
9322
|
agentAwayMessage?: string | undefined;
|
|
9281
9323
|
widgetColor?: string | undefined;
|
|
9282
9324
|
};
|
|
9283
|
-
}, {
|
|
9284
9325
|
name: string;
|
|
9326
|
+
}, {
|
|
9285
9327
|
channel: {
|
|
9286
|
-
name: string;
|
|
9287
9328
|
type: import("./validation").ChatwootChannelType;
|
|
9329
|
+
name: string;
|
|
9288
9330
|
websiteName: string;
|
|
9289
9331
|
welcomeTitle: string;
|
|
9290
9332
|
websiteUrl: string;
|
|
@@ -9293,6 +9335,7 @@ export declare const channelContract: {
|
|
|
9293
9335
|
agentAwayMessage?: string | undefined;
|
|
9294
9336
|
widgetColor?: string | undefined;
|
|
9295
9337
|
};
|
|
9338
|
+
name: string;
|
|
9296
9339
|
}>;
|
|
9297
9340
|
summary: "Connect message channel";
|
|
9298
9341
|
method: "POST";
|
|
@@ -9370,8 +9413,8 @@ export declare const channelContract: {
|
|
|
9370
9413
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
9371
9414
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
9372
9415
|
}, "strip", z.ZodTypeAny, {
|
|
9373
|
-
name: string;
|
|
9374
9416
|
id: string;
|
|
9417
|
+
name: string;
|
|
9375
9418
|
accessToken?: string | undefined;
|
|
9376
9419
|
channelSecret?: string | undefined;
|
|
9377
9420
|
additionalCredentials?: any;
|
|
@@ -9399,8 +9442,8 @@ export declare const channelContract: {
|
|
|
9399
9442
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9400
9443
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9401
9444
|
}, {
|
|
9402
|
-
name: string;
|
|
9403
9445
|
id: string;
|
|
9446
|
+
name: string;
|
|
9404
9447
|
accessToken?: string | undefined;
|
|
9405
9448
|
channelSecret?: string | undefined;
|
|
9406
9449
|
additionalCredentials?: any;
|
|
@@ -9441,14 +9484,14 @@ export declare const channelContract: {
|
|
|
9441
9484
|
integrationId: z.ZodString;
|
|
9442
9485
|
accessToken: z.ZodString;
|
|
9443
9486
|
}, "strip", z.ZodTypeAny, {
|
|
9444
|
-
name: string;
|
|
9445
9487
|
id: string;
|
|
9488
|
+
name: string;
|
|
9446
9489
|
accessToken: string;
|
|
9447
9490
|
botId: string;
|
|
9448
9491
|
integrationId: string;
|
|
9449
9492
|
}, {
|
|
9450
|
-
name: string;
|
|
9451
9493
|
id: string;
|
|
9494
|
+
name: string;
|
|
9452
9495
|
accessToken: string;
|
|
9453
9496
|
botId: string;
|
|
9454
9497
|
integrationId: string;
|
|
@@ -9571,9 +9614,9 @@ export declare const channelContract: {
|
|
|
9571
9614
|
telephonySignature: string | null;
|
|
9572
9615
|
}>;
|
|
9573
9616
|
}, "strip", z.ZodTypeAny, {
|
|
9574
|
-
name: string;
|
|
9575
9617
|
id: string;
|
|
9576
9618
|
address: string | null;
|
|
9619
|
+
name: string;
|
|
9577
9620
|
email: string;
|
|
9578
9621
|
createdAt: Date;
|
|
9579
9622
|
updatedAt: Date;
|
|
@@ -9614,9 +9657,9 @@ export declare const channelContract: {
|
|
|
9614
9657
|
telephonySignature: string | null;
|
|
9615
9658
|
};
|
|
9616
9659
|
}, {
|
|
9617
|
-
name: string;
|
|
9618
9660
|
id: string;
|
|
9619
9661
|
address: string | null;
|
|
9662
|
+
name: string;
|
|
9620
9663
|
email: string;
|
|
9621
9664
|
createdAt: Date;
|
|
9622
9665
|
updatedAt: Date;
|
|
@@ -9658,12 +9701,12 @@ export declare const channelContract: {
|
|
|
9658
9701
|
};
|
|
9659
9702
|
}>;
|
|
9660
9703
|
}, "strip", z.ZodTypeAny, {
|
|
9661
|
-
name: string;
|
|
9662
9704
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9663
9705
|
id: string;
|
|
9706
|
+
name: string;
|
|
9664
9707
|
metadata: {
|
|
9665
|
-
name: string;
|
|
9666
9708
|
id: string;
|
|
9709
|
+
name: string;
|
|
9667
9710
|
accessToken?: string | undefined;
|
|
9668
9711
|
channelSecret?: string | undefined;
|
|
9669
9712
|
additionalCredentials?: any;
|
|
@@ -9696,9 +9739,9 @@ export declare const channelContract: {
|
|
|
9696
9739
|
updatedAt: Date;
|
|
9697
9740
|
deletedAt: Date | null;
|
|
9698
9741
|
actor: {
|
|
9699
|
-
name: string;
|
|
9700
9742
|
id: string;
|
|
9701
9743
|
address: string | null;
|
|
9744
|
+
name: string;
|
|
9702
9745
|
email: string;
|
|
9703
9746
|
createdAt: Date;
|
|
9704
9747
|
updatedAt: Date;
|
|
@@ -9745,19 +9788,19 @@ export declare const channelContract: {
|
|
|
9745
9788
|
connectedUserName: string;
|
|
9746
9789
|
connectedUserId: string;
|
|
9747
9790
|
botpressBot: {
|
|
9748
|
-
name: string;
|
|
9749
9791
|
id: string;
|
|
9792
|
+
name: string;
|
|
9750
9793
|
accessToken: string;
|
|
9751
9794
|
botId: string;
|
|
9752
9795
|
integrationId: string;
|
|
9753
9796
|
} | null;
|
|
9754
9797
|
}, {
|
|
9755
|
-
name: string;
|
|
9756
9798
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9757
9799
|
id: string;
|
|
9800
|
+
name: string;
|
|
9758
9801
|
metadata: {
|
|
9759
|
-
name: string;
|
|
9760
9802
|
id: string;
|
|
9803
|
+
name: string;
|
|
9761
9804
|
accessToken?: string | undefined;
|
|
9762
9805
|
channelSecret?: string | undefined;
|
|
9763
9806
|
additionalCredentials?: any;
|
|
@@ -9790,9 +9833,9 @@ export declare const channelContract: {
|
|
|
9790
9833
|
updatedAt: Date;
|
|
9791
9834
|
deletedAt: Date | null;
|
|
9792
9835
|
actor: {
|
|
9793
|
-
name: string;
|
|
9794
9836
|
id: string;
|
|
9795
9837
|
address: string | null;
|
|
9838
|
+
name: string;
|
|
9796
9839
|
email: string;
|
|
9797
9840
|
createdAt: Date;
|
|
9798
9841
|
updatedAt: Date;
|
|
@@ -9839,8 +9882,8 @@ export declare const channelContract: {
|
|
|
9839
9882
|
connectedUserName: string;
|
|
9840
9883
|
connectedUserId: string;
|
|
9841
9884
|
botpressBot: {
|
|
9842
|
-
name: string;
|
|
9843
9885
|
id: string;
|
|
9886
|
+
name: string;
|
|
9844
9887
|
accessToken: string;
|
|
9845
9888
|
botId: string;
|
|
9846
9889
|
integrationId: string;
|
|
@@ -9848,12 +9891,12 @@ export declare const channelContract: {
|
|
|
9848
9891
|
}>;
|
|
9849
9892
|
}, "strip", z.ZodTypeAny, {
|
|
9850
9893
|
channel: {
|
|
9851
|
-
name: string;
|
|
9852
9894
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9853
9895
|
id: string;
|
|
9896
|
+
name: string;
|
|
9854
9897
|
metadata: {
|
|
9855
|
-
name: string;
|
|
9856
9898
|
id: string;
|
|
9899
|
+
name: string;
|
|
9857
9900
|
accessToken?: string | undefined;
|
|
9858
9901
|
channelSecret?: string | undefined;
|
|
9859
9902
|
additionalCredentials?: any;
|
|
@@ -9886,9 +9929,9 @@ export declare const channelContract: {
|
|
|
9886
9929
|
updatedAt: Date;
|
|
9887
9930
|
deletedAt: Date | null;
|
|
9888
9931
|
actor: {
|
|
9889
|
-
name: string;
|
|
9890
9932
|
id: string;
|
|
9891
9933
|
address: string | null;
|
|
9934
|
+
name: string;
|
|
9892
9935
|
email: string;
|
|
9893
9936
|
createdAt: Date;
|
|
9894
9937
|
updatedAt: Date;
|
|
@@ -9935,8 +9978,8 @@ export declare const channelContract: {
|
|
|
9935
9978
|
connectedUserName: string;
|
|
9936
9979
|
connectedUserId: string;
|
|
9937
9980
|
botpressBot: {
|
|
9938
|
-
name: string;
|
|
9939
9981
|
id: string;
|
|
9982
|
+
name: string;
|
|
9940
9983
|
accessToken: string;
|
|
9941
9984
|
botId: string;
|
|
9942
9985
|
integrationId: string;
|
|
@@ -9945,12 +9988,12 @@ export declare const channelContract: {
|
|
|
9945
9988
|
requestId: string;
|
|
9946
9989
|
}, {
|
|
9947
9990
|
channel: {
|
|
9948
|
-
name: string;
|
|
9949
9991
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9950
9992
|
id: string;
|
|
9993
|
+
name: string;
|
|
9951
9994
|
metadata: {
|
|
9952
|
-
name: string;
|
|
9953
9995
|
id: string;
|
|
9996
|
+
name: string;
|
|
9954
9997
|
accessToken?: string | undefined;
|
|
9955
9998
|
channelSecret?: string | undefined;
|
|
9956
9999
|
additionalCredentials?: any;
|
|
@@ -9983,9 +10026,9 @@ export declare const channelContract: {
|
|
|
9983
10026
|
updatedAt: Date;
|
|
9984
10027
|
deletedAt: Date | null;
|
|
9985
10028
|
actor: {
|
|
9986
|
-
name: string;
|
|
9987
10029
|
id: string;
|
|
9988
10030
|
address: string | null;
|
|
10031
|
+
name: string;
|
|
9989
10032
|
email: string;
|
|
9990
10033
|
createdAt: Date;
|
|
9991
10034
|
updatedAt: Date;
|
|
@@ -10032,8 +10075,8 @@ export declare const channelContract: {
|
|
|
10032
10075
|
connectedUserName: string;
|
|
10033
10076
|
connectedUserId: string;
|
|
10034
10077
|
botpressBot: {
|
|
10035
|
-
name: string;
|
|
10036
10078
|
id: string;
|
|
10079
|
+
name: string;
|
|
10037
10080
|
accessToken: string;
|
|
10038
10081
|
botId: string;
|
|
10039
10082
|
integrationId: string;
|
|
@@ -10150,8 +10193,8 @@ export declare const channelContract: {
|
|
|
10150
10193
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
10151
10194
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
10152
10195
|
}, "strip", z.ZodTypeAny, {
|
|
10153
|
-
name: string;
|
|
10154
10196
|
id: string;
|
|
10197
|
+
name: string;
|
|
10155
10198
|
accessToken?: string | undefined;
|
|
10156
10199
|
channelSecret?: string | undefined;
|
|
10157
10200
|
additionalCredentials?: any;
|
|
@@ -10179,8 +10222,8 @@ export declare const channelContract: {
|
|
|
10179
10222
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10180
10223
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10181
10224
|
}, {
|
|
10182
|
-
name: string;
|
|
10183
10225
|
id: string;
|
|
10226
|
+
name: string;
|
|
10184
10227
|
accessToken?: string | undefined;
|
|
10185
10228
|
channelSecret?: string | undefined;
|
|
10186
10229
|
additionalCredentials?: any;
|
|
@@ -10210,11 +10253,11 @@ export declare const channelContract: {
|
|
|
10210
10253
|
}>;
|
|
10211
10254
|
platformId: z.ZodString;
|
|
10212
10255
|
}, "strip", z.ZodTypeAny, {
|
|
10213
|
-
name: string;
|
|
10214
10256
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10257
|
+
name: string;
|
|
10215
10258
|
metadata: {
|
|
10216
|
-
name: string;
|
|
10217
10259
|
id: string;
|
|
10260
|
+
name: string;
|
|
10218
10261
|
accessToken?: string | undefined;
|
|
10219
10262
|
channelSecret?: string | undefined;
|
|
10220
10263
|
additionalCredentials?: any;
|
|
@@ -10244,11 +10287,11 @@ export declare const channelContract: {
|
|
|
10244
10287
|
};
|
|
10245
10288
|
platformId: string;
|
|
10246
10289
|
}, {
|
|
10247
|
-
name: string;
|
|
10248
10290
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10291
|
+
name: string;
|
|
10249
10292
|
metadata: {
|
|
10250
|
-
name: string;
|
|
10251
10293
|
id: string;
|
|
10294
|
+
name: string;
|
|
10252
10295
|
accessToken?: string | undefined;
|
|
10253
10296
|
channelSecret?: string | undefined;
|
|
10254
10297
|
additionalCredentials?: any;
|
|
@@ -10354,8 +10397,8 @@ export declare const channelContract: {
|
|
|
10354
10397
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
10355
10398
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
10356
10399
|
}, "strip", z.ZodTypeAny, {
|
|
10357
|
-
name: string;
|
|
10358
10400
|
id: string;
|
|
10401
|
+
name: string;
|
|
10359
10402
|
accessToken?: string | undefined;
|
|
10360
10403
|
channelSecret?: string | undefined;
|
|
10361
10404
|
additionalCredentials?: any;
|
|
@@ -10383,8 +10426,8 @@ export declare const channelContract: {
|
|
|
10383
10426
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10384
10427
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10385
10428
|
}, {
|
|
10386
|
-
name: string;
|
|
10387
10429
|
id: string;
|
|
10430
|
+
name: string;
|
|
10388
10431
|
accessToken?: string | undefined;
|
|
10389
10432
|
channelSecret?: string | undefined;
|
|
10390
10433
|
additionalCredentials?: any;
|
|
@@ -10425,14 +10468,14 @@ export declare const channelContract: {
|
|
|
10425
10468
|
integrationId: z.ZodString;
|
|
10426
10469
|
accessToken: z.ZodString;
|
|
10427
10470
|
}, "strip", z.ZodTypeAny, {
|
|
10428
|
-
name: string;
|
|
10429
10471
|
id: string;
|
|
10472
|
+
name: string;
|
|
10430
10473
|
accessToken: string;
|
|
10431
10474
|
botId: string;
|
|
10432
10475
|
integrationId: string;
|
|
10433
10476
|
}, {
|
|
10434
|
-
name: string;
|
|
10435
10477
|
id: string;
|
|
10478
|
+
name: string;
|
|
10436
10479
|
accessToken: string;
|
|
10437
10480
|
botId: string;
|
|
10438
10481
|
integrationId: string;
|
|
@@ -10555,9 +10598,9 @@ export declare const channelContract: {
|
|
|
10555
10598
|
telephonySignature: string | null;
|
|
10556
10599
|
}>;
|
|
10557
10600
|
}, "strip", z.ZodTypeAny, {
|
|
10558
|
-
name: string;
|
|
10559
10601
|
id: string;
|
|
10560
10602
|
address: string | null;
|
|
10603
|
+
name: string;
|
|
10561
10604
|
email: string;
|
|
10562
10605
|
createdAt: Date;
|
|
10563
10606
|
updatedAt: Date;
|
|
@@ -10598,9 +10641,9 @@ export declare const channelContract: {
|
|
|
10598
10641
|
telephonySignature: string | null;
|
|
10599
10642
|
};
|
|
10600
10643
|
}, {
|
|
10601
|
-
name: string;
|
|
10602
10644
|
id: string;
|
|
10603
10645
|
address: string | null;
|
|
10646
|
+
name: string;
|
|
10604
10647
|
email: string;
|
|
10605
10648
|
createdAt: Date;
|
|
10606
10649
|
updatedAt: Date;
|
|
@@ -10642,12 +10685,12 @@ export declare const channelContract: {
|
|
|
10642
10685
|
};
|
|
10643
10686
|
}>;
|
|
10644
10687
|
}, "strip", z.ZodTypeAny, {
|
|
10645
|
-
name: string;
|
|
10646
10688
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10647
10689
|
id: string;
|
|
10690
|
+
name: string;
|
|
10648
10691
|
metadata: {
|
|
10649
|
-
name: string;
|
|
10650
10692
|
id: string;
|
|
10693
|
+
name: string;
|
|
10651
10694
|
accessToken?: string | undefined;
|
|
10652
10695
|
channelSecret?: string | undefined;
|
|
10653
10696
|
additionalCredentials?: any;
|
|
@@ -10680,9 +10723,9 @@ export declare const channelContract: {
|
|
|
10680
10723
|
updatedAt: Date;
|
|
10681
10724
|
deletedAt: Date | null;
|
|
10682
10725
|
actor: {
|
|
10683
|
-
name: string;
|
|
10684
10726
|
id: string;
|
|
10685
10727
|
address: string | null;
|
|
10728
|
+
name: string;
|
|
10686
10729
|
email: string;
|
|
10687
10730
|
createdAt: Date;
|
|
10688
10731
|
updatedAt: Date;
|
|
@@ -10729,19 +10772,19 @@ export declare const channelContract: {
|
|
|
10729
10772
|
connectedUserName: string;
|
|
10730
10773
|
connectedUserId: string;
|
|
10731
10774
|
botpressBot: {
|
|
10732
|
-
name: string;
|
|
10733
10775
|
id: string;
|
|
10776
|
+
name: string;
|
|
10734
10777
|
accessToken: string;
|
|
10735
10778
|
botId: string;
|
|
10736
10779
|
integrationId: string;
|
|
10737
10780
|
} | null;
|
|
10738
10781
|
}, {
|
|
10739
|
-
name: string;
|
|
10740
10782
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10741
10783
|
id: string;
|
|
10784
|
+
name: string;
|
|
10742
10785
|
metadata: {
|
|
10743
|
-
name: string;
|
|
10744
10786
|
id: string;
|
|
10787
|
+
name: string;
|
|
10745
10788
|
accessToken?: string | undefined;
|
|
10746
10789
|
channelSecret?: string | undefined;
|
|
10747
10790
|
additionalCredentials?: any;
|
|
@@ -10774,9 +10817,9 @@ export declare const channelContract: {
|
|
|
10774
10817
|
updatedAt: Date;
|
|
10775
10818
|
deletedAt: Date | null;
|
|
10776
10819
|
actor: {
|
|
10777
|
-
name: string;
|
|
10778
10820
|
id: string;
|
|
10779
10821
|
address: string | null;
|
|
10822
|
+
name: string;
|
|
10780
10823
|
email: string;
|
|
10781
10824
|
createdAt: Date;
|
|
10782
10825
|
updatedAt: Date;
|
|
@@ -10823,8 +10866,8 @@ export declare const channelContract: {
|
|
|
10823
10866
|
connectedUserName: string;
|
|
10824
10867
|
connectedUserId: string;
|
|
10825
10868
|
botpressBot: {
|
|
10826
|
-
name: string;
|
|
10827
10869
|
id: string;
|
|
10870
|
+
name: string;
|
|
10828
10871
|
accessToken: string;
|
|
10829
10872
|
botId: string;
|
|
10830
10873
|
integrationId: string;
|
|
@@ -10832,12 +10875,12 @@ export declare const channelContract: {
|
|
|
10832
10875
|
}>;
|
|
10833
10876
|
}, "strip", z.ZodTypeAny, {
|
|
10834
10877
|
channel: {
|
|
10835
|
-
name: string;
|
|
10836
10878
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10837
10879
|
id: string;
|
|
10880
|
+
name: string;
|
|
10838
10881
|
metadata: {
|
|
10839
|
-
name: string;
|
|
10840
10882
|
id: string;
|
|
10883
|
+
name: string;
|
|
10841
10884
|
accessToken?: string | undefined;
|
|
10842
10885
|
channelSecret?: string | undefined;
|
|
10843
10886
|
additionalCredentials?: any;
|
|
@@ -10870,9 +10913,9 @@ export declare const channelContract: {
|
|
|
10870
10913
|
updatedAt: Date;
|
|
10871
10914
|
deletedAt: Date | null;
|
|
10872
10915
|
actor: {
|
|
10873
|
-
name: string;
|
|
10874
10916
|
id: string;
|
|
10875
10917
|
address: string | null;
|
|
10918
|
+
name: string;
|
|
10876
10919
|
email: string;
|
|
10877
10920
|
createdAt: Date;
|
|
10878
10921
|
updatedAt: Date;
|
|
@@ -10919,8 +10962,8 @@ export declare const channelContract: {
|
|
|
10919
10962
|
connectedUserName: string;
|
|
10920
10963
|
connectedUserId: string;
|
|
10921
10964
|
botpressBot: {
|
|
10922
|
-
name: string;
|
|
10923
10965
|
id: string;
|
|
10966
|
+
name: string;
|
|
10924
10967
|
accessToken: string;
|
|
10925
10968
|
botId: string;
|
|
10926
10969
|
integrationId: string;
|
|
@@ -10929,12 +10972,12 @@ export declare const channelContract: {
|
|
|
10929
10972
|
requestId: string;
|
|
10930
10973
|
}, {
|
|
10931
10974
|
channel: {
|
|
10932
|
-
name: string;
|
|
10933
10975
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10934
10976
|
id: string;
|
|
10977
|
+
name: string;
|
|
10935
10978
|
metadata: {
|
|
10936
|
-
name: string;
|
|
10937
10979
|
id: string;
|
|
10980
|
+
name: string;
|
|
10938
10981
|
accessToken?: string | undefined;
|
|
10939
10982
|
channelSecret?: string | undefined;
|
|
10940
10983
|
additionalCredentials?: any;
|
|
@@ -10967,9 +11010,9 @@ export declare const channelContract: {
|
|
|
10967
11010
|
updatedAt: Date;
|
|
10968
11011
|
deletedAt: Date | null;
|
|
10969
11012
|
actor: {
|
|
10970
|
-
name: string;
|
|
10971
11013
|
id: string;
|
|
10972
11014
|
address: string | null;
|
|
11015
|
+
name: string;
|
|
10973
11016
|
email: string;
|
|
10974
11017
|
createdAt: Date;
|
|
10975
11018
|
updatedAt: Date;
|
|
@@ -11016,8 +11059,8 @@ export declare const channelContract: {
|
|
|
11016
11059
|
connectedUserName: string;
|
|
11017
11060
|
connectedUserId: string;
|
|
11018
11061
|
botpressBot: {
|
|
11019
|
-
name: string;
|
|
11020
11062
|
id: string;
|
|
11063
|
+
name: string;
|
|
11021
11064
|
accessToken: string;
|
|
11022
11065
|
botId: string;
|
|
11023
11066
|
integrationId: string;
|
|
@@ -11301,11 +11344,11 @@ export declare const channelFacebookFeedContract: {
|
|
|
11301
11344
|
id: z.ZodString;
|
|
11302
11345
|
name: z.ZodString;
|
|
11303
11346
|
}, "strip", z.ZodTypeAny, {
|
|
11304
|
-
name: string;
|
|
11305
11347
|
id: string;
|
|
11306
|
-
}, {
|
|
11307
11348
|
name: string;
|
|
11349
|
+
}, {
|
|
11308
11350
|
id: string;
|
|
11351
|
+
name: string;
|
|
11309
11352
|
}>, "many">;
|
|
11310
11353
|
id: z.ZodString;
|
|
11311
11354
|
name: z.ZodString;
|
|
@@ -11328,8 +11371,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11328
11371
|
};
|
|
11329
11372
|
}>;
|
|
11330
11373
|
}, "strip", z.ZodTypeAny, {
|
|
11331
|
-
name: string;
|
|
11332
11374
|
id: string;
|
|
11375
|
+
name: string;
|
|
11333
11376
|
picture: {
|
|
11334
11377
|
data: {
|
|
11335
11378
|
url: string;
|
|
@@ -11338,13 +11381,13 @@ export declare const channelFacebookFeedContract: {
|
|
|
11338
11381
|
category: string;
|
|
11339
11382
|
access_token: string;
|
|
11340
11383
|
category_list: {
|
|
11341
|
-
name: string;
|
|
11342
11384
|
id: string;
|
|
11385
|
+
name: string;
|
|
11343
11386
|
}[];
|
|
11344
11387
|
tasks: string[];
|
|
11345
11388
|
}, {
|
|
11346
|
-
name: string;
|
|
11347
11389
|
id: string;
|
|
11390
|
+
name: string;
|
|
11348
11391
|
picture: {
|
|
11349
11392
|
data: {
|
|
11350
11393
|
url: string;
|
|
@@ -11353,8 +11396,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11353
11396
|
category: string;
|
|
11354
11397
|
access_token: string;
|
|
11355
11398
|
category_list: {
|
|
11356
|
-
name: string;
|
|
11357
11399
|
id: string;
|
|
11400
|
+
name: string;
|
|
11358
11401
|
}[];
|
|
11359
11402
|
tasks: string[];
|
|
11360
11403
|
}>, "many">;
|
|
@@ -11382,8 +11425,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11382
11425
|
}>>;
|
|
11383
11426
|
}, "strip", z.ZodTypeAny, {
|
|
11384
11427
|
data: {
|
|
11385
|
-
name: string;
|
|
11386
11428
|
id: string;
|
|
11429
|
+
name: string;
|
|
11387
11430
|
picture: {
|
|
11388
11431
|
data: {
|
|
11389
11432
|
url: string;
|
|
@@ -11392,8 +11435,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11392
11435
|
category: string;
|
|
11393
11436
|
access_token: string;
|
|
11394
11437
|
category_list: {
|
|
11395
|
-
name: string;
|
|
11396
11438
|
id: string;
|
|
11439
|
+
name: string;
|
|
11397
11440
|
}[];
|
|
11398
11441
|
tasks: string[];
|
|
11399
11442
|
}[];
|
|
@@ -11405,8 +11448,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11405
11448
|
} | undefined;
|
|
11406
11449
|
}, {
|
|
11407
11450
|
data: {
|
|
11408
|
-
name: string;
|
|
11409
11451
|
id: string;
|
|
11452
|
+
name: string;
|
|
11410
11453
|
picture: {
|
|
11411
11454
|
data: {
|
|
11412
11455
|
url: string;
|
|
@@ -11415,8 +11458,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11415
11458
|
category: string;
|
|
11416
11459
|
access_token: string;
|
|
11417
11460
|
category_list: {
|
|
11418
|
-
name: string;
|
|
11419
11461
|
id: string;
|
|
11462
|
+
name: string;
|
|
11420
11463
|
}[];
|
|
11421
11464
|
tasks: string[];
|
|
11422
11465
|
}[];
|
|
@@ -11430,8 +11473,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11430
11473
|
}, "strip", z.ZodTypeAny, {
|
|
11431
11474
|
data: {
|
|
11432
11475
|
data: {
|
|
11433
|
-
name: string;
|
|
11434
11476
|
id: string;
|
|
11477
|
+
name: string;
|
|
11435
11478
|
picture: {
|
|
11436
11479
|
data: {
|
|
11437
11480
|
url: string;
|
|
@@ -11440,8 +11483,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11440
11483
|
category: string;
|
|
11441
11484
|
access_token: string;
|
|
11442
11485
|
category_list: {
|
|
11443
|
-
name: string;
|
|
11444
11486
|
id: string;
|
|
11487
|
+
name: string;
|
|
11445
11488
|
}[];
|
|
11446
11489
|
tasks: string[];
|
|
11447
11490
|
}[];
|
|
@@ -11456,8 +11499,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11456
11499
|
}, {
|
|
11457
11500
|
data: {
|
|
11458
11501
|
data: {
|
|
11459
|
-
name: string;
|
|
11460
11502
|
id: string;
|
|
11503
|
+
name: string;
|
|
11461
11504
|
picture: {
|
|
11462
11505
|
data: {
|
|
11463
11506
|
url: string;
|
|
@@ -11466,8 +11509,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11466
11509
|
category: string;
|
|
11467
11510
|
access_token: string;
|
|
11468
11511
|
category_list: {
|
|
11469
|
-
name: string;
|
|
11470
11512
|
id: string;
|
|
11513
|
+
name: string;
|
|
11471
11514
|
}[];
|
|
11472
11515
|
tasks: string[];
|
|
11473
11516
|
}[];
|
|
@@ -11561,8 +11604,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11561
11604
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
11562
11605
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
11563
11606
|
}, "strip", z.ZodTypeAny, {
|
|
11564
|
-
name: string;
|
|
11565
11607
|
id: string;
|
|
11608
|
+
name: string;
|
|
11566
11609
|
accessToken?: string | undefined;
|
|
11567
11610
|
channelSecret?: string | undefined;
|
|
11568
11611
|
additionalCredentials?: any;
|
|
@@ -11590,8 +11633,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11590
11633
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11591
11634
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
11592
11635
|
}, {
|
|
11593
|
-
name: string;
|
|
11594
11636
|
id: string;
|
|
11637
|
+
name: string;
|
|
11595
11638
|
accessToken?: string | undefined;
|
|
11596
11639
|
channelSecret?: string | undefined;
|
|
11597
11640
|
additionalCredentials?: any;
|
|
@@ -11623,11 +11666,11 @@ export declare const channelFacebookFeedContract: {
|
|
|
11623
11666
|
connectedUserId: z.ZodString;
|
|
11624
11667
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
|
11625
11668
|
}, "strip", z.ZodTypeAny, {
|
|
11626
|
-
name: string;
|
|
11627
11669
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
11670
|
+
name: string;
|
|
11628
11671
|
metadata: {
|
|
11629
|
-
name: string;
|
|
11630
11672
|
id: string;
|
|
11673
|
+
name: string;
|
|
11631
11674
|
accessToken?: string | undefined;
|
|
11632
11675
|
channelSecret?: string | undefined;
|
|
11633
11676
|
additionalCredentials?: any;
|
|
@@ -11659,11 +11702,11 @@ export declare const channelFacebookFeedContract: {
|
|
|
11659
11702
|
connectedUserId: string;
|
|
11660
11703
|
connectedUserName?: string | undefined;
|
|
11661
11704
|
}, {
|
|
11662
|
-
name: string;
|
|
11663
11705
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
11706
|
+
name: string;
|
|
11664
11707
|
metadata: {
|
|
11665
|
-
name: string;
|
|
11666
11708
|
id: string;
|
|
11709
|
+
name: string;
|
|
11667
11710
|
accessToken?: string | undefined;
|
|
11668
11711
|
channelSecret?: string | undefined;
|
|
11669
11712
|
additionalCredentials?: any;
|
|
@@ -11771,8 +11814,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11771
11814
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
11772
11815
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
11773
11816
|
}, "strip", z.ZodTypeAny, {
|
|
11774
|
-
name: string;
|
|
11775
11817
|
id: string;
|
|
11818
|
+
name: string;
|
|
11776
11819
|
accessToken?: string | undefined;
|
|
11777
11820
|
channelSecret?: string | undefined;
|
|
11778
11821
|
additionalCredentials?: any;
|
|
@@ -11800,8 +11843,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
11800
11843
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11801
11844
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
11802
11845
|
}, {
|
|
11803
|
-
name: string;
|
|
11804
11846
|
id: string;
|
|
11847
|
+
name: string;
|
|
11805
11848
|
accessToken?: string | undefined;
|
|
11806
11849
|
channelSecret?: string | undefined;
|
|
11807
11850
|
additionalCredentials?: any;
|
|
@@ -11842,14 +11885,14 @@ export declare const channelFacebookFeedContract: {
|
|
|
11842
11885
|
integrationId: z.ZodString;
|
|
11843
11886
|
accessToken: z.ZodString;
|
|
11844
11887
|
}, "strip", z.ZodTypeAny, {
|
|
11845
|
-
name: string;
|
|
11846
11888
|
id: string;
|
|
11889
|
+
name: string;
|
|
11847
11890
|
accessToken: string;
|
|
11848
11891
|
botId: string;
|
|
11849
11892
|
integrationId: string;
|
|
11850
11893
|
}, {
|
|
11851
|
-
name: string;
|
|
11852
11894
|
id: string;
|
|
11895
|
+
name: string;
|
|
11853
11896
|
accessToken: string;
|
|
11854
11897
|
botId: string;
|
|
11855
11898
|
integrationId: string;
|
|
@@ -11972,9 +12015,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
11972
12015
|
telephonySignature: string | null;
|
|
11973
12016
|
}>;
|
|
11974
12017
|
}, "strip", z.ZodTypeAny, {
|
|
11975
|
-
name: string;
|
|
11976
12018
|
id: string;
|
|
11977
12019
|
address: string | null;
|
|
12020
|
+
name: string;
|
|
11978
12021
|
email: string;
|
|
11979
12022
|
createdAt: Date;
|
|
11980
12023
|
updatedAt: Date;
|
|
@@ -12015,9 +12058,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
12015
12058
|
telephonySignature: string | null;
|
|
12016
12059
|
};
|
|
12017
12060
|
}, {
|
|
12018
|
-
name: string;
|
|
12019
12061
|
id: string;
|
|
12020
12062
|
address: string | null;
|
|
12063
|
+
name: string;
|
|
12021
12064
|
email: string;
|
|
12022
12065
|
createdAt: Date;
|
|
12023
12066
|
updatedAt: Date;
|
|
@@ -12059,12 +12102,12 @@ export declare const channelFacebookFeedContract: {
|
|
|
12059
12102
|
};
|
|
12060
12103
|
}>;
|
|
12061
12104
|
}, "strip", z.ZodTypeAny, {
|
|
12062
|
-
name: string;
|
|
12063
12105
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12064
12106
|
id: string;
|
|
12107
|
+
name: string;
|
|
12065
12108
|
metadata: {
|
|
12066
|
-
name: string;
|
|
12067
12109
|
id: string;
|
|
12110
|
+
name: string;
|
|
12068
12111
|
accessToken?: string | undefined;
|
|
12069
12112
|
channelSecret?: string | undefined;
|
|
12070
12113
|
additionalCredentials?: any;
|
|
@@ -12097,9 +12140,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
12097
12140
|
updatedAt: Date;
|
|
12098
12141
|
deletedAt: Date | null;
|
|
12099
12142
|
actor: {
|
|
12100
|
-
name: string;
|
|
12101
12143
|
id: string;
|
|
12102
12144
|
address: string | null;
|
|
12145
|
+
name: string;
|
|
12103
12146
|
email: string;
|
|
12104
12147
|
createdAt: Date;
|
|
12105
12148
|
updatedAt: Date;
|
|
@@ -12146,19 +12189,19 @@ export declare const channelFacebookFeedContract: {
|
|
|
12146
12189
|
connectedUserName: string;
|
|
12147
12190
|
connectedUserId: string;
|
|
12148
12191
|
botpressBot: {
|
|
12149
|
-
name: string;
|
|
12150
12192
|
id: string;
|
|
12193
|
+
name: string;
|
|
12151
12194
|
accessToken: string;
|
|
12152
12195
|
botId: string;
|
|
12153
12196
|
integrationId: string;
|
|
12154
12197
|
} | null;
|
|
12155
12198
|
}, {
|
|
12156
|
-
name: string;
|
|
12157
12199
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12158
12200
|
id: string;
|
|
12201
|
+
name: string;
|
|
12159
12202
|
metadata: {
|
|
12160
|
-
name: string;
|
|
12161
12203
|
id: string;
|
|
12204
|
+
name: string;
|
|
12162
12205
|
accessToken?: string | undefined;
|
|
12163
12206
|
channelSecret?: string | undefined;
|
|
12164
12207
|
additionalCredentials?: any;
|
|
@@ -12191,9 +12234,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
12191
12234
|
updatedAt: Date;
|
|
12192
12235
|
deletedAt: Date | null;
|
|
12193
12236
|
actor: {
|
|
12194
|
-
name: string;
|
|
12195
12237
|
id: string;
|
|
12196
12238
|
address: string | null;
|
|
12239
|
+
name: string;
|
|
12197
12240
|
email: string;
|
|
12198
12241
|
createdAt: Date;
|
|
12199
12242
|
updatedAt: Date;
|
|
@@ -12240,8 +12283,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
12240
12283
|
connectedUserName: string;
|
|
12241
12284
|
connectedUserId: string;
|
|
12242
12285
|
botpressBot: {
|
|
12243
|
-
name: string;
|
|
12244
12286
|
id: string;
|
|
12287
|
+
name: string;
|
|
12245
12288
|
accessToken: string;
|
|
12246
12289
|
botId: string;
|
|
12247
12290
|
integrationId: string;
|
|
@@ -12249,12 +12292,12 @@ export declare const channelFacebookFeedContract: {
|
|
|
12249
12292
|
}>;
|
|
12250
12293
|
}, "strip", z.ZodTypeAny, {
|
|
12251
12294
|
channel: {
|
|
12252
|
-
name: string;
|
|
12253
12295
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12254
12296
|
id: string;
|
|
12297
|
+
name: string;
|
|
12255
12298
|
metadata: {
|
|
12256
|
-
name: string;
|
|
12257
12299
|
id: string;
|
|
12300
|
+
name: string;
|
|
12258
12301
|
accessToken?: string | undefined;
|
|
12259
12302
|
channelSecret?: string | undefined;
|
|
12260
12303
|
additionalCredentials?: any;
|
|
@@ -12287,9 +12330,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
12287
12330
|
updatedAt: Date;
|
|
12288
12331
|
deletedAt: Date | null;
|
|
12289
12332
|
actor: {
|
|
12290
|
-
name: string;
|
|
12291
12333
|
id: string;
|
|
12292
12334
|
address: string | null;
|
|
12335
|
+
name: string;
|
|
12293
12336
|
email: string;
|
|
12294
12337
|
createdAt: Date;
|
|
12295
12338
|
updatedAt: Date;
|
|
@@ -12336,8 +12379,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
12336
12379
|
connectedUserName: string;
|
|
12337
12380
|
connectedUserId: string;
|
|
12338
12381
|
botpressBot: {
|
|
12339
|
-
name: string;
|
|
12340
12382
|
id: string;
|
|
12383
|
+
name: string;
|
|
12341
12384
|
accessToken: string;
|
|
12342
12385
|
botId: string;
|
|
12343
12386
|
integrationId: string;
|
|
@@ -12346,12 +12389,12 @@ export declare const channelFacebookFeedContract: {
|
|
|
12346
12389
|
requestId: string;
|
|
12347
12390
|
}, {
|
|
12348
12391
|
channel: {
|
|
12349
|
-
name: string;
|
|
12350
12392
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12351
12393
|
id: string;
|
|
12394
|
+
name: string;
|
|
12352
12395
|
metadata: {
|
|
12353
|
-
name: string;
|
|
12354
12396
|
id: string;
|
|
12397
|
+
name: string;
|
|
12355
12398
|
accessToken?: string | undefined;
|
|
12356
12399
|
channelSecret?: string | undefined;
|
|
12357
12400
|
additionalCredentials?: any;
|
|
@@ -12384,9 +12427,9 @@ export declare const channelFacebookFeedContract: {
|
|
|
12384
12427
|
updatedAt: Date;
|
|
12385
12428
|
deletedAt: Date | null;
|
|
12386
12429
|
actor: {
|
|
12387
|
-
name: string;
|
|
12388
12430
|
id: string;
|
|
12389
12431
|
address: string | null;
|
|
12432
|
+
name: string;
|
|
12390
12433
|
email: string;
|
|
12391
12434
|
createdAt: Date;
|
|
12392
12435
|
updatedAt: Date;
|
|
@@ -12433,8 +12476,8 @@ export declare const channelFacebookFeedContract: {
|
|
|
12433
12476
|
connectedUserName: string;
|
|
12434
12477
|
connectedUserId: string;
|
|
12435
12478
|
botpressBot: {
|
|
12436
|
-
name: string;
|
|
12437
12479
|
id: string;
|
|
12480
|
+
name: string;
|
|
12438
12481
|
accessToken: string;
|
|
12439
12482
|
botId: string;
|
|
12440
12483
|
integrationId: string;
|
|
@@ -12540,8 +12583,8 @@ export declare const channelBotContract: {
|
|
|
12540
12583
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12541
12584
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12542
12585
|
}, "strip", z.ZodTypeAny, {
|
|
12543
|
-
name: string;
|
|
12544
12586
|
id: string;
|
|
12587
|
+
name: string;
|
|
12545
12588
|
accessToken?: string | undefined;
|
|
12546
12589
|
channelSecret?: string | undefined;
|
|
12547
12590
|
additionalCredentials?: any;
|
|
@@ -12569,8 +12612,8 @@ export declare const channelBotContract: {
|
|
|
12569
12612
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12570
12613
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12571
12614
|
}, {
|
|
12572
|
-
name: string;
|
|
12573
12615
|
id: string;
|
|
12616
|
+
name: string;
|
|
12574
12617
|
accessToken?: string | undefined;
|
|
12575
12618
|
channelSecret?: string | undefined;
|
|
12576
12619
|
additionalCredentials?: any;
|
|
@@ -12611,14 +12654,14 @@ export declare const channelBotContract: {
|
|
|
12611
12654
|
integrationId: z.ZodString;
|
|
12612
12655
|
accessToken: z.ZodString;
|
|
12613
12656
|
}, "strip", z.ZodTypeAny, {
|
|
12614
|
-
name: string;
|
|
12615
12657
|
id: string;
|
|
12658
|
+
name: string;
|
|
12616
12659
|
accessToken: string;
|
|
12617
12660
|
botId: string;
|
|
12618
12661
|
integrationId: string;
|
|
12619
12662
|
}, {
|
|
12620
|
-
name: string;
|
|
12621
12663
|
id: string;
|
|
12664
|
+
name: string;
|
|
12622
12665
|
accessToken: string;
|
|
12623
12666
|
botId: string;
|
|
12624
12667
|
integrationId: string;
|
|
@@ -12741,9 +12784,9 @@ export declare const channelBotContract: {
|
|
|
12741
12784
|
telephonySignature: string | null;
|
|
12742
12785
|
}>;
|
|
12743
12786
|
}, "strip", z.ZodTypeAny, {
|
|
12744
|
-
name: string;
|
|
12745
12787
|
id: string;
|
|
12746
12788
|
address: string | null;
|
|
12789
|
+
name: string;
|
|
12747
12790
|
email: string;
|
|
12748
12791
|
createdAt: Date;
|
|
12749
12792
|
updatedAt: Date;
|
|
@@ -12784,9 +12827,9 @@ export declare const channelBotContract: {
|
|
|
12784
12827
|
telephonySignature: string | null;
|
|
12785
12828
|
};
|
|
12786
12829
|
}, {
|
|
12787
|
-
name: string;
|
|
12788
12830
|
id: string;
|
|
12789
12831
|
address: string | null;
|
|
12832
|
+
name: string;
|
|
12790
12833
|
email: string;
|
|
12791
12834
|
createdAt: Date;
|
|
12792
12835
|
updatedAt: Date;
|
|
@@ -12828,12 +12871,12 @@ export declare const channelBotContract: {
|
|
|
12828
12871
|
};
|
|
12829
12872
|
}>;
|
|
12830
12873
|
}, "strip", z.ZodTypeAny, {
|
|
12831
|
-
name: string;
|
|
12832
12874
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12833
12875
|
id: string;
|
|
12876
|
+
name: string;
|
|
12834
12877
|
metadata: {
|
|
12835
|
-
name: string;
|
|
12836
12878
|
id: string;
|
|
12879
|
+
name: string;
|
|
12837
12880
|
accessToken?: string | undefined;
|
|
12838
12881
|
channelSecret?: string | undefined;
|
|
12839
12882
|
additionalCredentials?: any;
|
|
@@ -12866,9 +12909,9 @@ export declare const channelBotContract: {
|
|
|
12866
12909
|
updatedAt: Date;
|
|
12867
12910
|
deletedAt: Date | null;
|
|
12868
12911
|
actor: {
|
|
12869
|
-
name: string;
|
|
12870
12912
|
id: string;
|
|
12871
12913
|
address: string | null;
|
|
12914
|
+
name: string;
|
|
12872
12915
|
email: string;
|
|
12873
12916
|
createdAt: Date;
|
|
12874
12917
|
updatedAt: Date;
|
|
@@ -12915,19 +12958,19 @@ export declare const channelBotContract: {
|
|
|
12915
12958
|
connectedUserName: string;
|
|
12916
12959
|
connectedUserId: string;
|
|
12917
12960
|
botpressBot: {
|
|
12918
|
-
name: string;
|
|
12919
12961
|
id: string;
|
|
12962
|
+
name: string;
|
|
12920
12963
|
accessToken: string;
|
|
12921
12964
|
botId: string;
|
|
12922
12965
|
integrationId: string;
|
|
12923
12966
|
} | null;
|
|
12924
12967
|
}, {
|
|
12925
|
-
name: string;
|
|
12926
12968
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
12927
12969
|
id: string;
|
|
12970
|
+
name: string;
|
|
12928
12971
|
metadata: {
|
|
12929
|
-
name: string;
|
|
12930
12972
|
id: string;
|
|
12973
|
+
name: string;
|
|
12931
12974
|
accessToken?: string | undefined;
|
|
12932
12975
|
channelSecret?: string | undefined;
|
|
12933
12976
|
additionalCredentials?: any;
|
|
@@ -12960,9 +13003,9 @@ export declare const channelBotContract: {
|
|
|
12960
13003
|
updatedAt: Date;
|
|
12961
13004
|
deletedAt: Date | null;
|
|
12962
13005
|
actor: {
|
|
12963
|
-
name: string;
|
|
12964
13006
|
id: string;
|
|
12965
13007
|
address: string | null;
|
|
13008
|
+
name: string;
|
|
12966
13009
|
email: string;
|
|
12967
13010
|
createdAt: Date;
|
|
12968
13011
|
updatedAt: Date;
|
|
@@ -13009,8 +13052,8 @@ export declare const channelBotContract: {
|
|
|
13009
13052
|
connectedUserName: string;
|
|
13010
13053
|
connectedUserId: string;
|
|
13011
13054
|
botpressBot: {
|
|
13012
|
-
name: string;
|
|
13013
13055
|
id: string;
|
|
13056
|
+
name: string;
|
|
13014
13057
|
accessToken: string;
|
|
13015
13058
|
botId: string;
|
|
13016
13059
|
integrationId: string;
|
|
@@ -13018,12 +13061,12 @@ export declare const channelBotContract: {
|
|
|
13018
13061
|
}>;
|
|
13019
13062
|
}, "strip", z.ZodTypeAny, {
|
|
13020
13063
|
channel: {
|
|
13021
|
-
name: string;
|
|
13022
13064
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13023
13065
|
id: string;
|
|
13066
|
+
name: string;
|
|
13024
13067
|
metadata: {
|
|
13025
|
-
name: string;
|
|
13026
13068
|
id: string;
|
|
13069
|
+
name: string;
|
|
13027
13070
|
accessToken?: string | undefined;
|
|
13028
13071
|
channelSecret?: string | undefined;
|
|
13029
13072
|
additionalCredentials?: any;
|
|
@@ -13056,9 +13099,9 @@ export declare const channelBotContract: {
|
|
|
13056
13099
|
updatedAt: Date;
|
|
13057
13100
|
deletedAt: Date | null;
|
|
13058
13101
|
actor: {
|
|
13059
|
-
name: string;
|
|
13060
13102
|
id: string;
|
|
13061
13103
|
address: string | null;
|
|
13104
|
+
name: string;
|
|
13062
13105
|
email: string;
|
|
13063
13106
|
createdAt: Date;
|
|
13064
13107
|
updatedAt: Date;
|
|
@@ -13105,8 +13148,8 @@ export declare const channelBotContract: {
|
|
|
13105
13148
|
connectedUserName: string;
|
|
13106
13149
|
connectedUserId: string;
|
|
13107
13150
|
botpressBot: {
|
|
13108
|
-
name: string;
|
|
13109
13151
|
id: string;
|
|
13152
|
+
name: string;
|
|
13110
13153
|
accessToken: string;
|
|
13111
13154
|
botId: string;
|
|
13112
13155
|
integrationId: string;
|
|
@@ -13115,12 +13158,12 @@ export declare const channelBotContract: {
|
|
|
13115
13158
|
requestId: string;
|
|
13116
13159
|
}, {
|
|
13117
13160
|
channel: {
|
|
13118
|
-
name: string;
|
|
13119
13161
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13120
13162
|
id: string;
|
|
13163
|
+
name: string;
|
|
13121
13164
|
metadata: {
|
|
13122
|
-
name: string;
|
|
13123
13165
|
id: string;
|
|
13166
|
+
name: string;
|
|
13124
13167
|
accessToken?: string | undefined;
|
|
13125
13168
|
channelSecret?: string | undefined;
|
|
13126
13169
|
additionalCredentials?: any;
|
|
@@ -13153,9 +13196,9 @@ export declare const channelBotContract: {
|
|
|
13153
13196
|
updatedAt: Date;
|
|
13154
13197
|
deletedAt: Date | null;
|
|
13155
13198
|
actor: {
|
|
13156
|
-
name: string;
|
|
13157
13199
|
id: string;
|
|
13158
13200
|
address: string | null;
|
|
13201
|
+
name: string;
|
|
13159
13202
|
email: string;
|
|
13160
13203
|
createdAt: Date;
|
|
13161
13204
|
updatedAt: Date;
|
|
@@ -13202,8 +13245,8 @@ export declare const channelBotContract: {
|
|
|
13202
13245
|
connectedUserName: string;
|
|
13203
13246
|
connectedUserId: string;
|
|
13204
13247
|
botpressBot: {
|
|
13205
|
-
name: string;
|
|
13206
13248
|
id: string;
|
|
13249
|
+
name: string;
|
|
13207
13250
|
accessToken: string;
|
|
13208
13251
|
botId: string;
|
|
13209
13252
|
integrationId: string;
|
|
@@ -13311,8 +13354,8 @@ export declare const channelBotContract: {
|
|
|
13311
13354
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
13312
13355
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
13313
13356
|
}, "strip", z.ZodTypeAny, {
|
|
13314
|
-
name: string;
|
|
13315
13357
|
id: string;
|
|
13358
|
+
name: string;
|
|
13316
13359
|
accessToken?: string | undefined;
|
|
13317
13360
|
channelSecret?: string | undefined;
|
|
13318
13361
|
additionalCredentials?: any;
|
|
@@ -13340,8 +13383,8 @@ export declare const channelBotContract: {
|
|
|
13340
13383
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13341
13384
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13342
13385
|
}, {
|
|
13343
|
-
name: string;
|
|
13344
13386
|
id: string;
|
|
13387
|
+
name: string;
|
|
13345
13388
|
accessToken?: string | undefined;
|
|
13346
13389
|
channelSecret?: string | undefined;
|
|
13347
13390
|
additionalCredentials?: any;
|
|
@@ -13382,14 +13425,14 @@ export declare const channelBotContract: {
|
|
|
13382
13425
|
integrationId: z.ZodString;
|
|
13383
13426
|
accessToken: z.ZodString;
|
|
13384
13427
|
}, "strip", z.ZodTypeAny, {
|
|
13385
|
-
name: string;
|
|
13386
13428
|
id: string;
|
|
13429
|
+
name: string;
|
|
13387
13430
|
accessToken: string;
|
|
13388
13431
|
botId: string;
|
|
13389
13432
|
integrationId: string;
|
|
13390
13433
|
}, {
|
|
13391
|
-
name: string;
|
|
13392
13434
|
id: string;
|
|
13435
|
+
name: string;
|
|
13393
13436
|
accessToken: string;
|
|
13394
13437
|
botId: string;
|
|
13395
13438
|
integrationId: string;
|
|
@@ -13512,9 +13555,9 @@ export declare const channelBotContract: {
|
|
|
13512
13555
|
telephonySignature: string | null;
|
|
13513
13556
|
}>;
|
|
13514
13557
|
}, "strip", z.ZodTypeAny, {
|
|
13515
|
-
name: string;
|
|
13516
13558
|
id: string;
|
|
13517
13559
|
address: string | null;
|
|
13560
|
+
name: string;
|
|
13518
13561
|
email: string;
|
|
13519
13562
|
createdAt: Date;
|
|
13520
13563
|
updatedAt: Date;
|
|
@@ -13555,9 +13598,9 @@ export declare const channelBotContract: {
|
|
|
13555
13598
|
telephonySignature: string | null;
|
|
13556
13599
|
};
|
|
13557
13600
|
}, {
|
|
13558
|
-
name: string;
|
|
13559
13601
|
id: string;
|
|
13560
13602
|
address: string | null;
|
|
13603
|
+
name: string;
|
|
13561
13604
|
email: string;
|
|
13562
13605
|
createdAt: Date;
|
|
13563
13606
|
updatedAt: Date;
|
|
@@ -13599,12 +13642,12 @@ export declare const channelBotContract: {
|
|
|
13599
13642
|
};
|
|
13600
13643
|
}>;
|
|
13601
13644
|
}, "strip", z.ZodTypeAny, {
|
|
13602
|
-
name: string;
|
|
13603
13645
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13604
13646
|
id: string;
|
|
13647
|
+
name: string;
|
|
13605
13648
|
metadata: {
|
|
13606
|
-
name: string;
|
|
13607
13649
|
id: string;
|
|
13650
|
+
name: string;
|
|
13608
13651
|
accessToken?: string | undefined;
|
|
13609
13652
|
channelSecret?: string | undefined;
|
|
13610
13653
|
additionalCredentials?: any;
|
|
@@ -13637,9 +13680,9 @@ export declare const channelBotContract: {
|
|
|
13637
13680
|
updatedAt: Date;
|
|
13638
13681
|
deletedAt: Date | null;
|
|
13639
13682
|
actor: {
|
|
13640
|
-
name: string;
|
|
13641
13683
|
id: string;
|
|
13642
13684
|
address: string | null;
|
|
13685
|
+
name: string;
|
|
13643
13686
|
email: string;
|
|
13644
13687
|
createdAt: Date;
|
|
13645
13688
|
updatedAt: Date;
|
|
@@ -13686,19 +13729,19 @@ export declare const channelBotContract: {
|
|
|
13686
13729
|
connectedUserName: string;
|
|
13687
13730
|
connectedUserId: string;
|
|
13688
13731
|
botpressBot: {
|
|
13689
|
-
name: string;
|
|
13690
13732
|
id: string;
|
|
13733
|
+
name: string;
|
|
13691
13734
|
accessToken: string;
|
|
13692
13735
|
botId: string;
|
|
13693
13736
|
integrationId: string;
|
|
13694
13737
|
} | null;
|
|
13695
13738
|
}, {
|
|
13696
|
-
name: string;
|
|
13697
13739
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13698
13740
|
id: string;
|
|
13741
|
+
name: string;
|
|
13699
13742
|
metadata: {
|
|
13700
|
-
name: string;
|
|
13701
13743
|
id: string;
|
|
13744
|
+
name: string;
|
|
13702
13745
|
accessToken?: string | undefined;
|
|
13703
13746
|
channelSecret?: string | undefined;
|
|
13704
13747
|
additionalCredentials?: any;
|
|
@@ -13731,9 +13774,9 @@ export declare const channelBotContract: {
|
|
|
13731
13774
|
updatedAt: Date;
|
|
13732
13775
|
deletedAt: Date | null;
|
|
13733
13776
|
actor: {
|
|
13734
|
-
name: string;
|
|
13735
13777
|
id: string;
|
|
13736
13778
|
address: string | null;
|
|
13779
|
+
name: string;
|
|
13737
13780
|
email: string;
|
|
13738
13781
|
createdAt: Date;
|
|
13739
13782
|
updatedAt: Date;
|
|
@@ -13780,8 +13823,8 @@ export declare const channelBotContract: {
|
|
|
13780
13823
|
connectedUserName: string;
|
|
13781
13824
|
connectedUserId: string;
|
|
13782
13825
|
botpressBot: {
|
|
13783
|
-
name: string;
|
|
13784
13826
|
id: string;
|
|
13827
|
+
name: string;
|
|
13785
13828
|
accessToken: string;
|
|
13786
13829
|
botId: string;
|
|
13787
13830
|
integrationId: string;
|
|
@@ -13789,12 +13832,12 @@ export declare const channelBotContract: {
|
|
|
13789
13832
|
}>;
|
|
13790
13833
|
}, "strip", z.ZodTypeAny, {
|
|
13791
13834
|
channel: {
|
|
13792
|
-
name: string;
|
|
13793
13835
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13794
13836
|
id: string;
|
|
13837
|
+
name: string;
|
|
13795
13838
|
metadata: {
|
|
13796
|
-
name: string;
|
|
13797
13839
|
id: string;
|
|
13840
|
+
name: string;
|
|
13798
13841
|
accessToken?: string | undefined;
|
|
13799
13842
|
channelSecret?: string | undefined;
|
|
13800
13843
|
additionalCredentials?: any;
|
|
@@ -13827,9 +13870,9 @@ export declare const channelBotContract: {
|
|
|
13827
13870
|
updatedAt: Date;
|
|
13828
13871
|
deletedAt: Date | null;
|
|
13829
13872
|
actor: {
|
|
13830
|
-
name: string;
|
|
13831
13873
|
id: string;
|
|
13832
13874
|
address: string | null;
|
|
13875
|
+
name: string;
|
|
13833
13876
|
email: string;
|
|
13834
13877
|
createdAt: Date;
|
|
13835
13878
|
updatedAt: Date;
|
|
@@ -13876,8 +13919,8 @@ export declare const channelBotContract: {
|
|
|
13876
13919
|
connectedUserName: string;
|
|
13877
13920
|
connectedUserId: string;
|
|
13878
13921
|
botpressBot: {
|
|
13879
|
-
name: string;
|
|
13880
13922
|
id: string;
|
|
13923
|
+
name: string;
|
|
13881
13924
|
accessToken: string;
|
|
13882
13925
|
botId: string;
|
|
13883
13926
|
integrationId: string;
|
|
@@ -13886,12 +13929,12 @@ export declare const channelBotContract: {
|
|
|
13886
13929
|
requestId: string;
|
|
13887
13930
|
}, {
|
|
13888
13931
|
channel: {
|
|
13889
|
-
name: string;
|
|
13890
13932
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
13891
13933
|
id: string;
|
|
13934
|
+
name: string;
|
|
13892
13935
|
metadata: {
|
|
13893
|
-
name: string;
|
|
13894
13936
|
id: string;
|
|
13937
|
+
name: string;
|
|
13895
13938
|
accessToken?: string | undefined;
|
|
13896
13939
|
channelSecret?: string | undefined;
|
|
13897
13940
|
additionalCredentials?: any;
|
|
@@ -13924,9 +13967,9 @@ export declare const channelBotContract: {
|
|
|
13924
13967
|
updatedAt: Date;
|
|
13925
13968
|
deletedAt: Date | null;
|
|
13926
13969
|
actor: {
|
|
13927
|
-
name: string;
|
|
13928
13970
|
id: string;
|
|
13929
13971
|
address: string | null;
|
|
13972
|
+
name: string;
|
|
13930
13973
|
email: string;
|
|
13931
13974
|
createdAt: Date;
|
|
13932
13975
|
updatedAt: Date;
|
|
@@ -13973,8 +14016,8 @@ export declare const channelBotContract: {
|
|
|
13973
14016
|
connectedUserName: string;
|
|
13974
14017
|
connectedUserId: string;
|
|
13975
14018
|
botpressBot: {
|
|
13976
|
-
name: string;
|
|
13977
14019
|
id: string;
|
|
14020
|
+
name: string;
|
|
13978
14021
|
accessToken: string;
|
|
13979
14022
|
botId: string;
|
|
13980
14023
|
integrationId: string;
|
|
@@ -14026,8 +14069,8 @@ export declare const channelSMSContract: {
|
|
|
14026
14069
|
apiSecret: string;
|
|
14027
14070
|
}>;
|
|
14028
14071
|
}, "strip", z.ZodTypeAny, {
|
|
14029
|
-
name: string;
|
|
14030
14072
|
type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
|
|
14073
|
+
name: string;
|
|
14031
14074
|
senderId: string;
|
|
14032
14075
|
vonageCredentials: {
|
|
14033
14076
|
apiKey: string;
|
|
@@ -14035,8 +14078,8 @@ export declare const channelSMSContract: {
|
|
|
14035
14078
|
apiSecret: string;
|
|
14036
14079
|
};
|
|
14037
14080
|
}, {
|
|
14038
|
-
name: string;
|
|
14039
14081
|
type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
|
|
14082
|
+
name: string;
|
|
14040
14083
|
senderId: string;
|
|
14041
14084
|
vonageCredentials: {
|
|
14042
14085
|
apiKey: string;
|
|
@@ -14120,8 +14163,8 @@ export declare const channelSMSContract: {
|
|
|
14120
14163
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
14121
14164
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
14122
14165
|
}, "strip", z.ZodTypeAny, {
|
|
14123
|
-
name: string;
|
|
14124
14166
|
id: string;
|
|
14167
|
+
name: string;
|
|
14125
14168
|
accessToken?: string | undefined;
|
|
14126
14169
|
channelSecret?: string | undefined;
|
|
14127
14170
|
additionalCredentials?: any;
|
|
@@ -14149,8 +14192,8 @@ export declare const channelSMSContract: {
|
|
|
14149
14192
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
14150
14193
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
14151
14194
|
}, {
|
|
14152
|
-
name: string;
|
|
14153
14195
|
id: string;
|
|
14196
|
+
name: string;
|
|
14154
14197
|
accessToken?: string | undefined;
|
|
14155
14198
|
channelSecret?: string | undefined;
|
|
14156
14199
|
additionalCredentials?: any;
|
|
@@ -14191,14 +14234,14 @@ export declare const channelSMSContract: {
|
|
|
14191
14234
|
integrationId: z.ZodString;
|
|
14192
14235
|
accessToken: z.ZodString;
|
|
14193
14236
|
}, "strip", z.ZodTypeAny, {
|
|
14194
|
-
name: string;
|
|
14195
14237
|
id: string;
|
|
14238
|
+
name: string;
|
|
14196
14239
|
accessToken: string;
|
|
14197
14240
|
botId: string;
|
|
14198
14241
|
integrationId: string;
|
|
14199
14242
|
}, {
|
|
14200
|
-
name: string;
|
|
14201
14243
|
id: string;
|
|
14244
|
+
name: string;
|
|
14202
14245
|
accessToken: string;
|
|
14203
14246
|
botId: string;
|
|
14204
14247
|
integrationId: string;
|
|
@@ -14321,9 +14364,9 @@ export declare const channelSMSContract: {
|
|
|
14321
14364
|
telephonySignature: string | null;
|
|
14322
14365
|
}>;
|
|
14323
14366
|
}, "strip", z.ZodTypeAny, {
|
|
14324
|
-
name: string;
|
|
14325
14367
|
id: string;
|
|
14326
14368
|
address: string | null;
|
|
14369
|
+
name: string;
|
|
14327
14370
|
email: string;
|
|
14328
14371
|
createdAt: Date;
|
|
14329
14372
|
updatedAt: Date;
|
|
@@ -14364,9 +14407,9 @@ export declare const channelSMSContract: {
|
|
|
14364
14407
|
telephonySignature: string | null;
|
|
14365
14408
|
};
|
|
14366
14409
|
}, {
|
|
14367
|
-
name: string;
|
|
14368
14410
|
id: string;
|
|
14369
14411
|
address: string | null;
|
|
14412
|
+
name: string;
|
|
14370
14413
|
email: string;
|
|
14371
14414
|
createdAt: Date;
|
|
14372
14415
|
updatedAt: Date;
|
|
@@ -14408,12 +14451,12 @@ export declare const channelSMSContract: {
|
|
|
14408
14451
|
};
|
|
14409
14452
|
}>;
|
|
14410
14453
|
}, "strip", z.ZodTypeAny, {
|
|
14411
|
-
name: string;
|
|
14412
14454
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
14413
14455
|
id: string;
|
|
14456
|
+
name: string;
|
|
14414
14457
|
metadata: {
|
|
14415
|
-
name: string;
|
|
14416
14458
|
id: string;
|
|
14459
|
+
name: string;
|
|
14417
14460
|
accessToken?: string | undefined;
|
|
14418
14461
|
channelSecret?: string | undefined;
|
|
14419
14462
|
additionalCredentials?: any;
|
|
@@ -14446,9 +14489,9 @@ export declare const channelSMSContract: {
|
|
|
14446
14489
|
updatedAt: Date;
|
|
14447
14490
|
deletedAt: Date | null;
|
|
14448
14491
|
actor: {
|
|
14449
|
-
name: string;
|
|
14450
14492
|
id: string;
|
|
14451
14493
|
address: string | null;
|
|
14494
|
+
name: string;
|
|
14452
14495
|
email: string;
|
|
14453
14496
|
createdAt: Date;
|
|
14454
14497
|
updatedAt: Date;
|
|
@@ -14495,19 +14538,19 @@ export declare const channelSMSContract: {
|
|
|
14495
14538
|
connectedUserName: string;
|
|
14496
14539
|
connectedUserId: string;
|
|
14497
14540
|
botpressBot: {
|
|
14498
|
-
name: string;
|
|
14499
14541
|
id: string;
|
|
14542
|
+
name: string;
|
|
14500
14543
|
accessToken: string;
|
|
14501
14544
|
botId: string;
|
|
14502
14545
|
integrationId: string;
|
|
14503
14546
|
} | null;
|
|
14504
14547
|
}, {
|
|
14505
|
-
name: string;
|
|
14506
14548
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
14507
14549
|
id: string;
|
|
14550
|
+
name: string;
|
|
14508
14551
|
metadata: {
|
|
14509
|
-
name: string;
|
|
14510
14552
|
id: string;
|
|
14553
|
+
name: string;
|
|
14511
14554
|
accessToken?: string | undefined;
|
|
14512
14555
|
channelSecret?: string | undefined;
|
|
14513
14556
|
additionalCredentials?: any;
|
|
@@ -14540,9 +14583,9 @@ export declare const channelSMSContract: {
|
|
|
14540
14583
|
updatedAt: Date;
|
|
14541
14584
|
deletedAt: Date | null;
|
|
14542
14585
|
actor: {
|
|
14543
|
-
name: string;
|
|
14544
14586
|
id: string;
|
|
14545
14587
|
address: string | null;
|
|
14588
|
+
name: string;
|
|
14546
14589
|
email: string;
|
|
14547
14590
|
createdAt: Date;
|
|
14548
14591
|
updatedAt: Date;
|
|
@@ -14589,8 +14632,8 @@ export declare const channelSMSContract: {
|
|
|
14589
14632
|
connectedUserName: string;
|
|
14590
14633
|
connectedUserId: string;
|
|
14591
14634
|
botpressBot: {
|
|
14592
|
-
name: string;
|
|
14593
14635
|
id: string;
|
|
14636
|
+
name: string;
|
|
14594
14637
|
accessToken: string;
|
|
14595
14638
|
botId: string;
|
|
14596
14639
|
integrationId: string;
|
|
@@ -14598,12 +14641,12 @@ export declare const channelSMSContract: {
|
|
|
14598
14641
|
}>;
|
|
14599
14642
|
}, "strip", z.ZodTypeAny, {
|
|
14600
14643
|
channel: {
|
|
14601
|
-
name: string;
|
|
14602
14644
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
14603
14645
|
id: string;
|
|
14646
|
+
name: string;
|
|
14604
14647
|
metadata: {
|
|
14605
|
-
name: string;
|
|
14606
14648
|
id: string;
|
|
14649
|
+
name: string;
|
|
14607
14650
|
accessToken?: string | undefined;
|
|
14608
14651
|
channelSecret?: string | undefined;
|
|
14609
14652
|
additionalCredentials?: any;
|
|
@@ -14636,9 +14679,9 @@ export declare const channelSMSContract: {
|
|
|
14636
14679
|
updatedAt: Date;
|
|
14637
14680
|
deletedAt: Date | null;
|
|
14638
14681
|
actor: {
|
|
14639
|
-
name: string;
|
|
14640
14682
|
id: string;
|
|
14641
14683
|
address: string | null;
|
|
14684
|
+
name: string;
|
|
14642
14685
|
email: string;
|
|
14643
14686
|
createdAt: Date;
|
|
14644
14687
|
updatedAt: Date;
|
|
@@ -14685,8 +14728,8 @@ export declare const channelSMSContract: {
|
|
|
14685
14728
|
connectedUserName: string;
|
|
14686
14729
|
connectedUserId: string;
|
|
14687
14730
|
botpressBot: {
|
|
14688
|
-
name: string;
|
|
14689
14731
|
id: string;
|
|
14732
|
+
name: string;
|
|
14690
14733
|
accessToken: string;
|
|
14691
14734
|
botId: string;
|
|
14692
14735
|
integrationId: string;
|
|
@@ -14695,12 +14738,12 @@ export declare const channelSMSContract: {
|
|
|
14695
14738
|
requestId: string;
|
|
14696
14739
|
}, {
|
|
14697
14740
|
channel: {
|
|
14698
|
-
name: string;
|
|
14699
14741
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
14700
14742
|
id: string;
|
|
14743
|
+
name: string;
|
|
14701
14744
|
metadata: {
|
|
14702
|
-
name: string;
|
|
14703
14745
|
id: string;
|
|
14746
|
+
name: string;
|
|
14704
14747
|
accessToken?: string | undefined;
|
|
14705
14748
|
channelSecret?: string | undefined;
|
|
14706
14749
|
additionalCredentials?: any;
|
|
@@ -14733,9 +14776,9 @@ export declare const channelSMSContract: {
|
|
|
14733
14776
|
updatedAt: Date;
|
|
14734
14777
|
deletedAt: Date | null;
|
|
14735
14778
|
actor: {
|
|
14736
|
-
name: string;
|
|
14737
14779
|
id: string;
|
|
14738
14780
|
address: string | null;
|
|
14781
|
+
name: string;
|
|
14739
14782
|
email: string;
|
|
14740
14783
|
createdAt: Date;
|
|
14741
14784
|
updatedAt: Date;
|
|
@@ -14782,8 +14825,8 @@ export declare const channelSMSContract: {
|
|
|
14782
14825
|
connectedUserName: string;
|
|
14783
14826
|
connectedUserId: string;
|
|
14784
14827
|
botpressBot: {
|
|
14785
|
-
name: string;
|
|
14786
14828
|
id: string;
|
|
14829
|
+
name: string;
|
|
14787
14830
|
accessToken: string;
|
|
14788
14831
|
botId: string;
|
|
14789
14832
|
integrationId: string;
|