@kl1/contracts 1.4.51 → 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 +11 -8
- package/dist/api-contracts/src/botpress/index.d.ts.map +1 -1
- package/dist/api-contracts/src/botpress/validation.d.ts +11 -8
- package/dist/api-contracts/src/botpress/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/index.d.ts +109 -109
- 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 +6 -6
- package/dist/api-contracts/src/chat/index.d.ts +685 -679
- 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/validation.d.ts +145 -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/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 +24075 -3534
- 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 +1 -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/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/telegram/index.d.ts +107 -102
- package/dist/api-contracts/src/telegram/index.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 +81 -81
- 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 +778 -657
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +775 -656
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -338,7 +338,7 @@ export declare const contactContract: {
|
|
338
338
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
339
339
|
channelId: z.ZodString;
|
340
340
|
socialPlatformId: z.ZodString;
|
341
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
341
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
342
342
|
metadata: z.ZodObject<{
|
343
343
|
id: z.ZodString;
|
344
344
|
name: z.ZodString;
|
@@ -356,7 +356,7 @@ export declare const contactContract: {
|
|
356
356
|
additionalCredentials?: any;
|
357
357
|
}>;
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
359
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
359
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
360
360
|
id: string;
|
361
361
|
metadata: {
|
362
362
|
name: string;
|
@@ -370,7 +370,7 @@ export declare const contactContract: {
|
|
370
370
|
channelId: string;
|
371
371
|
socialPlatformId: string;
|
372
372
|
}, {
|
373
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
373
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
374
374
|
id: string;
|
375
375
|
metadata: {
|
376
376
|
name: string;
|
@@ -764,7 +764,7 @@ export declare const contactContract: {
|
|
764
764
|
phone: string;
|
765
765
|
}[];
|
766
766
|
platformContacts?: {
|
767
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
767
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
768
768
|
id: string;
|
769
769
|
metadata: {
|
770
770
|
name: string;
|
@@ -875,7 +875,7 @@ export declare const contactContract: {
|
|
875
875
|
phone: string;
|
876
876
|
}[];
|
877
877
|
platformContacts?: {
|
878
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
878
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
879
879
|
id: string;
|
880
880
|
metadata: {
|
881
881
|
name: string;
|
@@ -988,7 +988,7 @@ export declare const contactContract: {
|
|
988
988
|
phone: string;
|
989
989
|
}[];
|
990
990
|
platformContacts?: {
|
991
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
991
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
992
992
|
id: string;
|
993
993
|
metadata: {
|
994
994
|
name: string;
|
@@ -1102,7 +1102,7 @@ export declare const contactContract: {
|
|
1102
1102
|
phone: string;
|
1103
1103
|
}[];
|
1104
1104
|
platformContacts?: {
|
1105
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1105
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1106
1106
|
id: string;
|
1107
1107
|
metadata: {
|
1108
1108
|
name: string;
|
@@ -1480,7 +1480,7 @@ export declare const contactContract: {
|
|
1480
1480
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1481
1481
|
channelId: z.ZodString;
|
1482
1482
|
socialPlatformId: z.ZodString;
|
1483
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
1483
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
1484
1484
|
metadata: z.ZodObject<{
|
1485
1485
|
id: z.ZodString;
|
1486
1486
|
name: z.ZodString;
|
@@ -1498,7 +1498,7 @@ export declare const contactContract: {
|
|
1498
1498
|
additionalCredentials?: any;
|
1499
1499
|
}>;
|
1500
1500
|
}, "strip", z.ZodTypeAny, {
|
1501
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1501
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1502
1502
|
id: string;
|
1503
1503
|
metadata: {
|
1504
1504
|
name: string;
|
@@ -1512,7 +1512,7 @@ export declare const contactContract: {
|
|
1512
1512
|
channelId: string;
|
1513
1513
|
socialPlatformId: string;
|
1514
1514
|
}, {
|
1515
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1515
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1516
1516
|
id: string;
|
1517
1517
|
metadata: {
|
1518
1518
|
name: string;
|
@@ -1906,7 +1906,7 @@ export declare const contactContract: {
|
|
1906
1906
|
phone: string;
|
1907
1907
|
}[];
|
1908
1908
|
platformContacts?: {
|
1909
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1909
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1910
1910
|
id: string;
|
1911
1911
|
metadata: {
|
1912
1912
|
name: string;
|
@@ -2017,7 +2017,7 @@ export declare const contactContract: {
|
|
2017
2017
|
phone: string;
|
2018
2018
|
}[];
|
2019
2019
|
platformContacts?: {
|
2020
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2020
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2021
2021
|
id: string;
|
2022
2022
|
metadata: {
|
2023
2023
|
name: string;
|
@@ -2130,7 +2130,7 @@ export declare const contactContract: {
|
|
2130
2130
|
phone: string;
|
2131
2131
|
}[];
|
2132
2132
|
platformContacts?: {
|
2133
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2133
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2134
2134
|
id: string;
|
2135
2135
|
metadata: {
|
2136
2136
|
name: string;
|
@@ -2248,7 +2248,7 @@ export declare const contactContract: {
|
|
2248
2248
|
phone: string;
|
2249
2249
|
}[];
|
2250
2250
|
platformContacts?: {
|
2251
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2251
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2252
2252
|
id: string;
|
2253
2253
|
metadata: {
|
2254
2254
|
name: string;
|
@@ -2592,7 +2592,7 @@ export declare const contactContract: {
|
|
2592
2592
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2593
2593
|
channelId: z.ZodString;
|
2594
2594
|
socialPlatformId: z.ZodString;
|
2595
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
2595
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
2596
2596
|
metadata: z.ZodObject<{
|
2597
2597
|
id: z.ZodString;
|
2598
2598
|
name: z.ZodString;
|
@@ -2610,7 +2610,7 @@ export declare const contactContract: {
|
|
2610
2610
|
additionalCredentials?: any;
|
2611
2611
|
}>;
|
2612
2612
|
}, "strip", z.ZodTypeAny, {
|
2613
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2613
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2614
2614
|
id: string;
|
2615
2615
|
metadata: {
|
2616
2616
|
name: string;
|
@@ -2624,7 +2624,7 @@ export declare const contactContract: {
|
|
2624
2624
|
channelId: string;
|
2625
2625
|
socialPlatformId: string;
|
2626
2626
|
}, {
|
2627
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2627
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2628
2628
|
id: string;
|
2629
2629
|
metadata: {
|
2630
2630
|
name: string;
|
@@ -3018,7 +3018,7 @@ export declare const contactContract: {
|
|
3018
3018
|
phone: string;
|
3019
3019
|
}[];
|
3020
3020
|
platformContacts?: {
|
3021
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3021
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
3022
3022
|
id: string;
|
3023
3023
|
metadata: {
|
3024
3024
|
name: string;
|
@@ -3129,7 +3129,7 @@ export declare const contactContract: {
|
|
3129
3129
|
phone: string;
|
3130
3130
|
}[];
|
3131
3131
|
platformContacts?: {
|
3132
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3132
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
3133
3133
|
id: string;
|
3134
3134
|
metadata: {
|
3135
3135
|
name: string;
|
@@ -3242,7 +3242,7 @@ export declare const contactContract: {
|
|
3242
3242
|
phone: string;
|
3243
3243
|
}[];
|
3244
3244
|
platformContacts?: {
|
3245
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3245
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
3246
3246
|
id: string;
|
3247
3247
|
metadata: {
|
3248
3248
|
name: string;
|
@@ -3360,7 +3360,7 @@ export declare const contactContract: {
|
|
3360
3360
|
phone: string;
|
3361
3361
|
}[];
|
3362
3362
|
platformContacts?: {
|
3363
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3363
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
3364
3364
|
id: string;
|
3365
3365
|
metadata: {
|
3366
3366
|
name: string;
|
@@ -3791,7 +3791,7 @@ export declare const contactContract: {
|
|
3791
3791
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3792
3792
|
channelId: z.ZodString;
|
3793
3793
|
socialPlatformId: z.ZodString;
|
3794
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
3794
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
3795
3795
|
metadata: z.ZodObject<{
|
3796
3796
|
id: z.ZodString;
|
3797
3797
|
name: z.ZodString;
|
@@ -3809,7 +3809,7 @@ export declare const contactContract: {
|
|
3809
3809
|
additionalCredentials?: any;
|
3810
3810
|
}>;
|
3811
3811
|
}, "strip", z.ZodTypeAny, {
|
3812
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3812
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
3813
3813
|
id: string;
|
3814
3814
|
metadata: {
|
3815
3815
|
name: string;
|
@@ -3823,7 +3823,7 @@ export declare const contactContract: {
|
|
3823
3823
|
channelId: string;
|
3824
3824
|
socialPlatformId: string;
|
3825
3825
|
}, {
|
3826
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3826
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
3827
3827
|
id: string;
|
3828
3828
|
metadata: {
|
3829
3829
|
name: string;
|
@@ -4217,7 +4217,7 @@ export declare const contactContract: {
|
|
4217
4217
|
phone: string;
|
4218
4218
|
}[];
|
4219
4219
|
platformContacts?: {
|
4220
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4220
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4221
4221
|
id: string;
|
4222
4222
|
metadata: {
|
4223
4223
|
name: string;
|
@@ -4328,7 +4328,7 @@ export declare const contactContract: {
|
|
4328
4328
|
phone: string;
|
4329
4329
|
}[];
|
4330
4330
|
platformContacts?: {
|
4331
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4331
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4332
4332
|
id: string;
|
4333
4333
|
metadata: {
|
4334
4334
|
name: string;
|
@@ -4441,7 +4441,7 @@ export declare const contactContract: {
|
|
4441
4441
|
phone: string;
|
4442
4442
|
}[];
|
4443
4443
|
platformContacts?: {
|
4444
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4444
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4445
4445
|
id: string;
|
4446
4446
|
metadata: {
|
4447
4447
|
name: string;
|
@@ -4555,7 +4555,7 @@ export declare const contactContract: {
|
|
4555
4555
|
phone: string;
|
4556
4556
|
}[];
|
4557
4557
|
platformContacts?: {
|
4558
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4558
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4559
4559
|
id: string;
|
4560
4560
|
metadata: {
|
4561
4561
|
name: string;
|
@@ -4965,7 +4965,7 @@ export declare const contactContract: {
|
|
4965
4965
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4966
4966
|
channelId: z.ZodString;
|
4967
4967
|
socialPlatformId: z.ZodString;
|
4968
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
4968
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
4969
4969
|
metadata: z.ZodObject<{
|
4970
4970
|
id: z.ZodString;
|
4971
4971
|
name: z.ZodString;
|
@@ -4983,7 +4983,7 @@ export declare const contactContract: {
|
|
4983
4983
|
additionalCredentials?: any;
|
4984
4984
|
}>;
|
4985
4985
|
}, "strip", z.ZodTypeAny, {
|
4986
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4986
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4987
4987
|
id: string;
|
4988
4988
|
metadata: {
|
4989
4989
|
name: string;
|
@@ -4997,7 +4997,7 @@ export declare const contactContract: {
|
|
4997
4997
|
channelId: string;
|
4998
4998
|
socialPlatformId: string;
|
4999
4999
|
}, {
|
5000
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5000
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
5001
5001
|
id: string;
|
5002
5002
|
metadata: {
|
5003
5003
|
name: string;
|
@@ -5391,7 +5391,7 @@ export declare const contactContract: {
|
|
5391
5391
|
phone: string;
|
5392
5392
|
}[];
|
5393
5393
|
platformContacts?: {
|
5394
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5394
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
5395
5395
|
id: string;
|
5396
5396
|
metadata: {
|
5397
5397
|
name: string;
|
@@ -5502,7 +5502,7 @@ export declare const contactContract: {
|
|
5502
5502
|
phone: string;
|
5503
5503
|
}[];
|
5504
5504
|
platformContacts?: {
|
5505
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5505
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
5506
5506
|
id: string;
|
5507
5507
|
metadata: {
|
5508
5508
|
name: string;
|
@@ -5615,7 +5615,7 @@ export declare const contactContract: {
|
|
5615
5615
|
phone: string;
|
5616
5616
|
}[];
|
5617
5617
|
platformContacts?: {
|
5618
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5618
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
5619
5619
|
id: string;
|
5620
5620
|
metadata: {
|
5621
5621
|
name: string;
|
@@ -5729,7 +5729,7 @@ export declare const contactContract: {
|
|
5729
5729
|
phone: string;
|
5730
5730
|
}[];
|
5731
5731
|
platformContacts?: {
|
5732
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5732
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
5733
5733
|
id: string;
|
5734
5734
|
metadata: {
|
5735
5735
|
name: string;
|
@@ -6056,7 +6056,7 @@ export declare const contactContract: {
|
|
6056
6056
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6057
6057
|
channelId: z.ZodString;
|
6058
6058
|
socialPlatformId: z.ZodString;
|
6059
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
6059
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
6060
6060
|
metadata: z.ZodObject<{
|
6061
6061
|
id: z.ZodString;
|
6062
6062
|
name: z.ZodString;
|
@@ -6074,7 +6074,7 @@ export declare const contactContract: {
|
|
6074
6074
|
additionalCredentials?: any;
|
6075
6075
|
}>;
|
6076
6076
|
}, "strip", z.ZodTypeAny, {
|
6077
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6077
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6078
6078
|
id: string;
|
6079
6079
|
metadata: {
|
6080
6080
|
name: string;
|
@@ -6088,7 +6088,7 @@ export declare const contactContract: {
|
|
6088
6088
|
channelId: string;
|
6089
6089
|
socialPlatformId: string;
|
6090
6090
|
}, {
|
6091
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6091
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6092
6092
|
id: string;
|
6093
6093
|
metadata: {
|
6094
6094
|
name: string;
|
@@ -6482,7 +6482,7 @@ export declare const contactContract: {
|
|
6482
6482
|
phone: string;
|
6483
6483
|
}[];
|
6484
6484
|
platformContacts?: {
|
6485
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6485
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6486
6486
|
id: string;
|
6487
6487
|
metadata: {
|
6488
6488
|
name: string;
|
@@ -6593,7 +6593,7 @@ export declare const contactContract: {
|
|
6593
6593
|
phone: string;
|
6594
6594
|
}[];
|
6595
6595
|
platformContacts?: {
|
6596
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6596
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6597
6597
|
id: string;
|
6598
6598
|
metadata: {
|
6599
6599
|
name: string;
|
@@ -6706,7 +6706,7 @@ export declare const contactContract: {
|
|
6706
6706
|
phone: string;
|
6707
6707
|
}[];
|
6708
6708
|
platformContacts?: {
|
6709
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6709
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6710
6710
|
id: string;
|
6711
6711
|
metadata: {
|
6712
6712
|
name: string;
|
@@ -6820,7 +6820,7 @@ export declare const contactContract: {
|
|
6820
6820
|
phone: string;
|
6821
6821
|
}[];
|
6822
6822
|
platformContacts?: {
|
6823
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6823
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6824
6824
|
id: string;
|
6825
6825
|
metadata: {
|
6826
6826
|
name: string;
|
@@ -7057,7 +7057,7 @@ export declare const contactContract: {
|
|
7057
7057
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7058
7058
|
channelId: z.ZodString;
|
7059
7059
|
socialPlatformId: z.ZodString;
|
7060
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
7060
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
7061
7061
|
metadata: z.ZodObject<{
|
7062
7062
|
id: z.ZodString;
|
7063
7063
|
name: z.ZodString;
|
@@ -7075,7 +7075,7 @@ export declare const contactContract: {
|
|
7075
7075
|
additionalCredentials?: any;
|
7076
7076
|
}>;
|
7077
7077
|
}, "strip", z.ZodTypeAny, {
|
7078
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7078
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7079
7079
|
id: string;
|
7080
7080
|
metadata: {
|
7081
7081
|
name: string;
|
@@ -7089,7 +7089,7 @@ export declare const contactContract: {
|
|
7089
7089
|
channelId: string;
|
7090
7090
|
socialPlatformId: string;
|
7091
7091
|
}, {
|
7092
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7092
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7093
7093
|
id: string;
|
7094
7094
|
metadata: {
|
7095
7095
|
name: string;
|
@@ -7483,7 +7483,7 @@ export declare const contactContract: {
|
|
7483
7483
|
phone: string;
|
7484
7484
|
}[];
|
7485
7485
|
platformContacts?: {
|
7486
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7486
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7487
7487
|
id: string;
|
7488
7488
|
metadata: {
|
7489
7489
|
name: string;
|
@@ -7594,7 +7594,7 @@ export declare const contactContract: {
|
|
7594
7594
|
phone: string;
|
7595
7595
|
}[];
|
7596
7596
|
platformContacts?: {
|
7597
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7597
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7598
7598
|
id: string;
|
7599
7599
|
metadata: {
|
7600
7600
|
name: string;
|
@@ -7707,7 +7707,7 @@ export declare const contactContract: {
|
|
7707
7707
|
phone: string;
|
7708
7708
|
}[];
|
7709
7709
|
platformContacts?: {
|
7710
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7710
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7711
7711
|
id: string;
|
7712
7712
|
metadata: {
|
7713
7713
|
name: string;
|
@@ -7821,7 +7821,7 @@ export declare const contactContract: {
|
|
7821
7821
|
phone: string;
|
7822
7822
|
}[];
|
7823
7823
|
platformContacts?: {
|
7824
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7824
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7825
7825
|
id: string;
|
7826
7826
|
metadata: {
|
7827
7827
|
name: string;
|
@@ -8142,7 +8142,7 @@ export declare const contactContract: {
|
|
8142
8142
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
8143
8143
|
channelId: z.ZodString;
|
8144
8144
|
socialPlatformId: z.ZodString;
|
8145
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
8145
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
8146
8146
|
metadata: z.ZodObject<{
|
8147
8147
|
id: z.ZodString;
|
8148
8148
|
name: z.ZodString;
|
@@ -8160,7 +8160,7 @@ export declare const contactContract: {
|
|
8160
8160
|
additionalCredentials?: any;
|
8161
8161
|
}>;
|
8162
8162
|
}, "strip", z.ZodTypeAny, {
|
8163
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8163
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8164
8164
|
id: string;
|
8165
8165
|
metadata: {
|
8166
8166
|
name: string;
|
@@ -8174,7 +8174,7 @@ export declare const contactContract: {
|
|
8174
8174
|
channelId: string;
|
8175
8175
|
socialPlatformId: string;
|
8176
8176
|
}, {
|
8177
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8177
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8178
8178
|
id: string;
|
8179
8179
|
metadata: {
|
8180
8180
|
name: string;
|
@@ -8568,7 +8568,7 @@ export declare const contactContract: {
|
|
8568
8568
|
phone: string;
|
8569
8569
|
}[];
|
8570
8570
|
platformContacts?: {
|
8571
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8571
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8572
8572
|
id: string;
|
8573
8573
|
metadata: {
|
8574
8574
|
name: string;
|
@@ -8679,7 +8679,7 @@ export declare const contactContract: {
|
|
8679
8679
|
phone: string;
|
8680
8680
|
}[];
|
8681
8681
|
platformContacts?: {
|
8682
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8682
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8683
8683
|
id: string;
|
8684
8684
|
metadata: {
|
8685
8685
|
name: string;
|
@@ -8792,7 +8792,7 @@ export declare const contactContract: {
|
|
8792
8792
|
phone: string;
|
8793
8793
|
}[];
|
8794
8794
|
platformContacts?: {
|
8795
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8795
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8796
8796
|
id: string;
|
8797
8797
|
metadata: {
|
8798
8798
|
name: string;
|
@@ -8906,7 +8906,7 @@ export declare const contactContract: {
|
|
8906
8906
|
phone: string;
|
8907
8907
|
}[];
|
8908
8908
|
platformContacts?: {
|
8909
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8909
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8910
8910
|
id: string;
|
8911
8911
|
metadata: {
|
8912
8912
|
name: string;
|
@@ -9289,7 +9289,7 @@ export declare const contactContract: {
|
|
9289
9289
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9290
9290
|
channelId: z.ZodString;
|
9291
9291
|
socialPlatformId: z.ZodString;
|
9292
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
9292
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
9293
9293
|
metadata: z.ZodObject<{
|
9294
9294
|
id: z.ZodString;
|
9295
9295
|
name: z.ZodString;
|
@@ -9307,7 +9307,7 @@ export declare const contactContract: {
|
|
9307
9307
|
additionalCredentials?: any;
|
9308
9308
|
}>;
|
9309
9309
|
}, "strip", z.ZodTypeAny, {
|
9310
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9310
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9311
9311
|
id: string;
|
9312
9312
|
metadata: {
|
9313
9313
|
name: string;
|
@@ -9321,7 +9321,7 @@ export declare const contactContract: {
|
|
9321
9321
|
channelId: string;
|
9322
9322
|
socialPlatformId: string;
|
9323
9323
|
}, {
|
9324
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9324
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9325
9325
|
id: string;
|
9326
9326
|
metadata: {
|
9327
9327
|
name: string;
|
@@ -9715,7 +9715,7 @@ export declare const contactContract: {
|
|
9715
9715
|
phone: string;
|
9716
9716
|
}[];
|
9717
9717
|
platformContacts?: {
|
9718
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9718
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9719
9719
|
id: string;
|
9720
9720
|
metadata: {
|
9721
9721
|
name: string;
|
@@ -9826,7 +9826,7 @@ export declare const contactContract: {
|
|
9826
9826
|
phone: string;
|
9827
9827
|
}[];
|
9828
9828
|
platformContacts?: {
|
9829
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9829
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9830
9830
|
id: string;
|
9831
9831
|
metadata: {
|
9832
9832
|
name: string;
|
@@ -9939,7 +9939,7 @@ export declare const contactContract: {
|
|
9939
9939
|
phone: string;
|
9940
9940
|
}[];
|
9941
9941
|
platformContacts?: {
|
9942
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9942
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9943
9943
|
id: string;
|
9944
9944
|
metadata: {
|
9945
9945
|
name: string;
|
@@ -10053,7 +10053,7 @@ export declare const contactContract: {
|
|
10053
10053
|
phone: string;
|
10054
10054
|
}[];
|
10055
10055
|
platformContacts?: {
|
10056
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10056
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
10057
10057
|
id: string;
|
10058
10058
|
metadata: {
|
10059
10059
|
name: string;
|
@@ -10950,7 +10950,7 @@ export declare const contactContract: {
|
|
10950
10950
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10951
10951
|
channelId: z.ZodString;
|
10952
10952
|
socialPlatformId: z.ZodString;
|
10953
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
10953
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
10954
10954
|
metadata: z.ZodObject<{
|
10955
10955
|
id: z.ZodString;
|
10956
10956
|
name: z.ZodString;
|
@@ -10968,7 +10968,7 @@ export declare const contactContract: {
|
|
10968
10968
|
additionalCredentials?: any;
|
10969
10969
|
}>;
|
10970
10970
|
}, "strip", z.ZodTypeAny, {
|
10971
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10971
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
10972
10972
|
id: string;
|
10973
10973
|
metadata: {
|
10974
10974
|
name: string;
|
@@ -10982,7 +10982,7 @@ export declare const contactContract: {
|
|
10982
10982
|
channelId: string;
|
10983
10983
|
socialPlatformId: string;
|
10984
10984
|
}, {
|
10985
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10985
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
10986
10986
|
id: string;
|
10987
10987
|
metadata: {
|
10988
10988
|
name: string;
|
@@ -11376,7 +11376,7 @@ export declare const contactContract: {
|
|
11376
11376
|
phone: string;
|
11377
11377
|
}[];
|
11378
11378
|
platformContacts?: {
|
11379
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11379
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
11380
11380
|
id: string;
|
11381
11381
|
metadata: {
|
11382
11382
|
name: string;
|
@@ -11487,7 +11487,7 @@ export declare const contactContract: {
|
|
11487
11487
|
phone: string;
|
11488
11488
|
}[];
|
11489
11489
|
platformContacts?: {
|
11490
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11490
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
11491
11491
|
id: string;
|
11492
11492
|
metadata: {
|
11493
11493
|
name: string;
|
@@ -11600,7 +11600,7 @@ export declare const contactContract: {
|
|
11600
11600
|
phone: string;
|
11601
11601
|
}[];
|
11602
11602
|
platformContacts?: {
|
11603
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11603
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
11604
11604
|
id: string;
|
11605
11605
|
metadata: {
|
11606
11606
|
name: string;
|
@@ -11714,7 +11714,7 @@ export declare const contactContract: {
|
|
11714
11714
|
phone: string;
|
11715
11715
|
}[];
|
11716
11716
|
platformContacts?: {
|
11717
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11717
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
11718
11718
|
id: string;
|
11719
11719
|
metadata: {
|
11720
11720
|
name: string;
|