@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
@@ -1117,7 +1117,7 @@ export declare const ticketContract: {
|
|
1117
1117
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1118
1118
|
channelId: z.ZodString;
|
1119
1119
|
socialPlatformId: z.ZodString;
|
1120
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
1120
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
1121
1121
|
metadata: z.ZodObject<{
|
1122
1122
|
id: z.ZodString;
|
1123
1123
|
name: z.ZodString;
|
@@ -1135,7 +1135,7 @@ export declare const ticketContract: {
|
|
1135
1135
|
additionalCredentials?: any;
|
1136
1136
|
}>;
|
1137
1137
|
}, "strip", z.ZodTypeAny, {
|
1138
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1138
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1139
1139
|
id: string;
|
1140
1140
|
metadata: {
|
1141
1141
|
name: string;
|
@@ -1149,7 +1149,7 @@ export declare const ticketContract: {
|
|
1149
1149
|
channelId: string;
|
1150
1150
|
socialPlatformId: string;
|
1151
1151
|
}, {
|
1152
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1152
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1153
1153
|
id: string;
|
1154
1154
|
metadata: {
|
1155
1155
|
name: string;
|
@@ -1543,7 +1543,7 @@ export declare const ticketContract: {
|
|
1543
1543
|
phone: string;
|
1544
1544
|
}[];
|
1545
1545
|
platformContacts?: {
|
1546
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1546
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1547
1547
|
id: string;
|
1548
1548
|
metadata: {
|
1549
1549
|
name: string;
|
@@ -1654,7 +1654,7 @@ export declare const ticketContract: {
|
|
1654
1654
|
phone: string;
|
1655
1655
|
}[];
|
1656
1656
|
platformContacts?: {
|
1657
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1657
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1658
1658
|
id: string;
|
1659
1659
|
metadata: {
|
1660
1660
|
name: string;
|
@@ -2129,7 +2129,7 @@ export declare const ticketContract: {
|
|
2129
2129
|
phone: string;
|
2130
2130
|
}[];
|
2131
2131
|
platformContacts?: {
|
2132
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2132
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2133
2133
|
id: string;
|
2134
2134
|
metadata: {
|
2135
2135
|
name: string;
|
@@ -2470,7 +2470,7 @@ export declare const ticketContract: {
|
|
2470
2470
|
phone: string;
|
2471
2471
|
}[];
|
2472
2472
|
platformContacts?: {
|
2473
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2473
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2474
2474
|
id: string;
|
2475
2475
|
metadata: {
|
2476
2476
|
name: string;
|
@@ -2813,7 +2813,7 @@ export declare const ticketContract: {
|
|
2813
2813
|
phone: string;
|
2814
2814
|
}[];
|
2815
2815
|
platformContacts?: {
|
2816
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2816
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2817
2817
|
id: string;
|
2818
2818
|
metadata: {
|
2819
2819
|
name: string;
|
@@ -3157,7 +3157,7 @@ export declare const ticketContract: {
|
|
3157
3157
|
phone: string;
|
3158
3158
|
}[];
|
3159
3159
|
platformContacts?: {
|
3160
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3160
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
3161
3161
|
id: string;
|
3162
3162
|
metadata: {
|
3163
3163
|
name: string;
|
@@ -3657,7 +3657,7 @@ export declare const ticketContract: {
|
|
3657
3657
|
phone: string;
|
3658
3658
|
}[];
|
3659
3659
|
platformContacts?: {
|
3660
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3660
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
3661
3661
|
id: string;
|
3662
3662
|
metadata: {
|
3663
3663
|
name: string;
|
@@ -3998,7 +3998,7 @@ export declare const ticketContract: {
|
|
3998
3998
|
phone: string;
|
3999
3999
|
}[];
|
4000
4000
|
platformContacts?: {
|
4001
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4001
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4002
4002
|
id: string;
|
4003
4003
|
metadata: {
|
4004
4004
|
name: string;
|
@@ -4341,7 +4341,7 @@ export declare const ticketContract: {
|
|
4341
4341
|
phone: string;
|
4342
4342
|
}[];
|
4343
4343
|
platformContacts?: {
|
4344
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4344
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4345
4345
|
id: string;
|
4346
4346
|
metadata: {
|
4347
4347
|
name: string;
|
@@ -4688,7 +4688,7 @@ export declare const ticketContract: {
|
|
4688
4688
|
phone: string;
|
4689
4689
|
}[];
|
4690
4690
|
platformContacts?: {
|
4691
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4691
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
4692
4692
|
id: string;
|
4693
4693
|
metadata: {
|
4694
4694
|
name: string;
|
@@ -5037,7 +5037,7 @@ export declare const ticketContract: {
|
|
5037
5037
|
phone: string;
|
5038
5038
|
}[];
|
5039
5039
|
platformContacts?: {
|
5040
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5040
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
5041
5041
|
id: string;
|
5042
5042
|
metadata: {
|
5043
5043
|
name: string;
|
@@ -5387,7 +5387,7 @@ export declare const ticketContract: {
|
|
5387
5387
|
phone: string;
|
5388
5388
|
}[];
|
5389
5389
|
platformContacts?: {
|
5390
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5390
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
5391
5391
|
id: string;
|
5392
5392
|
metadata: {
|
5393
5393
|
name: string;
|
@@ -6643,7 +6643,7 @@ export declare const ticketContract: {
|
|
6643
6643
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6644
6644
|
channelId: z.ZodString;
|
6645
6645
|
socialPlatformId: z.ZodString;
|
6646
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
6646
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
6647
6647
|
metadata: z.ZodObject<{
|
6648
6648
|
id: z.ZodString;
|
6649
6649
|
name: z.ZodString;
|
@@ -6661,7 +6661,7 @@ export declare const ticketContract: {
|
|
6661
6661
|
additionalCredentials?: any;
|
6662
6662
|
}>;
|
6663
6663
|
}, "strip", z.ZodTypeAny, {
|
6664
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6664
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6665
6665
|
id: string;
|
6666
6666
|
metadata: {
|
6667
6667
|
name: string;
|
@@ -6675,7 +6675,7 @@ export declare const ticketContract: {
|
|
6675
6675
|
channelId: string;
|
6676
6676
|
socialPlatformId: string;
|
6677
6677
|
}, {
|
6678
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6678
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
6679
6679
|
id: string;
|
6680
6680
|
metadata: {
|
6681
6681
|
name: string;
|
@@ -7069,7 +7069,7 @@ export declare const ticketContract: {
|
|
7069
7069
|
phone: string;
|
7070
7070
|
}[];
|
7071
7071
|
platformContacts?: {
|
7072
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7072
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7073
7073
|
id: string;
|
7074
7074
|
metadata: {
|
7075
7075
|
name: string;
|
@@ -7180,7 +7180,7 @@ export declare const ticketContract: {
|
|
7180
7180
|
phone: string;
|
7181
7181
|
}[];
|
7182
7182
|
platformContacts?: {
|
7183
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7183
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7184
7184
|
id: string;
|
7185
7185
|
metadata: {
|
7186
7186
|
name: string;
|
@@ -7655,7 +7655,7 @@ export declare const ticketContract: {
|
|
7655
7655
|
phone: string;
|
7656
7656
|
}[];
|
7657
7657
|
platformContacts?: {
|
7658
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7658
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
7659
7659
|
id: string;
|
7660
7660
|
metadata: {
|
7661
7661
|
name: string;
|
@@ -7996,7 +7996,7 @@ export declare const ticketContract: {
|
|
7996
7996
|
phone: string;
|
7997
7997
|
}[];
|
7998
7998
|
platformContacts?: {
|
7999
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7999
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8000
8000
|
id: string;
|
8001
8001
|
metadata: {
|
8002
8002
|
name: string;
|
@@ -8339,7 +8339,7 @@ export declare const ticketContract: {
|
|
8339
8339
|
phone: string;
|
8340
8340
|
}[];
|
8341
8341
|
platformContacts?: {
|
8342
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8342
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8343
8343
|
id: string;
|
8344
8344
|
metadata: {
|
8345
8345
|
name: string;
|
@@ -8683,7 +8683,7 @@ export declare const ticketContract: {
|
|
8683
8683
|
phone: string;
|
8684
8684
|
}[];
|
8685
8685
|
platformContacts?: {
|
8686
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8686
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
8687
8687
|
id: string;
|
8688
8688
|
metadata: {
|
8689
8689
|
name: string;
|
@@ -9101,7 +9101,7 @@ export declare const ticketContract: {
|
|
9101
9101
|
phone: string;
|
9102
9102
|
}[];
|
9103
9103
|
platformContacts?: {
|
9104
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9104
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9105
9105
|
id: string;
|
9106
9106
|
metadata: {
|
9107
9107
|
name: string;
|
@@ -9442,7 +9442,7 @@ export declare const ticketContract: {
|
|
9442
9442
|
phone: string;
|
9443
9443
|
}[];
|
9444
9444
|
platformContacts?: {
|
9445
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9445
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9446
9446
|
id: string;
|
9447
9447
|
metadata: {
|
9448
9448
|
name: string;
|
@@ -9785,7 +9785,7 @@ export declare const ticketContract: {
|
|
9785
9785
|
phone: string;
|
9786
9786
|
}[];
|
9787
9787
|
platformContacts?: {
|
9788
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9788
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
9789
9789
|
id: string;
|
9790
9790
|
metadata: {
|
9791
9791
|
name: string;
|
@@ -10132,7 +10132,7 @@ export declare const ticketContract: {
|
|
10132
10132
|
phone: string;
|
10133
10133
|
}[];
|
10134
10134
|
platformContacts?: {
|
10135
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10135
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
10136
10136
|
id: string;
|
10137
10137
|
metadata: {
|
10138
10138
|
name: string;
|
@@ -10481,7 +10481,7 @@ export declare const ticketContract: {
|
|
10481
10481
|
phone: string;
|
10482
10482
|
}[];
|
10483
10483
|
platformContacts?: {
|
10484
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10484
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
10485
10485
|
id: string;
|
10486
10486
|
metadata: {
|
10487
10487
|
name: string;
|
@@ -10831,7 +10831,7 @@ export declare const ticketContract: {
|
|
10831
10831
|
phone: string;
|
10832
10832
|
}[];
|
10833
10833
|
platformContacts?: {
|
10834
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10834
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
10835
10835
|
id: string;
|
10836
10836
|
metadata: {
|
10837
10837
|
name: string;
|
@@ -12249,7 +12249,7 @@ export declare const ticketContract: {
|
|
12249
12249
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
12250
12250
|
channelId: z.ZodString;
|
12251
12251
|
socialPlatformId: z.ZodString;
|
12252
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
12252
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
12253
12253
|
metadata: z.ZodObject<{
|
12254
12254
|
id: z.ZodString;
|
12255
12255
|
name: z.ZodString;
|
@@ -12267,7 +12267,7 @@ export declare const ticketContract: {
|
|
12267
12267
|
additionalCredentials?: any;
|
12268
12268
|
}>;
|
12269
12269
|
}, "strip", z.ZodTypeAny, {
|
12270
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12270
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
12271
12271
|
id: string;
|
12272
12272
|
metadata: {
|
12273
12273
|
name: string;
|
@@ -12281,7 +12281,7 @@ export declare const ticketContract: {
|
|
12281
12281
|
channelId: string;
|
12282
12282
|
socialPlatformId: string;
|
12283
12283
|
}, {
|
12284
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12284
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
12285
12285
|
id: string;
|
12286
12286
|
metadata: {
|
12287
12287
|
name: string;
|
@@ -12675,7 +12675,7 @@ export declare const ticketContract: {
|
|
12675
12675
|
phone: string;
|
12676
12676
|
}[];
|
12677
12677
|
platformContacts?: {
|
12678
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12678
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
12679
12679
|
id: string;
|
12680
12680
|
metadata: {
|
12681
12681
|
name: string;
|
@@ -12786,7 +12786,7 @@ export declare const ticketContract: {
|
|
12786
12786
|
phone: string;
|
12787
12787
|
}[];
|
12788
12788
|
platformContacts?: {
|
12789
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
12789
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
12790
12790
|
id: string;
|
12791
12791
|
metadata: {
|
12792
12792
|
name: string;
|
@@ -13261,7 +13261,7 @@ export declare const ticketContract: {
|
|
13261
13261
|
phone: string;
|
13262
13262
|
}[];
|
13263
13263
|
platformContacts?: {
|
13264
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13264
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
13265
13265
|
id: string;
|
13266
13266
|
metadata: {
|
13267
13267
|
name: string;
|
@@ -13602,7 +13602,7 @@ export declare const ticketContract: {
|
|
13602
13602
|
phone: string;
|
13603
13603
|
}[];
|
13604
13604
|
platformContacts?: {
|
13605
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13605
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
13606
13606
|
id: string;
|
13607
13607
|
metadata: {
|
13608
13608
|
name: string;
|
@@ -13945,7 +13945,7 @@ export declare const ticketContract: {
|
|
13945
13945
|
phone: string;
|
13946
13946
|
}[];
|
13947
13947
|
platformContacts?: {
|
13948
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
13948
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
13949
13949
|
id: string;
|
13950
13950
|
metadata: {
|
13951
13951
|
name: string;
|
@@ -14289,7 +14289,7 @@ export declare const ticketContract: {
|
|
14289
14289
|
phone: string;
|
14290
14290
|
}[];
|
14291
14291
|
platformContacts?: {
|
14292
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
14292
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
14293
14293
|
id: string;
|
14294
14294
|
metadata: {
|
14295
14295
|
name: string;
|
@@ -16311,7 +16311,7 @@ export declare const ticketContract: {
|
|
16311
16311
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
16312
16312
|
channelId: z.ZodString;
|
16313
16313
|
socialPlatformId: z.ZodString;
|
16314
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
16314
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
16315
16315
|
metadata: z.ZodObject<{
|
16316
16316
|
id: z.ZodString;
|
16317
16317
|
name: z.ZodString;
|
@@ -16329,7 +16329,7 @@ export declare const ticketContract: {
|
|
16329
16329
|
additionalCredentials?: any;
|
16330
16330
|
}>;
|
16331
16331
|
}, "strip", z.ZodTypeAny, {
|
16332
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16332
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
16333
16333
|
id: string;
|
16334
16334
|
metadata: {
|
16335
16335
|
name: string;
|
@@ -16343,7 +16343,7 @@ export declare const ticketContract: {
|
|
16343
16343
|
channelId: string;
|
16344
16344
|
socialPlatformId: string;
|
16345
16345
|
}, {
|
16346
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16346
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
16347
16347
|
id: string;
|
16348
16348
|
metadata: {
|
16349
16349
|
name: string;
|
@@ -16737,7 +16737,7 @@ export declare const ticketContract: {
|
|
16737
16737
|
phone: string;
|
16738
16738
|
}[];
|
16739
16739
|
platformContacts?: {
|
16740
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16740
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
16741
16741
|
id: string;
|
16742
16742
|
metadata: {
|
16743
16743
|
name: string;
|
@@ -16848,7 +16848,7 @@ export declare const ticketContract: {
|
|
16848
16848
|
phone: string;
|
16849
16849
|
}[];
|
16850
16850
|
platformContacts?: {
|
16851
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
16851
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
16852
16852
|
id: string;
|
16853
16853
|
metadata: {
|
16854
16854
|
name: string;
|
@@ -17323,7 +17323,7 @@ export declare const ticketContract: {
|
|
17323
17323
|
phone: string;
|
17324
17324
|
}[];
|
17325
17325
|
platformContacts?: {
|
17326
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
17326
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
17327
17327
|
id: string;
|
17328
17328
|
metadata: {
|
17329
17329
|
name: string;
|
@@ -17664,7 +17664,7 @@ export declare const ticketContract: {
|
|
17664
17664
|
phone: string;
|
17665
17665
|
}[];
|
17666
17666
|
platformContacts?: {
|
17667
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
17667
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
17668
17668
|
id: string;
|
17669
17669
|
metadata: {
|
17670
17670
|
name: string;
|
@@ -18007,7 +18007,7 @@ export declare const ticketContract: {
|
|
18007
18007
|
phone: string;
|
18008
18008
|
}[];
|
18009
18009
|
platformContacts?: {
|
18010
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
18010
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
18011
18011
|
id: string;
|
18012
18012
|
metadata: {
|
18013
18013
|
name: string;
|
@@ -18351,7 +18351,7 @@ export declare const ticketContract: {
|
|
18351
18351
|
phone: string;
|
18352
18352
|
}[];
|
18353
18353
|
platformContacts?: {
|
18354
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
18354
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
18355
18355
|
id: string;
|
18356
18356
|
metadata: {
|
18357
18357
|
name: string;
|
@@ -1216,7 +1216,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
1216
1216
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1217
1217
|
channelId: z.ZodString;
|
1218
1218
|
socialPlatformId: z.ZodString;
|
1219
|
-
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage"]>;
|
1219
|
+
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada", "webchat", "facebook_feed", "sms_vonage", "klink_chat"]>;
|
1220
1220
|
metadata: z.ZodObject<{
|
1221
1221
|
id: z.ZodString;
|
1222
1222
|
name: z.ZodString;
|
@@ -1234,7 +1234,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
1234
1234
|
additionalCredentials?: any;
|
1235
1235
|
}>;
|
1236
1236
|
}, "strip", z.ZodTypeAny, {
|
1237
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1237
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1238
1238
|
id: string;
|
1239
1239
|
metadata: {
|
1240
1240
|
name: string;
|
@@ -1248,7 +1248,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
1248
1248
|
channelId: string;
|
1249
1249
|
socialPlatformId: string;
|
1250
1250
|
}, {
|
1251
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1251
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1252
1252
|
id: string;
|
1253
1253
|
metadata: {
|
1254
1254
|
name: string;
|
@@ -1642,7 +1642,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
1642
1642
|
phone: string;
|
1643
1643
|
}[];
|
1644
1644
|
platformContacts?: {
|
1645
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1645
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
1646
1646
|
id: string;
|
1647
1647
|
metadata: {
|
1648
1648
|
name: string;
|
@@ -1753,7 +1753,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
1753
1753
|
phone: string;
|
1754
1754
|
}[];
|
1755
1755
|
platformContacts?: {
|
1756
|
-
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";
|
1757
1757
|
id: string;
|
1758
1758
|
metadata: {
|
1759
1759
|
name: string;
|
@@ -2228,7 +2228,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
2228
2228
|
phone: string;
|
2229
2229
|
}[];
|
2230
2230
|
platformContacts?: {
|
2231
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2231
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2232
2232
|
id: string;
|
2233
2233
|
metadata: {
|
2234
2234
|
name: string;
|
@@ -2569,7 +2569,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
2569
2569
|
phone: string;
|
2570
2570
|
}[];
|
2571
2571
|
platformContacts?: {
|
2572
|
-
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2572
|
+
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage" | "klink_chat";
|
2573
2573
|
id: string;
|
2574
2574
|
metadata: {
|
2575
2575
|
name: string;
|