@kl1/contracts 1.4.53 → 1.4.54
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/botpress/index.d.ts +20 -17
- package/dist/api-contracts/src/botpress/index.d.ts.map +1 -1
- package/dist/api-contracts/src/botpress/validation.d.ts +20 -17
- package/dist/api-contracts/src/botpress/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/index.d.ts +173 -109
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +4 -4
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +70 -6
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +691 -682
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +174 -174
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +148 -132
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +31 -31
- package/dist/api-contracts/src/comment/schema.d.ts +9 -9
- package/dist/api-contracts/src/company/index.d.ts +80 -0
- package/dist/api-contracts/src/company/index.d.ts.map +1 -1
- package/dist/api-contracts/src/company/validation.d.ts +40 -0
- package/dist/api-contracts/src/company/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contact/index.d.ts +70 -70
- package/dist/api-contracts/src/contact/schema.d.ts +8 -8
- package/dist/api-contracts/src/contact/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/contact/validation.d.ts +40 -40
- package/dist/api-contracts/src/contract.d.ts +22253 -1880
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +51 -51
- package/dist/api-contracts/src/cx-log/schema.d.ts +41 -41
- package/dist/api-contracts/src/facebook-feed/index.d.ts +152 -147
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +19 -19
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +17 -17
- package/dist/api-contracts/src/hold-label/index.d.ts +2 -2
- package/dist/api-contracts/src/hold-label/validation.d.ts +2 -2
- package/dist/api-contracts/src/index.d.ts +2 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +121 -116
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/klink-chat/index.d.ts +20405 -0
- package/dist/api-contracts/src/klink-chat/index.d.ts.map +1 -0
- package/dist/api-contracts/src/klink-chat/schema.d.ts +63 -0
- package/dist/api-contracts/src/klink-chat/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/klink-chat/validation.d.ts +15 -0
- package/dist/api-contracts/src/klink-chat/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/line/index.d.ts +124 -119
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +14 -14
- package/dist/api-contracts/src/mail/account-contract.d.ts +169 -29
- package/dist/api-contracts/src/mail/account-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/index.d.ts +1 -0
- package/dist/api-contracts/src/mail/index.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +181 -41
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/room-contract.d.ts +12 -12
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +85 -24
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +3 -3
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +3 -3
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +3 -3
- package/dist/api-contracts/src/messenger/index.d.ts +121 -116
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +17 -17
- package/dist/api-contracts/src/public-api/index.d.ts +100 -4
- package/dist/api-contracts/src/public-api/index.d.ts.map +1 -1
- package/dist/api-contracts/src/public-api/schema.d.ts +1 -1
- package/dist/api-contracts/src/public-api/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/public-api/validation.d.ts +13 -0
- package/dist/api-contracts/src/public-api/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/index.d.ts +39 -34
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/index.d.ts +438 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +107 -102
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +0 -430
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +0 -3
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +18 -18
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +7 -7
- package/dist/api-contracts/src/ticket/index.d.ts +48 -48
- package/dist/api-contracts/src/ticket/schema.d.ts +7 -7
- package/dist/api-contracts/src/viber/index.d.ts +107 -102
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +107 -102
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +117 -112
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +135 -81
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +2 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +1921 -1703
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1918 -1703
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -16,7 +16,7 @@ export declare const platformWebchatContract: {
|
|
16
16
|
id: z.ZodString;
|
17
17
|
channelId: z.ZodString;
|
18
18
|
socialPlatformId: z.ZodNullable<z.ZodString>;
|
19
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
19
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
20
20
|
metadata: z.ZodObject<{
|
21
21
|
id: z.ZodString;
|
22
22
|
name: z.ZodString;
|
@@ -59,7 +59,7 @@ export declare const platformWebchatContract: {
|
|
59
59
|
socialProfileUrl: string | null;
|
60
60
|
}>;
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
62
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
62
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
63
63
|
id: string;
|
64
64
|
metadata: {
|
65
65
|
name: string;
|
@@ -79,7 +79,7 @@ export declare const platformWebchatContract: {
|
|
79
79
|
channelId: string;
|
80
80
|
socialPlatformId: string | null;
|
81
81
|
}, {
|
82
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
82
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
83
83
|
id: string;
|
84
84
|
metadata: {
|
85
85
|
name: string;
|
@@ -134,7 +134,7 @@ export declare const platformWebchatContract: {
|
|
134
134
|
channel: z.ZodObject<{
|
135
135
|
id: z.ZodString;
|
136
136
|
name: z.ZodString;
|
137
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
137
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
138
138
|
metadata: z.ZodObject<{
|
139
139
|
id: z.ZodString;
|
140
140
|
name: z.ZodString;
|
@@ -305,7 +305,7 @@ export declare const platformWebchatContract: {
|
|
305
305
|
}>>;
|
306
306
|
}, "strip", z.ZodTypeAny, {
|
307
307
|
name: string;
|
308
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
308
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
309
309
|
id: string;
|
310
310
|
metadata: {
|
311
311
|
name: string;
|
@@ -357,7 +357,7 @@ export declare const platformWebchatContract: {
|
|
357
357
|
} | undefined;
|
358
358
|
}, {
|
359
359
|
name: string;
|
360
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
360
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
361
361
|
id: string;
|
362
362
|
metadata: {
|
363
363
|
name: string;
|
@@ -409,13 +409,14 @@ export declare const platformWebchatContract: {
|
|
409
409
|
} | undefined;
|
410
410
|
}>;
|
411
411
|
messengerTags: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"post_purchase_update">, z.ZodLiteral<"account_update">, z.ZodLiteral<"confirmed_event_update">]>>;
|
412
|
+
whatsappTemplateName: z.ZodOptional<z.ZodString>;
|
412
413
|
telegramBusinessConnectionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
413
414
|
isBotRoom: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
414
415
|
}, "strip", z.ZodTypeAny, {
|
415
416
|
id: string;
|
416
417
|
channel: {
|
417
418
|
name: string;
|
418
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
419
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
419
420
|
id: string;
|
420
421
|
metadata: {
|
421
422
|
name: string;
|
@@ -478,7 +479,7 @@ export declare const platformWebchatContract: {
|
|
478
479
|
} | null;
|
479
480
|
isLatest: boolean;
|
480
481
|
platformContact: {
|
481
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
482
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
482
483
|
id: string;
|
483
484
|
metadata: {
|
484
485
|
name: string;
|
@@ -508,12 +509,13 @@ export declare const platformWebchatContract: {
|
|
508
509
|
handleTime?: number | undefined;
|
509
510
|
metadata?: any;
|
510
511
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
512
|
+
whatsappTemplateName?: string | undefined;
|
511
513
|
telegramBusinessConnectionId?: string | null | undefined;
|
512
514
|
}, {
|
513
515
|
id: string;
|
514
516
|
channel: {
|
515
517
|
name: string;
|
516
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
518
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
517
519
|
id: string;
|
518
520
|
metadata: {
|
519
521
|
name: string;
|
@@ -576,7 +578,7 @@ export declare const platformWebchatContract: {
|
|
576
578
|
} | null;
|
577
579
|
isLatest: boolean;
|
578
580
|
platformContact: {
|
579
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
581
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
580
582
|
id: string;
|
581
583
|
metadata: {
|
582
584
|
name: string;
|
@@ -605,6 +607,7 @@ export declare const platformWebchatContract: {
|
|
605
607
|
handleTime?: number | undefined;
|
606
608
|
metadata?: any;
|
607
609
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
610
|
+
whatsappTemplateName?: string | undefined;
|
608
611
|
telegramBusinessConnectionId?: string | null | undefined;
|
609
612
|
isBotRoom?: boolean | null | undefined;
|
610
613
|
}>;
|
@@ -779,7 +782,7 @@ export declare const platformWebchatContract: {
|
|
779
782
|
id: string;
|
780
783
|
channel: {
|
781
784
|
name: string;
|
782
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
785
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
783
786
|
id: string;
|
784
787
|
metadata: {
|
785
788
|
name: string;
|
@@ -842,7 +845,7 @@ export declare const platformWebchatContract: {
|
|
842
845
|
} | null;
|
843
846
|
isLatest: boolean;
|
844
847
|
platformContact: {
|
845
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
848
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
846
849
|
id: string;
|
847
850
|
metadata: {
|
848
851
|
name: string;
|
@@ -872,6 +875,7 @@ export declare const platformWebchatContract: {
|
|
872
875
|
handleTime?: number | undefined;
|
873
876
|
metadata?: any;
|
874
877
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
878
|
+
whatsappTemplateName?: string | undefined;
|
875
879
|
telegramBusinessConnectionId?: string | null | undefined;
|
876
880
|
};
|
877
881
|
isBot: boolean | null;
|
@@ -916,7 +920,7 @@ export declare const platformWebchatContract: {
|
|
916
920
|
id: string;
|
917
921
|
channel: {
|
918
922
|
name: string;
|
919
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
923
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
920
924
|
id: string;
|
921
925
|
metadata: {
|
922
926
|
name: string;
|
@@ -979,7 +983,7 @@ export declare const platformWebchatContract: {
|
|
979
983
|
} | null;
|
980
984
|
isLatest: boolean;
|
981
985
|
platformContact: {
|
982
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
986
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
983
987
|
id: string;
|
984
988
|
metadata: {
|
985
989
|
name: string;
|
@@ -1008,6 +1012,7 @@ export declare const platformWebchatContract: {
|
|
1008
1012
|
handleTime?: number | undefined;
|
1009
1013
|
metadata?: any;
|
1010
1014
|
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
1015
|
+
whatsappTemplateName?: string | undefined;
|
1011
1016
|
telegramBusinessConnectionId?: string | null | undefined;
|
1012
1017
|
isBotRoom?: boolean | null | undefined;
|
1013
1018
|
};
|
@@ -1497,7 +1502,7 @@ export declare const platformWebchatContract: {
|
|
1497
1502
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1498
1503
|
channelId: z.ZodString;
|
1499
1504
|
socialPlatformId: z.ZodString;
|
1500
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
1505
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
1501
1506
|
metadata: z.ZodObject<{
|
1502
1507
|
id: z.ZodString;
|
1503
1508
|
name: z.ZodString;
|
@@ -1716,7 +1721,7 @@ export declare const platformWebchatContract: {
|
|
1716
1721
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1717
1722
|
channelId: z.ZodString;
|
1718
1723
|
socialPlatformId: z.ZodString;
|
1719
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
1724
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
1720
1725
|
metadata: z.ZodObject<{
|
1721
1726
|
id: z.ZodString;
|
1722
1727
|
name: z.ZodString;
|
@@ -1734,7 +1739,7 @@ export declare const platformWebchatContract: {
|
|
1734
1739
|
additionalCredentials?: any;
|
1735
1740
|
}>;
|
1736
1741
|
}, "strip", z.ZodTypeAny, {
|
1737
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1742
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1738
1743
|
id: string;
|
1739
1744
|
metadata: {
|
1740
1745
|
name: string;
|
@@ -1748,7 +1753,7 @@ export declare const platformWebchatContract: {
|
|
1748
1753
|
channelId: string;
|
1749
1754
|
socialPlatformId: string;
|
1750
1755
|
}, {
|
1751
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1756
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1752
1757
|
id: string;
|
1753
1758
|
metadata: {
|
1754
1759
|
name: string;
|
@@ -2142,7 +2147,7 @@ export declare const platformWebchatContract: {
|
|
2142
2147
|
phone: string;
|
2143
2148
|
}[];
|
2144
2149
|
platformContacts?: {
|
2145
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2150
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2146
2151
|
id: string;
|
2147
2152
|
metadata: {
|
2148
2153
|
name: string;
|
@@ -2253,7 +2258,7 @@ export declare const platformWebchatContract: {
|
|
2253
2258
|
phone: string;
|
2254
2259
|
}[];
|
2255
2260
|
platformContacts?: {
|
2256
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2261
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2257
2262
|
id: string;
|
2258
2263
|
metadata: {
|
2259
2264
|
name: string;
|
@@ -2285,7 +2290,7 @@ export declare const platformWebchatContract: {
|
|
2285
2290
|
}[] | undefined;
|
2286
2291
|
}>;
|
2287
2292
|
}, "strip", z.ZodTypeAny, {
|
2288
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2293
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2289
2294
|
id: string;
|
2290
2295
|
metadata: {
|
2291
2296
|
name: string;
|
@@ -2377,7 +2382,7 @@ export declare const platformWebchatContract: {
|
|
2377
2382
|
phone: string;
|
2378
2383
|
}[];
|
2379
2384
|
platformContacts?: {
|
2380
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2385
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2381
2386
|
id: string;
|
2382
2387
|
metadata: {
|
2383
2388
|
name: string;
|
@@ -2411,7 +2416,7 @@ export declare const platformWebchatContract: {
|
|
2411
2416
|
channelId: string;
|
2412
2417
|
socialPlatformId: string;
|
2413
2418
|
}, {
|
2414
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2419
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2415
2420
|
id: string;
|
2416
2421
|
metadata: {
|
2417
2422
|
name: string;
|
@@ -2503,7 +2508,7 @@ export declare const platformWebchatContract: {
|
|
2503
2508
|
phone: string;
|
2504
2509
|
}[];
|
2505
2510
|
platformContacts?: {
|
2506
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2511
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2507
2512
|
id: string;
|
2508
2513
|
metadata: {
|
2509
2514
|
name: string;
|
@@ -2952,7 +2957,7 @@ export declare const platformWebchatContract: {
|
|
2952
2957
|
updatedAt: z.ZodDate;
|
2953
2958
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2954
2959
|
name: z.ZodString;
|
2955
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
2960
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
2956
2961
|
metadata: z.ZodObject<{
|
2957
2962
|
id: z.ZodString;
|
2958
2963
|
name: z.ZodString;
|
@@ -3327,7 +3332,7 @@ export declare const platformWebchatContract: {
|
|
3327
3332
|
}>;
|
3328
3333
|
}, "strip", z.ZodTypeAny, {
|
3329
3334
|
name: string;
|
3330
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3335
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
3331
3336
|
id: string;
|
3332
3337
|
metadata: {
|
3333
3338
|
name: string;
|
@@ -3426,7 +3431,7 @@ export declare const platformWebchatContract: {
|
|
3426
3431
|
} | null;
|
3427
3432
|
}, {
|
3428
3433
|
name: string;
|
3429
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3434
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
3430
3435
|
id: string;
|
3431
3436
|
metadata: {
|
3432
3437
|
name: string;
|
@@ -4096,7 +4101,7 @@ export declare const platformWebchatContract: {
|
|
4096
4101
|
id: string;
|
4097
4102
|
channel: {
|
4098
4103
|
name: string;
|
4099
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4104
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4100
4105
|
id: string;
|
4101
4106
|
metadata: {
|
4102
4107
|
name: string;
|
@@ -4251,7 +4256,7 @@ export declare const platformWebchatContract: {
|
|
4251
4256
|
firstResponseAt: Date;
|
4252
4257
|
isLatest: boolean;
|
4253
4258
|
platformContact: {
|
4254
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4259
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4255
4260
|
id: string;
|
4256
4261
|
metadata: {
|
4257
4262
|
name: string;
|
@@ -4343,7 +4348,7 @@ export declare const platformWebchatContract: {
|
|
4343
4348
|
phone: string;
|
4344
4349
|
}[];
|
4345
4350
|
platformContacts?: {
|
4346
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4351
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4347
4352
|
id: string;
|
4348
4353
|
metadata: {
|
4349
4354
|
name: string;
|
@@ -4534,7 +4539,7 @@ export declare const platformWebchatContract: {
|
|
4534
4539
|
id: string;
|
4535
4540
|
channel: {
|
4536
4541
|
name: string;
|
4537
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4542
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4538
4543
|
id: string;
|
4539
4544
|
metadata: {
|
4540
4545
|
name: string;
|
@@ -4689,7 +4694,7 @@ export declare const platformWebchatContract: {
|
|
4689
4694
|
firstResponseAt: Date;
|
4690
4695
|
isLatest: boolean;
|
4691
4696
|
platformContact: {
|
4692
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4697
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4693
4698
|
id: string;
|
4694
4699
|
metadata: {
|
4695
4700
|
name: string;
|
@@ -4781,7 +4786,7 @@ export declare const platformWebchatContract: {
|
|
4781
4786
|
phone: string;
|
4782
4787
|
}[];
|
4783
4788
|
platformContacts?: {
|
4784
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4789
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4785
4790
|
id: string;
|
4786
4791
|
metadata: {
|
4787
4792
|
name: string;
|
@@ -6237,7 +6242,7 @@ export declare const platformWebchatContract: {
|
|
6237
6242
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6238
6243
|
channelId: z.ZodString;
|
6239
6244
|
socialPlatformId: z.ZodString;
|
6240
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
6245
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
6241
6246
|
metadata: z.ZodObject<{
|
6242
6247
|
id: z.ZodString;
|
6243
6248
|
name: z.ZodString;
|
@@ -6456,7 +6461,7 @@ export declare const platformWebchatContract: {
|
|
6456
6461
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6457
6462
|
channelId: z.ZodString;
|
6458
6463
|
socialPlatformId: z.ZodString;
|
6459
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
6464
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
6460
6465
|
metadata: z.ZodObject<{
|
6461
6466
|
id: z.ZodString;
|
6462
6467
|
name: z.ZodString;
|
@@ -6474,7 +6479,7 @@ export declare const platformWebchatContract: {
|
|
6474
6479
|
additionalCredentials?: any;
|
6475
6480
|
}>;
|
6476
6481
|
}, "strip", z.ZodTypeAny, {
|
6477
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6482
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6478
6483
|
id: string;
|
6479
6484
|
metadata: {
|
6480
6485
|
name: string;
|
@@ -6488,7 +6493,7 @@ export declare const platformWebchatContract: {
|
|
6488
6493
|
channelId: string;
|
6489
6494
|
socialPlatformId: string;
|
6490
6495
|
}, {
|
6491
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6496
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6492
6497
|
id: string;
|
6493
6498
|
metadata: {
|
6494
6499
|
name: string;
|
@@ -6882,7 +6887,7 @@ export declare const platformWebchatContract: {
|
|
6882
6887
|
phone: string;
|
6883
6888
|
}[];
|
6884
6889
|
platformContacts?: {
|
6885
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6890
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6886
6891
|
id: string;
|
6887
6892
|
metadata: {
|
6888
6893
|
name: string;
|
@@ -6993,7 +6998,7 @@ export declare const platformWebchatContract: {
|
|
6993
6998
|
phone: string;
|
6994
6999
|
}[];
|
6995
7000
|
platformContacts?: {
|
6996
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7001
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6997
7002
|
id: string;
|
6998
7003
|
metadata: {
|
6999
7004
|
name: string;
|
@@ -7025,7 +7030,7 @@ export declare const platformWebchatContract: {
|
|
7025
7030
|
}[] | undefined;
|
7026
7031
|
}>;
|
7027
7032
|
}, "strip", z.ZodTypeAny, {
|
7028
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7033
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7029
7034
|
id: string;
|
7030
7035
|
metadata: {
|
7031
7036
|
name: string;
|
@@ -7117,7 +7122,7 @@ export declare const platformWebchatContract: {
|
|
7117
7122
|
phone: string;
|
7118
7123
|
}[];
|
7119
7124
|
platformContacts?: {
|
7120
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7125
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7121
7126
|
id: string;
|
7122
7127
|
metadata: {
|
7123
7128
|
name: string;
|
@@ -7151,7 +7156,7 @@ export declare const platformWebchatContract: {
|
|
7151
7156
|
channelId: string;
|
7152
7157
|
socialPlatformId: string;
|
7153
7158
|
}, {
|
7154
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7159
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7155
7160
|
id: string;
|
7156
7161
|
metadata: {
|
7157
7162
|
name: string;
|
@@ -7243,7 +7248,7 @@ export declare const platformWebchatContract: {
|
|
7243
7248
|
phone: string;
|
7244
7249
|
}[];
|
7245
7250
|
platformContacts?: {
|
7246
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7251
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7247
7252
|
id: string;
|
7248
7253
|
metadata: {
|
7249
7254
|
name: string;
|
@@ -7692,7 +7697,7 @@ export declare const platformWebchatContract: {
|
|
7692
7697
|
updatedAt: z.ZodDate;
|
7693
7698
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7694
7699
|
name: z.ZodString;
|
7695
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
7700
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
7696
7701
|
metadata: z.ZodObject<{
|
7697
7702
|
id: z.ZodString;
|
7698
7703
|
name: z.ZodString;
|
@@ -8067,7 +8072,7 @@ export declare const platformWebchatContract: {
|
|
8067
8072
|
}>;
|
8068
8073
|
}, "strip", z.ZodTypeAny, {
|
8069
8074
|
name: string;
|
8070
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8075
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8071
8076
|
id: string;
|
8072
8077
|
metadata: {
|
8073
8078
|
name: string;
|
@@ -8166,7 +8171,7 @@ export declare const platformWebchatContract: {
|
|
8166
8171
|
} | null;
|
8167
8172
|
}, {
|
8168
8173
|
name: string;
|
8169
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8174
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8170
8175
|
id: string;
|
8171
8176
|
metadata: {
|
8172
8177
|
name: string;
|
@@ -8836,7 +8841,7 @@ export declare const platformWebchatContract: {
|
|
8836
8841
|
id: string;
|
8837
8842
|
channel: {
|
8838
8843
|
name: string;
|
8839
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8844
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8840
8845
|
id: string;
|
8841
8846
|
metadata: {
|
8842
8847
|
name: string;
|
@@ -8991,7 +8996,7 @@ export declare const platformWebchatContract: {
|
|
8991
8996
|
firstResponseAt: Date;
|
8992
8997
|
isLatest: boolean;
|
8993
8998
|
platformContact: {
|
8994
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8999
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8995
9000
|
id: string;
|
8996
9001
|
metadata: {
|
8997
9002
|
name: string;
|
@@ -9083,7 +9088,7 @@ export declare const platformWebchatContract: {
|
|
9083
9088
|
phone: string;
|
9084
9089
|
}[];
|
9085
9090
|
platformContacts?: {
|
9086
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9091
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9087
9092
|
id: string;
|
9088
9093
|
metadata: {
|
9089
9094
|
name: string;
|
@@ -9274,7 +9279,7 @@ export declare const platformWebchatContract: {
|
|
9274
9279
|
id: string;
|
9275
9280
|
channel: {
|
9276
9281
|
name: string;
|
9277
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9282
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9278
9283
|
id: string;
|
9279
9284
|
metadata: {
|
9280
9285
|
name: string;
|
@@ -9429,7 +9434,7 @@ export declare const platformWebchatContract: {
|
|
9429
9434
|
firstResponseAt: Date;
|
9430
9435
|
isLatest: boolean;
|
9431
9436
|
platformContact: {
|
9432
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9437
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9433
9438
|
id: string;
|
9434
9439
|
metadata: {
|
9435
9440
|
name: string;
|
@@ -9521,7 +9526,7 @@ export declare const platformWebchatContract: {
|
|
9521
9526
|
phone: string;
|
9522
9527
|
}[];
|
9523
9528
|
platformContacts?: {
|
9524
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9529
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9525
9530
|
id: string;
|
9526
9531
|
metadata: {
|
9527
9532
|
name: string;
|
@@ -11485,7 +11490,7 @@ export declare const platformWebchatContract: {
|
|
11485
11490
|
id: string;
|
11486
11491
|
channel: {
|
11487
11492
|
name: string;
|
11488
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11493
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
11489
11494
|
id: string;
|
11490
11495
|
metadata: {
|
11491
11496
|
name: string;
|
@@ -11640,7 +11645,7 @@ export declare const platformWebchatContract: {
|
|
11640
11645
|
firstResponseAt: Date;
|
11641
11646
|
isLatest: boolean;
|
11642
11647
|
platformContact: {
|
11643
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11648
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
11644
11649
|
id: string;
|
11645
11650
|
metadata: {
|
11646
11651
|
name: string;
|
@@ -11732,7 +11737,7 @@ export declare const platformWebchatContract: {
|
|
11732
11737
|
phone: string;
|
11733
11738
|
}[];
|
11734
11739
|
platformContacts?: {
|
11735
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11740
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
11736
11741
|
id: string;
|
11737
11742
|
metadata: {
|
11738
11743
|
name: string;
|
@@ -12260,7 +12265,7 @@ export declare const platformWebchatContract: {
|
|
12260
12265
|
id: string;
|
12261
12266
|
channel: {
|
12262
12267
|
name: string;
|
12263
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12268
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
12264
12269
|
id: string;
|
12265
12270
|
metadata: {
|
12266
12271
|
name: string;
|
@@ -12415,7 +12420,7 @@ export declare const platformWebchatContract: {
|
|
12415
12420
|
firstResponseAt: Date;
|
12416
12421
|
isLatest: boolean;
|
12417
12422
|
platformContact: {
|
12418
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12423
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
12419
12424
|
id: string;
|
12420
12425
|
metadata: {
|
12421
12426
|
name: string;
|
@@ -12507,7 +12512,7 @@ export declare const platformWebchatContract: {
|
|
12507
12512
|
phone: string;
|
12508
12513
|
}[];
|
12509
12514
|
platformContacts?: {
|
12510
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12515
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
12511
12516
|
id: string;
|
12512
12517
|
metadata: {
|
12513
12518
|
name: string;
|
@@ -13036,7 +13041,7 @@ export declare const platformWebchatContract: {
|
|
13036
13041
|
id: string;
|
13037
13042
|
channel: {
|
13038
13043
|
name: string;
|
13039
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13044
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
13040
13045
|
id: string;
|
13041
13046
|
metadata: {
|
13042
13047
|
name: string;
|
@@ -13191,7 +13196,7 @@ export declare const platformWebchatContract: {
|
|
13191
13196
|
firstResponseAt: Date;
|
13192
13197
|
isLatest: boolean;
|
13193
13198
|
platformContact: {
|
13194
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13199
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
13195
13200
|
id: string;
|
13196
13201
|
metadata: {
|
13197
13202
|
name: string;
|
@@ -13283,7 +13288,7 @@ export declare const platformWebchatContract: {
|
|
13283
13288
|
phone: string;
|
13284
13289
|
}[];
|
13285
13290
|
platformContacts?: {
|
13286
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13291
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
13287
13292
|
id: string;
|
13288
13293
|
metadata: {
|
13289
13294
|
name: string;
|
@@ -13811,7 +13816,7 @@ export declare const platformWebchatContract: {
|
|
13811
13816
|
id: string;
|
13812
13817
|
channel: {
|
13813
13818
|
name: string;
|
13814
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13819
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
13815
13820
|
id: string;
|
13816
13821
|
metadata: {
|
13817
13822
|
name: string;
|
@@ -13966,7 +13971,7 @@ export declare const platformWebchatContract: {
|
|
13966
13971
|
firstResponseAt: Date;
|
13967
13972
|
isLatest: boolean;
|
13968
13973
|
platformContact: {
|
13969
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13974
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
13970
13975
|
id: string;
|
13971
13976
|
metadata: {
|
13972
13977
|
name: string;
|
@@ -14058,7 +14063,7 @@ export declare const platformWebchatContract: {
|
|
14058
14063
|
phone: string;
|
14059
14064
|
}[];
|
14060
14065
|
platformContacts?: {
|
14061
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
14066
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
14062
14067
|
id: string;
|
14063
14068
|
metadata: {
|
14064
14069
|
name: string;
|
@@ -14587,7 +14592,7 @@ export declare const platformWebchatContract: {
|
|
14587
14592
|
id: string;
|
14588
14593
|
channel: {
|
14589
14594
|
name: string;
|
14590
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
14595
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
14591
14596
|
id: string;
|
14592
14597
|
metadata: {
|
14593
14598
|
name: string;
|
@@ -14742,7 +14747,7 @@ export declare const platformWebchatContract: {
|
|
14742
14747
|
firstResponseAt: Date;
|
14743
14748
|
isLatest: boolean;
|
14744
14749
|
platformContact: {
|
14745
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
14750
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
14746
14751
|
id: string;
|
14747
14752
|
metadata: {
|
14748
14753
|
name: string;
|
@@ -14834,7 +14839,7 @@ export declare const platformWebchatContract: {
|
|
14834
14839
|
phone: string;
|
14835
14840
|
}[];
|
14836
14841
|
platformContacts?: {
|
14837
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
14842
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
14838
14843
|
id: string;
|
14839
14844
|
metadata: {
|
14840
14845
|
name: string;
|
@@ -15362,7 +15367,7 @@ export declare const platformWebchatContract: {
|
|
15362
15367
|
id: string;
|
15363
15368
|
channel: {
|
15364
15369
|
name: string;
|
15365
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
15370
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
15366
15371
|
id: string;
|
15367
15372
|
metadata: {
|
15368
15373
|
name: string;
|
@@ -15517,7 +15522,7 @@ export declare const platformWebchatContract: {
|
|
15517
15522
|
firstResponseAt: Date;
|
15518
15523
|
isLatest: boolean;
|
15519
15524
|
platformContact: {
|
15520
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
15525
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
15521
15526
|
id: string;
|
15522
15527
|
metadata: {
|
15523
15528
|
name: string;
|
@@ -15609,7 +15614,7 @@ export declare const platformWebchatContract: {
|
|
15609
15614
|
phone: string;
|
15610
15615
|
}[];
|
15611
15616
|
platformContacts?: {
|
15612
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
15617
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
15613
15618
|
id: string;
|
15614
15619
|
metadata: {
|
15615
15620
|
name: string;
|
@@ -16140,7 +16145,7 @@ export declare const platformWebchatContract: {
|
|
16140
16145
|
id: string;
|
16141
16146
|
channel: {
|
16142
16147
|
name: string;
|
16143
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16148
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
16144
16149
|
id: string;
|
16145
16150
|
metadata: {
|
16146
16151
|
name: string;
|
@@ -16295,7 +16300,7 @@ export declare const platformWebchatContract: {
|
|
16295
16300
|
firstResponseAt: Date;
|
16296
16301
|
isLatest: boolean;
|
16297
16302
|
platformContact: {
|
16298
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16303
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
16299
16304
|
id: string;
|
16300
16305
|
metadata: {
|
16301
16306
|
name: string;
|
@@ -16387,7 +16392,7 @@ export declare const platformWebchatContract: {
|
|
16387
16392
|
phone: string;
|
16388
16393
|
}[];
|
16389
16394
|
platformContacts?: {
|
16390
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16395
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
16391
16396
|
id: string;
|
16392
16397
|
metadata: {
|
16393
16398
|
name: string;
|
@@ -16915,7 +16920,7 @@ export declare const platformWebchatContract: {
|
|
16915
16920
|
id: string;
|
16916
16921
|
channel: {
|
16917
16922
|
name: string;
|
16918
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16923
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
16919
16924
|
id: string;
|
16920
16925
|
metadata: {
|
16921
16926
|
name: string;
|
@@ -17070,7 +17075,7 @@ export declare const platformWebchatContract: {
|
|
17070
17075
|
firstResponseAt: Date;
|
17071
17076
|
isLatest: boolean;
|
17072
17077
|
platformContact: {
|
17073
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
17078
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
17074
17079
|
id: string;
|
17075
17080
|
metadata: {
|
17076
17081
|
name: string;
|
@@ -17162,7 +17167,7 @@ export declare const platformWebchatContract: {
|
|
17162
17167
|
phone: string;
|
17163
17168
|
}[];
|
17164
17169
|
platformContacts?: {
|
17165
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
17170
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
17166
17171
|
id: string;
|
17167
17172
|
metadata: {
|
17168
17173
|
name: string;
|
@@ -17694,7 +17699,7 @@ export declare const platformWebchatContract: {
|
|
17694
17699
|
id: string;
|
17695
17700
|
channel: {
|
17696
17701
|
name: string;
|
17697
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
17702
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
17698
17703
|
id: string;
|
17699
17704
|
metadata: {
|
17700
17705
|
name: string;
|
@@ -17849,7 +17854,7 @@ export declare const platformWebchatContract: {
|
|
17849
17854
|
firstResponseAt: Date;
|
17850
17855
|
isLatest: boolean;
|
17851
17856
|
platformContact: {
|
17852
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
17857
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
17853
17858
|
id: string;
|
17854
17859
|
metadata: {
|
17855
17860
|
name: string;
|
@@ -17941,7 +17946,7 @@ export declare const platformWebchatContract: {
|
|
17941
17946
|
phone: string;
|
17942
17947
|
}[];
|
17943
17948
|
platformContacts?: {
|
17944
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
17949
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
17945
17950
|
id: string;
|
17946
17951
|
metadata: {
|
17947
17952
|
name: string;
|
@@ -18469,7 +18474,7 @@ export declare const platformWebchatContract: {
|
|
18469
18474
|
id: string;
|
18470
18475
|
channel: {
|
18471
18476
|
name: string;
|
18472
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
18477
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
18473
18478
|
id: string;
|
18474
18479
|
metadata: {
|
18475
18480
|
name: string;
|
@@ -18624,7 +18629,7 @@ export declare const platformWebchatContract: {
|
|
18624
18629
|
firstResponseAt: Date;
|
18625
18630
|
isLatest: boolean;
|
18626
18631
|
platformContact: {
|
18627
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
18632
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
18628
18633
|
id: string;
|
18629
18634
|
metadata: {
|
18630
18635
|
name: string;
|
@@ -18716,7 +18721,7 @@ export declare const platformWebchatContract: {
|
|
18716
18721
|
phone: string;
|
18717
18722
|
}[];
|
18718
18723
|
platformContacts?: {
|
18719
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
18724
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
18720
18725
|
id: string;
|
18721
18726
|
metadata: {
|
18722
18727
|
name: string;
|
@@ -19262,7 +19267,7 @@ export declare const platformWebchatContract: {
|
|
19262
19267
|
updatedAt: z.ZodDate;
|
19263
19268
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
19264
19269
|
name: z.ZodString;
|
19265
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
19270
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
19266
19271
|
metadata: z.ZodObject<{
|
19267
19272
|
id: z.ZodString;
|
19268
19273
|
name: z.ZodString;
|
@@ -19637,7 +19642,7 @@ export declare const platformWebchatContract: {
|
|
19637
19642
|
}>;
|
19638
19643
|
}, "strip", z.ZodTypeAny, {
|
19639
19644
|
name: string;
|
19640
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
19645
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
19641
19646
|
id: string;
|
19642
19647
|
metadata: {
|
19643
19648
|
name: string;
|
@@ -19736,7 +19741,7 @@ export declare const platformWebchatContract: {
|
|
19736
19741
|
} | null;
|
19737
19742
|
}, {
|
19738
19743
|
name: string;
|
19739
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
19744
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
19740
19745
|
id: string;
|
19741
19746
|
metadata: {
|
19742
19747
|
name: string;
|
@@ -19837,7 +19842,7 @@ export declare const platformWebchatContract: {
|
|
19837
19842
|
}, "strip", z.ZodTypeAny, {
|
19838
19843
|
channel: {
|
19839
19844
|
name: string;
|
19840
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
19845
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
19841
19846
|
id: string;
|
19842
19847
|
metadata: {
|
19843
19848
|
name: string;
|
@@ -19939,7 +19944,7 @@ export declare const platformWebchatContract: {
|
|
19939
19944
|
}, {
|
19940
19945
|
channel: {
|
19941
19946
|
name: string;
|
19942
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
19947
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
19943
19948
|
id: string;
|
19944
19949
|
metadata: {
|
19945
19950
|
name: string;
|
@@ -20077,7 +20082,7 @@ export declare const platformWebchatContract: {
|
|
20077
20082
|
data: z.ZodObject<{
|
20078
20083
|
id: z.ZodString;
|
20079
20084
|
name: z.ZodString;
|
20080
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
20085
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
20081
20086
|
metadata: z.ZodObject<{
|
20082
20087
|
id: z.ZodString;
|
20083
20088
|
name: z.ZodString;
|
@@ -20248,7 +20253,7 @@ export declare const platformWebchatContract: {
|
|
20248
20253
|
}>>;
|
20249
20254
|
}, "strip", z.ZodTypeAny, {
|
20250
20255
|
name: string;
|
20251
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
20256
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
20252
20257
|
id: string;
|
20253
20258
|
metadata: {
|
20254
20259
|
name: string;
|
@@ -20300,7 +20305,7 @@ export declare const platformWebchatContract: {
|
|
20300
20305
|
} | undefined;
|
20301
20306
|
}, {
|
20302
20307
|
name: string;
|
20303
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
20308
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
20304
20309
|
id: string;
|
20305
20310
|
metadata: {
|
20306
20311
|
name: string;
|
@@ -20354,7 +20359,7 @@ export declare const platformWebchatContract: {
|
|
20354
20359
|
}, "strip", z.ZodTypeAny, {
|
20355
20360
|
data: {
|
20356
20361
|
name: string;
|
20357
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
20362
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
20358
20363
|
id: string;
|
20359
20364
|
metadata: {
|
20360
20365
|
name: string;
|
@@ -20409,7 +20414,7 @@ export declare const platformWebchatContract: {
|
|
20409
20414
|
}, {
|
20410
20415
|
data: {
|
20411
20416
|
name: string;
|
20412
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
20417
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
20413
20418
|
id: string;
|
20414
20419
|
metadata: {
|
20415
20420
|
name: string;
|
@@ -20501,7 +20506,7 @@ export declare const platformWebchatContract: {
|
|
20501
20506
|
data: z.ZodObject<{
|
20502
20507
|
id: z.ZodString;
|
20503
20508
|
name: z.ZodString;
|
20504
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
20509
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
20505
20510
|
metadata: z.ZodObject<{
|
20506
20511
|
id: z.ZodString;
|
20507
20512
|
name: z.ZodString;
|
@@ -20672,7 +20677,7 @@ export declare const platformWebchatContract: {
|
|
20672
20677
|
}>>;
|
20673
20678
|
}, "strip", z.ZodTypeAny, {
|
20674
20679
|
name: string;
|
20675
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
20680
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
20676
20681
|
id: string;
|
20677
20682
|
metadata: {
|
20678
20683
|
name: string;
|
@@ -20724,7 +20729,7 @@ export declare const platformWebchatContract: {
|
|
20724
20729
|
} | undefined;
|
20725
20730
|
}, {
|
20726
20731
|
name: string;
|
20727
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
20732
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
20728
20733
|
id: string;
|
20729
20734
|
metadata: {
|
20730
20735
|
name: string;
|
@@ -20778,7 +20783,7 @@ export declare const platformWebchatContract: {
|
|
20778
20783
|
}, "strip", z.ZodTypeAny, {
|
20779
20784
|
data: {
|
20780
20785
|
name: string;
|
20781
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
20786
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
20782
20787
|
id: string;
|
20783
20788
|
metadata: {
|
20784
20789
|
name: string;
|
@@ -20833,7 +20838,7 @@ export declare const platformWebchatContract: {
|
|
20833
20838
|
}, {
|
20834
20839
|
data: {
|
20835
20840
|
name: string;
|
20836
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
20841
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
20837
20842
|
id: string;
|
20838
20843
|
metadata: {
|
20839
20844
|
name: string;
|
@@ -20925,7 +20930,7 @@ export declare const platformWebchatContract: {
|
|
20925
20930
|
data: z.ZodObject<{
|
20926
20931
|
id: z.ZodString;
|
20927
20932
|
name: z.ZodString;
|
20928
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
20933
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
20929
20934
|
metadata: z.ZodObject<{
|
20930
20935
|
id: z.ZodString;
|
20931
20936
|
name: z.ZodString;
|
@@ -21096,7 +21101,7 @@ export declare const platformWebchatContract: {
|
|
21096
21101
|
}>>;
|
21097
21102
|
}, "strip", z.ZodTypeAny, {
|
21098
21103
|
name: string;
|
21099
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
21104
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
21100
21105
|
id: string;
|
21101
21106
|
metadata: {
|
21102
21107
|
name: string;
|
@@ -21148,7 +21153,7 @@ export declare const platformWebchatContract: {
|
|
21148
21153
|
} | undefined;
|
21149
21154
|
}, {
|
21150
21155
|
name: string;
|
21151
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
21156
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
21152
21157
|
id: string;
|
21153
21158
|
metadata: {
|
21154
21159
|
name: string;
|
@@ -21202,7 +21207,7 @@ export declare const platformWebchatContract: {
|
|
21202
21207
|
}, "strip", z.ZodTypeAny, {
|
21203
21208
|
data: {
|
21204
21209
|
name: string;
|
21205
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
21210
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
21206
21211
|
id: string;
|
21207
21212
|
metadata: {
|
21208
21213
|
name: string;
|
@@ -21257,7 +21262,7 @@ export declare const platformWebchatContract: {
|
|
21257
21262
|
}, {
|
21258
21263
|
data: {
|
21259
21264
|
name: string;
|
21260
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
21265
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
21261
21266
|
id: string;
|
21262
21267
|
metadata: {
|
21263
21268
|
name: string;
|