@kl1/contracts 1.1.52 → 1.1.53
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 +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- 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 +8211 -8077
- 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 +198 -198
- 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 +682 -682
- 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 +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- 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 +2254 -2254
- 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 +1444 -1444
- 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 +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- 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/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- 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 +530 -530
- 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 +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- 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 +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- 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 +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- 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 +212 -212
- 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 +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -53,8 +53,8 @@ export declare const channelContract: {
|
|
53
53
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
54
54
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
56
|
-
id: string;
|
57
56
|
name: string;
|
57
|
+
id: string;
|
58
58
|
accessToken?: string | undefined;
|
59
59
|
channelSecret?: string | undefined;
|
60
60
|
additionalCredentials?: any;
|
@@ -67,8 +67,8 @@ export declare const channelContract: {
|
|
67
67
|
lineRichMenuId?: string | null | undefined;
|
68
68
|
messengerIntegrationType?: "own" | "business" | undefined;
|
69
69
|
}, {
|
70
|
-
id: string;
|
71
70
|
name: string;
|
71
|
+
id: string;
|
72
72
|
accessToken?: string | undefined;
|
73
73
|
channelSecret?: string | undefined;
|
74
74
|
additionalCredentials?: any;
|
@@ -94,14 +94,14 @@ export declare const channelContract: {
|
|
94
94
|
integrationId: z.ZodString;
|
95
95
|
accessToken: z.ZodString;
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
97
|
-
id: string;
|
98
97
|
name: string;
|
98
|
+
id: string;
|
99
99
|
accessToken: string;
|
100
100
|
botId: string;
|
101
101
|
integrationId: string;
|
102
102
|
}, {
|
103
|
-
id: string;
|
104
103
|
name: string;
|
104
|
+
id: string;
|
105
105
|
accessToken: string;
|
106
106
|
botId: string;
|
107
107
|
integrationId: string;
|
@@ -224,9 +224,9 @@ export declare const channelContract: {
|
|
224
224
|
telephonySignature: string | null;
|
225
225
|
}>;
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
227
|
+
name: string;
|
227
228
|
id: string;
|
228
229
|
address: string | null;
|
229
|
-
name: string;
|
230
230
|
email: string;
|
231
231
|
createdAt: Date;
|
232
232
|
updatedAt: Date;
|
@@ -267,9 +267,9 @@ export declare const channelContract: {
|
|
267
267
|
telephonySignature: string | null;
|
268
268
|
};
|
269
269
|
}, {
|
270
|
+
name: string;
|
270
271
|
id: string;
|
271
272
|
address: string | null;
|
272
|
-
name: string;
|
273
273
|
email: string;
|
274
274
|
createdAt: Date;
|
275
275
|
updatedAt: Date;
|
@@ -311,12 +311,12 @@ export declare const channelContract: {
|
|
311
311
|
};
|
312
312
|
}>;
|
313
313
|
}, "strip", z.ZodTypeAny, {
|
314
|
+
name: string;
|
314
315
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
315
316
|
id: string;
|
316
|
-
name: string;
|
317
317
|
metadata: {
|
318
|
-
id: string;
|
319
318
|
name: string;
|
319
|
+
id: string;
|
320
320
|
accessToken?: string | undefined;
|
321
321
|
channelSecret?: string | undefined;
|
322
322
|
additionalCredentials?: any;
|
@@ -334,9 +334,9 @@ export declare const channelContract: {
|
|
334
334
|
updatedAt: Date;
|
335
335
|
deletedAt: Date | null;
|
336
336
|
actor: {
|
337
|
+
name: string;
|
337
338
|
id: string;
|
338
339
|
address: string | null;
|
339
|
-
name: string;
|
340
340
|
email: string;
|
341
341
|
createdAt: Date;
|
342
342
|
updatedAt: Date;
|
@@ -383,19 +383,19 @@ export declare const channelContract: {
|
|
383
383
|
connectedUserName: string;
|
384
384
|
connectedUserId: string;
|
385
385
|
botpressBot: {
|
386
|
-
id: string;
|
387
386
|
name: string;
|
387
|
+
id: string;
|
388
388
|
accessToken: string;
|
389
389
|
botId: string;
|
390
390
|
integrationId: string;
|
391
391
|
} | null;
|
392
392
|
}, {
|
393
|
+
name: string;
|
393
394
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
394
395
|
id: string;
|
395
|
-
name: string;
|
396
396
|
metadata: {
|
397
|
-
id: string;
|
398
397
|
name: string;
|
398
|
+
id: string;
|
399
399
|
accessToken?: string | undefined;
|
400
400
|
channelSecret?: string | undefined;
|
401
401
|
additionalCredentials?: any;
|
@@ -413,9 +413,9 @@ export declare const channelContract: {
|
|
413
413
|
updatedAt: Date;
|
414
414
|
deletedAt: Date | null;
|
415
415
|
actor: {
|
416
|
+
name: string;
|
416
417
|
id: string;
|
417
418
|
address: string | null;
|
418
|
-
name: string;
|
419
419
|
email: string;
|
420
420
|
createdAt: Date;
|
421
421
|
updatedAt: Date;
|
@@ -462,8 +462,8 @@ export declare const channelContract: {
|
|
462
462
|
connectedUserName: string;
|
463
463
|
connectedUserId: string;
|
464
464
|
botpressBot: {
|
465
|
-
id: string;
|
466
465
|
name: string;
|
466
|
+
id: string;
|
467
467
|
accessToken: string;
|
468
468
|
botId: string;
|
469
469
|
integrationId: string;
|
@@ -471,12 +471,12 @@ export declare const channelContract: {
|
|
471
471
|
}>, "many">;
|
472
472
|
}, "strip", z.ZodTypeAny, {
|
473
473
|
data: {
|
474
|
+
name: string;
|
474
475
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
475
476
|
id: string;
|
476
|
-
name: string;
|
477
477
|
metadata: {
|
478
|
-
id: string;
|
479
478
|
name: string;
|
479
|
+
id: string;
|
480
480
|
accessToken?: string | undefined;
|
481
481
|
channelSecret?: string | undefined;
|
482
482
|
additionalCredentials?: any;
|
@@ -494,9 +494,9 @@ export declare const channelContract: {
|
|
494
494
|
updatedAt: Date;
|
495
495
|
deletedAt: Date | null;
|
496
496
|
actor: {
|
497
|
+
name: string;
|
497
498
|
id: string;
|
498
499
|
address: string | null;
|
499
|
-
name: string;
|
500
500
|
email: string;
|
501
501
|
createdAt: Date;
|
502
502
|
updatedAt: Date;
|
@@ -543,8 +543,8 @@ export declare const channelContract: {
|
|
543
543
|
connectedUserName: string;
|
544
544
|
connectedUserId: string;
|
545
545
|
botpressBot: {
|
546
|
-
id: string;
|
547
546
|
name: string;
|
547
|
+
id: string;
|
548
548
|
accessToken: string;
|
549
549
|
botId: string;
|
550
550
|
integrationId: string;
|
@@ -553,12 +553,12 @@ export declare const channelContract: {
|
|
553
553
|
requestId: string;
|
554
554
|
}, {
|
555
555
|
data: {
|
556
|
+
name: string;
|
556
557
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
557
558
|
id: string;
|
558
|
-
name: string;
|
559
559
|
metadata: {
|
560
|
-
id: string;
|
561
560
|
name: string;
|
561
|
+
id: string;
|
562
562
|
accessToken?: string | undefined;
|
563
563
|
channelSecret?: string | undefined;
|
564
564
|
additionalCredentials?: any;
|
@@ -576,9 +576,9 @@ export declare const channelContract: {
|
|
576
576
|
updatedAt: Date;
|
577
577
|
deletedAt: Date | null;
|
578
578
|
actor: {
|
579
|
+
name: string;
|
579
580
|
id: string;
|
580
581
|
address: string | null;
|
581
|
-
name: string;
|
582
582
|
email: string;
|
583
583
|
createdAt: Date;
|
584
584
|
updatedAt: Date;
|
@@ -625,8 +625,8 @@ export declare const channelContract: {
|
|
625
625
|
connectedUserName: string;
|
626
626
|
connectedUserId: string;
|
627
627
|
botpressBot: {
|
628
|
-
id: string;
|
629
628
|
name: string;
|
629
|
+
id: string;
|
630
630
|
accessToken: string;
|
631
631
|
botId: string;
|
632
632
|
integrationId: string;
|
@@ -668,8 +668,8 @@ export declare const channelContract: {
|
|
668
668
|
200: z.ZodObject<{
|
669
669
|
requestId: z.ZodString;
|
670
670
|
channel: z.ZodObject<{
|
671
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
672
671
|
name: z.ZodString;
|
672
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
673
673
|
metadata: z.ZodObject<{
|
674
674
|
id: z.ZodString;
|
675
675
|
name: z.ZodString;
|
@@ -693,8 +693,8 @@ export declare const channelContract: {
|
|
693
693
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
694
694
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
695
695
|
}, "strip", z.ZodTypeAny, {
|
696
|
-
id: string;
|
697
696
|
name: string;
|
697
|
+
id: string;
|
698
698
|
accessToken?: string | undefined;
|
699
699
|
channelSecret?: string | undefined;
|
700
700
|
additionalCredentials?: any;
|
@@ -707,8 +707,8 @@ export declare const channelContract: {
|
|
707
707
|
lineRichMenuId?: string | null | undefined;
|
708
708
|
messengerIntegrationType?: "own" | "business" | undefined;
|
709
709
|
}, {
|
710
|
-
id: string;
|
711
710
|
name: string;
|
711
|
+
id: string;
|
712
712
|
accessToken?: string | undefined;
|
713
713
|
channelSecret?: string | undefined;
|
714
714
|
additionalCredentials?: any;
|
@@ -729,15 +729,15 @@ export declare const channelContract: {
|
|
729
729
|
address: z.ZodNullable<z.ZodString>;
|
730
730
|
phone: z.ZodNullable<z.ZodString>;
|
731
731
|
}, "strip", z.ZodTypeAny, {
|
732
|
+
name: string;
|
732
733
|
id: string;
|
733
734
|
address: string | null;
|
734
|
-
name: string;
|
735
735
|
email: string;
|
736
736
|
phone: string | null;
|
737
737
|
}, {
|
738
|
+
name: string;
|
738
739
|
id: string;
|
739
740
|
address: string | null;
|
740
|
-
name: string;
|
741
741
|
email: string;
|
742
742
|
phone: string | null;
|
743
743
|
}>>;
|
@@ -752,12 +752,12 @@ export declare const channelContract: {
|
|
752
752
|
deletedAt: z.ZodNullable<z.ZodString>;
|
753
753
|
isReloginRequired: z.ZodBoolean;
|
754
754
|
}, "strip", z.ZodTypeAny, {
|
755
|
+
name: string;
|
755
756
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
756
757
|
id: string;
|
757
|
-
name: string;
|
758
758
|
metadata: {
|
759
|
-
id: string;
|
760
759
|
name: string;
|
760
|
+
id: string;
|
761
761
|
accessToken?: string | undefined;
|
762
762
|
channelSecret?: string | undefined;
|
763
763
|
additionalCredentials?: any;
|
@@ -778,9 +778,9 @@ export declare const channelContract: {
|
|
778
778
|
platformId: string;
|
779
779
|
isReloginRequired: boolean;
|
780
780
|
actor?: {
|
781
|
+
name: string;
|
781
782
|
id: string;
|
782
783
|
address: string | null;
|
783
|
-
name: string;
|
784
784
|
email: string;
|
785
785
|
phone: string | null;
|
786
786
|
} | undefined;
|
@@ -788,12 +788,12 @@ export declare const channelContract: {
|
|
788
788
|
connectedUserName?: string | null | undefined;
|
789
789
|
connectedUserId?: string | null | undefined;
|
790
790
|
}, {
|
791
|
+
name: string;
|
791
792
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
792
793
|
id: string;
|
793
|
-
name: string;
|
794
794
|
metadata: {
|
795
|
-
id: string;
|
796
795
|
name: string;
|
796
|
+
id: string;
|
797
797
|
accessToken?: string | undefined;
|
798
798
|
channelSecret?: string | undefined;
|
799
799
|
additionalCredentials?: any;
|
@@ -814,9 +814,9 @@ export declare const channelContract: {
|
|
814
814
|
platformId: string;
|
815
815
|
isReloginRequired: boolean;
|
816
816
|
actor?: {
|
817
|
+
name: string;
|
817
818
|
id: string;
|
818
819
|
address: string | null;
|
819
|
-
name: string;
|
820
820
|
email: string;
|
821
821
|
phone: string | null;
|
822
822
|
} | undefined;
|
@@ -826,12 +826,12 @@ export declare const channelContract: {
|
|
826
826
|
}>;
|
827
827
|
}, "strip", z.ZodTypeAny, {
|
828
828
|
channel: {
|
829
|
+
name: string;
|
829
830
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
830
831
|
id: string;
|
831
|
-
name: string;
|
832
832
|
metadata: {
|
833
|
-
id: string;
|
834
833
|
name: string;
|
834
|
+
id: string;
|
835
835
|
accessToken?: string | undefined;
|
836
836
|
channelSecret?: string | undefined;
|
837
837
|
additionalCredentials?: any;
|
@@ -852,9 +852,9 @@ export declare const channelContract: {
|
|
852
852
|
platformId: string;
|
853
853
|
isReloginRequired: boolean;
|
854
854
|
actor?: {
|
855
|
+
name: string;
|
855
856
|
id: string;
|
856
857
|
address: string | null;
|
857
|
-
name: string;
|
858
858
|
email: string;
|
859
859
|
phone: string | null;
|
860
860
|
} | undefined;
|
@@ -865,12 +865,12 @@ export declare const channelContract: {
|
|
865
865
|
requestId: string;
|
866
866
|
}, {
|
867
867
|
channel: {
|
868
|
+
name: string;
|
868
869
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
869
870
|
id: string;
|
870
|
-
name: string;
|
871
871
|
metadata: {
|
872
|
-
id: string;
|
873
872
|
name: string;
|
873
|
+
id: string;
|
874
874
|
accessToken?: string | undefined;
|
875
875
|
channelSecret?: string | undefined;
|
876
876
|
additionalCredentials?: any;
|
@@ -891,9 +891,9 @@ export declare const channelContract: {
|
|
891
891
|
platformId: string;
|
892
892
|
isReloginRequired: boolean;
|
893
893
|
actor?: {
|
894
|
+
name: string;
|
894
895
|
id: string;
|
895
896
|
address: string | null;
|
896
|
-
name: string;
|
897
897
|
email: string;
|
898
898
|
phone: string | null;
|
899
899
|
} | undefined;
|
@@ -976,8 +976,8 @@ export declare const channelContract: {
|
|
976
976
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
977
977
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
978
978
|
}, "strip", z.ZodTypeAny, {
|
979
|
-
id: string;
|
980
979
|
name: string;
|
980
|
+
id: string;
|
981
981
|
accessToken?: string | undefined;
|
982
982
|
channelSecret?: string | undefined;
|
983
983
|
additionalCredentials?: any;
|
@@ -990,8 +990,8 @@ export declare const channelContract: {
|
|
990
990
|
lineRichMenuId?: string | null | undefined;
|
991
991
|
messengerIntegrationType?: "own" | "business" | undefined;
|
992
992
|
}, {
|
993
|
-
id: string;
|
994
993
|
name: string;
|
994
|
+
id: string;
|
995
995
|
accessToken?: string | undefined;
|
996
996
|
channelSecret?: string | undefined;
|
997
997
|
additionalCredentials?: any;
|
@@ -1017,14 +1017,14 @@ export declare const channelContract: {
|
|
1017
1017
|
integrationId: z.ZodString;
|
1018
1018
|
accessToken: z.ZodString;
|
1019
1019
|
}, "strip", z.ZodTypeAny, {
|
1020
|
-
id: string;
|
1021
1020
|
name: string;
|
1021
|
+
id: string;
|
1022
1022
|
accessToken: string;
|
1023
1023
|
botId: string;
|
1024
1024
|
integrationId: string;
|
1025
1025
|
}, {
|
1026
|
-
id: string;
|
1027
1026
|
name: string;
|
1027
|
+
id: string;
|
1028
1028
|
accessToken: string;
|
1029
1029
|
botId: string;
|
1030
1030
|
integrationId: string;
|
@@ -1147,9 +1147,9 @@ export declare const channelContract: {
|
|
1147
1147
|
telephonySignature: string | null;
|
1148
1148
|
}>;
|
1149
1149
|
}, "strip", z.ZodTypeAny, {
|
1150
|
+
name: string;
|
1150
1151
|
id: string;
|
1151
1152
|
address: string | null;
|
1152
|
-
name: string;
|
1153
1153
|
email: string;
|
1154
1154
|
createdAt: Date;
|
1155
1155
|
updatedAt: Date;
|
@@ -1190,9 +1190,9 @@ export declare const channelContract: {
|
|
1190
1190
|
telephonySignature: string | null;
|
1191
1191
|
};
|
1192
1192
|
}, {
|
1193
|
+
name: string;
|
1193
1194
|
id: string;
|
1194
1195
|
address: string | null;
|
1195
|
-
name: string;
|
1196
1196
|
email: string;
|
1197
1197
|
createdAt: Date;
|
1198
1198
|
updatedAt: Date;
|
@@ -1234,12 +1234,12 @@ export declare const channelContract: {
|
|
1234
1234
|
};
|
1235
1235
|
}>;
|
1236
1236
|
}, "strip", z.ZodTypeAny, {
|
1237
|
+
name: string;
|
1237
1238
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1238
1239
|
id: string;
|
1239
|
-
name: string;
|
1240
1240
|
metadata: {
|
1241
|
-
id: string;
|
1242
1241
|
name: string;
|
1242
|
+
id: string;
|
1243
1243
|
accessToken?: string | undefined;
|
1244
1244
|
channelSecret?: string | undefined;
|
1245
1245
|
additionalCredentials?: any;
|
@@ -1257,9 +1257,9 @@ export declare const channelContract: {
|
|
1257
1257
|
updatedAt: Date;
|
1258
1258
|
deletedAt: Date | null;
|
1259
1259
|
actor: {
|
1260
|
+
name: string;
|
1260
1261
|
id: string;
|
1261
1262
|
address: string | null;
|
1262
|
-
name: string;
|
1263
1263
|
email: string;
|
1264
1264
|
createdAt: Date;
|
1265
1265
|
updatedAt: Date;
|
@@ -1306,19 +1306,19 @@ export declare const channelContract: {
|
|
1306
1306
|
connectedUserName: string;
|
1307
1307
|
connectedUserId: string;
|
1308
1308
|
botpressBot: {
|
1309
|
-
id: string;
|
1310
1309
|
name: string;
|
1310
|
+
id: string;
|
1311
1311
|
accessToken: string;
|
1312
1312
|
botId: string;
|
1313
1313
|
integrationId: string;
|
1314
1314
|
} | null;
|
1315
1315
|
}, {
|
1316
|
+
name: string;
|
1316
1317
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1317
1318
|
id: string;
|
1318
|
-
name: string;
|
1319
1319
|
metadata: {
|
1320
|
-
id: string;
|
1321
1320
|
name: string;
|
1321
|
+
id: string;
|
1322
1322
|
accessToken?: string | undefined;
|
1323
1323
|
channelSecret?: string | undefined;
|
1324
1324
|
additionalCredentials?: any;
|
@@ -1336,9 +1336,9 @@ export declare const channelContract: {
|
|
1336
1336
|
updatedAt: Date;
|
1337
1337
|
deletedAt: Date | null;
|
1338
1338
|
actor: {
|
1339
|
+
name: string;
|
1339
1340
|
id: string;
|
1340
1341
|
address: string | null;
|
1341
|
-
name: string;
|
1342
1342
|
email: string;
|
1343
1343
|
createdAt: Date;
|
1344
1344
|
updatedAt: Date;
|
@@ -1385,8 +1385,8 @@ export declare const channelContract: {
|
|
1385
1385
|
connectedUserName: string;
|
1386
1386
|
connectedUserId: string;
|
1387
1387
|
botpressBot: {
|
1388
|
-
id: string;
|
1389
1388
|
name: string;
|
1389
|
+
id: string;
|
1390
1390
|
accessToken: string;
|
1391
1391
|
botId: string;
|
1392
1392
|
integrationId: string;
|
@@ -1394,12 +1394,12 @@ export declare const channelContract: {
|
|
1394
1394
|
}>;
|
1395
1395
|
}, "strip", z.ZodTypeAny, {
|
1396
1396
|
channel: {
|
1397
|
+
name: string;
|
1397
1398
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1398
1399
|
id: string;
|
1399
|
-
name: string;
|
1400
1400
|
metadata: {
|
1401
|
-
id: string;
|
1402
1401
|
name: string;
|
1402
|
+
id: string;
|
1403
1403
|
accessToken?: string | undefined;
|
1404
1404
|
channelSecret?: string | undefined;
|
1405
1405
|
additionalCredentials?: any;
|
@@ -1417,9 +1417,9 @@ export declare const channelContract: {
|
|
1417
1417
|
updatedAt: Date;
|
1418
1418
|
deletedAt: Date | null;
|
1419
1419
|
actor: {
|
1420
|
+
name: string;
|
1420
1421
|
id: string;
|
1421
1422
|
address: string | null;
|
1422
|
-
name: string;
|
1423
1423
|
email: string;
|
1424
1424
|
createdAt: Date;
|
1425
1425
|
updatedAt: Date;
|
@@ -1466,8 +1466,8 @@ export declare const channelContract: {
|
|
1466
1466
|
connectedUserName: string;
|
1467
1467
|
connectedUserId: string;
|
1468
1468
|
botpressBot: {
|
1469
|
-
id: string;
|
1470
1469
|
name: string;
|
1470
|
+
id: string;
|
1471
1471
|
accessToken: string;
|
1472
1472
|
botId: string;
|
1473
1473
|
integrationId: string;
|
@@ -1476,12 +1476,12 @@ export declare const channelContract: {
|
|
1476
1476
|
requestId: string;
|
1477
1477
|
}, {
|
1478
1478
|
channel: {
|
1479
|
+
name: string;
|
1479
1480
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1480
1481
|
id: string;
|
1481
|
-
name: string;
|
1482
1482
|
metadata: {
|
1483
|
-
id: string;
|
1484
1483
|
name: string;
|
1484
|
+
id: string;
|
1485
1485
|
accessToken?: string | undefined;
|
1486
1486
|
channelSecret?: string | undefined;
|
1487
1487
|
additionalCredentials?: any;
|
@@ -1499,9 +1499,9 @@ export declare const channelContract: {
|
|
1499
1499
|
updatedAt: Date;
|
1500
1500
|
deletedAt: Date | null;
|
1501
1501
|
actor: {
|
1502
|
+
name: string;
|
1502
1503
|
id: string;
|
1503
1504
|
address: string | null;
|
1504
|
-
name: string;
|
1505
1505
|
email: string;
|
1506
1506
|
createdAt: Date;
|
1507
1507
|
updatedAt: Date;
|
@@ -1548,8 +1548,8 @@ export declare const channelContract: {
|
|
1548
1548
|
connectedUserName: string;
|
1549
1549
|
connectedUserId: string;
|
1550
1550
|
botpressBot: {
|
1551
|
-
id: string;
|
1552
1551
|
name: string;
|
1552
|
+
id: string;
|
1553
1553
|
accessToken: string;
|
1554
1554
|
botId: string;
|
1555
1555
|
integrationId: string;
|
@@ -1636,8 +1636,8 @@ export declare const channelContract: {
|
|
1636
1636
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1637
1637
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1638
1638
|
}, "strip", z.ZodTypeAny, {
|
1639
|
-
id: string;
|
1640
1639
|
name: string;
|
1640
|
+
id: string;
|
1641
1641
|
accessToken?: string | undefined;
|
1642
1642
|
channelSecret?: string | undefined;
|
1643
1643
|
additionalCredentials?: any;
|
@@ -1650,8 +1650,8 @@ export declare const channelContract: {
|
|
1650
1650
|
lineRichMenuId?: string | null | undefined;
|
1651
1651
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1652
1652
|
}, {
|
1653
|
-
id: string;
|
1654
1653
|
name: string;
|
1654
|
+
id: string;
|
1655
1655
|
accessToken?: string | undefined;
|
1656
1656
|
channelSecret?: string | undefined;
|
1657
1657
|
additionalCredentials?: any;
|
@@ -1677,14 +1677,14 @@ export declare const channelContract: {
|
|
1677
1677
|
integrationId: z.ZodString;
|
1678
1678
|
accessToken: z.ZodString;
|
1679
1679
|
}, "strip", z.ZodTypeAny, {
|
1680
|
-
id: string;
|
1681
1680
|
name: string;
|
1681
|
+
id: string;
|
1682
1682
|
accessToken: string;
|
1683
1683
|
botId: string;
|
1684
1684
|
integrationId: string;
|
1685
1685
|
}, {
|
1686
|
-
id: string;
|
1687
1686
|
name: string;
|
1687
|
+
id: string;
|
1688
1688
|
accessToken: string;
|
1689
1689
|
botId: string;
|
1690
1690
|
integrationId: string;
|
@@ -1807,9 +1807,9 @@ export declare const channelContract: {
|
|
1807
1807
|
telephonySignature: string | null;
|
1808
1808
|
}>;
|
1809
1809
|
}, "strip", z.ZodTypeAny, {
|
1810
|
+
name: string;
|
1810
1811
|
id: string;
|
1811
1812
|
address: string | null;
|
1812
|
-
name: string;
|
1813
1813
|
email: string;
|
1814
1814
|
createdAt: Date;
|
1815
1815
|
updatedAt: Date;
|
@@ -1850,9 +1850,9 @@ export declare const channelContract: {
|
|
1850
1850
|
telephonySignature: string | null;
|
1851
1851
|
};
|
1852
1852
|
}, {
|
1853
|
+
name: string;
|
1853
1854
|
id: string;
|
1854
1855
|
address: string | null;
|
1855
|
-
name: string;
|
1856
1856
|
email: string;
|
1857
1857
|
createdAt: Date;
|
1858
1858
|
updatedAt: Date;
|
@@ -1894,12 +1894,12 @@ export declare const channelContract: {
|
|
1894
1894
|
};
|
1895
1895
|
}>;
|
1896
1896
|
}, "strip", z.ZodTypeAny, {
|
1897
|
+
name: string;
|
1897
1898
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1898
1899
|
id: string;
|
1899
|
-
name: string;
|
1900
1900
|
metadata: {
|
1901
|
-
id: string;
|
1902
1901
|
name: string;
|
1902
|
+
id: string;
|
1903
1903
|
accessToken?: string | undefined;
|
1904
1904
|
channelSecret?: string | undefined;
|
1905
1905
|
additionalCredentials?: any;
|
@@ -1917,9 +1917,9 @@ export declare const channelContract: {
|
|
1917
1917
|
updatedAt: Date;
|
1918
1918
|
deletedAt: Date | null;
|
1919
1919
|
actor: {
|
1920
|
+
name: string;
|
1920
1921
|
id: string;
|
1921
1922
|
address: string | null;
|
1922
|
-
name: string;
|
1923
1923
|
email: string;
|
1924
1924
|
createdAt: Date;
|
1925
1925
|
updatedAt: Date;
|
@@ -1966,19 +1966,19 @@ export declare const channelContract: {
|
|
1966
1966
|
connectedUserName: string;
|
1967
1967
|
connectedUserId: string;
|
1968
1968
|
botpressBot: {
|
1969
|
-
id: string;
|
1970
1969
|
name: string;
|
1970
|
+
id: string;
|
1971
1971
|
accessToken: string;
|
1972
1972
|
botId: string;
|
1973
1973
|
integrationId: string;
|
1974
1974
|
} | null;
|
1975
1975
|
}, {
|
1976
|
+
name: string;
|
1976
1977
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1977
1978
|
id: string;
|
1978
|
-
name: string;
|
1979
1979
|
metadata: {
|
1980
|
-
id: string;
|
1981
1980
|
name: string;
|
1981
|
+
id: string;
|
1982
1982
|
accessToken?: string | undefined;
|
1983
1983
|
channelSecret?: string | undefined;
|
1984
1984
|
additionalCredentials?: any;
|
@@ -1996,9 +1996,9 @@ export declare const channelContract: {
|
|
1996
1996
|
updatedAt: Date;
|
1997
1997
|
deletedAt: Date | null;
|
1998
1998
|
actor: {
|
1999
|
+
name: string;
|
1999
2000
|
id: string;
|
2000
2001
|
address: string | null;
|
2001
|
-
name: string;
|
2002
2002
|
email: string;
|
2003
2003
|
createdAt: Date;
|
2004
2004
|
updatedAt: Date;
|
@@ -2045,8 +2045,8 @@ export declare const channelContract: {
|
|
2045
2045
|
connectedUserName: string;
|
2046
2046
|
connectedUserId: string;
|
2047
2047
|
botpressBot: {
|
2048
|
-
id: string;
|
2049
2048
|
name: string;
|
2049
|
+
id: string;
|
2050
2050
|
accessToken: string;
|
2051
2051
|
botId: string;
|
2052
2052
|
integrationId: string;
|
@@ -2054,12 +2054,12 @@ export declare const channelContract: {
|
|
2054
2054
|
}>;
|
2055
2055
|
}, "strip", z.ZodTypeAny, {
|
2056
2056
|
channel: {
|
2057
|
+
name: string;
|
2057
2058
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2058
2059
|
id: string;
|
2059
|
-
name: string;
|
2060
2060
|
metadata: {
|
2061
|
-
id: string;
|
2062
2061
|
name: string;
|
2062
|
+
id: string;
|
2063
2063
|
accessToken?: string | undefined;
|
2064
2064
|
channelSecret?: string | undefined;
|
2065
2065
|
additionalCredentials?: any;
|
@@ -2077,9 +2077,9 @@ export declare const channelContract: {
|
|
2077
2077
|
updatedAt: Date;
|
2078
2078
|
deletedAt: Date | null;
|
2079
2079
|
actor: {
|
2080
|
+
name: string;
|
2080
2081
|
id: string;
|
2081
2082
|
address: string | null;
|
2082
|
-
name: string;
|
2083
2083
|
email: string;
|
2084
2084
|
createdAt: Date;
|
2085
2085
|
updatedAt: Date;
|
@@ -2126,8 +2126,8 @@ export declare const channelContract: {
|
|
2126
2126
|
connectedUserName: string;
|
2127
2127
|
connectedUserId: string;
|
2128
2128
|
botpressBot: {
|
2129
|
-
id: string;
|
2130
2129
|
name: string;
|
2130
|
+
id: string;
|
2131
2131
|
accessToken: string;
|
2132
2132
|
botId: string;
|
2133
2133
|
integrationId: string;
|
@@ -2136,12 +2136,12 @@ export declare const channelContract: {
|
|
2136
2136
|
requestId: string;
|
2137
2137
|
}, {
|
2138
2138
|
channel: {
|
2139
|
+
name: string;
|
2139
2140
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2140
2141
|
id: string;
|
2141
|
-
name: string;
|
2142
2142
|
metadata: {
|
2143
|
-
id: string;
|
2144
2143
|
name: string;
|
2144
|
+
id: string;
|
2145
2145
|
accessToken?: string | undefined;
|
2146
2146
|
channelSecret?: string | undefined;
|
2147
2147
|
additionalCredentials?: any;
|
@@ -2159,9 +2159,9 @@ export declare const channelContract: {
|
|
2159
2159
|
updatedAt: Date;
|
2160
2160
|
deletedAt: Date | null;
|
2161
2161
|
actor: {
|
2162
|
+
name: string;
|
2162
2163
|
id: string;
|
2163
2164
|
address: string | null;
|
2164
|
-
name: string;
|
2165
2165
|
email: string;
|
2166
2166
|
createdAt: Date;
|
2167
2167
|
updatedAt: Date;
|
@@ -2208,8 +2208,8 @@ export declare const channelContract: {
|
|
2208
2208
|
connectedUserName: string;
|
2209
2209
|
connectedUserId: string;
|
2210
2210
|
botpressBot: {
|
2211
|
-
id: string;
|
2212
2211
|
name: string;
|
2212
|
+
id: string;
|
2213
2213
|
accessToken: string;
|
2214
2214
|
botId: string;
|
2215
2215
|
integrationId: string;
|
@@ -2290,8 +2290,8 @@ export declare const channelContract: {
|
|
2290
2290
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2291
2291
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2292
2292
|
}, "strip", z.ZodTypeAny, {
|
2293
|
-
id: string;
|
2294
2293
|
name: string;
|
2294
|
+
id: string;
|
2295
2295
|
accessToken?: string | undefined;
|
2296
2296
|
channelSecret?: string | undefined;
|
2297
2297
|
additionalCredentials?: any;
|
@@ -2304,8 +2304,8 @@ export declare const channelContract: {
|
|
2304
2304
|
lineRichMenuId?: string | null | undefined;
|
2305
2305
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2306
2306
|
}, {
|
2307
|
-
id: string;
|
2308
2307
|
name: string;
|
2308
|
+
id: string;
|
2309
2309
|
accessToken?: string | undefined;
|
2310
2310
|
channelSecret?: string | undefined;
|
2311
2311
|
additionalCredentials?: any;
|
@@ -2331,14 +2331,14 @@ export declare const channelContract: {
|
|
2331
2331
|
integrationId: z.ZodString;
|
2332
2332
|
accessToken: z.ZodString;
|
2333
2333
|
}, "strip", z.ZodTypeAny, {
|
2334
|
-
id: string;
|
2335
2334
|
name: string;
|
2335
|
+
id: string;
|
2336
2336
|
accessToken: string;
|
2337
2337
|
botId: string;
|
2338
2338
|
integrationId: string;
|
2339
2339
|
}, {
|
2340
|
-
id: string;
|
2341
2340
|
name: string;
|
2341
|
+
id: string;
|
2342
2342
|
accessToken: string;
|
2343
2343
|
botId: string;
|
2344
2344
|
integrationId: string;
|
@@ -2461,9 +2461,9 @@ export declare const channelContract: {
|
|
2461
2461
|
telephonySignature: string | null;
|
2462
2462
|
}>;
|
2463
2463
|
}, "strip", z.ZodTypeAny, {
|
2464
|
+
name: string;
|
2464
2465
|
id: string;
|
2465
2466
|
address: string | null;
|
2466
|
-
name: string;
|
2467
2467
|
email: string;
|
2468
2468
|
createdAt: Date;
|
2469
2469
|
updatedAt: Date;
|
@@ -2504,9 +2504,9 @@ export declare const channelContract: {
|
|
2504
2504
|
telephonySignature: string | null;
|
2505
2505
|
};
|
2506
2506
|
}, {
|
2507
|
+
name: string;
|
2507
2508
|
id: string;
|
2508
2509
|
address: string | null;
|
2509
|
-
name: string;
|
2510
2510
|
email: string;
|
2511
2511
|
createdAt: Date;
|
2512
2512
|
updatedAt: Date;
|
@@ -2548,12 +2548,12 @@ export declare const channelContract: {
|
|
2548
2548
|
};
|
2549
2549
|
}>;
|
2550
2550
|
}, "strip", z.ZodTypeAny, {
|
2551
|
+
name: string;
|
2551
2552
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2552
2553
|
id: string;
|
2553
|
-
name: string;
|
2554
2554
|
metadata: {
|
2555
|
-
id: string;
|
2556
2555
|
name: string;
|
2556
|
+
id: string;
|
2557
2557
|
accessToken?: string | undefined;
|
2558
2558
|
channelSecret?: string | undefined;
|
2559
2559
|
additionalCredentials?: any;
|
@@ -2571,9 +2571,9 @@ export declare const channelContract: {
|
|
2571
2571
|
updatedAt: Date;
|
2572
2572
|
deletedAt: Date | null;
|
2573
2573
|
actor: {
|
2574
|
+
name: string;
|
2574
2575
|
id: string;
|
2575
2576
|
address: string | null;
|
2576
|
-
name: string;
|
2577
2577
|
email: string;
|
2578
2578
|
createdAt: Date;
|
2579
2579
|
updatedAt: Date;
|
@@ -2620,19 +2620,19 @@ export declare const channelContract: {
|
|
2620
2620
|
connectedUserName: string;
|
2621
2621
|
connectedUserId: string;
|
2622
2622
|
botpressBot: {
|
2623
|
-
id: string;
|
2624
2623
|
name: string;
|
2624
|
+
id: string;
|
2625
2625
|
accessToken: string;
|
2626
2626
|
botId: string;
|
2627
2627
|
integrationId: string;
|
2628
2628
|
} | null;
|
2629
2629
|
}, {
|
2630
|
+
name: string;
|
2630
2631
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2631
2632
|
id: string;
|
2632
|
-
name: string;
|
2633
2633
|
metadata: {
|
2634
|
-
id: string;
|
2635
2634
|
name: string;
|
2635
|
+
id: string;
|
2636
2636
|
accessToken?: string | undefined;
|
2637
2637
|
channelSecret?: string | undefined;
|
2638
2638
|
additionalCredentials?: any;
|
@@ -2650,9 +2650,9 @@ export declare const channelContract: {
|
|
2650
2650
|
updatedAt: Date;
|
2651
2651
|
deletedAt: Date | null;
|
2652
2652
|
actor: {
|
2653
|
+
name: string;
|
2653
2654
|
id: string;
|
2654
2655
|
address: string | null;
|
2655
|
-
name: string;
|
2656
2656
|
email: string;
|
2657
2657
|
createdAt: Date;
|
2658
2658
|
updatedAt: Date;
|
@@ -2699,8 +2699,8 @@ export declare const channelContract: {
|
|
2699
2699
|
connectedUserName: string;
|
2700
2700
|
connectedUserId: string;
|
2701
2701
|
botpressBot: {
|
2702
|
-
id: string;
|
2703
2702
|
name: string;
|
2703
|
+
id: string;
|
2704
2704
|
accessToken: string;
|
2705
2705
|
botId: string;
|
2706
2706
|
integrationId: string;
|
@@ -2708,12 +2708,12 @@ export declare const channelContract: {
|
|
2708
2708
|
}>;
|
2709
2709
|
}, "strip", z.ZodTypeAny, {
|
2710
2710
|
channel: {
|
2711
|
+
name: string;
|
2711
2712
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2712
2713
|
id: string;
|
2713
|
-
name: string;
|
2714
2714
|
metadata: {
|
2715
|
-
id: string;
|
2716
2715
|
name: string;
|
2716
|
+
id: string;
|
2717
2717
|
accessToken?: string | undefined;
|
2718
2718
|
channelSecret?: string | undefined;
|
2719
2719
|
additionalCredentials?: any;
|
@@ -2731,9 +2731,9 @@ export declare const channelContract: {
|
|
2731
2731
|
updatedAt: Date;
|
2732
2732
|
deletedAt: Date | null;
|
2733
2733
|
actor: {
|
2734
|
+
name: string;
|
2734
2735
|
id: string;
|
2735
2736
|
address: string | null;
|
2736
|
-
name: string;
|
2737
2737
|
email: string;
|
2738
2738
|
createdAt: Date;
|
2739
2739
|
updatedAt: Date;
|
@@ -2780,8 +2780,8 @@ export declare const channelContract: {
|
|
2780
2780
|
connectedUserName: string;
|
2781
2781
|
connectedUserId: string;
|
2782
2782
|
botpressBot: {
|
2783
|
-
id: string;
|
2784
2783
|
name: string;
|
2784
|
+
id: string;
|
2785
2785
|
accessToken: string;
|
2786
2786
|
botId: string;
|
2787
2787
|
integrationId: string;
|
@@ -2790,12 +2790,12 @@ export declare const channelContract: {
|
|
2790
2790
|
requestId: string;
|
2791
2791
|
}, {
|
2792
2792
|
channel: {
|
2793
|
+
name: string;
|
2793
2794
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2794
2795
|
id: string;
|
2795
|
-
name: string;
|
2796
2796
|
metadata: {
|
2797
|
-
id: string;
|
2798
2797
|
name: string;
|
2798
|
+
id: string;
|
2799
2799
|
accessToken?: string | undefined;
|
2800
2800
|
channelSecret?: string | undefined;
|
2801
2801
|
additionalCredentials?: any;
|
@@ -2813,9 +2813,9 @@ export declare const channelContract: {
|
|
2813
2813
|
updatedAt: Date;
|
2814
2814
|
deletedAt: Date | null;
|
2815
2815
|
actor: {
|
2816
|
+
name: string;
|
2816
2817
|
id: string;
|
2817
2818
|
address: string | null;
|
2818
|
-
name: string;
|
2819
2819
|
email: string;
|
2820
2820
|
createdAt: Date;
|
2821
2821
|
updatedAt: Date;
|
@@ -2862,8 +2862,8 @@ export declare const channelContract: {
|
|
2862
2862
|
connectedUserName: string;
|
2863
2863
|
connectedUserId: string;
|
2864
2864
|
botpressBot: {
|
2865
|
-
id: string;
|
2866
2865
|
name: string;
|
2866
|
+
id: string;
|
2867
2867
|
accessToken: string;
|
2868
2868
|
botId: string;
|
2869
2869
|
integrationId: string;
|
@@ -2927,8 +2927,8 @@ export declare const channelContract: {
|
|
2927
2927
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2928
2928
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2929
2929
|
}, "strip", z.ZodTypeAny, {
|
2930
|
-
id: string;
|
2931
2930
|
name: string;
|
2931
|
+
id: string;
|
2932
2932
|
accessToken?: string | undefined;
|
2933
2933
|
channelSecret?: string | undefined;
|
2934
2934
|
additionalCredentials?: any;
|
@@ -2941,8 +2941,8 @@ export declare const channelContract: {
|
|
2941
2941
|
lineRichMenuId?: string | null | undefined;
|
2942
2942
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2943
2943
|
}, {
|
2944
|
-
id: string;
|
2945
2944
|
name: string;
|
2945
|
+
id: string;
|
2946
2946
|
accessToken?: string | undefined;
|
2947
2947
|
channelSecret?: string | undefined;
|
2948
2948
|
additionalCredentials?: any;
|
@@ -2959,11 +2959,11 @@ export declare const channelContract: {
|
|
2959
2959
|
connectedUserId: z.ZodString;
|
2960
2960
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
2961
2961
|
}, "strip", z.ZodTypeAny, {
|
2962
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2963
2962
|
name: string;
|
2963
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2964
2964
|
metadata: {
|
2965
|
-
id: string;
|
2966
2965
|
name: string;
|
2966
|
+
id: string;
|
2967
2967
|
accessToken?: string | undefined;
|
2968
2968
|
channelSecret?: string | undefined;
|
2969
2969
|
additionalCredentials?: any;
|
@@ -2980,11 +2980,11 @@ export declare const channelContract: {
|
|
2980
2980
|
connectedUserId: string;
|
2981
2981
|
connectedUserName?: string | undefined;
|
2982
2982
|
}, {
|
2983
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2984
2983
|
name: string;
|
2984
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2985
2985
|
metadata: {
|
2986
|
-
id: string;
|
2987
2986
|
name: string;
|
2987
|
+
id: string;
|
2988
2988
|
accessToken?: string | undefined;
|
2989
2989
|
channelSecret?: string | undefined;
|
2990
2990
|
additionalCredentials?: any;
|
@@ -3036,8 +3036,8 @@ export declare const channelContract: {
|
|
3036
3036
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
3037
3037
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
3038
3038
|
}, "strip", z.ZodTypeAny, {
|
3039
|
-
id: string;
|
3040
3039
|
name: string;
|
3040
|
+
id: string;
|
3041
3041
|
accessToken?: string | undefined;
|
3042
3042
|
channelSecret?: string | undefined;
|
3043
3043
|
additionalCredentials?: any;
|
@@ -3050,8 +3050,8 @@ export declare const channelContract: {
|
|
3050
3050
|
lineRichMenuId?: string | null | undefined;
|
3051
3051
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3052
3052
|
}, {
|
3053
|
-
id: string;
|
3054
3053
|
name: string;
|
3054
|
+
id: string;
|
3055
3055
|
accessToken?: string | undefined;
|
3056
3056
|
channelSecret?: string | undefined;
|
3057
3057
|
additionalCredentials?: any;
|
@@ -3077,14 +3077,14 @@ export declare const channelContract: {
|
|
3077
3077
|
integrationId: z.ZodString;
|
3078
3078
|
accessToken: z.ZodString;
|
3079
3079
|
}, "strip", z.ZodTypeAny, {
|
3080
|
-
id: string;
|
3081
3080
|
name: string;
|
3081
|
+
id: string;
|
3082
3082
|
accessToken: string;
|
3083
3083
|
botId: string;
|
3084
3084
|
integrationId: string;
|
3085
3085
|
}, {
|
3086
|
-
id: string;
|
3087
3086
|
name: string;
|
3087
|
+
id: string;
|
3088
3088
|
accessToken: string;
|
3089
3089
|
botId: string;
|
3090
3090
|
integrationId: string;
|
@@ -3207,9 +3207,9 @@ export declare const channelContract: {
|
|
3207
3207
|
telephonySignature: string | null;
|
3208
3208
|
}>;
|
3209
3209
|
}, "strip", z.ZodTypeAny, {
|
3210
|
+
name: string;
|
3210
3211
|
id: string;
|
3211
3212
|
address: string | null;
|
3212
|
-
name: string;
|
3213
3213
|
email: string;
|
3214
3214
|
createdAt: Date;
|
3215
3215
|
updatedAt: Date;
|
@@ -3250,9 +3250,9 @@ export declare const channelContract: {
|
|
3250
3250
|
telephonySignature: string | null;
|
3251
3251
|
};
|
3252
3252
|
}, {
|
3253
|
+
name: string;
|
3253
3254
|
id: string;
|
3254
3255
|
address: string | null;
|
3255
|
-
name: string;
|
3256
3256
|
email: string;
|
3257
3257
|
createdAt: Date;
|
3258
3258
|
updatedAt: Date;
|
@@ -3294,12 +3294,12 @@ export declare const channelContract: {
|
|
3294
3294
|
};
|
3295
3295
|
}>;
|
3296
3296
|
}, "strip", z.ZodTypeAny, {
|
3297
|
+
name: string;
|
3297
3298
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3298
3299
|
id: string;
|
3299
|
-
name: string;
|
3300
3300
|
metadata: {
|
3301
|
-
id: string;
|
3302
3301
|
name: string;
|
3302
|
+
id: string;
|
3303
3303
|
accessToken?: string | undefined;
|
3304
3304
|
channelSecret?: string | undefined;
|
3305
3305
|
additionalCredentials?: any;
|
@@ -3317,9 +3317,9 @@ export declare const channelContract: {
|
|
3317
3317
|
updatedAt: Date;
|
3318
3318
|
deletedAt: Date | null;
|
3319
3319
|
actor: {
|
3320
|
+
name: string;
|
3320
3321
|
id: string;
|
3321
3322
|
address: string | null;
|
3322
|
-
name: string;
|
3323
3323
|
email: string;
|
3324
3324
|
createdAt: Date;
|
3325
3325
|
updatedAt: Date;
|
@@ -3366,19 +3366,19 @@ export declare const channelContract: {
|
|
3366
3366
|
connectedUserName: string;
|
3367
3367
|
connectedUserId: string;
|
3368
3368
|
botpressBot: {
|
3369
|
-
id: string;
|
3370
3369
|
name: string;
|
3370
|
+
id: string;
|
3371
3371
|
accessToken: string;
|
3372
3372
|
botId: string;
|
3373
3373
|
integrationId: string;
|
3374
3374
|
} | null;
|
3375
3375
|
}, {
|
3376
|
+
name: string;
|
3376
3377
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3377
3378
|
id: string;
|
3378
|
-
name: string;
|
3379
3379
|
metadata: {
|
3380
|
-
id: string;
|
3381
3380
|
name: string;
|
3381
|
+
id: string;
|
3382
3382
|
accessToken?: string | undefined;
|
3383
3383
|
channelSecret?: string | undefined;
|
3384
3384
|
additionalCredentials?: any;
|
@@ -3396,9 +3396,9 @@ export declare const channelContract: {
|
|
3396
3396
|
updatedAt: Date;
|
3397
3397
|
deletedAt: Date | null;
|
3398
3398
|
actor: {
|
3399
|
+
name: string;
|
3399
3400
|
id: string;
|
3400
3401
|
address: string | null;
|
3401
|
-
name: string;
|
3402
3402
|
email: string;
|
3403
3403
|
createdAt: Date;
|
3404
3404
|
updatedAt: Date;
|
@@ -3445,8 +3445,8 @@ export declare const channelContract: {
|
|
3445
3445
|
connectedUserName: string;
|
3446
3446
|
connectedUserId: string;
|
3447
3447
|
botpressBot: {
|
3448
|
-
id: string;
|
3449
3448
|
name: string;
|
3449
|
+
id: string;
|
3450
3450
|
accessToken: string;
|
3451
3451
|
botId: string;
|
3452
3452
|
integrationId: string;
|
@@ -3454,12 +3454,12 @@ export declare const channelContract: {
|
|
3454
3454
|
}>;
|
3455
3455
|
}, "strip", z.ZodTypeAny, {
|
3456
3456
|
channel: {
|
3457
|
+
name: string;
|
3457
3458
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3458
3459
|
id: string;
|
3459
|
-
name: string;
|
3460
3460
|
metadata: {
|
3461
|
-
id: string;
|
3462
3461
|
name: string;
|
3462
|
+
id: string;
|
3463
3463
|
accessToken?: string | undefined;
|
3464
3464
|
channelSecret?: string | undefined;
|
3465
3465
|
additionalCredentials?: any;
|
@@ -3477,9 +3477,9 @@ export declare const channelContract: {
|
|
3477
3477
|
updatedAt: Date;
|
3478
3478
|
deletedAt: Date | null;
|
3479
3479
|
actor: {
|
3480
|
+
name: string;
|
3480
3481
|
id: string;
|
3481
3482
|
address: string | null;
|
3482
|
-
name: string;
|
3483
3483
|
email: string;
|
3484
3484
|
createdAt: Date;
|
3485
3485
|
updatedAt: Date;
|
@@ -3526,8 +3526,8 @@ export declare const channelContract: {
|
|
3526
3526
|
connectedUserName: string;
|
3527
3527
|
connectedUserId: string;
|
3528
3528
|
botpressBot: {
|
3529
|
-
id: string;
|
3530
3529
|
name: string;
|
3530
|
+
id: string;
|
3531
3531
|
accessToken: string;
|
3532
3532
|
botId: string;
|
3533
3533
|
integrationId: string;
|
@@ -3536,12 +3536,12 @@ export declare const channelContract: {
|
|
3536
3536
|
requestId: string;
|
3537
3537
|
}, {
|
3538
3538
|
channel: {
|
3539
|
+
name: string;
|
3539
3540
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3540
3541
|
id: string;
|
3541
|
-
name: string;
|
3542
3542
|
metadata: {
|
3543
|
-
id: string;
|
3544
3543
|
name: string;
|
3544
|
+
id: string;
|
3545
3545
|
accessToken?: string | undefined;
|
3546
3546
|
channelSecret?: string | undefined;
|
3547
3547
|
additionalCredentials?: any;
|
@@ -3559,9 +3559,9 @@ export declare const channelContract: {
|
|
3559
3559
|
updatedAt: Date;
|
3560
3560
|
deletedAt: Date | null;
|
3561
3561
|
actor: {
|
3562
|
+
name: string;
|
3562
3563
|
id: string;
|
3563
3564
|
address: string | null;
|
3564
|
-
name: string;
|
3565
3565
|
email: string;
|
3566
3566
|
createdAt: Date;
|
3567
3567
|
updatedAt: Date;
|
@@ -3608,8 +3608,8 @@ export declare const channelContract: {
|
|
3608
3608
|
connectedUserName: string;
|
3609
3609
|
connectedUserId: string;
|
3610
3610
|
botpressBot: {
|
3611
|
-
id: string;
|
3612
3611
|
name: string;
|
3612
|
+
id: string;
|
3613
3613
|
accessToken: string;
|
3614
3614
|
botId: string;
|
3615
3615
|
integrationId: string;
|
@@ -3738,11 +3738,11 @@ export declare const channelContract: {
|
|
3738
3738
|
id: z.ZodString;
|
3739
3739
|
name: z.ZodString;
|
3740
3740
|
}, "strip", z.ZodTypeAny, {
|
3741
|
-
id: string;
|
3742
3741
|
name: string;
|
3743
|
-
}, {
|
3744
3742
|
id: string;
|
3743
|
+
}, {
|
3745
3744
|
name: string;
|
3745
|
+
id: string;
|
3746
3746
|
}>, "many">;
|
3747
3747
|
id: z.ZodString;
|
3748
3748
|
name: z.ZodString;
|
@@ -3765,8 +3765,8 @@ export declare const channelContract: {
|
|
3765
3765
|
};
|
3766
3766
|
}>;
|
3767
3767
|
}, "strip", z.ZodTypeAny, {
|
3768
|
-
id: string;
|
3769
3768
|
name: string;
|
3769
|
+
id: string;
|
3770
3770
|
picture: {
|
3771
3771
|
data: {
|
3772
3772
|
url: string;
|
@@ -3775,13 +3775,13 @@ export declare const channelContract: {
|
|
3775
3775
|
category: string;
|
3776
3776
|
access_token: string;
|
3777
3777
|
category_list: {
|
3778
|
-
id: string;
|
3779
3778
|
name: string;
|
3779
|
+
id: string;
|
3780
3780
|
}[];
|
3781
3781
|
tasks: string[];
|
3782
3782
|
}, {
|
3783
|
-
id: string;
|
3784
3783
|
name: string;
|
3784
|
+
id: string;
|
3785
3785
|
picture: {
|
3786
3786
|
data: {
|
3787
3787
|
url: string;
|
@@ -3790,8 +3790,8 @@ export declare const channelContract: {
|
|
3790
3790
|
category: string;
|
3791
3791
|
access_token: string;
|
3792
3792
|
category_list: {
|
3793
|
-
id: string;
|
3794
3793
|
name: string;
|
3794
|
+
id: string;
|
3795
3795
|
}[];
|
3796
3796
|
tasks: string[];
|
3797
3797
|
}>, "many">;
|
@@ -3819,8 +3819,8 @@ export declare const channelContract: {
|
|
3819
3819
|
}>>;
|
3820
3820
|
}, "strip", z.ZodTypeAny, {
|
3821
3821
|
data: {
|
3822
|
-
id: string;
|
3823
3822
|
name: string;
|
3823
|
+
id: string;
|
3824
3824
|
picture: {
|
3825
3825
|
data: {
|
3826
3826
|
url: string;
|
@@ -3829,8 +3829,8 @@ export declare const channelContract: {
|
|
3829
3829
|
category: string;
|
3830
3830
|
access_token: string;
|
3831
3831
|
category_list: {
|
3832
|
-
id: string;
|
3833
3832
|
name: string;
|
3833
|
+
id: string;
|
3834
3834
|
}[];
|
3835
3835
|
tasks: string[];
|
3836
3836
|
}[];
|
@@ -3842,8 +3842,8 @@ export declare const channelContract: {
|
|
3842
3842
|
} | undefined;
|
3843
3843
|
}, {
|
3844
3844
|
data: {
|
3845
|
-
id: string;
|
3846
3845
|
name: string;
|
3846
|
+
id: string;
|
3847
3847
|
picture: {
|
3848
3848
|
data: {
|
3849
3849
|
url: string;
|
@@ -3852,8 +3852,8 @@ export declare const channelContract: {
|
|
3852
3852
|
category: string;
|
3853
3853
|
access_token: string;
|
3854
3854
|
category_list: {
|
3855
|
-
id: string;
|
3856
3855
|
name: string;
|
3856
|
+
id: string;
|
3857
3857
|
}[];
|
3858
3858
|
tasks: string[];
|
3859
3859
|
}[];
|
@@ -3867,8 +3867,8 @@ export declare const channelContract: {
|
|
3867
3867
|
}, "strip", z.ZodTypeAny, {
|
3868
3868
|
data: {
|
3869
3869
|
data: {
|
3870
|
-
id: string;
|
3871
3870
|
name: string;
|
3871
|
+
id: string;
|
3872
3872
|
picture: {
|
3873
3873
|
data: {
|
3874
3874
|
url: string;
|
@@ -3877,8 +3877,8 @@ export declare const channelContract: {
|
|
3877
3877
|
category: string;
|
3878
3878
|
access_token: string;
|
3879
3879
|
category_list: {
|
3880
|
-
id: string;
|
3881
3880
|
name: string;
|
3881
|
+
id: string;
|
3882
3882
|
}[];
|
3883
3883
|
tasks: string[];
|
3884
3884
|
}[];
|
@@ -3893,8 +3893,8 @@ export declare const channelContract: {
|
|
3893
3893
|
}, {
|
3894
3894
|
data: {
|
3895
3895
|
data: {
|
3896
|
-
id: string;
|
3897
3896
|
name: string;
|
3897
|
+
id: string;
|
3898
3898
|
picture: {
|
3899
3899
|
data: {
|
3900
3900
|
url: string;
|
@@ -3903,8 +3903,8 @@ export declare const channelContract: {
|
|
3903
3903
|
category: string;
|
3904
3904
|
access_token: string;
|
3905
3905
|
category_list: {
|
3906
|
-
id: string;
|
3907
3906
|
name: string;
|
3907
|
+
id: string;
|
3908
3908
|
}[];
|
3909
3909
|
tasks: string[];
|
3910
3910
|
}[];
|
@@ -3988,8 +3988,8 @@ export declare const channelContract: {
|
|
3988
3988
|
};
|
3989
3989
|
}>;
|
3990
3990
|
}, "strip", z.ZodTypeAny, {
|
3991
|
-
id: string;
|
3992
3991
|
name: string;
|
3992
|
+
id: string;
|
3993
3993
|
picture: {
|
3994
3994
|
data: {
|
3995
3995
|
url: string;
|
@@ -3997,8 +3997,8 @@ export declare const channelContract: {
|
|
3997
3997
|
};
|
3998
3998
|
access_token: string;
|
3999
3999
|
}, {
|
4000
|
-
id: string;
|
4001
4000
|
name: string;
|
4001
|
+
id: string;
|
4002
4002
|
picture: {
|
4003
4003
|
data: {
|
4004
4004
|
url: string;
|
@@ -4008,8 +4008,8 @@ export declare const channelContract: {
|
|
4008
4008
|
}>, "many">;
|
4009
4009
|
}, "strip", z.ZodTypeAny, {
|
4010
4010
|
data: {
|
4011
|
-
id: string;
|
4012
4011
|
name: string;
|
4012
|
+
id: string;
|
4013
4013
|
picture: {
|
4014
4014
|
data: {
|
4015
4015
|
url: string;
|
@@ -4019,8 +4019,8 @@ export declare const channelContract: {
|
|
4019
4019
|
}[];
|
4020
4020
|
}, {
|
4021
4021
|
data: {
|
4022
|
-
id: string;
|
4023
4022
|
name: string;
|
4023
|
+
id: string;
|
4024
4024
|
picture: {
|
4025
4025
|
data: {
|
4026
4026
|
url: string;
|
@@ -4052,8 +4052,8 @@ export declare const channelContract: {
|
|
4052
4052
|
};
|
4053
4053
|
}>;
|
4054
4054
|
}, "strip", z.ZodTypeAny, {
|
4055
|
-
id: string;
|
4056
4055
|
name: string;
|
4056
|
+
id: string;
|
4057
4057
|
picture: {
|
4058
4058
|
data: {
|
4059
4059
|
url: string;
|
@@ -4061,8 +4061,8 @@ export declare const channelContract: {
|
|
4061
4061
|
};
|
4062
4062
|
access_token: string;
|
4063
4063
|
}, {
|
4064
|
-
id: string;
|
4065
4064
|
name: string;
|
4065
|
+
id: string;
|
4066
4066
|
picture: {
|
4067
4067
|
data: {
|
4068
4068
|
url: string;
|
@@ -4072,8 +4072,8 @@ export declare const channelContract: {
|
|
4072
4072
|
}>, "many">;
|
4073
4073
|
}, "strip", z.ZodTypeAny, {
|
4074
4074
|
data: {
|
4075
|
-
id: string;
|
4076
4075
|
name: string;
|
4076
|
+
id: string;
|
4077
4077
|
picture: {
|
4078
4078
|
data: {
|
4079
4079
|
url: string;
|
@@ -4083,8 +4083,8 @@ export declare const channelContract: {
|
|
4083
4083
|
}[];
|
4084
4084
|
}, {
|
4085
4085
|
data: {
|
4086
|
-
id: string;
|
4087
4086
|
name: string;
|
4087
|
+
id: string;
|
4088
4088
|
picture: {
|
4089
4089
|
data: {
|
4090
4090
|
url: string;
|
@@ -4094,13 +4094,13 @@ export declare const channelContract: {
|
|
4094
4094
|
}[];
|
4095
4095
|
}>>;
|
4096
4096
|
}, "strip", z.ZodTypeAny, {
|
4097
|
-
id: string;
|
4098
4097
|
name: string;
|
4098
|
+
id: string;
|
4099
4099
|
profile_picture_uri: string;
|
4100
4100
|
owned_pages?: {
|
4101
4101
|
data: {
|
4102
|
-
id: string;
|
4103
4102
|
name: string;
|
4103
|
+
id: string;
|
4104
4104
|
picture: {
|
4105
4105
|
data: {
|
4106
4106
|
url: string;
|
@@ -4111,8 +4111,8 @@ export declare const channelContract: {
|
|
4111
4111
|
} | undefined;
|
4112
4112
|
client_pages?: {
|
4113
4113
|
data: {
|
4114
|
-
id: string;
|
4115
4114
|
name: string;
|
4115
|
+
id: string;
|
4116
4116
|
picture: {
|
4117
4117
|
data: {
|
4118
4118
|
url: string;
|
@@ -4122,13 +4122,13 @@ export declare const channelContract: {
|
|
4122
4122
|
}[];
|
4123
4123
|
} | undefined;
|
4124
4124
|
}, {
|
4125
|
-
id: string;
|
4126
4125
|
name: string;
|
4126
|
+
id: string;
|
4127
4127
|
profile_picture_uri: string;
|
4128
4128
|
owned_pages?: {
|
4129
4129
|
data: {
|
4130
|
-
id: string;
|
4131
4130
|
name: string;
|
4131
|
+
id: string;
|
4132
4132
|
picture: {
|
4133
4133
|
data: {
|
4134
4134
|
url: string;
|
@@ -4139,8 +4139,8 @@ export declare const channelContract: {
|
|
4139
4139
|
} | undefined;
|
4140
4140
|
client_pages?: {
|
4141
4141
|
data: {
|
4142
|
-
id: string;
|
4143
4142
|
name: string;
|
4143
|
+
id: string;
|
4144
4144
|
picture: {
|
4145
4145
|
data: {
|
4146
4146
|
url: string;
|
@@ -4152,13 +4152,13 @@ export declare const channelContract: {
|
|
4152
4152
|
}>, "many">;
|
4153
4153
|
}, "strip", z.ZodTypeAny, {
|
4154
4154
|
data: {
|
4155
|
-
id: string;
|
4156
4155
|
name: string;
|
4156
|
+
id: string;
|
4157
4157
|
profile_picture_uri: string;
|
4158
4158
|
owned_pages?: {
|
4159
4159
|
data: {
|
4160
|
-
id: string;
|
4161
4160
|
name: string;
|
4161
|
+
id: string;
|
4162
4162
|
picture: {
|
4163
4163
|
data: {
|
4164
4164
|
url: string;
|
@@ -4169,8 +4169,8 @@ export declare const channelContract: {
|
|
4169
4169
|
} | undefined;
|
4170
4170
|
client_pages?: {
|
4171
4171
|
data: {
|
4172
|
-
id: string;
|
4173
4172
|
name: string;
|
4173
|
+
id: string;
|
4174
4174
|
picture: {
|
4175
4175
|
data: {
|
4176
4176
|
url: string;
|
@@ -4183,13 +4183,13 @@ export declare const channelContract: {
|
|
4183
4183
|
requestId: string;
|
4184
4184
|
}, {
|
4185
4185
|
data: {
|
4186
|
-
id: string;
|
4187
4186
|
name: string;
|
4187
|
+
id: string;
|
4188
4188
|
profile_picture_uri: string;
|
4189
4189
|
owned_pages?: {
|
4190
4190
|
data: {
|
4191
|
-
id: string;
|
4192
4191
|
name: string;
|
4192
|
+
id: string;
|
4193
4193
|
picture: {
|
4194
4194
|
data: {
|
4195
4195
|
url: string;
|
@@ -4200,8 +4200,8 @@ export declare const channelContract: {
|
|
4200
4200
|
} | undefined;
|
4201
4201
|
client_pages?: {
|
4202
4202
|
data: {
|
4203
|
-
id: string;
|
4204
4203
|
name: string;
|
4204
|
+
id: string;
|
4205
4205
|
picture: {
|
4206
4206
|
data: {
|
4207
4207
|
url: string;
|
@@ -4284,8 +4284,8 @@ export declare const channelContract: {
|
|
4284
4284
|
};
|
4285
4285
|
}>;
|
4286
4286
|
}, "strip", z.ZodTypeAny, {
|
4287
|
-
id: string;
|
4288
4287
|
name: string;
|
4288
|
+
id: string;
|
4289
4289
|
picture: {
|
4290
4290
|
data: {
|
4291
4291
|
url: string;
|
@@ -4293,8 +4293,8 @@ export declare const channelContract: {
|
|
4293
4293
|
};
|
4294
4294
|
access_token: string;
|
4295
4295
|
}, {
|
4296
|
-
id: string;
|
4297
4296
|
name: string;
|
4297
|
+
id: string;
|
4298
4298
|
picture: {
|
4299
4299
|
data: {
|
4300
4300
|
url: string;
|
@@ -4304,8 +4304,8 @@ export declare const channelContract: {
|
|
4304
4304
|
}>, "many">;
|
4305
4305
|
}, "strip", z.ZodTypeAny, {
|
4306
4306
|
data: {
|
4307
|
-
id: string;
|
4308
4307
|
name: string;
|
4308
|
+
id: string;
|
4309
4309
|
picture: {
|
4310
4310
|
data: {
|
4311
4311
|
url: string;
|
@@ -4315,8 +4315,8 @@ export declare const channelContract: {
|
|
4315
4315
|
}[];
|
4316
4316
|
}, {
|
4317
4317
|
data: {
|
4318
|
-
id: string;
|
4319
4318
|
name: string;
|
4319
|
+
id: string;
|
4320
4320
|
picture: {
|
4321
4321
|
data: {
|
4322
4322
|
url: string;
|
@@ -4348,8 +4348,8 @@ export declare const channelContract: {
|
|
4348
4348
|
};
|
4349
4349
|
}>;
|
4350
4350
|
}, "strip", z.ZodTypeAny, {
|
4351
|
-
id: string;
|
4352
4351
|
name: string;
|
4352
|
+
id: string;
|
4353
4353
|
picture: {
|
4354
4354
|
data: {
|
4355
4355
|
url: string;
|
@@ -4357,8 +4357,8 @@ export declare const channelContract: {
|
|
4357
4357
|
};
|
4358
4358
|
access_token: string;
|
4359
4359
|
}, {
|
4360
|
-
id: string;
|
4361
4360
|
name: string;
|
4361
|
+
id: string;
|
4362
4362
|
picture: {
|
4363
4363
|
data: {
|
4364
4364
|
url: string;
|
@@ -4368,8 +4368,8 @@ export declare const channelContract: {
|
|
4368
4368
|
}>, "many">;
|
4369
4369
|
}, "strip", z.ZodTypeAny, {
|
4370
4370
|
data: {
|
4371
|
-
id: string;
|
4372
4371
|
name: string;
|
4372
|
+
id: string;
|
4373
4373
|
picture: {
|
4374
4374
|
data: {
|
4375
4375
|
url: string;
|
@@ -4379,8 +4379,8 @@ export declare const channelContract: {
|
|
4379
4379
|
}[];
|
4380
4380
|
}, {
|
4381
4381
|
data: {
|
4382
|
-
id: string;
|
4383
4382
|
name: string;
|
4383
|
+
id: string;
|
4384
4384
|
picture: {
|
4385
4385
|
data: {
|
4386
4386
|
url: string;
|
@@ -4390,13 +4390,13 @@ export declare const channelContract: {
|
|
4390
4390
|
}[];
|
4391
4391
|
}>>;
|
4392
4392
|
}, "strip", z.ZodTypeAny, {
|
4393
|
-
id: string;
|
4394
4393
|
name: string;
|
4394
|
+
id: string;
|
4395
4395
|
profile_picture_uri: string;
|
4396
4396
|
owned_pages?: {
|
4397
4397
|
data: {
|
4398
|
-
id: string;
|
4399
4398
|
name: string;
|
4399
|
+
id: string;
|
4400
4400
|
picture: {
|
4401
4401
|
data: {
|
4402
4402
|
url: string;
|
@@ -4407,8 +4407,8 @@ export declare const channelContract: {
|
|
4407
4407
|
} | undefined;
|
4408
4408
|
client_pages?: {
|
4409
4409
|
data: {
|
4410
|
-
id: string;
|
4411
4410
|
name: string;
|
4411
|
+
id: string;
|
4412
4412
|
picture: {
|
4413
4413
|
data: {
|
4414
4414
|
url: string;
|
@@ -4418,13 +4418,13 @@ export declare const channelContract: {
|
|
4418
4418
|
}[];
|
4419
4419
|
} | undefined;
|
4420
4420
|
}, {
|
4421
|
-
id: string;
|
4422
4421
|
name: string;
|
4422
|
+
id: string;
|
4423
4423
|
profile_picture_uri: string;
|
4424
4424
|
owned_pages?: {
|
4425
4425
|
data: {
|
4426
|
-
id: string;
|
4427
4426
|
name: string;
|
4427
|
+
id: string;
|
4428
4428
|
picture: {
|
4429
4429
|
data: {
|
4430
4430
|
url: string;
|
@@ -4435,8 +4435,8 @@ export declare const channelContract: {
|
|
4435
4435
|
} | undefined;
|
4436
4436
|
client_pages?: {
|
4437
4437
|
data: {
|
4438
|
-
id: string;
|
4439
4438
|
name: string;
|
4439
|
+
id: string;
|
4440
4440
|
picture: {
|
4441
4441
|
data: {
|
4442
4442
|
url: string;
|
@@ -4448,13 +4448,13 @@ export declare const channelContract: {
|
|
4448
4448
|
}>;
|
4449
4449
|
}, "strip", z.ZodTypeAny, {
|
4450
4450
|
data: {
|
4451
|
-
id: string;
|
4452
4451
|
name: string;
|
4452
|
+
id: string;
|
4453
4453
|
profile_picture_uri: string;
|
4454
4454
|
owned_pages?: {
|
4455
4455
|
data: {
|
4456
|
-
id: string;
|
4457
4456
|
name: string;
|
4457
|
+
id: string;
|
4458
4458
|
picture: {
|
4459
4459
|
data: {
|
4460
4460
|
url: string;
|
@@ -4465,8 +4465,8 @@ export declare const channelContract: {
|
|
4465
4465
|
} | undefined;
|
4466
4466
|
client_pages?: {
|
4467
4467
|
data: {
|
4468
|
-
id: string;
|
4469
4468
|
name: string;
|
4469
|
+
id: string;
|
4470
4470
|
picture: {
|
4471
4471
|
data: {
|
4472
4472
|
url: string;
|
@@ -4479,13 +4479,13 @@ export declare const channelContract: {
|
|
4479
4479
|
requestId: string;
|
4480
4480
|
}, {
|
4481
4481
|
data: {
|
4482
|
-
id: string;
|
4483
4482
|
name: string;
|
4483
|
+
id: string;
|
4484
4484
|
profile_picture_uri: string;
|
4485
4485
|
owned_pages?: {
|
4486
4486
|
data: {
|
4487
|
-
id: string;
|
4488
4487
|
name: string;
|
4488
|
+
id: string;
|
4489
4489
|
picture: {
|
4490
4490
|
data: {
|
4491
4491
|
url: string;
|
@@ -4496,8 +4496,8 @@ export declare const channelContract: {
|
|
4496
4496
|
} | undefined;
|
4497
4497
|
client_pages?: {
|
4498
4498
|
data: {
|
4499
|
-
id: string;
|
4500
4499
|
name: string;
|
4500
|
+
id: string;
|
4501
4501
|
picture: {
|
4502
4502
|
data: {
|
4503
4503
|
url: string;
|
@@ -4565,8 +4565,8 @@ export declare const channelContract: {
|
|
4565
4565
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
4566
4566
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4567
4567
|
}, "strip", z.ZodTypeAny, {
|
4568
|
-
id: string;
|
4569
4568
|
name: string;
|
4569
|
+
id: string;
|
4570
4570
|
accessToken?: string | undefined;
|
4571
4571
|
channelSecret?: string | undefined;
|
4572
4572
|
additionalCredentials?: any;
|
@@ -4579,8 +4579,8 @@ export declare const channelContract: {
|
|
4579
4579
|
lineRichMenuId?: string | null | undefined;
|
4580
4580
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4581
4581
|
}, {
|
4582
|
-
id: string;
|
4583
4582
|
name: string;
|
4583
|
+
id: string;
|
4584
4584
|
accessToken?: string | undefined;
|
4585
4585
|
channelSecret?: string | undefined;
|
4586
4586
|
additionalCredentials?: any;
|
@@ -4597,11 +4597,11 @@ export declare const channelContract: {
|
|
4597
4597
|
connectedUserId: z.ZodString;
|
4598
4598
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
4599
4599
|
}, "strip", z.ZodTypeAny, {
|
4600
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4601
4600
|
name: string;
|
4601
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4602
4602
|
metadata: {
|
4603
|
-
id: string;
|
4604
4603
|
name: string;
|
4604
|
+
id: string;
|
4605
4605
|
accessToken?: string | undefined;
|
4606
4606
|
channelSecret?: string | undefined;
|
4607
4607
|
additionalCredentials?: any;
|
@@ -4618,11 +4618,11 @@ export declare const channelContract: {
|
|
4618
4618
|
connectedUserId: string;
|
4619
4619
|
connectedUserName?: string | undefined;
|
4620
4620
|
}, {
|
4621
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4622
4621
|
name: string;
|
4622
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4623
4623
|
metadata: {
|
4624
|
-
id: string;
|
4625
4624
|
name: string;
|
4625
|
+
id: string;
|
4626
4626
|
accessToken?: string | undefined;
|
4627
4627
|
channelSecret?: string | undefined;
|
4628
4628
|
additionalCredentials?: any;
|
@@ -4674,8 +4674,8 @@ export declare const channelContract: {
|
|
4674
4674
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
4675
4675
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4676
4676
|
}, "strip", z.ZodTypeAny, {
|
4677
|
-
id: string;
|
4678
4677
|
name: string;
|
4678
|
+
id: string;
|
4679
4679
|
accessToken?: string | undefined;
|
4680
4680
|
channelSecret?: string | undefined;
|
4681
4681
|
additionalCredentials?: any;
|
@@ -4688,8 +4688,8 @@ export declare const channelContract: {
|
|
4688
4688
|
lineRichMenuId?: string | null | undefined;
|
4689
4689
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4690
4690
|
}, {
|
4691
|
-
id: string;
|
4692
4691
|
name: string;
|
4692
|
+
id: string;
|
4693
4693
|
accessToken?: string | undefined;
|
4694
4694
|
channelSecret?: string | undefined;
|
4695
4695
|
additionalCredentials?: any;
|
@@ -4715,14 +4715,14 @@ export declare const channelContract: {
|
|
4715
4715
|
integrationId: z.ZodString;
|
4716
4716
|
accessToken: z.ZodString;
|
4717
4717
|
}, "strip", z.ZodTypeAny, {
|
4718
|
-
id: string;
|
4719
4718
|
name: string;
|
4719
|
+
id: string;
|
4720
4720
|
accessToken: string;
|
4721
4721
|
botId: string;
|
4722
4722
|
integrationId: string;
|
4723
4723
|
}, {
|
4724
|
-
id: string;
|
4725
4724
|
name: string;
|
4725
|
+
id: string;
|
4726
4726
|
accessToken: string;
|
4727
4727
|
botId: string;
|
4728
4728
|
integrationId: string;
|
@@ -4845,9 +4845,9 @@ export declare const channelContract: {
|
|
4845
4845
|
telephonySignature: string | null;
|
4846
4846
|
}>;
|
4847
4847
|
}, "strip", z.ZodTypeAny, {
|
4848
|
+
name: string;
|
4848
4849
|
id: string;
|
4849
4850
|
address: string | null;
|
4850
|
-
name: string;
|
4851
4851
|
email: string;
|
4852
4852
|
createdAt: Date;
|
4853
4853
|
updatedAt: Date;
|
@@ -4888,9 +4888,9 @@ export declare const channelContract: {
|
|
4888
4888
|
telephonySignature: string | null;
|
4889
4889
|
};
|
4890
4890
|
}, {
|
4891
|
+
name: string;
|
4891
4892
|
id: string;
|
4892
4893
|
address: string | null;
|
4893
|
-
name: string;
|
4894
4894
|
email: string;
|
4895
4895
|
createdAt: Date;
|
4896
4896
|
updatedAt: Date;
|
@@ -4932,12 +4932,12 @@ export declare const channelContract: {
|
|
4932
4932
|
};
|
4933
4933
|
}>;
|
4934
4934
|
}, "strip", z.ZodTypeAny, {
|
4935
|
+
name: string;
|
4935
4936
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4936
4937
|
id: string;
|
4937
|
-
name: string;
|
4938
4938
|
metadata: {
|
4939
|
-
id: string;
|
4940
4939
|
name: string;
|
4940
|
+
id: string;
|
4941
4941
|
accessToken?: string | undefined;
|
4942
4942
|
channelSecret?: string | undefined;
|
4943
4943
|
additionalCredentials?: any;
|
@@ -4955,9 +4955,9 @@ export declare const channelContract: {
|
|
4955
4955
|
updatedAt: Date;
|
4956
4956
|
deletedAt: Date | null;
|
4957
4957
|
actor: {
|
4958
|
+
name: string;
|
4958
4959
|
id: string;
|
4959
4960
|
address: string | null;
|
4960
|
-
name: string;
|
4961
4961
|
email: string;
|
4962
4962
|
createdAt: Date;
|
4963
4963
|
updatedAt: Date;
|
@@ -5004,19 +5004,19 @@ export declare const channelContract: {
|
|
5004
5004
|
connectedUserName: string;
|
5005
5005
|
connectedUserId: string;
|
5006
5006
|
botpressBot: {
|
5007
|
-
id: string;
|
5008
5007
|
name: string;
|
5008
|
+
id: string;
|
5009
5009
|
accessToken: string;
|
5010
5010
|
botId: string;
|
5011
5011
|
integrationId: string;
|
5012
5012
|
} | null;
|
5013
5013
|
}, {
|
5014
|
+
name: string;
|
5014
5015
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5015
5016
|
id: string;
|
5016
|
-
name: string;
|
5017
5017
|
metadata: {
|
5018
|
-
id: string;
|
5019
5018
|
name: string;
|
5019
|
+
id: string;
|
5020
5020
|
accessToken?: string | undefined;
|
5021
5021
|
channelSecret?: string | undefined;
|
5022
5022
|
additionalCredentials?: any;
|
@@ -5034,9 +5034,9 @@ export declare const channelContract: {
|
|
5034
5034
|
updatedAt: Date;
|
5035
5035
|
deletedAt: Date | null;
|
5036
5036
|
actor: {
|
5037
|
+
name: string;
|
5037
5038
|
id: string;
|
5038
5039
|
address: string | null;
|
5039
|
-
name: string;
|
5040
5040
|
email: string;
|
5041
5041
|
createdAt: Date;
|
5042
5042
|
updatedAt: Date;
|
@@ -5083,8 +5083,8 @@ export declare const channelContract: {
|
|
5083
5083
|
connectedUserName: string;
|
5084
5084
|
connectedUserId: string;
|
5085
5085
|
botpressBot: {
|
5086
|
-
id: string;
|
5087
5086
|
name: string;
|
5087
|
+
id: string;
|
5088
5088
|
accessToken: string;
|
5089
5089
|
botId: string;
|
5090
5090
|
integrationId: string;
|
@@ -5092,12 +5092,12 @@ export declare const channelContract: {
|
|
5092
5092
|
}>;
|
5093
5093
|
}, "strip", z.ZodTypeAny, {
|
5094
5094
|
channel: {
|
5095
|
+
name: string;
|
5095
5096
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5096
5097
|
id: string;
|
5097
|
-
name: string;
|
5098
5098
|
metadata: {
|
5099
|
-
id: string;
|
5100
5099
|
name: string;
|
5100
|
+
id: string;
|
5101
5101
|
accessToken?: string | undefined;
|
5102
5102
|
channelSecret?: string | undefined;
|
5103
5103
|
additionalCredentials?: any;
|
@@ -5115,9 +5115,9 @@ export declare const channelContract: {
|
|
5115
5115
|
updatedAt: Date;
|
5116
5116
|
deletedAt: Date | null;
|
5117
5117
|
actor: {
|
5118
|
+
name: string;
|
5118
5119
|
id: string;
|
5119
5120
|
address: string | null;
|
5120
|
-
name: string;
|
5121
5121
|
email: string;
|
5122
5122
|
createdAt: Date;
|
5123
5123
|
updatedAt: Date;
|
@@ -5164,8 +5164,8 @@ export declare const channelContract: {
|
|
5164
5164
|
connectedUserName: string;
|
5165
5165
|
connectedUserId: string;
|
5166
5166
|
botpressBot: {
|
5167
|
-
id: string;
|
5168
5167
|
name: string;
|
5168
|
+
id: string;
|
5169
5169
|
accessToken: string;
|
5170
5170
|
botId: string;
|
5171
5171
|
integrationId: string;
|
@@ -5174,12 +5174,12 @@ export declare const channelContract: {
|
|
5174
5174
|
requestId: string;
|
5175
5175
|
}, {
|
5176
5176
|
channel: {
|
5177
|
+
name: string;
|
5177
5178
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5178
5179
|
id: string;
|
5179
|
-
name: string;
|
5180
5180
|
metadata: {
|
5181
|
-
id: string;
|
5182
5181
|
name: string;
|
5182
|
+
id: string;
|
5183
5183
|
accessToken?: string | undefined;
|
5184
5184
|
channelSecret?: string | undefined;
|
5185
5185
|
additionalCredentials?: any;
|
@@ -5197,9 +5197,9 @@ export declare const channelContract: {
|
|
5197
5197
|
updatedAt: Date;
|
5198
5198
|
deletedAt: Date | null;
|
5199
5199
|
actor: {
|
5200
|
+
name: string;
|
5200
5201
|
id: string;
|
5201
5202
|
address: string | null;
|
5202
|
-
name: string;
|
5203
5203
|
email: string;
|
5204
5204
|
createdAt: Date;
|
5205
5205
|
updatedAt: Date;
|
@@ -5246,8 +5246,8 @@ export declare const channelContract: {
|
|
5246
5246
|
connectedUserName: string;
|
5247
5247
|
connectedUserId: string;
|
5248
5248
|
botpressBot: {
|
5249
|
-
id: string;
|
5250
5249
|
name: string;
|
5250
|
+
id: string;
|
5251
5251
|
accessToken: string;
|
5252
5252
|
botId: string;
|
5253
5253
|
integrationId: string;
|
@@ -5371,35 +5371,35 @@ export declare const channelContract: {
|
|
5371
5371
|
ig_id: z.ZodNumber;
|
5372
5372
|
id: z.ZodString;
|
5373
5373
|
}, "strip", z.ZodTypeAny, {
|
5374
|
-
id: string;
|
5375
5374
|
name: string;
|
5375
|
+
id: string;
|
5376
5376
|
username: string;
|
5377
5377
|
ig_id: number;
|
5378
5378
|
}, {
|
5379
|
-
id: string;
|
5380
5379
|
name: string;
|
5380
|
+
id: string;
|
5381
5381
|
username: string;
|
5382
5382
|
ig_id: number;
|
5383
5383
|
}>;
|
5384
5384
|
id: z.ZodString;
|
5385
5385
|
name: z.ZodString;
|
5386
5386
|
}, "strip", z.ZodTypeAny, {
|
5387
|
-
id: string;
|
5388
5387
|
name: string;
|
5388
|
+
id: string;
|
5389
5389
|
access_token: string;
|
5390
5390
|
instagram_business_account: {
|
5391
|
-
id: string;
|
5392
5391
|
name: string;
|
5392
|
+
id: string;
|
5393
5393
|
username: string;
|
5394
5394
|
ig_id: number;
|
5395
5395
|
};
|
5396
5396
|
}, {
|
5397
|
-
id: string;
|
5398
5397
|
name: string;
|
5398
|
+
id: string;
|
5399
5399
|
access_token: string;
|
5400
5400
|
instagram_business_account: {
|
5401
|
-
id: string;
|
5402
5401
|
name: string;
|
5402
|
+
id: string;
|
5403
5403
|
username: string;
|
5404
5404
|
ig_id: number;
|
5405
5405
|
};
|
@@ -5428,12 +5428,12 @@ export declare const channelContract: {
|
|
5428
5428
|
}>>;
|
5429
5429
|
}, "strip", z.ZodTypeAny, {
|
5430
5430
|
data: {
|
5431
|
-
id: string;
|
5432
5431
|
name: string;
|
5432
|
+
id: string;
|
5433
5433
|
access_token: string;
|
5434
5434
|
instagram_business_account: {
|
5435
|
-
id: string;
|
5436
5435
|
name: string;
|
5436
|
+
id: string;
|
5437
5437
|
username: string;
|
5438
5438
|
ig_id: number;
|
5439
5439
|
};
|
@@ -5446,12 +5446,12 @@ export declare const channelContract: {
|
|
5446
5446
|
} | undefined;
|
5447
5447
|
}, {
|
5448
5448
|
data: {
|
5449
|
-
id: string;
|
5450
5449
|
name: string;
|
5450
|
+
id: string;
|
5451
5451
|
access_token: string;
|
5452
5452
|
instagram_business_account: {
|
5453
|
-
id: string;
|
5454
5453
|
name: string;
|
5454
|
+
id: string;
|
5455
5455
|
username: string;
|
5456
5456
|
ig_id: number;
|
5457
5457
|
};
|
@@ -5466,12 +5466,12 @@ export declare const channelContract: {
|
|
5466
5466
|
}, "strip", z.ZodTypeAny, {
|
5467
5467
|
data: {
|
5468
5468
|
data: {
|
5469
|
-
id: string;
|
5470
5469
|
name: string;
|
5470
|
+
id: string;
|
5471
5471
|
access_token: string;
|
5472
5472
|
instagram_business_account: {
|
5473
|
-
id: string;
|
5474
5473
|
name: string;
|
5474
|
+
id: string;
|
5475
5475
|
username: string;
|
5476
5476
|
ig_id: number;
|
5477
5477
|
};
|
@@ -5487,12 +5487,12 @@ export declare const channelContract: {
|
|
5487
5487
|
}, {
|
5488
5488
|
data: {
|
5489
5489
|
data: {
|
5490
|
-
id: string;
|
5491
5490
|
name: string;
|
5491
|
+
id: string;
|
5492
5492
|
access_token: string;
|
5493
5493
|
instagram_business_account: {
|
5494
|
-
id: string;
|
5495
5494
|
name: string;
|
5495
|
+
id: string;
|
5496
5496
|
username: string;
|
5497
5497
|
ig_id: number;
|
5498
5498
|
};
|
@@ -5562,8 +5562,8 @@ export declare const channelContract: {
|
|
5562
5562
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
5563
5563
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
5564
5564
|
}, "strip", z.ZodTypeAny, {
|
5565
|
-
id: string;
|
5566
5565
|
name: string;
|
5566
|
+
id: string;
|
5567
5567
|
accessToken?: string | undefined;
|
5568
5568
|
channelSecret?: string | undefined;
|
5569
5569
|
additionalCredentials?: any;
|
@@ -5576,8 +5576,8 @@ export declare const channelContract: {
|
|
5576
5576
|
lineRichMenuId?: string | null | undefined;
|
5577
5577
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5578
5578
|
}, {
|
5579
|
-
id: string;
|
5580
5579
|
name: string;
|
5580
|
+
id: string;
|
5581
5581
|
accessToken?: string | undefined;
|
5582
5582
|
channelSecret?: string | undefined;
|
5583
5583
|
additionalCredentials?: any;
|
@@ -5594,11 +5594,11 @@ export declare const channelContract: {
|
|
5594
5594
|
connectedUserId: z.ZodString;
|
5595
5595
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
5596
5596
|
}, "strip", z.ZodTypeAny, {
|
5597
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5598
5597
|
name: string;
|
5598
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5599
5599
|
metadata: {
|
5600
|
-
id: string;
|
5601
5600
|
name: string;
|
5601
|
+
id: string;
|
5602
5602
|
accessToken?: string | undefined;
|
5603
5603
|
channelSecret?: string | undefined;
|
5604
5604
|
additionalCredentials?: any;
|
@@ -5615,11 +5615,11 @@ export declare const channelContract: {
|
|
5615
5615
|
connectedUserId: string;
|
5616
5616
|
connectedUserName?: string | undefined;
|
5617
5617
|
}, {
|
5618
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5619
5618
|
name: string;
|
5619
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5620
5620
|
metadata: {
|
5621
|
-
id: string;
|
5622
5621
|
name: string;
|
5622
|
+
id: string;
|
5623
5623
|
accessToken?: string | undefined;
|
5624
5624
|
channelSecret?: string | undefined;
|
5625
5625
|
additionalCredentials?: any;
|
@@ -5671,8 +5671,8 @@ export declare const channelContract: {
|
|
5671
5671
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
5672
5672
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
5673
5673
|
}, "strip", z.ZodTypeAny, {
|
5674
|
-
id: string;
|
5675
5674
|
name: string;
|
5675
|
+
id: string;
|
5676
5676
|
accessToken?: string | undefined;
|
5677
5677
|
channelSecret?: string | undefined;
|
5678
5678
|
additionalCredentials?: any;
|
@@ -5685,8 +5685,8 @@ export declare const channelContract: {
|
|
5685
5685
|
lineRichMenuId?: string | null | undefined;
|
5686
5686
|
messengerIntegrationType?: "own" | "business" | undefined;
|
5687
5687
|
}, {
|
5688
|
-
id: string;
|
5689
5688
|
name: string;
|
5689
|
+
id: string;
|
5690
5690
|
accessToken?: string | undefined;
|
5691
5691
|
channelSecret?: string | undefined;
|
5692
5692
|
additionalCredentials?: any;
|
@@ -5712,14 +5712,14 @@ export declare const channelContract: {
|
|
5712
5712
|
integrationId: z.ZodString;
|
5713
5713
|
accessToken: z.ZodString;
|
5714
5714
|
}, "strip", z.ZodTypeAny, {
|
5715
|
-
id: string;
|
5716
5715
|
name: string;
|
5716
|
+
id: string;
|
5717
5717
|
accessToken: string;
|
5718
5718
|
botId: string;
|
5719
5719
|
integrationId: string;
|
5720
5720
|
}, {
|
5721
|
-
id: string;
|
5722
5721
|
name: string;
|
5722
|
+
id: string;
|
5723
5723
|
accessToken: string;
|
5724
5724
|
botId: string;
|
5725
5725
|
integrationId: string;
|
@@ -5842,9 +5842,9 @@ export declare const channelContract: {
|
|
5842
5842
|
telephonySignature: string | null;
|
5843
5843
|
}>;
|
5844
5844
|
}, "strip", z.ZodTypeAny, {
|
5845
|
+
name: string;
|
5845
5846
|
id: string;
|
5846
5847
|
address: string | null;
|
5847
|
-
name: string;
|
5848
5848
|
email: string;
|
5849
5849
|
createdAt: Date;
|
5850
5850
|
updatedAt: Date;
|
@@ -5885,9 +5885,9 @@ export declare const channelContract: {
|
|
5885
5885
|
telephonySignature: string | null;
|
5886
5886
|
};
|
5887
5887
|
}, {
|
5888
|
+
name: string;
|
5888
5889
|
id: string;
|
5889
5890
|
address: string | null;
|
5890
|
-
name: string;
|
5891
5891
|
email: string;
|
5892
5892
|
createdAt: Date;
|
5893
5893
|
updatedAt: Date;
|
@@ -5929,12 +5929,12 @@ export declare const channelContract: {
|
|
5929
5929
|
};
|
5930
5930
|
}>;
|
5931
5931
|
}, "strip", z.ZodTypeAny, {
|
5932
|
+
name: string;
|
5932
5933
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5933
5934
|
id: string;
|
5934
|
-
name: string;
|
5935
5935
|
metadata: {
|
5936
|
-
id: string;
|
5937
5936
|
name: string;
|
5937
|
+
id: string;
|
5938
5938
|
accessToken?: string | undefined;
|
5939
5939
|
channelSecret?: string | undefined;
|
5940
5940
|
additionalCredentials?: any;
|
@@ -5952,9 +5952,9 @@ export declare const channelContract: {
|
|
5952
5952
|
updatedAt: Date;
|
5953
5953
|
deletedAt: Date | null;
|
5954
5954
|
actor: {
|
5955
|
+
name: string;
|
5955
5956
|
id: string;
|
5956
5957
|
address: string | null;
|
5957
|
-
name: string;
|
5958
5958
|
email: string;
|
5959
5959
|
createdAt: Date;
|
5960
5960
|
updatedAt: Date;
|
@@ -6001,19 +6001,19 @@ export declare const channelContract: {
|
|
6001
6001
|
connectedUserName: string;
|
6002
6002
|
connectedUserId: string;
|
6003
6003
|
botpressBot: {
|
6004
|
-
id: string;
|
6005
6004
|
name: string;
|
6005
|
+
id: string;
|
6006
6006
|
accessToken: string;
|
6007
6007
|
botId: string;
|
6008
6008
|
integrationId: string;
|
6009
6009
|
} | null;
|
6010
6010
|
}, {
|
6011
|
+
name: string;
|
6011
6012
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6012
6013
|
id: string;
|
6013
|
-
name: string;
|
6014
6014
|
metadata: {
|
6015
|
-
id: string;
|
6016
6015
|
name: string;
|
6016
|
+
id: string;
|
6017
6017
|
accessToken?: string | undefined;
|
6018
6018
|
channelSecret?: string | undefined;
|
6019
6019
|
additionalCredentials?: any;
|
@@ -6031,9 +6031,9 @@ export declare const channelContract: {
|
|
6031
6031
|
updatedAt: Date;
|
6032
6032
|
deletedAt: Date | null;
|
6033
6033
|
actor: {
|
6034
|
+
name: string;
|
6034
6035
|
id: string;
|
6035
6036
|
address: string | null;
|
6036
|
-
name: string;
|
6037
6037
|
email: string;
|
6038
6038
|
createdAt: Date;
|
6039
6039
|
updatedAt: Date;
|
@@ -6080,8 +6080,8 @@ export declare const channelContract: {
|
|
6080
6080
|
connectedUserName: string;
|
6081
6081
|
connectedUserId: string;
|
6082
6082
|
botpressBot: {
|
6083
|
-
id: string;
|
6084
6083
|
name: string;
|
6084
|
+
id: string;
|
6085
6085
|
accessToken: string;
|
6086
6086
|
botId: string;
|
6087
6087
|
integrationId: string;
|
@@ -6089,12 +6089,12 @@ export declare const channelContract: {
|
|
6089
6089
|
}>;
|
6090
6090
|
}, "strip", z.ZodTypeAny, {
|
6091
6091
|
channel: {
|
6092
|
+
name: string;
|
6092
6093
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6093
6094
|
id: string;
|
6094
|
-
name: string;
|
6095
6095
|
metadata: {
|
6096
|
-
id: string;
|
6097
6096
|
name: string;
|
6097
|
+
id: string;
|
6098
6098
|
accessToken?: string | undefined;
|
6099
6099
|
channelSecret?: string | undefined;
|
6100
6100
|
additionalCredentials?: any;
|
@@ -6112,9 +6112,9 @@ export declare const channelContract: {
|
|
6112
6112
|
updatedAt: Date;
|
6113
6113
|
deletedAt: Date | null;
|
6114
6114
|
actor: {
|
6115
|
+
name: string;
|
6115
6116
|
id: string;
|
6116
6117
|
address: string | null;
|
6117
|
-
name: string;
|
6118
6118
|
email: string;
|
6119
6119
|
createdAt: Date;
|
6120
6120
|
updatedAt: Date;
|
@@ -6161,8 +6161,8 @@ export declare const channelContract: {
|
|
6161
6161
|
connectedUserName: string;
|
6162
6162
|
connectedUserId: string;
|
6163
6163
|
botpressBot: {
|
6164
|
-
id: string;
|
6165
6164
|
name: string;
|
6165
|
+
id: string;
|
6166
6166
|
accessToken: string;
|
6167
6167
|
botId: string;
|
6168
6168
|
integrationId: string;
|
@@ -6171,12 +6171,12 @@ export declare const channelContract: {
|
|
6171
6171
|
requestId: string;
|
6172
6172
|
}, {
|
6173
6173
|
channel: {
|
6174
|
+
name: string;
|
6174
6175
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6175
6176
|
id: string;
|
6176
|
-
name: string;
|
6177
6177
|
metadata: {
|
6178
|
-
id: string;
|
6179
6178
|
name: string;
|
6179
|
+
id: string;
|
6180
6180
|
accessToken?: string | undefined;
|
6181
6181
|
channelSecret?: string | undefined;
|
6182
6182
|
additionalCredentials?: any;
|
@@ -6194,9 +6194,9 @@ export declare const channelContract: {
|
|
6194
6194
|
updatedAt: Date;
|
6195
6195
|
deletedAt: Date | null;
|
6196
6196
|
actor: {
|
6197
|
+
name: string;
|
6197
6198
|
id: string;
|
6198
6199
|
address: string | null;
|
6199
|
-
name: string;
|
6200
6200
|
email: string;
|
6201
6201
|
createdAt: Date;
|
6202
6202
|
updatedAt: Date;
|
@@ -6243,8 +6243,8 @@ export declare const channelContract: {
|
|
6243
6243
|
connectedUserName: string;
|
6244
6244
|
connectedUserId: string;
|
6245
6245
|
botpressBot: {
|
6246
|
-
id: string;
|
6247
6246
|
name: string;
|
6247
|
+
id: string;
|
6248
6248
|
accessToken: string;
|
6249
6249
|
botId: string;
|
6250
6250
|
integrationId: string;
|
@@ -6329,8 +6329,8 @@ export declare const channelContract: {
|
|
6329
6329
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
6330
6330
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
6331
6331
|
}, "strip", z.ZodTypeAny, {
|
6332
|
-
id: string;
|
6333
6332
|
name: string;
|
6333
|
+
id: string;
|
6334
6334
|
accessToken?: string | undefined;
|
6335
6335
|
channelSecret?: string | undefined;
|
6336
6336
|
additionalCredentials?: any;
|
@@ -6343,8 +6343,8 @@ export declare const channelContract: {
|
|
6343
6343
|
lineRichMenuId?: string | null | undefined;
|
6344
6344
|
messengerIntegrationType?: "own" | "business" | undefined;
|
6345
6345
|
}, {
|
6346
|
-
id: string;
|
6347
6346
|
name: string;
|
6347
|
+
id: string;
|
6348
6348
|
accessToken?: string | undefined;
|
6349
6349
|
channelSecret?: string | undefined;
|
6350
6350
|
additionalCredentials?: any;
|
@@ -6370,14 +6370,14 @@ export declare const channelContract: {
|
|
6370
6370
|
integrationId: z.ZodString;
|
6371
6371
|
accessToken: z.ZodString;
|
6372
6372
|
}, "strip", z.ZodTypeAny, {
|
6373
|
-
id: string;
|
6374
6373
|
name: string;
|
6374
|
+
id: string;
|
6375
6375
|
accessToken: string;
|
6376
6376
|
botId: string;
|
6377
6377
|
integrationId: string;
|
6378
6378
|
}, {
|
6379
|
-
id: string;
|
6380
6379
|
name: string;
|
6380
|
+
id: string;
|
6381
6381
|
accessToken: string;
|
6382
6382
|
botId: string;
|
6383
6383
|
integrationId: string;
|
@@ -6500,9 +6500,9 @@ export declare const channelContract: {
|
|
6500
6500
|
telephonySignature: string | null;
|
6501
6501
|
}>;
|
6502
6502
|
}, "strip", z.ZodTypeAny, {
|
6503
|
+
name: string;
|
6503
6504
|
id: string;
|
6504
6505
|
address: string | null;
|
6505
|
-
name: string;
|
6506
6506
|
email: string;
|
6507
6507
|
createdAt: Date;
|
6508
6508
|
updatedAt: Date;
|
@@ -6543,9 +6543,9 @@ export declare const channelContract: {
|
|
6543
6543
|
telephonySignature: string | null;
|
6544
6544
|
};
|
6545
6545
|
}, {
|
6546
|
+
name: string;
|
6546
6547
|
id: string;
|
6547
6548
|
address: string | null;
|
6548
|
-
name: string;
|
6549
6549
|
email: string;
|
6550
6550
|
createdAt: Date;
|
6551
6551
|
updatedAt: Date;
|
@@ -6587,12 +6587,12 @@ export declare const channelContract: {
|
|
6587
6587
|
};
|
6588
6588
|
}>;
|
6589
6589
|
}, "strip", z.ZodTypeAny, {
|
6590
|
+
name: string;
|
6590
6591
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6591
6592
|
id: string;
|
6592
|
-
name: string;
|
6593
6593
|
metadata: {
|
6594
|
-
id: string;
|
6595
6594
|
name: string;
|
6595
|
+
id: string;
|
6596
6596
|
accessToken?: string | undefined;
|
6597
6597
|
channelSecret?: string | undefined;
|
6598
6598
|
additionalCredentials?: any;
|
@@ -6610,9 +6610,9 @@ export declare const channelContract: {
|
|
6610
6610
|
updatedAt: Date;
|
6611
6611
|
deletedAt: Date | null;
|
6612
6612
|
actor: {
|
6613
|
+
name: string;
|
6613
6614
|
id: string;
|
6614
6615
|
address: string | null;
|
6615
|
-
name: string;
|
6616
6616
|
email: string;
|
6617
6617
|
createdAt: Date;
|
6618
6618
|
updatedAt: Date;
|
@@ -6659,19 +6659,19 @@ export declare const channelContract: {
|
|
6659
6659
|
connectedUserName: string;
|
6660
6660
|
connectedUserId: string;
|
6661
6661
|
botpressBot: {
|
6662
|
-
id: string;
|
6663
6662
|
name: string;
|
6663
|
+
id: string;
|
6664
6664
|
accessToken: string;
|
6665
6665
|
botId: string;
|
6666
6666
|
integrationId: string;
|
6667
6667
|
} | null;
|
6668
6668
|
}, {
|
6669
|
+
name: string;
|
6669
6670
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6670
6671
|
id: string;
|
6671
|
-
name: string;
|
6672
6672
|
metadata: {
|
6673
|
-
id: string;
|
6674
6673
|
name: string;
|
6674
|
+
id: string;
|
6675
6675
|
accessToken?: string | undefined;
|
6676
6676
|
channelSecret?: string | undefined;
|
6677
6677
|
additionalCredentials?: any;
|
@@ -6689,9 +6689,9 @@ export declare const channelContract: {
|
|
6689
6689
|
updatedAt: Date;
|
6690
6690
|
deletedAt: Date | null;
|
6691
6691
|
actor: {
|
6692
|
+
name: string;
|
6692
6693
|
id: string;
|
6693
6694
|
address: string | null;
|
6694
|
-
name: string;
|
6695
6695
|
email: string;
|
6696
6696
|
createdAt: Date;
|
6697
6697
|
updatedAt: Date;
|
@@ -6738,8 +6738,8 @@ export declare const channelContract: {
|
|
6738
6738
|
connectedUserName: string;
|
6739
6739
|
connectedUserId: string;
|
6740
6740
|
botpressBot: {
|
6741
|
-
id: string;
|
6742
6741
|
name: string;
|
6742
|
+
id: string;
|
6743
6743
|
accessToken: string;
|
6744
6744
|
botId: string;
|
6745
6745
|
integrationId: string;
|
@@ -6747,12 +6747,12 @@ export declare const channelContract: {
|
|
6747
6747
|
}>;
|
6748
6748
|
}, "strip", z.ZodTypeAny, {
|
6749
6749
|
channel: {
|
6750
|
+
name: string;
|
6750
6751
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6751
6752
|
id: string;
|
6752
|
-
name: string;
|
6753
6753
|
metadata: {
|
6754
|
-
id: string;
|
6755
6754
|
name: string;
|
6755
|
+
id: string;
|
6756
6756
|
accessToken?: string | undefined;
|
6757
6757
|
channelSecret?: string | undefined;
|
6758
6758
|
additionalCredentials?: any;
|
@@ -6770,9 +6770,9 @@ export declare const channelContract: {
|
|
6770
6770
|
updatedAt: Date;
|
6771
6771
|
deletedAt: Date | null;
|
6772
6772
|
actor: {
|
6773
|
+
name: string;
|
6773
6774
|
id: string;
|
6774
6775
|
address: string | null;
|
6775
|
-
name: string;
|
6776
6776
|
email: string;
|
6777
6777
|
createdAt: Date;
|
6778
6778
|
updatedAt: Date;
|
@@ -6819,8 +6819,8 @@ export declare const channelContract: {
|
|
6819
6819
|
connectedUserName: string;
|
6820
6820
|
connectedUserId: string;
|
6821
6821
|
botpressBot: {
|
6822
|
-
id: string;
|
6823
6822
|
name: string;
|
6823
|
+
id: string;
|
6824
6824
|
accessToken: string;
|
6825
6825
|
botId: string;
|
6826
6826
|
integrationId: string;
|
@@ -6829,12 +6829,12 @@ export declare const channelContract: {
|
|
6829
6829
|
requestId: string;
|
6830
6830
|
}, {
|
6831
6831
|
channel: {
|
6832
|
+
name: string;
|
6832
6833
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6833
6834
|
id: string;
|
6834
|
-
name: string;
|
6835
6835
|
metadata: {
|
6836
|
-
id: string;
|
6837
6836
|
name: string;
|
6837
|
+
id: string;
|
6838
6838
|
accessToken?: string | undefined;
|
6839
6839
|
channelSecret?: string | undefined;
|
6840
6840
|
additionalCredentials?: any;
|
@@ -6852,9 +6852,9 @@ export declare const channelContract: {
|
|
6852
6852
|
updatedAt: Date;
|
6853
6853
|
deletedAt: Date | null;
|
6854
6854
|
actor: {
|
6855
|
+
name: string;
|
6855
6856
|
id: string;
|
6856
6857
|
address: string | null;
|
6857
|
-
name: string;
|
6858
6858
|
email: string;
|
6859
6859
|
createdAt: Date;
|
6860
6860
|
updatedAt: Date;
|
@@ -6901,8 +6901,8 @@ export declare const channelContract: {
|
|
6901
6901
|
connectedUserName: string;
|
6902
6902
|
connectedUserId: string;
|
6903
6903
|
botpressBot: {
|
6904
|
-
id: string;
|
6905
6904
|
name: string;
|
6905
|
+
id: string;
|
6906
6906
|
accessToken: string;
|
6907
6907
|
botId: string;
|
6908
6908
|
integrationId: string;
|
@@ -6997,8 +6997,8 @@ export declare const channelContract: {
|
|
6997
6997
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
6998
6998
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
6999
6999
|
}, "strip", z.ZodTypeAny, {
|
7000
|
-
id: string;
|
7001
7000
|
name: string;
|
7001
|
+
id: string;
|
7002
7002
|
accessToken?: string | undefined;
|
7003
7003
|
channelSecret?: string | undefined;
|
7004
7004
|
additionalCredentials?: any;
|
@@ -7011,8 +7011,8 @@ export declare const channelContract: {
|
|
7011
7011
|
lineRichMenuId?: string | null | undefined;
|
7012
7012
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7013
7013
|
}, {
|
7014
|
-
id: string;
|
7015
7014
|
name: string;
|
7015
|
+
id: string;
|
7016
7016
|
accessToken?: string | undefined;
|
7017
7017
|
channelSecret?: string | undefined;
|
7018
7018
|
additionalCredentials?: any;
|
@@ -7038,14 +7038,14 @@ export declare const channelContract: {
|
|
7038
7038
|
integrationId: z.ZodString;
|
7039
7039
|
accessToken: z.ZodString;
|
7040
7040
|
}, "strip", z.ZodTypeAny, {
|
7041
|
-
id: string;
|
7042
7041
|
name: string;
|
7042
|
+
id: string;
|
7043
7043
|
accessToken: string;
|
7044
7044
|
botId: string;
|
7045
7045
|
integrationId: string;
|
7046
7046
|
}, {
|
7047
|
-
id: string;
|
7048
7047
|
name: string;
|
7048
|
+
id: string;
|
7049
7049
|
accessToken: string;
|
7050
7050
|
botId: string;
|
7051
7051
|
integrationId: string;
|
@@ -7168,9 +7168,9 @@ export declare const channelContract: {
|
|
7168
7168
|
telephonySignature: string | null;
|
7169
7169
|
}>;
|
7170
7170
|
}, "strip", z.ZodTypeAny, {
|
7171
|
+
name: string;
|
7171
7172
|
id: string;
|
7172
7173
|
address: string | null;
|
7173
|
-
name: string;
|
7174
7174
|
email: string;
|
7175
7175
|
createdAt: Date;
|
7176
7176
|
updatedAt: Date;
|
@@ -7211,9 +7211,9 @@ export declare const channelContract: {
|
|
7211
7211
|
telephonySignature: string | null;
|
7212
7212
|
};
|
7213
7213
|
}, {
|
7214
|
+
name: string;
|
7214
7215
|
id: string;
|
7215
7216
|
address: string | null;
|
7216
|
-
name: string;
|
7217
7217
|
email: string;
|
7218
7218
|
createdAt: Date;
|
7219
7219
|
updatedAt: Date;
|
@@ -7255,12 +7255,12 @@ export declare const channelContract: {
|
|
7255
7255
|
};
|
7256
7256
|
}>;
|
7257
7257
|
}, "strip", z.ZodTypeAny, {
|
7258
|
+
name: string;
|
7258
7259
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7259
7260
|
id: string;
|
7260
|
-
name: string;
|
7261
7261
|
metadata: {
|
7262
|
-
id: string;
|
7263
7262
|
name: string;
|
7263
|
+
id: string;
|
7264
7264
|
accessToken?: string | undefined;
|
7265
7265
|
channelSecret?: string | undefined;
|
7266
7266
|
additionalCredentials?: any;
|
@@ -7278,9 +7278,9 @@ export declare const channelContract: {
|
|
7278
7278
|
updatedAt: Date;
|
7279
7279
|
deletedAt: Date | null;
|
7280
7280
|
actor: {
|
7281
|
+
name: string;
|
7281
7282
|
id: string;
|
7282
7283
|
address: string | null;
|
7283
|
-
name: string;
|
7284
7284
|
email: string;
|
7285
7285
|
createdAt: Date;
|
7286
7286
|
updatedAt: Date;
|
@@ -7327,19 +7327,19 @@ export declare const channelContract: {
|
|
7327
7327
|
connectedUserName: string;
|
7328
7328
|
connectedUserId: string;
|
7329
7329
|
botpressBot: {
|
7330
|
-
id: string;
|
7331
7330
|
name: string;
|
7331
|
+
id: string;
|
7332
7332
|
accessToken: string;
|
7333
7333
|
botId: string;
|
7334
7334
|
integrationId: string;
|
7335
7335
|
} | null;
|
7336
7336
|
}, {
|
7337
|
+
name: string;
|
7337
7338
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7338
7339
|
id: string;
|
7339
|
-
name: string;
|
7340
7340
|
metadata: {
|
7341
|
-
id: string;
|
7342
7341
|
name: string;
|
7342
|
+
id: string;
|
7343
7343
|
accessToken?: string | undefined;
|
7344
7344
|
channelSecret?: string | undefined;
|
7345
7345
|
additionalCredentials?: any;
|
@@ -7357,9 +7357,9 @@ export declare const channelContract: {
|
|
7357
7357
|
updatedAt: Date;
|
7358
7358
|
deletedAt: Date | null;
|
7359
7359
|
actor: {
|
7360
|
+
name: string;
|
7360
7361
|
id: string;
|
7361
7362
|
address: string | null;
|
7362
|
-
name: string;
|
7363
7363
|
email: string;
|
7364
7364
|
createdAt: Date;
|
7365
7365
|
updatedAt: Date;
|
@@ -7406,8 +7406,8 @@ export declare const channelContract: {
|
|
7406
7406
|
connectedUserName: string;
|
7407
7407
|
connectedUserId: string;
|
7408
7408
|
botpressBot: {
|
7409
|
-
id: string;
|
7410
7409
|
name: string;
|
7410
|
+
id: string;
|
7411
7411
|
accessToken: string;
|
7412
7412
|
botId: string;
|
7413
7413
|
integrationId: string;
|
@@ -7415,12 +7415,12 @@ export declare const channelContract: {
|
|
7415
7415
|
}>;
|
7416
7416
|
}, "strip", z.ZodTypeAny, {
|
7417
7417
|
channel: {
|
7418
|
+
name: string;
|
7418
7419
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7419
7420
|
id: string;
|
7420
|
-
name: string;
|
7421
7421
|
metadata: {
|
7422
|
-
id: string;
|
7423
7422
|
name: string;
|
7423
|
+
id: string;
|
7424
7424
|
accessToken?: string | undefined;
|
7425
7425
|
channelSecret?: string | undefined;
|
7426
7426
|
additionalCredentials?: any;
|
@@ -7438,9 +7438,9 @@ export declare const channelContract: {
|
|
7438
7438
|
updatedAt: Date;
|
7439
7439
|
deletedAt: Date | null;
|
7440
7440
|
actor: {
|
7441
|
+
name: string;
|
7441
7442
|
id: string;
|
7442
7443
|
address: string | null;
|
7443
|
-
name: string;
|
7444
7444
|
email: string;
|
7445
7445
|
createdAt: Date;
|
7446
7446
|
updatedAt: Date;
|
@@ -7487,8 +7487,8 @@ export declare const channelContract: {
|
|
7487
7487
|
connectedUserName: string;
|
7488
7488
|
connectedUserId: string;
|
7489
7489
|
botpressBot: {
|
7490
|
-
id: string;
|
7491
7490
|
name: string;
|
7491
|
+
id: string;
|
7492
7492
|
accessToken: string;
|
7493
7493
|
botId: string;
|
7494
7494
|
integrationId: string;
|
@@ -7497,12 +7497,12 @@ export declare const channelContract: {
|
|
7497
7497
|
requestId: string;
|
7498
7498
|
}, {
|
7499
7499
|
channel: {
|
7500
|
+
name: string;
|
7500
7501
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7501
7502
|
id: string;
|
7502
|
-
name: string;
|
7503
7503
|
metadata: {
|
7504
|
-
id: string;
|
7505
7504
|
name: string;
|
7505
|
+
id: string;
|
7506
7506
|
accessToken?: string | undefined;
|
7507
7507
|
channelSecret?: string | undefined;
|
7508
7508
|
additionalCredentials?: any;
|
@@ -7520,9 +7520,9 @@ export declare const channelContract: {
|
|
7520
7520
|
updatedAt: Date;
|
7521
7521
|
deletedAt: Date | null;
|
7522
7522
|
actor: {
|
7523
|
+
name: string;
|
7523
7524
|
id: string;
|
7524
7525
|
address: string | null;
|
7525
|
-
name: string;
|
7526
7526
|
email: string;
|
7527
7527
|
createdAt: Date;
|
7528
7528
|
updatedAt: Date;
|
@@ -7569,8 +7569,8 @@ export declare const channelContract: {
|
|
7569
7569
|
connectedUserName: string;
|
7570
7570
|
connectedUserId: string;
|
7571
7571
|
botpressBot: {
|
7572
|
-
id: string;
|
7573
7572
|
name: string;
|
7573
|
+
id: string;
|
7574
7574
|
accessToken: string;
|
7575
7575
|
botId: string;
|
7576
7576
|
integrationId: string;
|
@@ -7633,8 +7633,8 @@ export declare const channelContract: {
|
|
7633
7633
|
agentAwayMessage: z.ZodOptional<z.ZodString>;
|
7634
7634
|
widgetColor: z.ZodOptional<z.ZodString>;
|
7635
7635
|
}, "strip", z.ZodTypeAny, {
|
7636
|
-
type: import("./validation").ChatwootChannelType;
|
7637
7636
|
name: string;
|
7637
|
+
type: import("./validation").ChatwootChannelType;
|
7638
7638
|
websiteName: string;
|
7639
7639
|
welcomeTitle: string;
|
7640
7640
|
websiteUrl: string;
|
@@ -7643,8 +7643,8 @@ export declare const channelContract: {
|
|
7643
7643
|
agentAwayMessage?: string | undefined;
|
7644
7644
|
widgetColor?: string | undefined;
|
7645
7645
|
}, {
|
7646
|
-
type: import("./validation").ChatwootChannelType;
|
7647
7646
|
name: string;
|
7647
|
+
type: import("./validation").ChatwootChannelType;
|
7648
7648
|
websiteName: string;
|
7649
7649
|
welcomeTitle: string;
|
7650
7650
|
websiteUrl: string;
|
@@ -7654,9 +7654,10 @@ export declare const channelContract: {
|
|
7654
7654
|
widgetColor?: string | undefined;
|
7655
7655
|
}>;
|
7656
7656
|
}, "strip", z.ZodTypeAny, {
|
7657
|
+
name: string;
|
7657
7658
|
channel: {
|
7658
|
-
type: import("./validation").ChatwootChannelType;
|
7659
7659
|
name: string;
|
7660
|
+
type: import("./validation").ChatwootChannelType;
|
7660
7661
|
websiteName: string;
|
7661
7662
|
welcomeTitle: string;
|
7662
7663
|
websiteUrl: string;
|
@@ -7665,11 +7666,11 @@ export declare const channelContract: {
|
|
7665
7666
|
agentAwayMessage?: string | undefined;
|
7666
7667
|
widgetColor?: string | undefined;
|
7667
7668
|
};
|
7668
|
-
name: string;
|
7669
7669
|
}, {
|
7670
|
+
name: string;
|
7670
7671
|
channel: {
|
7671
|
-
type: import("./validation").ChatwootChannelType;
|
7672
7672
|
name: string;
|
7673
|
+
type: import("./validation").ChatwootChannelType;
|
7673
7674
|
websiteName: string;
|
7674
7675
|
welcomeTitle: string;
|
7675
7676
|
websiteUrl: string;
|
@@ -7678,7 +7679,6 @@ export declare const channelContract: {
|
|
7678
7679
|
agentAwayMessage?: string | undefined;
|
7679
7680
|
widgetColor?: string | undefined;
|
7680
7681
|
};
|
7681
|
-
name: string;
|
7682
7682
|
}>;
|
7683
7683
|
summary: "Connect message channel";
|
7684
7684
|
method: "POST";
|
@@ -7715,8 +7715,8 @@ export declare const channelContract: {
|
|
7715
7715
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
7716
7716
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
7717
7717
|
}, "strip", z.ZodTypeAny, {
|
7718
|
-
id: string;
|
7719
7718
|
name: string;
|
7719
|
+
id: string;
|
7720
7720
|
accessToken?: string | undefined;
|
7721
7721
|
channelSecret?: string | undefined;
|
7722
7722
|
additionalCredentials?: any;
|
@@ -7729,8 +7729,8 @@ export declare const channelContract: {
|
|
7729
7729
|
lineRichMenuId?: string | null | undefined;
|
7730
7730
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7731
7731
|
}, {
|
7732
|
-
id: string;
|
7733
7732
|
name: string;
|
7733
|
+
id: string;
|
7734
7734
|
accessToken?: string | undefined;
|
7735
7735
|
channelSecret?: string | undefined;
|
7736
7736
|
additionalCredentials?: any;
|
@@ -7756,14 +7756,14 @@ export declare const channelContract: {
|
|
7756
7756
|
integrationId: z.ZodString;
|
7757
7757
|
accessToken: z.ZodString;
|
7758
7758
|
}, "strip", z.ZodTypeAny, {
|
7759
|
-
id: string;
|
7760
7759
|
name: string;
|
7760
|
+
id: string;
|
7761
7761
|
accessToken: string;
|
7762
7762
|
botId: string;
|
7763
7763
|
integrationId: string;
|
7764
7764
|
}, {
|
7765
|
-
id: string;
|
7766
7765
|
name: string;
|
7766
|
+
id: string;
|
7767
7767
|
accessToken: string;
|
7768
7768
|
botId: string;
|
7769
7769
|
integrationId: string;
|
@@ -7886,9 +7886,9 @@ export declare const channelContract: {
|
|
7886
7886
|
telephonySignature: string | null;
|
7887
7887
|
}>;
|
7888
7888
|
}, "strip", z.ZodTypeAny, {
|
7889
|
+
name: string;
|
7889
7890
|
id: string;
|
7890
7891
|
address: string | null;
|
7891
|
-
name: string;
|
7892
7892
|
email: string;
|
7893
7893
|
createdAt: Date;
|
7894
7894
|
updatedAt: Date;
|
@@ -7929,9 +7929,9 @@ export declare const channelContract: {
|
|
7929
7929
|
telephonySignature: string | null;
|
7930
7930
|
};
|
7931
7931
|
}, {
|
7932
|
+
name: string;
|
7932
7933
|
id: string;
|
7933
7934
|
address: string | null;
|
7934
|
-
name: string;
|
7935
7935
|
email: string;
|
7936
7936
|
createdAt: Date;
|
7937
7937
|
updatedAt: Date;
|
@@ -7973,12 +7973,12 @@ export declare const channelContract: {
|
|
7973
7973
|
};
|
7974
7974
|
}>;
|
7975
7975
|
}, "strip", z.ZodTypeAny, {
|
7976
|
+
name: string;
|
7976
7977
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7977
7978
|
id: string;
|
7978
|
-
name: string;
|
7979
7979
|
metadata: {
|
7980
|
-
id: string;
|
7981
7980
|
name: string;
|
7981
|
+
id: string;
|
7982
7982
|
accessToken?: string | undefined;
|
7983
7983
|
channelSecret?: string | undefined;
|
7984
7984
|
additionalCredentials?: any;
|
@@ -7996,9 +7996,9 @@ export declare const channelContract: {
|
|
7996
7996
|
updatedAt: Date;
|
7997
7997
|
deletedAt: Date | null;
|
7998
7998
|
actor: {
|
7999
|
+
name: string;
|
7999
8000
|
id: string;
|
8000
8001
|
address: string | null;
|
8001
|
-
name: string;
|
8002
8002
|
email: string;
|
8003
8003
|
createdAt: Date;
|
8004
8004
|
updatedAt: Date;
|
@@ -8045,19 +8045,19 @@ export declare const channelContract: {
|
|
8045
8045
|
connectedUserName: string;
|
8046
8046
|
connectedUserId: string;
|
8047
8047
|
botpressBot: {
|
8048
|
-
id: string;
|
8049
8048
|
name: string;
|
8049
|
+
id: string;
|
8050
8050
|
accessToken: string;
|
8051
8051
|
botId: string;
|
8052
8052
|
integrationId: string;
|
8053
8053
|
} | null;
|
8054
8054
|
}, {
|
8055
|
+
name: string;
|
8055
8056
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8056
8057
|
id: string;
|
8057
|
-
name: string;
|
8058
8058
|
metadata: {
|
8059
|
-
id: string;
|
8060
8059
|
name: string;
|
8060
|
+
id: string;
|
8061
8061
|
accessToken?: string | undefined;
|
8062
8062
|
channelSecret?: string | undefined;
|
8063
8063
|
additionalCredentials?: any;
|
@@ -8075,9 +8075,9 @@ export declare const channelContract: {
|
|
8075
8075
|
updatedAt: Date;
|
8076
8076
|
deletedAt: Date | null;
|
8077
8077
|
actor: {
|
8078
|
+
name: string;
|
8078
8079
|
id: string;
|
8079
8080
|
address: string | null;
|
8080
|
-
name: string;
|
8081
8081
|
email: string;
|
8082
8082
|
createdAt: Date;
|
8083
8083
|
updatedAt: Date;
|
@@ -8124,8 +8124,8 @@ export declare const channelContract: {
|
|
8124
8124
|
connectedUserName: string;
|
8125
8125
|
connectedUserId: string;
|
8126
8126
|
botpressBot: {
|
8127
|
-
id: string;
|
8128
8127
|
name: string;
|
8128
|
+
id: string;
|
8129
8129
|
accessToken: string;
|
8130
8130
|
botId: string;
|
8131
8131
|
integrationId: string;
|
@@ -8133,12 +8133,12 @@ export declare const channelContract: {
|
|
8133
8133
|
}>;
|
8134
8134
|
}, "strip", z.ZodTypeAny, {
|
8135
8135
|
channel: {
|
8136
|
+
name: string;
|
8136
8137
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8137
8138
|
id: string;
|
8138
|
-
name: string;
|
8139
8139
|
metadata: {
|
8140
|
-
id: string;
|
8141
8140
|
name: string;
|
8141
|
+
id: string;
|
8142
8142
|
accessToken?: string | undefined;
|
8143
8143
|
channelSecret?: string | undefined;
|
8144
8144
|
additionalCredentials?: any;
|
@@ -8156,9 +8156,9 @@ export declare const channelContract: {
|
|
8156
8156
|
updatedAt: Date;
|
8157
8157
|
deletedAt: Date | null;
|
8158
8158
|
actor: {
|
8159
|
+
name: string;
|
8159
8160
|
id: string;
|
8160
8161
|
address: string | null;
|
8161
|
-
name: string;
|
8162
8162
|
email: string;
|
8163
8163
|
createdAt: Date;
|
8164
8164
|
updatedAt: Date;
|
@@ -8205,8 +8205,8 @@ export declare const channelContract: {
|
|
8205
8205
|
connectedUserName: string;
|
8206
8206
|
connectedUserId: string;
|
8207
8207
|
botpressBot: {
|
8208
|
-
id: string;
|
8209
8208
|
name: string;
|
8209
|
+
id: string;
|
8210
8210
|
accessToken: string;
|
8211
8211
|
botId: string;
|
8212
8212
|
integrationId: string;
|
@@ -8215,12 +8215,12 @@ export declare const channelContract: {
|
|
8215
8215
|
requestId: string;
|
8216
8216
|
}, {
|
8217
8217
|
channel: {
|
8218
|
+
name: string;
|
8218
8219
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8219
8220
|
id: string;
|
8220
|
-
name: string;
|
8221
8221
|
metadata: {
|
8222
|
-
id: string;
|
8223
8222
|
name: string;
|
8223
|
+
id: string;
|
8224
8224
|
accessToken?: string | undefined;
|
8225
8225
|
channelSecret?: string | undefined;
|
8226
8226
|
additionalCredentials?: any;
|
@@ -8238,9 +8238,9 @@ export declare const channelContract: {
|
|
8238
8238
|
updatedAt: Date;
|
8239
8239
|
deletedAt: Date | null;
|
8240
8240
|
actor: {
|
8241
|
+
name: string;
|
8241
8242
|
id: string;
|
8242
8243
|
address: string | null;
|
8243
|
-
name: string;
|
8244
8244
|
email: string;
|
8245
8245
|
createdAt: Date;
|
8246
8246
|
updatedAt: Date;
|
@@ -8287,8 +8287,8 @@ export declare const channelContract: {
|
|
8287
8287
|
connectedUserName: string;
|
8288
8288
|
connectedUserId: string;
|
8289
8289
|
botpressBot: {
|
8290
|
-
id: string;
|
8291
8290
|
name: string;
|
8291
|
+
id: string;
|
8292
8292
|
accessToken: string;
|
8293
8293
|
botId: string;
|
8294
8294
|
integrationId: string;
|
@@ -8360,11 +8360,11 @@ export declare const channelContract: {
|
|
8360
8360
|
id: z.ZodString;
|
8361
8361
|
name: z.ZodString;
|
8362
8362
|
}, "strip", z.ZodTypeAny, {
|
8363
|
-
id: string;
|
8364
8363
|
name: string;
|
8365
|
-
}, {
|
8366
8364
|
id: string;
|
8365
|
+
}, {
|
8367
8366
|
name: string;
|
8367
|
+
id: string;
|
8368
8368
|
}>, "many">;
|
8369
8369
|
id: z.ZodString;
|
8370
8370
|
name: z.ZodString;
|
@@ -8387,8 +8387,8 @@ export declare const channelContract: {
|
|
8387
8387
|
};
|
8388
8388
|
}>;
|
8389
8389
|
}, "strip", z.ZodTypeAny, {
|
8390
|
-
id: string;
|
8391
8390
|
name: string;
|
8391
|
+
id: string;
|
8392
8392
|
picture: {
|
8393
8393
|
data: {
|
8394
8394
|
url: string;
|
@@ -8397,13 +8397,13 @@ export declare const channelContract: {
|
|
8397
8397
|
category: string;
|
8398
8398
|
access_token: string;
|
8399
8399
|
category_list: {
|
8400
|
-
id: string;
|
8401
8400
|
name: string;
|
8401
|
+
id: string;
|
8402
8402
|
}[];
|
8403
8403
|
tasks: string[];
|
8404
8404
|
}, {
|
8405
|
-
id: string;
|
8406
8405
|
name: string;
|
8406
|
+
id: string;
|
8407
8407
|
picture: {
|
8408
8408
|
data: {
|
8409
8409
|
url: string;
|
@@ -8412,8 +8412,8 @@ export declare const channelContract: {
|
|
8412
8412
|
category: string;
|
8413
8413
|
access_token: string;
|
8414
8414
|
category_list: {
|
8415
|
-
id: string;
|
8416
8415
|
name: string;
|
8416
|
+
id: string;
|
8417
8417
|
}[];
|
8418
8418
|
tasks: string[];
|
8419
8419
|
}>, "many">;
|
@@ -8441,8 +8441,8 @@ export declare const channelContract: {
|
|
8441
8441
|
}>>;
|
8442
8442
|
}, "strip", z.ZodTypeAny, {
|
8443
8443
|
data: {
|
8444
|
-
id: string;
|
8445
8444
|
name: string;
|
8445
|
+
id: string;
|
8446
8446
|
picture: {
|
8447
8447
|
data: {
|
8448
8448
|
url: string;
|
@@ -8451,8 +8451,8 @@ export declare const channelContract: {
|
|
8451
8451
|
category: string;
|
8452
8452
|
access_token: string;
|
8453
8453
|
category_list: {
|
8454
|
-
id: string;
|
8455
8454
|
name: string;
|
8455
|
+
id: string;
|
8456
8456
|
}[];
|
8457
8457
|
tasks: string[];
|
8458
8458
|
}[];
|
@@ -8464,8 +8464,8 @@ export declare const channelContract: {
|
|
8464
8464
|
} | undefined;
|
8465
8465
|
}, {
|
8466
8466
|
data: {
|
8467
|
-
id: string;
|
8468
8467
|
name: string;
|
8468
|
+
id: string;
|
8469
8469
|
picture: {
|
8470
8470
|
data: {
|
8471
8471
|
url: string;
|
@@ -8474,8 +8474,8 @@ export declare const channelContract: {
|
|
8474
8474
|
category: string;
|
8475
8475
|
access_token: string;
|
8476
8476
|
category_list: {
|
8477
|
-
id: string;
|
8478
8477
|
name: string;
|
8478
|
+
id: string;
|
8479
8479
|
}[];
|
8480
8480
|
tasks: string[];
|
8481
8481
|
}[];
|
@@ -8489,8 +8489,8 @@ export declare const channelContract: {
|
|
8489
8489
|
}, "strip", z.ZodTypeAny, {
|
8490
8490
|
data: {
|
8491
8491
|
data: {
|
8492
|
-
id: string;
|
8493
8492
|
name: string;
|
8493
|
+
id: string;
|
8494
8494
|
picture: {
|
8495
8495
|
data: {
|
8496
8496
|
url: string;
|
@@ -8499,8 +8499,8 @@ export declare const channelContract: {
|
|
8499
8499
|
category: string;
|
8500
8500
|
access_token: string;
|
8501
8501
|
category_list: {
|
8502
|
-
id: string;
|
8503
8502
|
name: string;
|
8503
|
+
id: string;
|
8504
8504
|
}[];
|
8505
8505
|
tasks: string[];
|
8506
8506
|
}[];
|
@@ -8515,8 +8515,8 @@ export declare const channelContract: {
|
|
8515
8515
|
}, {
|
8516
8516
|
data: {
|
8517
8517
|
data: {
|
8518
|
-
id: string;
|
8519
8518
|
name: string;
|
8519
|
+
id: string;
|
8520
8520
|
picture: {
|
8521
8521
|
data: {
|
8522
8522
|
url: string;
|
@@ -8525,8 +8525,8 @@ export declare const channelContract: {
|
|
8525
8525
|
category: string;
|
8526
8526
|
access_token: string;
|
8527
8527
|
category_list: {
|
8528
|
-
id: string;
|
8529
8528
|
name: string;
|
8529
|
+
id: string;
|
8530
8530
|
}[];
|
8531
8531
|
tasks: string[];
|
8532
8532
|
}[];
|
@@ -8595,8 +8595,8 @@ export declare const channelContract: {
|
|
8595
8595
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
8596
8596
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
8597
8597
|
}, "strip", z.ZodTypeAny, {
|
8598
|
-
id: string;
|
8599
8598
|
name: string;
|
8599
|
+
id: string;
|
8600
8600
|
accessToken?: string | undefined;
|
8601
8601
|
channelSecret?: string | undefined;
|
8602
8602
|
additionalCredentials?: any;
|
@@ -8609,8 +8609,8 @@ export declare const channelContract: {
|
|
8609
8609
|
lineRichMenuId?: string | null | undefined;
|
8610
8610
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8611
8611
|
}, {
|
8612
|
-
id: string;
|
8613
8612
|
name: string;
|
8613
|
+
id: string;
|
8614
8614
|
accessToken?: string | undefined;
|
8615
8615
|
channelSecret?: string | undefined;
|
8616
8616
|
additionalCredentials?: any;
|
@@ -8627,11 +8627,11 @@ export declare const channelContract: {
|
|
8627
8627
|
connectedUserId: z.ZodString;
|
8628
8628
|
connectedUserName: z.ZodOptional<z.ZodString>;
|
8629
8629
|
}, "strip", z.ZodTypeAny, {
|
8630
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8631
8630
|
name: string;
|
8631
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8632
8632
|
metadata: {
|
8633
|
-
id: string;
|
8634
8633
|
name: string;
|
8634
|
+
id: string;
|
8635
8635
|
accessToken?: string | undefined;
|
8636
8636
|
channelSecret?: string | undefined;
|
8637
8637
|
additionalCredentials?: any;
|
@@ -8648,11 +8648,11 @@ export declare const channelContract: {
|
|
8648
8648
|
connectedUserId: string;
|
8649
8649
|
connectedUserName?: string | undefined;
|
8650
8650
|
}, {
|
8651
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8652
8651
|
name: string;
|
8652
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8653
8653
|
metadata: {
|
8654
|
-
id: string;
|
8655
8654
|
name: string;
|
8655
|
+
id: string;
|
8656
8656
|
accessToken?: string | undefined;
|
8657
8657
|
channelSecret?: string | undefined;
|
8658
8658
|
additionalCredentials?: any;
|
@@ -8704,8 +8704,8 @@ export declare const channelContract: {
|
|
8704
8704
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
8705
8705
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
8706
8706
|
}, "strip", z.ZodTypeAny, {
|
8707
|
-
id: string;
|
8708
8707
|
name: string;
|
8708
|
+
id: string;
|
8709
8709
|
accessToken?: string | undefined;
|
8710
8710
|
channelSecret?: string | undefined;
|
8711
8711
|
additionalCredentials?: any;
|
@@ -8718,8 +8718,8 @@ export declare const channelContract: {
|
|
8718
8718
|
lineRichMenuId?: string | null | undefined;
|
8719
8719
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8720
8720
|
}, {
|
8721
|
-
id: string;
|
8722
8721
|
name: string;
|
8722
|
+
id: string;
|
8723
8723
|
accessToken?: string | undefined;
|
8724
8724
|
channelSecret?: string | undefined;
|
8725
8725
|
additionalCredentials?: any;
|
@@ -8745,14 +8745,14 @@ export declare const channelContract: {
|
|
8745
8745
|
integrationId: z.ZodString;
|
8746
8746
|
accessToken: z.ZodString;
|
8747
8747
|
}, "strip", z.ZodTypeAny, {
|
8748
|
-
id: string;
|
8749
8748
|
name: string;
|
8749
|
+
id: string;
|
8750
8750
|
accessToken: string;
|
8751
8751
|
botId: string;
|
8752
8752
|
integrationId: string;
|
8753
8753
|
}, {
|
8754
|
-
id: string;
|
8755
8754
|
name: string;
|
8755
|
+
id: string;
|
8756
8756
|
accessToken: string;
|
8757
8757
|
botId: string;
|
8758
8758
|
integrationId: string;
|
@@ -8875,9 +8875,9 @@ export declare const channelContract: {
|
|
8875
8875
|
telephonySignature: string | null;
|
8876
8876
|
}>;
|
8877
8877
|
}, "strip", z.ZodTypeAny, {
|
8878
|
+
name: string;
|
8878
8879
|
id: string;
|
8879
8880
|
address: string | null;
|
8880
|
-
name: string;
|
8881
8881
|
email: string;
|
8882
8882
|
createdAt: Date;
|
8883
8883
|
updatedAt: Date;
|
@@ -8918,9 +8918,9 @@ export declare const channelContract: {
|
|
8918
8918
|
telephonySignature: string | null;
|
8919
8919
|
};
|
8920
8920
|
}, {
|
8921
|
+
name: string;
|
8921
8922
|
id: string;
|
8922
8923
|
address: string | null;
|
8923
|
-
name: string;
|
8924
8924
|
email: string;
|
8925
8925
|
createdAt: Date;
|
8926
8926
|
updatedAt: Date;
|
@@ -8962,12 +8962,12 @@ export declare const channelContract: {
|
|
8962
8962
|
};
|
8963
8963
|
}>;
|
8964
8964
|
}, "strip", z.ZodTypeAny, {
|
8965
|
+
name: string;
|
8965
8966
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8966
8967
|
id: string;
|
8967
|
-
name: string;
|
8968
8968
|
metadata: {
|
8969
|
-
id: string;
|
8970
8969
|
name: string;
|
8970
|
+
id: string;
|
8971
8971
|
accessToken?: string | undefined;
|
8972
8972
|
channelSecret?: string | undefined;
|
8973
8973
|
additionalCredentials?: any;
|
@@ -8985,9 +8985,9 @@ export declare const channelContract: {
|
|
8985
8985
|
updatedAt: Date;
|
8986
8986
|
deletedAt: Date | null;
|
8987
8987
|
actor: {
|
8988
|
+
name: string;
|
8988
8989
|
id: string;
|
8989
8990
|
address: string | null;
|
8990
|
-
name: string;
|
8991
8991
|
email: string;
|
8992
8992
|
createdAt: Date;
|
8993
8993
|
updatedAt: Date;
|
@@ -9034,19 +9034,19 @@ export declare const channelContract: {
|
|
9034
9034
|
connectedUserName: string;
|
9035
9035
|
connectedUserId: string;
|
9036
9036
|
botpressBot: {
|
9037
|
-
id: string;
|
9038
9037
|
name: string;
|
9038
|
+
id: string;
|
9039
9039
|
accessToken: string;
|
9040
9040
|
botId: string;
|
9041
9041
|
integrationId: string;
|
9042
9042
|
} | null;
|
9043
9043
|
}, {
|
9044
|
+
name: string;
|
9044
9045
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9045
9046
|
id: string;
|
9046
|
-
name: string;
|
9047
9047
|
metadata: {
|
9048
|
-
id: string;
|
9049
9048
|
name: string;
|
9049
|
+
id: string;
|
9050
9050
|
accessToken?: string | undefined;
|
9051
9051
|
channelSecret?: string | undefined;
|
9052
9052
|
additionalCredentials?: any;
|
@@ -9064,9 +9064,9 @@ export declare const channelContract: {
|
|
9064
9064
|
updatedAt: Date;
|
9065
9065
|
deletedAt: Date | null;
|
9066
9066
|
actor: {
|
9067
|
+
name: string;
|
9067
9068
|
id: string;
|
9068
9069
|
address: string | null;
|
9069
|
-
name: string;
|
9070
9070
|
email: string;
|
9071
9071
|
createdAt: Date;
|
9072
9072
|
updatedAt: Date;
|
@@ -9113,8 +9113,8 @@ export declare const channelContract: {
|
|
9113
9113
|
connectedUserName: string;
|
9114
9114
|
connectedUserId: string;
|
9115
9115
|
botpressBot: {
|
9116
|
-
id: string;
|
9117
9116
|
name: string;
|
9117
|
+
id: string;
|
9118
9118
|
accessToken: string;
|
9119
9119
|
botId: string;
|
9120
9120
|
integrationId: string;
|
@@ -9122,12 +9122,12 @@ export declare const channelContract: {
|
|
9122
9122
|
}>;
|
9123
9123
|
}, "strip", z.ZodTypeAny, {
|
9124
9124
|
channel: {
|
9125
|
+
name: string;
|
9125
9126
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9126
9127
|
id: string;
|
9127
|
-
name: string;
|
9128
9128
|
metadata: {
|
9129
|
-
id: string;
|
9130
9129
|
name: string;
|
9130
|
+
id: string;
|
9131
9131
|
accessToken?: string | undefined;
|
9132
9132
|
channelSecret?: string | undefined;
|
9133
9133
|
additionalCredentials?: any;
|
@@ -9145,9 +9145,9 @@ export declare const channelContract: {
|
|
9145
9145
|
updatedAt: Date;
|
9146
9146
|
deletedAt: Date | null;
|
9147
9147
|
actor: {
|
9148
|
+
name: string;
|
9148
9149
|
id: string;
|
9149
9150
|
address: string | null;
|
9150
|
-
name: string;
|
9151
9151
|
email: string;
|
9152
9152
|
createdAt: Date;
|
9153
9153
|
updatedAt: Date;
|
@@ -9194,8 +9194,8 @@ export declare const channelContract: {
|
|
9194
9194
|
connectedUserName: string;
|
9195
9195
|
connectedUserId: string;
|
9196
9196
|
botpressBot: {
|
9197
|
-
id: string;
|
9198
9197
|
name: string;
|
9198
|
+
id: string;
|
9199
9199
|
accessToken: string;
|
9200
9200
|
botId: string;
|
9201
9201
|
integrationId: string;
|
@@ -9204,12 +9204,12 @@ export declare const channelContract: {
|
|
9204
9204
|
requestId: string;
|
9205
9205
|
}, {
|
9206
9206
|
channel: {
|
9207
|
+
name: string;
|
9207
9208
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9208
9209
|
id: string;
|
9209
|
-
name: string;
|
9210
9210
|
metadata: {
|
9211
|
-
id: string;
|
9212
9211
|
name: string;
|
9212
|
+
id: string;
|
9213
9213
|
accessToken?: string | undefined;
|
9214
9214
|
channelSecret?: string | undefined;
|
9215
9215
|
additionalCredentials?: any;
|
@@ -9227,9 +9227,9 @@ export declare const channelContract: {
|
|
9227
9227
|
updatedAt: Date;
|
9228
9228
|
deletedAt: Date | null;
|
9229
9229
|
actor: {
|
9230
|
+
name: string;
|
9230
9231
|
id: string;
|
9231
9232
|
address: string | null;
|
9232
|
-
name: string;
|
9233
9233
|
email: string;
|
9234
9234
|
createdAt: Date;
|
9235
9235
|
updatedAt: Date;
|
@@ -9276,8 +9276,8 @@ export declare const channelContract: {
|
|
9276
9276
|
connectedUserName: string;
|
9277
9277
|
connectedUserId: string;
|
9278
9278
|
botpressBot: {
|
9279
|
-
id: string;
|
9280
9279
|
name: string;
|
9280
|
+
id: string;
|
9281
9281
|
accessToken: string;
|
9282
9282
|
botId: string;
|
9283
9283
|
integrationId: string;
|
@@ -9359,8 +9359,8 @@ export declare const channelBotContract: {
|
|
9359
9359
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
9360
9360
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
9361
9361
|
}, "strip", z.ZodTypeAny, {
|
9362
|
-
id: string;
|
9363
9362
|
name: string;
|
9363
|
+
id: string;
|
9364
9364
|
accessToken?: string | undefined;
|
9365
9365
|
channelSecret?: string | undefined;
|
9366
9366
|
additionalCredentials?: any;
|
@@ -9373,8 +9373,8 @@ export declare const channelBotContract: {
|
|
9373
9373
|
lineRichMenuId?: string | null | undefined;
|
9374
9374
|
messengerIntegrationType?: "own" | "business" | undefined;
|
9375
9375
|
}, {
|
9376
|
-
id: string;
|
9377
9376
|
name: string;
|
9377
|
+
id: string;
|
9378
9378
|
accessToken?: string | undefined;
|
9379
9379
|
channelSecret?: string | undefined;
|
9380
9380
|
additionalCredentials?: any;
|
@@ -9400,14 +9400,14 @@ export declare const channelBotContract: {
|
|
9400
9400
|
integrationId: z.ZodString;
|
9401
9401
|
accessToken: z.ZodString;
|
9402
9402
|
}, "strip", z.ZodTypeAny, {
|
9403
|
-
id: string;
|
9404
9403
|
name: string;
|
9404
|
+
id: string;
|
9405
9405
|
accessToken: string;
|
9406
9406
|
botId: string;
|
9407
9407
|
integrationId: string;
|
9408
9408
|
}, {
|
9409
|
-
id: string;
|
9410
9409
|
name: string;
|
9410
|
+
id: string;
|
9411
9411
|
accessToken: string;
|
9412
9412
|
botId: string;
|
9413
9413
|
integrationId: string;
|
@@ -9530,9 +9530,9 @@ export declare const channelBotContract: {
|
|
9530
9530
|
telephonySignature: string | null;
|
9531
9531
|
}>;
|
9532
9532
|
}, "strip", z.ZodTypeAny, {
|
9533
|
+
name: string;
|
9533
9534
|
id: string;
|
9534
9535
|
address: string | null;
|
9535
|
-
name: string;
|
9536
9536
|
email: string;
|
9537
9537
|
createdAt: Date;
|
9538
9538
|
updatedAt: Date;
|
@@ -9573,9 +9573,9 @@ export declare const channelBotContract: {
|
|
9573
9573
|
telephonySignature: string | null;
|
9574
9574
|
};
|
9575
9575
|
}, {
|
9576
|
+
name: string;
|
9576
9577
|
id: string;
|
9577
9578
|
address: string | null;
|
9578
|
-
name: string;
|
9579
9579
|
email: string;
|
9580
9580
|
createdAt: Date;
|
9581
9581
|
updatedAt: Date;
|
@@ -9617,12 +9617,12 @@ export declare const channelBotContract: {
|
|
9617
9617
|
};
|
9618
9618
|
}>;
|
9619
9619
|
}, "strip", z.ZodTypeAny, {
|
9620
|
+
name: string;
|
9620
9621
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9621
9622
|
id: string;
|
9622
|
-
name: string;
|
9623
9623
|
metadata: {
|
9624
|
-
id: string;
|
9625
9624
|
name: string;
|
9625
|
+
id: string;
|
9626
9626
|
accessToken?: string | undefined;
|
9627
9627
|
channelSecret?: string | undefined;
|
9628
9628
|
additionalCredentials?: any;
|
@@ -9640,9 +9640,9 @@ export declare const channelBotContract: {
|
|
9640
9640
|
updatedAt: Date;
|
9641
9641
|
deletedAt: Date | null;
|
9642
9642
|
actor: {
|
9643
|
+
name: string;
|
9643
9644
|
id: string;
|
9644
9645
|
address: string | null;
|
9645
|
-
name: string;
|
9646
9646
|
email: string;
|
9647
9647
|
createdAt: Date;
|
9648
9648
|
updatedAt: Date;
|
@@ -9689,19 +9689,19 @@ export declare const channelBotContract: {
|
|
9689
9689
|
connectedUserName: string;
|
9690
9690
|
connectedUserId: string;
|
9691
9691
|
botpressBot: {
|
9692
|
-
id: string;
|
9693
9692
|
name: string;
|
9693
|
+
id: string;
|
9694
9694
|
accessToken: string;
|
9695
9695
|
botId: string;
|
9696
9696
|
integrationId: string;
|
9697
9697
|
} | null;
|
9698
9698
|
}, {
|
9699
|
+
name: string;
|
9699
9700
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9700
9701
|
id: string;
|
9701
|
-
name: string;
|
9702
9702
|
metadata: {
|
9703
|
-
id: string;
|
9704
9703
|
name: string;
|
9704
|
+
id: string;
|
9705
9705
|
accessToken?: string | undefined;
|
9706
9706
|
channelSecret?: string | undefined;
|
9707
9707
|
additionalCredentials?: any;
|
@@ -9719,9 +9719,9 @@ export declare const channelBotContract: {
|
|
9719
9719
|
updatedAt: Date;
|
9720
9720
|
deletedAt: Date | null;
|
9721
9721
|
actor: {
|
9722
|
+
name: string;
|
9722
9723
|
id: string;
|
9723
9724
|
address: string | null;
|
9724
|
-
name: string;
|
9725
9725
|
email: string;
|
9726
9726
|
createdAt: Date;
|
9727
9727
|
updatedAt: Date;
|
@@ -9768,8 +9768,8 @@ export declare const channelBotContract: {
|
|
9768
9768
|
connectedUserName: string;
|
9769
9769
|
connectedUserId: string;
|
9770
9770
|
botpressBot: {
|
9771
|
-
id: string;
|
9772
9771
|
name: string;
|
9772
|
+
id: string;
|
9773
9773
|
accessToken: string;
|
9774
9774
|
botId: string;
|
9775
9775
|
integrationId: string;
|
@@ -9777,12 +9777,12 @@ export declare const channelBotContract: {
|
|
9777
9777
|
}>;
|
9778
9778
|
}, "strip", z.ZodTypeAny, {
|
9779
9779
|
channel: {
|
9780
|
+
name: string;
|
9780
9781
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9781
9782
|
id: string;
|
9782
|
-
name: string;
|
9783
9783
|
metadata: {
|
9784
|
-
id: string;
|
9785
9784
|
name: string;
|
9785
|
+
id: string;
|
9786
9786
|
accessToken?: string | undefined;
|
9787
9787
|
channelSecret?: string | undefined;
|
9788
9788
|
additionalCredentials?: any;
|
@@ -9800,9 +9800,9 @@ export declare const channelBotContract: {
|
|
9800
9800
|
updatedAt: Date;
|
9801
9801
|
deletedAt: Date | null;
|
9802
9802
|
actor: {
|
9803
|
+
name: string;
|
9803
9804
|
id: string;
|
9804
9805
|
address: string | null;
|
9805
|
-
name: string;
|
9806
9806
|
email: string;
|
9807
9807
|
createdAt: Date;
|
9808
9808
|
updatedAt: Date;
|
@@ -9849,8 +9849,8 @@ export declare const channelBotContract: {
|
|
9849
9849
|
connectedUserName: string;
|
9850
9850
|
connectedUserId: string;
|
9851
9851
|
botpressBot: {
|
9852
|
-
id: string;
|
9853
9852
|
name: string;
|
9853
|
+
id: string;
|
9854
9854
|
accessToken: string;
|
9855
9855
|
botId: string;
|
9856
9856
|
integrationId: string;
|
@@ -9859,12 +9859,12 @@ export declare const channelBotContract: {
|
|
9859
9859
|
requestId: string;
|
9860
9860
|
}, {
|
9861
9861
|
channel: {
|
9862
|
+
name: string;
|
9862
9863
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9863
9864
|
id: string;
|
9864
|
-
name: string;
|
9865
9865
|
metadata: {
|
9866
|
-
id: string;
|
9867
9866
|
name: string;
|
9867
|
+
id: string;
|
9868
9868
|
accessToken?: string | undefined;
|
9869
9869
|
channelSecret?: string | undefined;
|
9870
9870
|
additionalCredentials?: any;
|
@@ -9882,9 +9882,9 @@ export declare const channelBotContract: {
|
|
9882
9882
|
updatedAt: Date;
|
9883
9883
|
deletedAt: Date | null;
|
9884
9884
|
actor: {
|
9885
|
+
name: string;
|
9885
9886
|
id: string;
|
9886
9887
|
address: string | null;
|
9887
|
-
name: string;
|
9888
9888
|
email: string;
|
9889
9889
|
createdAt: Date;
|
9890
9890
|
updatedAt: Date;
|
@@ -9931,8 +9931,8 @@ export declare const channelBotContract: {
|
|
9931
9931
|
connectedUserName: string;
|
9932
9932
|
connectedUserId: string;
|
9933
9933
|
botpressBot: {
|
9934
|
-
id: string;
|
9935
9934
|
name: string;
|
9935
|
+
id: string;
|
9936
9936
|
accessToken: string;
|
9937
9937
|
botId: string;
|
9938
9938
|
integrationId: string;
|
@@ -9999,8 +9999,8 @@ export declare const channelBotContract: {
|
|
9999
9999
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
10000
10000
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
10001
10001
|
}, "strip", z.ZodTypeAny, {
|
10002
|
-
id: string;
|
10003
10002
|
name: string;
|
10003
|
+
id: string;
|
10004
10004
|
accessToken?: string | undefined;
|
10005
10005
|
channelSecret?: string | undefined;
|
10006
10006
|
additionalCredentials?: any;
|
@@ -10013,8 +10013,8 @@ export declare const channelBotContract: {
|
|
10013
10013
|
lineRichMenuId?: string | null | undefined;
|
10014
10014
|
messengerIntegrationType?: "own" | "business" | undefined;
|
10015
10015
|
}, {
|
10016
|
-
id: string;
|
10017
10016
|
name: string;
|
10017
|
+
id: string;
|
10018
10018
|
accessToken?: string | undefined;
|
10019
10019
|
channelSecret?: string | undefined;
|
10020
10020
|
additionalCredentials?: any;
|
@@ -10040,14 +10040,14 @@ export declare const channelBotContract: {
|
|
10040
10040
|
integrationId: z.ZodString;
|
10041
10041
|
accessToken: z.ZodString;
|
10042
10042
|
}, "strip", z.ZodTypeAny, {
|
10043
|
-
id: string;
|
10044
10043
|
name: string;
|
10044
|
+
id: string;
|
10045
10045
|
accessToken: string;
|
10046
10046
|
botId: string;
|
10047
10047
|
integrationId: string;
|
10048
10048
|
}, {
|
10049
|
-
id: string;
|
10050
10049
|
name: string;
|
10050
|
+
id: string;
|
10051
10051
|
accessToken: string;
|
10052
10052
|
botId: string;
|
10053
10053
|
integrationId: string;
|
@@ -10170,9 +10170,9 @@ export declare const channelBotContract: {
|
|
10170
10170
|
telephonySignature: string | null;
|
10171
10171
|
}>;
|
10172
10172
|
}, "strip", z.ZodTypeAny, {
|
10173
|
+
name: string;
|
10173
10174
|
id: string;
|
10174
10175
|
address: string | null;
|
10175
|
-
name: string;
|
10176
10176
|
email: string;
|
10177
10177
|
createdAt: Date;
|
10178
10178
|
updatedAt: Date;
|
@@ -10213,9 +10213,9 @@ export declare const channelBotContract: {
|
|
10213
10213
|
telephonySignature: string | null;
|
10214
10214
|
};
|
10215
10215
|
}, {
|
10216
|
+
name: string;
|
10216
10217
|
id: string;
|
10217
10218
|
address: string | null;
|
10218
|
-
name: string;
|
10219
10219
|
email: string;
|
10220
10220
|
createdAt: Date;
|
10221
10221
|
updatedAt: Date;
|
@@ -10257,12 +10257,12 @@ export declare const channelBotContract: {
|
|
10257
10257
|
};
|
10258
10258
|
}>;
|
10259
10259
|
}, "strip", z.ZodTypeAny, {
|
10260
|
+
name: string;
|
10260
10261
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10261
10262
|
id: string;
|
10262
|
-
name: string;
|
10263
10263
|
metadata: {
|
10264
|
-
id: string;
|
10265
10264
|
name: string;
|
10265
|
+
id: string;
|
10266
10266
|
accessToken?: string | undefined;
|
10267
10267
|
channelSecret?: string | undefined;
|
10268
10268
|
additionalCredentials?: any;
|
@@ -10280,9 +10280,9 @@ export declare const channelBotContract: {
|
|
10280
10280
|
updatedAt: Date;
|
10281
10281
|
deletedAt: Date | null;
|
10282
10282
|
actor: {
|
10283
|
+
name: string;
|
10283
10284
|
id: string;
|
10284
10285
|
address: string | null;
|
10285
|
-
name: string;
|
10286
10286
|
email: string;
|
10287
10287
|
createdAt: Date;
|
10288
10288
|
updatedAt: Date;
|
@@ -10329,19 +10329,19 @@ export declare const channelBotContract: {
|
|
10329
10329
|
connectedUserName: string;
|
10330
10330
|
connectedUserId: string;
|
10331
10331
|
botpressBot: {
|
10332
|
-
id: string;
|
10333
10332
|
name: string;
|
10333
|
+
id: string;
|
10334
10334
|
accessToken: string;
|
10335
10335
|
botId: string;
|
10336
10336
|
integrationId: string;
|
10337
10337
|
} | null;
|
10338
10338
|
}, {
|
10339
|
+
name: string;
|
10339
10340
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10340
10341
|
id: string;
|
10341
|
-
name: string;
|
10342
10342
|
metadata: {
|
10343
|
-
id: string;
|
10344
10343
|
name: string;
|
10344
|
+
id: string;
|
10345
10345
|
accessToken?: string | undefined;
|
10346
10346
|
channelSecret?: string | undefined;
|
10347
10347
|
additionalCredentials?: any;
|
@@ -10359,9 +10359,9 @@ export declare const channelBotContract: {
|
|
10359
10359
|
updatedAt: Date;
|
10360
10360
|
deletedAt: Date | null;
|
10361
10361
|
actor: {
|
10362
|
+
name: string;
|
10362
10363
|
id: string;
|
10363
10364
|
address: string | null;
|
10364
|
-
name: string;
|
10365
10365
|
email: string;
|
10366
10366
|
createdAt: Date;
|
10367
10367
|
updatedAt: Date;
|
@@ -10408,8 +10408,8 @@ export declare const channelBotContract: {
|
|
10408
10408
|
connectedUserName: string;
|
10409
10409
|
connectedUserId: string;
|
10410
10410
|
botpressBot: {
|
10411
|
-
id: string;
|
10412
10411
|
name: string;
|
10412
|
+
id: string;
|
10413
10413
|
accessToken: string;
|
10414
10414
|
botId: string;
|
10415
10415
|
integrationId: string;
|
@@ -10417,12 +10417,12 @@ export declare const channelBotContract: {
|
|
10417
10417
|
}>;
|
10418
10418
|
}, "strip", z.ZodTypeAny, {
|
10419
10419
|
channel: {
|
10420
|
+
name: string;
|
10420
10421
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10421
10422
|
id: string;
|
10422
|
-
name: string;
|
10423
10423
|
metadata: {
|
10424
|
-
id: string;
|
10425
10424
|
name: string;
|
10425
|
+
id: string;
|
10426
10426
|
accessToken?: string | undefined;
|
10427
10427
|
channelSecret?: string | undefined;
|
10428
10428
|
additionalCredentials?: any;
|
@@ -10440,9 +10440,9 @@ export declare const channelBotContract: {
|
|
10440
10440
|
updatedAt: Date;
|
10441
10441
|
deletedAt: Date | null;
|
10442
10442
|
actor: {
|
10443
|
+
name: string;
|
10443
10444
|
id: string;
|
10444
10445
|
address: string | null;
|
10445
|
-
name: string;
|
10446
10446
|
email: string;
|
10447
10447
|
createdAt: Date;
|
10448
10448
|
updatedAt: Date;
|
@@ -10489,8 +10489,8 @@ export declare const channelBotContract: {
|
|
10489
10489
|
connectedUserName: string;
|
10490
10490
|
connectedUserId: string;
|
10491
10491
|
botpressBot: {
|
10492
|
-
id: string;
|
10493
10492
|
name: string;
|
10493
|
+
id: string;
|
10494
10494
|
accessToken: string;
|
10495
10495
|
botId: string;
|
10496
10496
|
integrationId: string;
|
@@ -10499,12 +10499,12 @@ export declare const channelBotContract: {
|
|
10499
10499
|
requestId: string;
|
10500
10500
|
}, {
|
10501
10501
|
channel: {
|
10502
|
+
name: string;
|
10502
10503
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10503
10504
|
id: string;
|
10504
|
-
name: string;
|
10505
10505
|
metadata: {
|
10506
|
-
id: string;
|
10507
10506
|
name: string;
|
10507
|
+
id: string;
|
10508
10508
|
accessToken?: string | undefined;
|
10509
10509
|
channelSecret?: string | undefined;
|
10510
10510
|
additionalCredentials?: any;
|
@@ -10522,9 +10522,9 @@ export declare const channelBotContract: {
|
|
10522
10522
|
updatedAt: Date;
|
10523
10523
|
deletedAt: Date | null;
|
10524
10524
|
actor: {
|
10525
|
+
name: string;
|
10525
10526
|
id: string;
|
10526
10527
|
address: string | null;
|
10527
|
-
name: string;
|
10528
10528
|
email: string;
|
10529
10529
|
createdAt: Date;
|
10530
10530
|
updatedAt: Date;
|
@@ -10571,8 +10571,8 @@ export declare const channelBotContract: {
|
|
10571
10571
|
connectedUserName: string;
|
10572
10572
|
connectedUserId: string;
|
10573
10573
|
botpressBot: {
|
10574
|
-
id: string;
|
10575
10574
|
name: string;
|
10575
|
+
id: string;
|
10576
10576
|
accessToken: string;
|
10577
10577
|
botId: string;
|
10578
10578
|
integrationId: string;
|
@@ -10624,8 +10624,8 @@ export declare const channelSMSContract: {
|
|
10624
10624
|
apiSecret: string;
|
10625
10625
|
}>;
|
10626
10626
|
}, "strip", z.ZodTypeAny, {
|
10627
|
-
type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
|
10628
10627
|
name: string;
|
10628
|
+
type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
|
10629
10629
|
senderId: string;
|
10630
10630
|
vonageCredentials: {
|
10631
10631
|
mobileNumber: string;
|
@@ -10633,8 +10633,8 @@ export declare const channelSMSContract: {
|
|
10633
10633
|
apiSecret: string;
|
10634
10634
|
};
|
10635
10635
|
}, {
|
10636
|
-
type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
|
10637
10636
|
name: string;
|
10637
|
+
type: import("../../../entities/src/enums/chat").EChannelType.VONAGE_SMS;
|
10638
10638
|
senderId: string;
|
10639
10639
|
vonageCredentials: {
|
10640
10640
|
mobileNumber: string;
|
@@ -10677,8 +10677,8 @@ export declare const channelSMSContract: {
|
|
10677
10677
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
10678
10678
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
10679
10679
|
}, "strip", z.ZodTypeAny, {
|
10680
|
-
id: string;
|
10681
10680
|
name: string;
|
10681
|
+
id: string;
|
10682
10682
|
accessToken?: string | undefined;
|
10683
10683
|
channelSecret?: string | undefined;
|
10684
10684
|
additionalCredentials?: any;
|
@@ -10691,8 +10691,8 @@ export declare const channelSMSContract: {
|
|
10691
10691
|
lineRichMenuId?: string | null | undefined;
|
10692
10692
|
messengerIntegrationType?: "own" | "business" | undefined;
|
10693
10693
|
}, {
|
10694
|
-
id: string;
|
10695
10694
|
name: string;
|
10695
|
+
id: string;
|
10696
10696
|
accessToken?: string | undefined;
|
10697
10697
|
channelSecret?: string | undefined;
|
10698
10698
|
additionalCredentials?: any;
|
@@ -10718,14 +10718,14 @@ export declare const channelSMSContract: {
|
|
10718
10718
|
integrationId: z.ZodString;
|
10719
10719
|
accessToken: z.ZodString;
|
10720
10720
|
}, "strip", z.ZodTypeAny, {
|
10721
|
-
id: string;
|
10722
10721
|
name: string;
|
10722
|
+
id: string;
|
10723
10723
|
accessToken: string;
|
10724
10724
|
botId: string;
|
10725
10725
|
integrationId: string;
|
10726
10726
|
}, {
|
10727
|
-
id: string;
|
10728
10727
|
name: string;
|
10728
|
+
id: string;
|
10729
10729
|
accessToken: string;
|
10730
10730
|
botId: string;
|
10731
10731
|
integrationId: string;
|
@@ -10848,9 +10848,9 @@ export declare const channelSMSContract: {
|
|
10848
10848
|
telephonySignature: string | null;
|
10849
10849
|
}>;
|
10850
10850
|
}, "strip", z.ZodTypeAny, {
|
10851
|
+
name: string;
|
10851
10852
|
id: string;
|
10852
10853
|
address: string | null;
|
10853
|
-
name: string;
|
10854
10854
|
email: string;
|
10855
10855
|
createdAt: Date;
|
10856
10856
|
updatedAt: Date;
|
@@ -10891,9 +10891,9 @@ export declare const channelSMSContract: {
|
|
10891
10891
|
telephonySignature: string | null;
|
10892
10892
|
};
|
10893
10893
|
}, {
|
10894
|
+
name: string;
|
10894
10895
|
id: string;
|
10895
10896
|
address: string | null;
|
10896
|
-
name: string;
|
10897
10897
|
email: string;
|
10898
10898
|
createdAt: Date;
|
10899
10899
|
updatedAt: Date;
|
@@ -10935,12 +10935,12 @@ export declare const channelSMSContract: {
|
|
10935
10935
|
};
|
10936
10936
|
}>;
|
10937
10937
|
}, "strip", z.ZodTypeAny, {
|
10938
|
+
name: string;
|
10938
10939
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10939
10940
|
id: string;
|
10940
|
-
name: string;
|
10941
10941
|
metadata: {
|
10942
|
-
id: string;
|
10943
10942
|
name: string;
|
10943
|
+
id: string;
|
10944
10944
|
accessToken?: string | undefined;
|
10945
10945
|
channelSecret?: string | undefined;
|
10946
10946
|
additionalCredentials?: any;
|
@@ -10958,9 +10958,9 @@ export declare const channelSMSContract: {
|
|
10958
10958
|
updatedAt: Date;
|
10959
10959
|
deletedAt: Date | null;
|
10960
10960
|
actor: {
|
10961
|
+
name: string;
|
10961
10962
|
id: string;
|
10962
10963
|
address: string | null;
|
10963
|
-
name: string;
|
10964
10964
|
email: string;
|
10965
10965
|
createdAt: Date;
|
10966
10966
|
updatedAt: Date;
|
@@ -11007,19 +11007,19 @@ export declare const channelSMSContract: {
|
|
11007
11007
|
connectedUserName: string;
|
11008
11008
|
connectedUserId: string;
|
11009
11009
|
botpressBot: {
|
11010
|
-
id: string;
|
11011
11010
|
name: string;
|
11011
|
+
id: string;
|
11012
11012
|
accessToken: string;
|
11013
11013
|
botId: string;
|
11014
11014
|
integrationId: string;
|
11015
11015
|
} | null;
|
11016
11016
|
}, {
|
11017
|
+
name: string;
|
11017
11018
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11018
11019
|
id: string;
|
11019
|
-
name: string;
|
11020
11020
|
metadata: {
|
11021
|
-
id: string;
|
11022
11021
|
name: string;
|
11022
|
+
id: string;
|
11023
11023
|
accessToken?: string | undefined;
|
11024
11024
|
channelSecret?: string | undefined;
|
11025
11025
|
additionalCredentials?: any;
|
@@ -11037,9 +11037,9 @@ export declare const channelSMSContract: {
|
|
11037
11037
|
updatedAt: Date;
|
11038
11038
|
deletedAt: Date | null;
|
11039
11039
|
actor: {
|
11040
|
+
name: string;
|
11040
11041
|
id: string;
|
11041
11042
|
address: string | null;
|
11042
|
-
name: string;
|
11043
11043
|
email: string;
|
11044
11044
|
createdAt: Date;
|
11045
11045
|
updatedAt: Date;
|
@@ -11086,8 +11086,8 @@ export declare const channelSMSContract: {
|
|
11086
11086
|
connectedUserName: string;
|
11087
11087
|
connectedUserId: string;
|
11088
11088
|
botpressBot: {
|
11089
|
-
id: string;
|
11090
11089
|
name: string;
|
11090
|
+
id: string;
|
11091
11091
|
accessToken: string;
|
11092
11092
|
botId: string;
|
11093
11093
|
integrationId: string;
|
@@ -11095,12 +11095,12 @@ export declare const channelSMSContract: {
|
|
11095
11095
|
}>;
|
11096
11096
|
}, "strip", z.ZodTypeAny, {
|
11097
11097
|
channel: {
|
11098
|
+
name: string;
|
11098
11099
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11099
11100
|
id: string;
|
11100
|
-
name: string;
|
11101
11101
|
metadata: {
|
11102
|
-
id: string;
|
11103
11102
|
name: string;
|
11103
|
+
id: string;
|
11104
11104
|
accessToken?: string | undefined;
|
11105
11105
|
channelSecret?: string | undefined;
|
11106
11106
|
additionalCredentials?: any;
|
@@ -11118,9 +11118,9 @@ export declare const channelSMSContract: {
|
|
11118
11118
|
updatedAt: Date;
|
11119
11119
|
deletedAt: Date | null;
|
11120
11120
|
actor: {
|
11121
|
+
name: string;
|
11121
11122
|
id: string;
|
11122
11123
|
address: string | null;
|
11123
|
-
name: string;
|
11124
11124
|
email: string;
|
11125
11125
|
createdAt: Date;
|
11126
11126
|
updatedAt: Date;
|
@@ -11167,8 +11167,8 @@ export declare const channelSMSContract: {
|
|
11167
11167
|
connectedUserName: string;
|
11168
11168
|
connectedUserId: string;
|
11169
11169
|
botpressBot: {
|
11170
|
-
id: string;
|
11171
11170
|
name: string;
|
11171
|
+
id: string;
|
11172
11172
|
accessToken: string;
|
11173
11173
|
botId: string;
|
11174
11174
|
integrationId: string;
|
@@ -11177,12 +11177,12 @@ export declare const channelSMSContract: {
|
|
11177
11177
|
requestId: string;
|
11178
11178
|
}, {
|
11179
11179
|
channel: {
|
11180
|
+
name: string;
|
11180
11181
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11181
11182
|
id: string;
|
11182
|
-
name: string;
|
11183
11183
|
metadata: {
|
11184
|
-
id: string;
|
11185
11184
|
name: string;
|
11185
|
+
id: string;
|
11186
11186
|
accessToken?: string | undefined;
|
11187
11187
|
channelSecret?: string | undefined;
|
11188
11188
|
additionalCredentials?: any;
|
@@ -11200,9 +11200,9 @@ export declare const channelSMSContract: {
|
|
11200
11200
|
updatedAt: Date;
|
11201
11201
|
deletedAt: Date | null;
|
11202
11202
|
actor: {
|
11203
|
+
name: string;
|
11203
11204
|
id: string;
|
11204
11205
|
address: string | null;
|
11205
|
-
name: string;
|
11206
11206
|
email: string;
|
11207
11207
|
createdAt: Date;
|
11208
11208
|
updatedAt: Date;
|
@@ -11249,8 +11249,8 @@ export declare const channelSMSContract: {
|
|
11249
11249
|
connectedUserName: string;
|
11250
11250
|
connectedUserId: string;
|
11251
11251
|
botpressBot: {
|
11252
|
-
id: string;
|
11253
11252
|
name: string;
|
11253
|
+
id: string;
|
11254
11254
|
accessToken: string;
|
11255
11255
|
botId: string;
|
11256
11256
|
integrationId: string;
|