@kl1/contracts 1.1.52 → 1.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +8211 -8077
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +530 -530
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -110,14 +110,14 @@ export declare const telephonyCdrContract: {
|
|
110
110
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
111
111
|
name: z.ZodString;
|
112
112
|
}, "strip", z.ZodTypeAny, {
|
113
|
-
id: string;
|
114
113
|
name: string;
|
114
|
+
id: string;
|
115
115
|
createdAt: Date;
|
116
116
|
updatedAt: Date;
|
117
117
|
deletedAt: Date | null;
|
118
118
|
}, {
|
119
|
-
id: string;
|
120
119
|
name: string;
|
120
|
+
id: string;
|
121
121
|
createdAt: Date;
|
122
122
|
updatedAt: Date;
|
123
123
|
deletedAt: Date | null;
|
@@ -273,8 +273,8 @@ export declare const telephonyCdrContract: {
|
|
273
273
|
createdAt: Date;
|
274
274
|
updatedAt: Date;
|
275
275
|
deletedAt: Date | null;
|
276
|
-
address?: string | null | undefined;
|
277
276
|
name?: string | undefined;
|
277
|
+
address?: string | null | undefined;
|
278
278
|
phone?: string | null | undefined;
|
279
279
|
industry?: string | null | undefined;
|
280
280
|
}, {
|
@@ -282,8 +282,8 @@ export declare const telephonyCdrContract: {
|
|
282
282
|
createdAt: Date;
|
283
283
|
updatedAt: Date;
|
284
284
|
deletedAt: Date | null;
|
285
|
-
address?: string | null | undefined;
|
286
285
|
name?: string | undefined;
|
286
|
+
address?: string | null | undefined;
|
287
287
|
phone?: string | null | undefined;
|
288
288
|
industry?: string | null | undefined;
|
289
289
|
}>>;
|
@@ -301,13 +301,13 @@ export declare const telephonyCdrContract: {
|
|
301
301
|
picture: z.ZodOptional<z.ZodString>;
|
302
302
|
additionalCredentials: z.ZodAny;
|
303
303
|
}, "strip", z.ZodTypeAny, {
|
304
|
-
id: string;
|
305
304
|
name: string;
|
305
|
+
id: string;
|
306
306
|
picture?: string | undefined;
|
307
307
|
additionalCredentials?: any;
|
308
308
|
}, {
|
309
|
-
id: string;
|
310
309
|
name: string;
|
310
|
+
id: string;
|
311
311
|
picture?: string | undefined;
|
312
312
|
additionalCredentials?: any;
|
313
313
|
}>;
|
@@ -315,8 +315,8 @@ export declare const telephonyCdrContract: {
|
|
315
315
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
316
316
|
id: string;
|
317
317
|
metadata: {
|
318
|
-
id: string;
|
319
318
|
name: string;
|
319
|
+
id: string;
|
320
320
|
picture?: string | undefined;
|
321
321
|
additionalCredentials?: any;
|
322
322
|
};
|
@@ -329,8 +329,8 @@ export declare const telephonyCdrContract: {
|
|
329
329
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
330
330
|
id: string;
|
331
331
|
metadata: {
|
332
|
-
id: string;
|
333
332
|
name: string;
|
333
|
+
id: string;
|
334
334
|
picture?: string | undefined;
|
335
335
|
additionalCredentials?: any;
|
336
336
|
};
|
@@ -640,10 +640,10 @@ export declare const telephonyCdrContract: {
|
|
640
640
|
};
|
641
641
|
}>, "many">>;
|
642
642
|
}, "strip", z.ZodTypeAny, {
|
643
|
+
name: string;
|
643
644
|
id: string;
|
644
645
|
channel: string | null;
|
645
646
|
address: string | null;
|
646
|
-
name: string;
|
647
647
|
createdAt: Date;
|
648
648
|
updatedAt: Date;
|
649
649
|
deletedAt: Date | null;
|
@@ -688,8 +688,8 @@ export declare const telephonyCdrContract: {
|
|
688
688
|
createdAt: Date;
|
689
689
|
updatedAt: Date;
|
690
690
|
deletedAt: Date | null;
|
691
|
-
address?: string | null | undefined;
|
692
691
|
name?: string | undefined;
|
692
|
+
address?: string | null | undefined;
|
693
693
|
phone?: string | null | undefined;
|
694
694
|
industry?: string | null | undefined;
|
695
695
|
} | null;
|
@@ -697,8 +697,8 @@ export declare const telephonyCdrContract: {
|
|
697
697
|
contactProfile: string | null;
|
698
698
|
socialProfileUrl: string | null;
|
699
699
|
tags: {
|
700
|
-
id: string;
|
701
700
|
name: string;
|
701
|
+
id: string;
|
702
702
|
createdAt: Date;
|
703
703
|
updatedAt: Date;
|
704
704
|
deletedAt: Date | null;
|
@@ -723,8 +723,8 @@ export declare const telephonyCdrContract: {
|
|
723
723
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
724
724
|
id: string;
|
725
725
|
metadata: {
|
726
|
-
id: string;
|
727
726
|
name: string;
|
727
|
+
id: string;
|
728
728
|
picture?: string | undefined;
|
729
729
|
additionalCredentials?: any;
|
730
730
|
};
|
@@ -751,10 +751,10 @@ export declare const telephonyCdrContract: {
|
|
751
751
|
};
|
752
752
|
}[] | undefined;
|
753
753
|
}, {
|
754
|
+
name: string;
|
754
755
|
id: string;
|
755
756
|
channel: string | null;
|
756
757
|
address: string | null;
|
757
|
-
name: string;
|
758
758
|
createdAt: Date;
|
759
759
|
updatedAt: Date;
|
760
760
|
deletedAt: Date | null;
|
@@ -799,8 +799,8 @@ export declare const telephonyCdrContract: {
|
|
799
799
|
createdAt: Date;
|
800
800
|
updatedAt: Date;
|
801
801
|
deletedAt: Date | null;
|
802
|
-
address?: string | null | undefined;
|
803
802
|
name?: string | undefined;
|
803
|
+
address?: string | null | undefined;
|
804
804
|
phone?: string | null | undefined;
|
805
805
|
industry?: string | null | undefined;
|
806
806
|
} | null;
|
@@ -808,8 +808,8 @@ export declare const telephonyCdrContract: {
|
|
808
808
|
contactProfile: string | null;
|
809
809
|
socialProfileUrl: string | null;
|
810
810
|
tags: {
|
811
|
-
id: string;
|
812
811
|
name: string;
|
812
|
+
id: string;
|
813
813
|
createdAt: Date;
|
814
814
|
updatedAt: Date;
|
815
815
|
deletedAt: Date | null;
|
@@ -834,8 +834,8 @@ export declare const telephonyCdrContract: {
|
|
834
834
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
835
835
|
id: string;
|
836
836
|
metadata: {
|
837
|
-
id: string;
|
838
837
|
name: string;
|
838
|
+
id: string;
|
839
839
|
picture?: string | undefined;
|
840
840
|
additionalCredentials?: any;
|
841
841
|
};
|
@@ -1053,9 +1053,9 @@ export declare const telephonyCdrContract: {
|
|
1053
1053
|
telephonySignature: string | null;
|
1054
1054
|
}>;
|
1055
1055
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
1056
|
+
name: string;
|
1056
1057
|
id: string;
|
1057
1058
|
address: string | null;
|
1058
|
-
name: string;
|
1059
1059
|
email: string;
|
1060
1060
|
createdAt: Date;
|
1061
1061
|
updatedAt: Date;
|
@@ -1065,9 +1065,9 @@ export declare const telephonyCdrContract: {
|
|
1065
1065
|
phone: string | null;
|
1066
1066
|
notificationCount: number | null;
|
1067
1067
|
}, {
|
1068
|
+
name: string;
|
1068
1069
|
id: string;
|
1069
1070
|
address: string | null;
|
1070
|
-
name: string;
|
1071
1071
|
email: string;
|
1072
1072
|
createdAt: Date;
|
1073
1073
|
updatedAt: Date;
|
@@ -1090,9 +1090,9 @@ export declare const telephonyCdrContract: {
|
|
1090
1090
|
}, "strip", z.ZodTypeAny, {
|
1091
1091
|
id: string;
|
1092
1092
|
user: {
|
1093
|
+
name: string;
|
1093
1094
|
id: string;
|
1094
1095
|
address: string | null;
|
1095
|
-
name: string;
|
1096
1096
|
email: string;
|
1097
1097
|
createdAt: Date;
|
1098
1098
|
updatedAt: Date;
|
@@ -1115,9 +1115,9 @@ export declare const telephonyCdrContract: {
|
|
1115
1115
|
}, {
|
1116
1116
|
id: string;
|
1117
1117
|
user: {
|
1118
|
+
name: string;
|
1118
1119
|
id: string;
|
1119
1120
|
address: string | null;
|
1120
|
-
name: string;
|
1121
1121
|
email: string;
|
1122
1122
|
createdAt: Date;
|
1123
1123
|
updatedAt: Date;
|
@@ -1258,9 +1258,9 @@ export declare const telephonyCdrContract: {
|
|
1258
1258
|
telephonySignature: string | null;
|
1259
1259
|
}>;
|
1260
1260
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
1261
|
+
name: string;
|
1261
1262
|
id: string;
|
1262
1263
|
address: string | null;
|
1263
|
-
name: string;
|
1264
1264
|
email: string;
|
1265
1265
|
createdAt: Date;
|
1266
1266
|
updatedAt: Date;
|
@@ -1270,9 +1270,9 @@ export declare const telephonyCdrContract: {
|
|
1270
1270
|
phone: string | null;
|
1271
1271
|
notificationCount: number | null;
|
1272
1272
|
}, {
|
1273
|
+
name: string;
|
1273
1274
|
id: string;
|
1274
1275
|
address: string | null;
|
1275
|
-
name: string;
|
1276
1276
|
email: string;
|
1277
1277
|
createdAt: Date;
|
1278
1278
|
updatedAt: Date;
|
@@ -1295,9 +1295,9 @@ export declare const telephonyCdrContract: {
|
|
1295
1295
|
}, "strip", z.ZodTypeAny, {
|
1296
1296
|
id: string;
|
1297
1297
|
user: {
|
1298
|
+
name: string;
|
1298
1299
|
id: string;
|
1299
1300
|
address: string | null;
|
1300
|
-
name: string;
|
1301
1301
|
email: string;
|
1302
1302
|
createdAt: Date;
|
1303
1303
|
updatedAt: Date;
|
@@ -1320,9 +1320,9 @@ export declare const telephonyCdrContract: {
|
|
1320
1320
|
}, {
|
1321
1321
|
id: string;
|
1322
1322
|
user: {
|
1323
|
+
name: string;
|
1323
1324
|
id: string;
|
1324
1325
|
address: string | null;
|
1325
|
-
name: string;
|
1326
1326
|
email: string;
|
1327
1327
|
createdAt: Date;
|
1328
1328
|
updatedAt: Date;
|
@@ -1347,9 +1347,9 @@ export declare const telephonyCdrContract: {
|
|
1347
1347
|
callTo?: {
|
1348
1348
|
id: string;
|
1349
1349
|
user: {
|
1350
|
+
name: string;
|
1350
1351
|
id: string;
|
1351
1352
|
address: string | null;
|
1352
|
-
name: string;
|
1353
1353
|
email: string;
|
1354
1354
|
createdAt: Date;
|
1355
1355
|
updatedAt: Date;
|
@@ -1373,9 +1373,9 @@ export declare const telephonyCdrContract: {
|
|
1373
1373
|
callFrom?: {
|
1374
1374
|
id: string;
|
1375
1375
|
user: {
|
1376
|
+
name: string;
|
1376
1377
|
id: string;
|
1377
1378
|
address: string | null;
|
1378
|
-
name: string;
|
1379
1379
|
email: string;
|
1380
1380
|
createdAt: Date;
|
1381
1381
|
updatedAt: Date;
|
@@ -1400,9 +1400,9 @@ export declare const telephonyCdrContract: {
|
|
1400
1400
|
callTo?: {
|
1401
1401
|
id: string;
|
1402
1402
|
user: {
|
1403
|
+
name: string;
|
1403
1404
|
id: string;
|
1404
1405
|
address: string | null;
|
1405
|
-
name: string;
|
1406
1406
|
email: string;
|
1407
1407
|
createdAt: Date;
|
1408
1408
|
updatedAt: Date;
|
@@ -1426,9 +1426,9 @@ export declare const telephonyCdrContract: {
|
|
1426
1426
|
callFrom?: {
|
1427
1427
|
id: string;
|
1428
1428
|
user: {
|
1429
|
+
name: string;
|
1429
1430
|
id: string;
|
1430
1431
|
address: string | null;
|
1431
|
-
name: string;
|
1432
1432
|
email: string;
|
1433
1433
|
createdAt: Date;
|
1434
1434
|
updatedAt: Date;
|
@@ -1582,9 +1582,9 @@ export declare const telephonyCdrContract: {
|
|
1582
1582
|
telephonySignature: string | null;
|
1583
1583
|
}>;
|
1584
1584
|
}, "strip", z.ZodTypeAny, {
|
1585
|
+
name: string;
|
1585
1586
|
id: string;
|
1586
1587
|
address: string | null;
|
1587
|
-
name: string;
|
1588
1588
|
email: string;
|
1589
1589
|
createdAt: Date;
|
1590
1590
|
updatedAt: Date;
|
@@ -1625,9 +1625,9 @@ export declare const telephonyCdrContract: {
|
|
1625
1625
|
telephonySignature: string | null;
|
1626
1626
|
};
|
1627
1627
|
}, {
|
1628
|
+
name: string;
|
1628
1629
|
id: string;
|
1629
1630
|
address: string | null;
|
1630
|
-
name: string;
|
1631
1631
|
email: string;
|
1632
1632
|
createdAt: Date;
|
1633
1633
|
updatedAt: Date;
|
@@ -1681,9 +1681,9 @@ export declare const telephonyCdrContract: {
|
|
1681
1681
|
extensionName: string;
|
1682
1682
|
telephonySignature: string | null;
|
1683
1683
|
user?: {
|
1684
|
+
name: string;
|
1684
1685
|
id: string;
|
1685
1686
|
address: string | null;
|
1686
|
-
name: string;
|
1687
1687
|
email: string;
|
1688
1688
|
createdAt: Date;
|
1689
1689
|
updatedAt: Date;
|
@@ -1737,9 +1737,9 @@ export declare const telephonyCdrContract: {
|
|
1737
1737
|
extensionName: string;
|
1738
1738
|
telephonySignature: string | null;
|
1739
1739
|
user?: {
|
1740
|
+
name: string;
|
1740
1741
|
id: string;
|
1741
1742
|
address: string | null;
|
1742
|
-
name: string;
|
1743
1743
|
email: string;
|
1744
1744
|
createdAt: Date;
|
1745
1745
|
updatedAt: Date;
|
@@ -1809,9 +1809,9 @@ export declare const telephonyCdrContract: {
|
|
1809
1809
|
callTo?: {
|
1810
1810
|
id: string;
|
1811
1811
|
user: {
|
1812
|
+
name: string;
|
1812
1813
|
id: string;
|
1813
1814
|
address: string | null;
|
1814
|
-
name: string;
|
1815
1815
|
email: string;
|
1816
1816
|
createdAt: Date;
|
1817
1817
|
updatedAt: Date;
|
@@ -1835,9 +1835,9 @@ export declare const telephonyCdrContract: {
|
|
1835
1835
|
callFrom?: {
|
1836
1836
|
id: string;
|
1837
1837
|
user: {
|
1838
|
+
name: string;
|
1838
1839
|
id: string;
|
1839
1840
|
address: string | null;
|
1840
|
-
name: string;
|
1841
1841
|
email: string;
|
1842
1842
|
createdAt: Date;
|
1843
1843
|
updatedAt: Date;
|
@@ -1863,10 +1863,10 @@ export declare const telephonyCdrContract: {
|
|
1863
1863
|
telephonyQueueId: string | null;
|
1864
1864
|
contactId: string | null;
|
1865
1865
|
contact?: {
|
1866
|
+
name: string;
|
1866
1867
|
id: string;
|
1867
1868
|
channel: string | null;
|
1868
1869
|
address: string | null;
|
1869
|
-
name: string;
|
1870
1870
|
createdAt: Date;
|
1871
1871
|
updatedAt: Date;
|
1872
1872
|
deletedAt: Date | null;
|
@@ -1911,8 +1911,8 @@ export declare const telephonyCdrContract: {
|
|
1911
1911
|
createdAt: Date;
|
1912
1912
|
updatedAt: Date;
|
1913
1913
|
deletedAt: Date | null;
|
1914
|
-
address?: string | null | undefined;
|
1915
1914
|
name?: string | undefined;
|
1915
|
+
address?: string | null | undefined;
|
1916
1916
|
phone?: string | null | undefined;
|
1917
1917
|
industry?: string | null | undefined;
|
1918
1918
|
} | null;
|
@@ -1920,8 +1920,8 @@ export declare const telephonyCdrContract: {
|
|
1920
1920
|
contactProfile: string | null;
|
1921
1921
|
socialProfileUrl: string | null;
|
1922
1922
|
tags: {
|
1923
|
-
id: string;
|
1924
1923
|
name: string;
|
1924
|
+
id: string;
|
1925
1925
|
createdAt: Date;
|
1926
1926
|
updatedAt: Date;
|
1927
1927
|
deletedAt: Date | null;
|
@@ -1946,8 +1946,8 @@ export declare const telephonyCdrContract: {
|
|
1946
1946
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1947
1947
|
id: string;
|
1948
1948
|
metadata: {
|
1949
|
-
id: string;
|
1950
1949
|
name: string;
|
1950
|
+
id: string;
|
1951
1951
|
picture?: string | undefined;
|
1952
1952
|
additionalCredentials?: any;
|
1953
1953
|
};
|
@@ -2009,9 +2009,9 @@ export declare const telephonyCdrContract: {
|
|
2009
2009
|
extensionName: string;
|
2010
2010
|
telephonySignature: string | null;
|
2011
2011
|
user?: {
|
2012
|
+
name: string;
|
2012
2013
|
id: string;
|
2013
2014
|
address: string | null;
|
2014
|
-
name: string;
|
2015
2015
|
email: string;
|
2016
2016
|
createdAt: Date;
|
2017
2017
|
updatedAt: Date;
|
@@ -2079,9 +2079,9 @@ export declare const telephonyCdrContract: {
|
|
2079
2079
|
callTo?: {
|
2080
2080
|
id: string;
|
2081
2081
|
user: {
|
2082
|
+
name: string;
|
2082
2083
|
id: string;
|
2083
2084
|
address: string | null;
|
2084
|
-
name: string;
|
2085
2085
|
email: string;
|
2086
2086
|
createdAt: Date;
|
2087
2087
|
updatedAt: Date;
|
@@ -2105,9 +2105,9 @@ export declare const telephonyCdrContract: {
|
|
2105
2105
|
callFrom?: {
|
2106
2106
|
id: string;
|
2107
2107
|
user: {
|
2108
|
+
name: string;
|
2108
2109
|
id: string;
|
2109
2110
|
address: string | null;
|
2110
|
-
name: string;
|
2111
2111
|
email: string;
|
2112
2112
|
createdAt: Date;
|
2113
2113
|
updatedAt: Date;
|
@@ -2133,10 +2133,10 @@ export declare const telephonyCdrContract: {
|
|
2133
2133
|
telephonyQueueId: string | null;
|
2134
2134
|
contactId: string | null;
|
2135
2135
|
contact?: {
|
2136
|
+
name: string;
|
2136
2137
|
id: string;
|
2137
2138
|
channel: string | null;
|
2138
2139
|
address: string | null;
|
2139
|
-
name: string;
|
2140
2140
|
createdAt: Date;
|
2141
2141
|
updatedAt: Date;
|
2142
2142
|
deletedAt: Date | null;
|
@@ -2181,8 +2181,8 @@ export declare const telephonyCdrContract: {
|
|
2181
2181
|
createdAt: Date;
|
2182
2182
|
updatedAt: Date;
|
2183
2183
|
deletedAt: Date | null;
|
2184
|
-
address?: string | null | undefined;
|
2185
2184
|
name?: string | undefined;
|
2185
|
+
address?: string | null | undefined;
|
2186
2186
|
phone?: string | null | undefined;
|
2187
2187
|
industry?: string | null | undefined;
|
2188
2188
|
} | null;
|
@@ -2190,8 +2190,8 @@ export declare const telephonyCdrContract: {
|
|
2190
2190
|
contactProfile: string | null;
|
2191
2191
|
socialProfileUrl: string | null;
|
2192
2192
|
tags: {
|
2193
|
-
id: string;
|
2194
2193
|
name: string;
|
2194
|
+
id: string;
|
2195
2195
|
createdAt: Date;
|
2196
2196
|
updatedAt: Date;
|
2197
2197
|
deletedAt: Date | null;
|
@@ -2216,8 +2216,8 @@ export declare const telephonyCdrContract: {
|
|
2216
2216
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2217
2217
|
id: string;
|
2218
2218
|
metadata: {
|
2219
|
-
id: string;
|
2220
2219
|
name: string;
|
2220
|
+
id: string;
|
2221
2221
|
picture?: string | undefined;
|
2222
2222
|
additionalCredentials?: any;
|
2223
2223
|
};
|
@@ -2279,9 +2279,9 @@ export declare const telephonyCdrContract: {
|
|
2279
2279
|
extensionName: string;
|
2280
2280
|
telephonySignature: string | null;
|
2281
2281
|
user?: {
|
2282
|
+
name: string;
|
2282
2283
|
id: string;
|
2283
2284
|
address: string | null;
|
2284
|
-
name: string;
|
2285
2285
|
email: string;
|
2286
2286
|
createdAt: Date;
|
2287
2287
|
updatedAt: Date;
|
@@ -2355,9 +2355,9 @@ export declare const telephonyCdrContract: {
|
|
2355
2355
|
callTo?: {
|
2356
2356
|
id: string;
|
2357
2357
|
user: {
|
2358
|
+
name: string;
|
2358
2359
|
id: string;
|
2359
2360
|
address: string | null;
|
2360
|
-
name: string;
|
2361
2361
|
email: string;
|
2362
2362
|
createdAt: Date;
|
2363
2363
|
updatedAt: Date;
|
@@ -2381,9 +2381,9 @@ export declare const telephonyCdrContract: {
|
|
2381
2381
|
callFrom?: {
|
2382
2382
|
id: string;
|
2383
2383
|
user: {
|
2384
|
+
name: string;
|
2384
2385
|
id: string;
|
2385
2386
|
address: string | null;
|
2386
|
-
name: string;
|
2387
2387
|
email: string;
|
2388
2388
|
createdAt: Date;
|
2389
2389
|
updatedAt: Date;
|
@@ -2409,10 +2409,10 @@ export declare const telephonyCdrContract: {
|
|
2409
2409
|
telephonyQueueId: string | null;
|
2410
2410
|
contactId: string | null;
|
2411
2411
|
contact?: {
|
2412
|
+
name: string;
|
2412
2413
|
id: string;
|
2413
2414
|
channel: string | null;
|
2414
2415
|
address: string | null;
|
2415
|
-
name: string;
|
2416
2416
|
createdAt: Date;
|
2417
2417
|
updatedAt: Date;
|
2418
2418
|
deletedAt: Date | null;
|
@@ -2457,8 +2457,8 @@ export declare const telephonyCdrContract: {
|
|
2457
2457
|
createdAt: Date;
|
2458
2458
|
updatedAt: Date;
|
2459
2459
|
deletedAt: Date | null;
|
2460
|
-
address?: string | null | undefined;
|
2461
2460
|
name?: string | undefined;
|
2461
|
+
address?: string | null | undefined;
|
2462
2462
|
phone?: string | null | undefined;
|
2463
2463
|
industry?: string | null | undefined;
|
2464
2464
|
} | null;
|
@@ -2466,8 +2466,8 @@ export declare const telephonyCdrContract: {
|
|
2466
2466
|
contactProfile: string | null;
|
2467
2467
|
socialProfileUrl: string | null;
|
2468
2468
|
tags: {
|
2469
|
-
id: string;
|
2470
2469
|
name: string;
|
2470
|
+
id: string;
|
2471
2471
|
createdAt: Date;
|
2472
2472
|
updatedAt: Date;
|
2473
2473
|
deletedAt: Date | null;
|
@@ -2492,8 +2492,8 @@ export declare const telephonyCdrContract: {
|
|
2492
2492
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2493
2493
|
id: string;
|
2494
2494
|
metadata: {
|
2495
|
-
id: string;
|
2496
2495
|
name: string;
|
2496
|
+
id: string;
|
2497
2497
|
picture?: string | undefined;
|
2498
2498
|
additionalCredentials?: any;
|
2499
2499
|
};
|
@@ -2555,9 +2555,9 @@ export declare const telephonyCdrContract: {
|
|
2555
2555
|
extensionName: string;
|
2556
2556
|
telephonySignature: string | null;
|
2557
2557
|
user?: {
|
2558
|
+
name: string;
|
2558
2559
|
id: string;
|
2559
2560
|
address: string | null;
|
2560
|
-
name: string;
|
2561
2561
|
email: string;
|
2562
2562
|
createdAt: Date;
|
2563
2563
|
updatedAt: Date;
|
@@ -2631,9 +2631,9 @@ export declare const telephonyCdrContract: {
|
|
2631
2631
|
callTo?: {
|
2632
2632
|
id: string;
|
2633
2633
|
user: {
|
2634
|
+
name: string;
|
2634
2635
|
id: string;
|
2635
2636
|
address: string | null;
|
2636
|
-
name: string;
|
2637
2637
|
email: string;
|
2638
2638
|
createdAt: Date;
|
2639
2639
|
updatedAt: Date;
|
@@ -2657,9 +2657,9 @@ export declare const telephonyCdrContract: {
|
|
2657
2657
|
callFrom?: {
|
2658
2658
|
id: string;
|
2659
2659
|
user: {
|
2660
|
+
name: string;
|
2660
2661
|
id: string;
|
2661
2662
|
address: string | null;
|
2662
|
-
name: string;
|
2663
2663
|
email: string;
|
2664
2664
|
createdAt: Date;
|
2665
2665
|
updatedAt: Date;
|
@@ -2685,10 +2685,10 @@ export declare const telephonyCdrContract: {
|
|
2685
2685
|
telephonyQueueId: string | null;
|
2686
2686
|
contactId: string | null;
|
2687
2687
|
contact?: {
|
2688
|
+
name: string;
|
2688
2689
|
id: string;
|
2689
2690
|
channel: string | null;
|
2690
2691
|
address: string | null;
|
2691
|
-
name: string;
|
2692
2692
|
createdAt: Date;
|
2693
2693
|
updatedAt: Date;
|
2694
2694
|
deletedAt: Date | null;
|
@@ -2733,8 +2733,8 @@ export declare const telephonyCdrContract: {
|
|
2733
2733
|
createdAt: Date;
|
2734
2734
|
updatedAt: Date;
|
2735
2735
|
deletedAt: Date | null;
|
2736
|
-
address?: string | null | undefined;
|
2737
2736
|
name?: string | undefined;
|
2737
|
+
address?: string | null | undefined;
|
2738
2738
|
phone?: string | null | undefined;
|
2739
2739
|
industry?: string | null | undefined;
|
2740
2740
|
} | null;
|
@@ -2742,8 +2742,8 @@ export declare const telephonyCdrContract: {
|
|
2742
2742
|
contactProfile: string | null;
|
2743
2743
|
socialProfileUrl: string | null;
|
2744
2744
|
tags: {
|
2745
|
-
id: string;
|
2746
2745
|
name: string;
|
2746
|
+
id: string;
|
2747
2747
|
createdAt: Date;
|
2748
2748
|
updatedAt: Date;
|
2749
2749
|
deletedAt: Date | null;
|
@@ -2768,8 +2768,8 @@ export declare const telephonyCdrContract: {
|
|
2768
2768
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2769
2769
|
id: string;
|
2770
2770
|
metadata: {
|
2771
|
-
id: string;
|
2772
2771
|
name: string;
|
2772
|
+
id: string;
|
2773
2773
|
picture?: string | undefined;
|
2774
2774
|
additionalCredentials?: any;
|
2775
2775
|
};
|
@@ -2831,9 +2831,9 @@ export declare const telephonyCdrContract: {
|
|
2831
2831
|
extensionName: string;
|
2832
2832
|
telephonySignature: string | null;
|
2833
2833
|
user?: {
|
2834
|
+
name: string;
|
2834
2835
|
id: string;
|
2835
2836
|
address: string | null;
|
2836
|
-
name: string;
|
2837
2837
|
email: string;
|
2838
2838
|
createdAt: Date;
|
2839
2839
|
updatedAt: Date;
|
@@ -2989,14 +2989,14 @@ export declare const telephonyCdrContract: {
|
|
2989
2989
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2990
2990
|
name: z.ZodString;
|
2991
2991
|
}, "strip", z.ZodTypeAny, {
|
2992
|
-
id: string;
|
2993
2992
|
name: string;
|
2993
|
+
id: string;
|
2994
2994
|
createdAt: Date;
|
2995
2995
|
updatedAt: Date;
|
2996
2996
|
deletedAt: Date | null;
|
2997
2997
|
}, {
|
2998
|
-
id: string;
|
2999
2998
|
name: string;
|
2999
|
+
id: string;
|
3000
3000
|
createdAt: Date;
|
3001
3001
|
updatedAt: Date;
|
3002
3002
|
deletedAt: Date | null;
|
@@ -3152,8 +3152,8 @@ export declare const telephonyCdrContract: {
|
|
3152
3152
|
createdAt: Date;
|
3153
3153
|
updatedAt: Date;
|
3154
3154
|
deletedAt: Date | null;
|
3155
|
-
address?: string | null | undefined;
|
3156
3155
|
name?: string | undefined;
|
3156
|
+
address?: string | null | undefined;
|
3157
3157
|
phone?: string | null | undefined;
|
3158
3158
|
industry?: string | null | undefined;
|
3159
3159
|
}, {
|
@@ -3161,8 +3161,8 @@ export declare const telephonyCdrContract: {
|
|
3161
3161
|
createdAt: Date;
|
3162
3162
|
updatedAt: Date;
|
3163
3163
|
deletedAt: Date | null;
|
3164
|
-
address?: string | null | undefined;
|
3165
3164
|
name?: string | undefined;
|
3165
|
+
address?: string | null | undefined;
|
3166
3166
|
phone?: string | null | undefined;
|
3167
3167
|
industry?: string | null | undefined;
|
3168
3168
|
}>>;
|
@@ -3180,13 +3180,13 @@ export declare const telephonyCdrContract: {
|
|
3180
3180
|
picture: z.ZodOptional<z.ZodString>;
|
3181
3181
|
additionalCredentials: z.ZodAny;
|
3182
3182
|
}, "strip", z.ZodTypeAny, {
|
3183
|
-
id: string;
|
3184
3183
|
name: string;
|
3184
|
+
id: string;
|
3185
3185
|
picture?: string | undefined;
|
3186
3186
|
additionalCredentials?: any;
|
3187
3187
|
}, {
|
3188
|
-
id: string;
|
3189
3188
|
name: string;
|
3189
|
+
id: string;
|
3190
3190
|
picture?: string | undefined;
|
3191
3191
|
additionalCredentials?: any;
|
3192
3192
|
}>;
|
@@ -3194,8 +3194,8 @@ export declare const telephonyCdrContract: {
|
|
3194
3194
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3195
3195
|
id: string;
|
3196
3196
|
metadata: {
|
3197
|
-
id: string;
|
3198
3197
|
name: string;
|
3198
|
+
id: string;
|
3199
3199
|
picture?: string | undefined;
|
3200
3200
|
additionalCredentials?: any;
|
3201
3201
|
};
|
@@ -3208,8 +3208,8 @@ export declare const telephonyCdrContract: {
|
|
3208
3208
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3209
3209
|
id: string;
|
3210
3210
|
metadata: {
|
3211
|
-
id: string;
|
3212
3211
|
name: string;
|
3212
|
+
id: string;
|
3213
3213
|
picture?: string | undefined;
|
3214
3214
|
additionalCredentials?: any;
|
3215
3215
|
};
|
@@ -3519,10 +3519,10 @@ export declare const telephonyCdrContract: {
|
|
3519
3519
|
};
|
3520
3520
|
}>, "many">>;
|
3521
3521
|
}, "strip", z.ZodTypeAny, {
|
3522
|
+
name: string;
|
3522
3523
|
id: string;
|
3523
3524
|
channel: string | null;
|
3524
3525
|
address: string | null;
|
3525
|
-
name: string;
|
3526
3526
|
createdAt: Date;
|
3527
3527
|
updatedAt: Date;
|
3528
3528
|
deletedAt: Date | null;
|
@@ -3567,8 +3567,8 @@ export declare const telephonyCdrContract: {
|
|
3567
3567
|
createdAt: Date;
|
3568
3568
|
updatedAt: Date;
|
3569
3569
|
deletedAt: Date | null;
|
3570
|
-
address?: string | null | undefined;
|
3571
3570
|
name?: string | undefined;
|
3571
|
+
address?: string | null | undefined;
|
3572
3572
|
phone?: string | null | undefined;
|
3573
3573
|
industry?: string | null | undefined;
|
3574
3574
|
} | null;
|
@@ -3576,8 +3576,8 @@ export declare const telephonyCdrContract: {
|
|
3576
3576
|
contactProfile: string | null;
|
3577
3577
|
socialProfileUrl: string | null;
|
3578
3578
|
tags: {
|
3579
|
-
id: string;
|
3580
3579
|
name: string;
|
3580
|
+
id: string;
|
3581
3581
|
createdAt: Date;
|
3582
3582
|
updatedAt: Date;
|
3583
3583
|
deletedAt: Date | null;
|
@@ -3602,8 +3602,8 @@ export declare const telephonyCdrContract: {
|
|
3602
3602
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3603
3603
|
id: string;
|
3604
3604
|
metadata: {
|
3605
|
-
id: string;
|
3606
3605
|
name: string;
|
3606
|
+
id: string;
|
3607
3607
|
picture?: string | undefined;
|
3608
3608
|
additionalCredentials?: any;
|
3609
3609
|
};
|
@@ -3630,10 +3630,10 @@ export declare const telephonyCdrContract: {
|
|
3630
3630
|
};
|
3631
3631
|
}[] | undefined;
|
3632
3632
|
}, {
|
3633
|
+
name: string;
|
3633
3634
|
id: string;
|
3634
3635
|
channel: string | null;
|
3635
3636
|
address: string | null;
|
3636
|
-
name: string;
|
3637
3637
|
createdAt: Date;
|
3638
3638
|
updatedAt: Date;
|
3639
3639
|
deletedAt: Date | null;
|
@@ -3678,8 +3678,8 @@ export declare const telephonyCdrContract: {
|
|
3678
3678
|
createdAt: Date;
|
3679
3679
|
updatedAt: Date;
|
3680
3680
|
deletedAt: Date | null;
|
3681
|
-
address?: string | null | undefined;
|
3682
3681
|
name?: string | undefined;
|
3682
|
+
address?: string | null | undefined;
|
3683
3683
|
phone?: string | null | undefined;
|
3684
3684
|
industry?: string | null | undefined;
|
3685
3685
|
} | null;
|
@@ -3687,8 +3687,8 @@ export declare const telephonyCdrContract: {
|
|
3687
3687
|
contactProfile: string | null;
|
3688
3688
|
socialProfileUrl: string | null;
|
3689
3689
|
tags: {
|
3690
|
-
id: string;
|
3691
3690
|
name: string;
|
3691
|
+
id: string;
|
3692
3692
|
createdAt: Date;
|
3693
3693
|
updatedAt: Date;
|
3694
3694
|
deletedAt: Date | null;
|
@@ -3713,8 +3713,8 @@ export declare const telephonyCdrContract: {
|
|
3713
3713
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3714
3714
|
id: string;
|
3715
3715
|
metadata: {
|
3716
|
-
id: string;
|
3717
3716
|
name: string;
|
3717
|
+
id: string;
|
3718
3718
|
picture?: string | undefined;
|
3719
3719
|
additionalCredentials?: any;
|
3720
3720
|
};
|
@@ -3932,9 +3932,9 @@ export declare const telephonyCdrContract: {
|
|
3932
3932
|
telephonySignature: string | null;
|
3933
3933
|
}>;
|
3934
3934
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
3935
|
+
name: string;
|
3935
3936
|
id: string;
|
3936
3937
|
address: string | null;
|
3937
|
-
name: string;
|
3938
3938
|
email: string;
|
3939
3939
|
createdAt: Date;
|
3940
3940
|
updatedAt: Date;
|
@@ -3944,9 +3944,9 @@ export declare const telephonyCdrContract: {
|
|
3944
3944
|
phone: string | null;
|
3945
3945
|
notificationCount: number | null;
|
3946
3946
|
}, {
|
3947
|
+
name: string;
|
3947
3948
|
id: string;
|
3948
3949
|
address: string | null;
|
3949
|
-
name: string;
|
3950
3950
|
email: string;
|
3951
3951
|
createdAt: Date;
|
3952
3952
|
updatedAt: Date;
|
@@ -3969,9 +3969,9 @@ export declare const telephonyCdrContract: {
|
|
3969
3969
|
}, "strip", z.ZodTypeAny, {
|
3970
3970
|
id: string;
|
3971
3971
|
user: {
|
3972
|
+
name: string;
|
3972
3973
|
id: string;
|
3973
3974
|
address: string | null;
|
3974
|
-
name: string;
|
3975
3975
|
email: string;
|
3976
3976
|
createdAt: Date;
|
3977
3977
|
updatedAt: Date;
|
@@ -3994,9 +3994,9 @@ export declare const telephonyCdrContract: {
|
|
3994
3994
|
}, {
|
3995
3995
|
id: string;
|
3996
3996
|
user: {
|
3997
|
+
name: string;
|
3997
3998
|
id: string;
|
3998
3999
|
address: string | null;
|
3999
|
-
name: string;
|
4000
4000
|
email: string;
|
4001
4001
|
createdAt: Date;
|
4002
4002
|
updatedAt: Date;
|
@@ -4137,9 +4137,9 @@ export declare const telephonyCdrContract: {
|
|
4137
4137
|
telephonySignature: string | null;
|
4138
4138
|
}>;
|
4139
4139
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
4140
|
+
name: string;
|
4140
4141
|
id: string;
|
4141
4142
|
address: string | null;
|
4142
|
-
name: string;
|
4143
4143
|
email: string;
|
4144
4144
|
createdAt: Date;
|
4145
4145
|
updatedAt: Date;
|
@@ -4149,9 +4149,9 @@ export declare const telephonyCdrContract: {
|
|
4149
4149
|
phone: string | null;
|
4150
4150
|
notificationCount: number | null;
|
4151
4151
|
}, {
|
4152
|
+
name: string;
|
4152
4153
|
id: string;
|
4153
4154
|
address: string | null;
|
4154
|
-
name: string;
|
4155
4155
|
email: string;
|
4156
4156
|
createdAt: Date;
|
4157
4157
|
updatedAt: Date;
|
@@ -4174,9 +4174,9 @@ export declare const telephonyCdrContract: {
|
|
4174
4174
|
}, "strip", z.ZodTypeAny, {
|
4175
4175
|
id: string;
|
4176
4176
|
user: {
|
4177
|
+
name: string;
|
4177
4178
|
id: string;
|
4178
4179
|
address: string | null;
|
4179
|
-
name: string;
|
4180
4180
|
email: string;
|
4181
4181
|
createdAt: Date;
|
4182
4182
|
updatedAt: Date;
|
@@ -4199,9 +4199,9 @@ export declare const telephonyCdrContract: {
|
|
4199
4199
|
}, {
|
4200
4200
|
id: string;
|
4201
4201
|
user: {
|
4202
|
+
name: string;
|
4202
4203
|
id: string;
|
4203
4204
|
address: string | null;
|
4204
|
-
name: string;
|
4205
4205
|
email: string;
|
4206
4206
|
createdAt: Date;
|
4207
4207
|
updatedAt: Date;
|
@@ -4226,9 +4226,9 @@ export declare const telephonyCdrContract: {
|
|
4226
4226
|
callTo?: {
|
4227
4227
|
id: string;
|
4228
4228
|
user: {
|
4229
|
+
name: string;
|
4229
4230
|
id: string;
|
4230
4231
|
address: string | null;
|
4231
|
-
name: string;
|
4232
4232
|
email: string;
|
4233
4233
|
createdAt: Date;
|
4234
4234
|
updatedAt: Date;
|
@@ -4252,9 +4252,9 @@ export declare const telephonyCdrContract: {
|
|
4252
4252
|
callFrom?: {
|
4253
4253
|
id: string;
|
4254
4254
|
user: {
|
4255
|
+
name: string;
|
4255
4256
|
id: string;
|
4256
4257
|
address: string | null;
|
4257
|
-
name: string;
|
4258
4258
|
email: string;
|
4259
4259
|
createdAt: Date;
|
4260
4260
|
updatedAt: Date;
|
@@ -4279,9 +4279,9 @@ export declare const telephonyCdrContract: {
|
|
4279
4279
|
callTo?: {
|
4280
4280
|
id: string;
|
4281
4281
|
user: {
|
4282
|
+
name: string;
|
4282
4283
|
id: string;
|
4283
4284
|
address: string | null;
|
4284
|
-
name: string;
|
4285
4285
|
email: string;
|
4286
4286
|
createdAt: Date;
|
4287
4287
|
updatedAt: Date;
|
@@ -4305,9 +4305,9 @@ export declare const telephonyCdrContract: {
|
|
4305
4305
|
callFrom?: {
|
4306
4306
|
id: string;
|
4307
4307
|
user: {
|
4308
|
+
name: string;
|
4308
4309
|
id: string;
|
4309
4310
|
address: string | null;
|
4310
|
-
name: string;
|
4311
4311
|
email: string;
|
4312
4312
|
createdAt: Date;
|
4313
4313
|
updatedAt: Date;
|
@@ -4461,9 +4461,9 @@ export declare const telephonyCdrContract: {
|
|
4461
4461
|
telephonySignature: string | null;
|
4462
4462
|
}>;
|
4463
4463
|
}, "strip", z.ZodTypeAny, {
|
4464
|
+
name: string;
|
4464
4465
|
id: string;
|
4465
4466
|
address: string | null;
|
4466
|
-
name: string;
|
4467
4467
|
email: string;
|
4468
4468
|
createdAt: Date;
|
4469
4469
|
updatedAt: Date;
|
@@ -4504,9 +4504,9 @@ export declare const telephonyCdrContract: {
|
|
4504
4504
|
telephonySignature: string | null;
|
4505
4505
|
};
|
4506
4506
|
}, {
|
4507
|
+
name: string;
|
4507
4508
|
id: string;
|
4508
4509
|
address: string | null;
|
4509
|
-
name: string;
|
4510
4510
|
email: string;
|
4511
4511
|
createdAt: Date;
|
4512
4512
|
updatedAt: Date;
|
@@ -4560,9 +4560,9 @@ export declare const telephonyCdrContract: {
|
|
4560
4560
|
extensionName: string;
|
4561
4561
|
telephonySignature: string | null;
|
4562
4562
|
user?: {
|
4563
|
+
name: string;
|
4563
4564
|
id: string;
|
4564
4565
|
address: string | null;
|
4565
|
-
name: string;
|
4566
4566
|
email: string;
|
4567
4567
|
createdAt: Date;
|
4568
4568
|
updatedAt: Date;
|
@@ -4616,9 +4616,9 @@ export declare const telephonyCdrContract: {
|
|
4616
4616
|
extensionName: string;
|
4617
4617
|
telephonySignature: string | null;
|
4618
4618
|
user?: {
|
4619
|
+
name: string;
|
4619
4620
|
id: string;
|
4620
4621
|
address: string | null;
|
4621
|
-
name: string;
|
4622
4622
|
email: string;
|
4623
4623
|
createdAt: Date;
|
4624
4624
|
updatedAt: Date;
|
@@ -4688,9 +4688,9 @@ export declare const telephonyCdrContract: {
|
|
4688
4688
|
callTo?: {
|
4689
4689
|
id: string;
|
4690
4690
|
user: {
|
4691
|
+
name: string;
|
4691
4692
|
id: string;
|
4692
4693
|
address: string | null;
|
4693
|
-
name: string;
|
4694
4694
|
email: string;
|
4695
4695
|
createdAt: Date;
|
4696
4696
|
updatedAt: Date;
|
@@ -4714,9 +4714,9 @@ export declare const telephonyCdrContract: {
|
|
4714
4714
|
callFrom?: {
|
4715
4715
|
id: string;
|
4716
4716
|
user: {
|
4717
|
+
name: string;
|
4717
4718
|
id: string;
|
4718
4719
|
address: string | null;
|
4719
|
-
name: string;
|
4720
4720
|
email: string;
|
4721
4721
|
createdAt: Date;
|
4722
4722
|
updatedAt: Date;
|
@@ -4742,10 +4742,10 @@ export declare const telephonyCdrContract: {
|
|
4742
4742
|
telephonyQueueId: string | null;
|
4743
4743
|
contactId: string | null;
|
4744
4744
|
contact?: {
|
4745
|
+
name: string;
|
4745
4746
|
id: string;
|
4746
4747
|
channel: string | null;
|
4747
4748
|
address: string | null;
|
4748
|
-
name: string;
|
4749
4749
|
createdAt: Date;
|
4750
4750
|
updatedAt: Date;
|
4751
4751
|
deletedAt: Date | null;
|
@@ -4790,8 +4790,8 @@ export declare const telephonyCdrContract: {
|
|
4790
4790
|
createdAt: Date;
|
4791
4791
|
updatedAt: Date;
|
4792
4792
|
deletedAt: Date | null;
|
4793
|
-
address?: string | null | undefined;
|
4794
4793
|
name?: string | undefined;
|
4794
|
+
address?: string | null | undefined;
|
4795
4795
|
phone?: string | null | undefined;
|
4796
4796
|
industry?: string | null | undefined;
|
4797
4797
|
} | null;
|
@@ -4799,8 +4799,8 @@ export declare const telephonyCdrContract: {
|
|
4799
4799
|
contactProfile: string | null;
|
4800
4800
|
socialProfileUrl: string | null;
|
4801
4801
|
tags: {
|
4802
|
-
id: string;
|
4803
4802
|
name: string;
|
4803
|
+
id: string;
|
4804
4804
|
createdAt: Date;
|
4805
4805
|
updatedAt: Date;
|
4806
4806
|
deletedAt: Date | null;
|
@@ -4825,8 +4825,8 @@ export declare const telephonyCdrContract: {
|
|
4825
4825
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4826
4826
|
id: string;
|
4827
4827
|
metadata: {
|
4828
|
-
id: string;
|
4829
4828
|
name: string;
|
4829
|
+
id: string;
|
4830
4830
|
picture?: string | undefined;
|
4831
4831
|
additionalCredentials?: any;
|
4832
4832
|
};
|
@@ -4888,9 +4888,9 @@ export declare const telephonyCdrContract: {
|
|
4888
4888
|
extensionName: string;
|
4889
4889
|
telephonySignature: string | null;
|
4890
4890
|
user?: {
|
4891
|
+
name: string;
|
4891
4892
|
id: string;
|
4892
4893
|
address: string | null;
|
4893
|
-
name: string;
|
4894
4894
|
email: string;
|
4895
4895
|
createdAt: Date;
|
4896
4896
|
updatedAt: Date;
|
@@ -4958,9 +4958,9 @@ export declare const telephonyCdrContract: {
|
|
4958
4958
|
callTo?: {
|
4959
4959
|
id: string;
|
4960
4960
|
user: {
|
4961
|
+
name: string;
|
4961
4962
|
id: string;
|
4962
4963
|
address: string | null;
|
4963
|
-
name: string;
|
4964
4964
|
email: string;
|
4965
4965
|
createdAt: Date;
|
4966
4966
|
updatedAt: Date;
|
@@ -4984,9 +4984,9 @@ export declare const telephonyCdrContract: {
|
|
4984
4984
|
callFrom?: {
|
4985
4985
|
id: string;
|
4986
4986
|
user: {
|
4987
|
+
name: string;
|
4987
4988
|
id: string;
|
4988
4989
|
address: string | null;
|
4989
|
-
name: string;
|
4990
4990
|
email: string;
|
4991
4991
|
createdAt: Date;
|
4992
4992
|
updatedAt: Date;
|
@@ -5012,10 +5012,10 @@ export declare const telephonyCdrContract: {
|
|
5012
5012
|
telephonyQueueId: string | null;
|
5013
5013
|
contactId: string | null;
|
5014
5014
|
contact?: {
|
5015
|
+
name: string;
|
5015
5016
|
id: string;
|
5016
5017
|
channel: string | null;
|
5017
5018
|
address: string | null;
|
5018
|
-
name: string;
|
5019
5019
|
createdAt: Date;
|
5020
5020
|
updatedAt: Date;
|
5021
5021
|
deletedAt: Date | null;
|
@@ -5060,8 +5060,8 @@ export declare const telephonyCdrContract: {
|
|
5060
5060
|
createdAt: Date;
|
5061
5061
|
updatedAt: Date;
|
5062
5062
|
deletedAt: Date | null;
|
5063
|
-
address?: string | null | undefined;
|
5064
5063
|
name?: string | undefined;
|
5064
|
+
address?: string | null | undefined;
|
5065
5065
|
phone?: string | null | undefined;
|
5066
5066
|
industry?: string | null | undefined;
|
5067
5067
|
} | null;
|
@@ -5069,8 +5069,8 @@ export declare const telephonyCdrContract: {
|
|
5069
5069
|
contactProfile: string | null;
|
5070
5070
|
socialProfileUrl: string | null;
|
5071
5071
|
tags: {
|
5072
|
-
id: string;
|
5073
5072
|
name: string;
|
5073
|
+
id: string;
|
5074
5074
|
createdAt: Date;
|
5075
5075
|
updatedAt: Date;
|
5076
5076
|
deletedAt: Date | null;
|
@@ -5095,8 +5095,8 @@ export declare const telephonyCdrContract: {
|
|
5095
5095
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5096
5096
|
id: string;
|
5097
5097
|
metadata: {
|
5098
|
-
id: string;
|
5099
5098
|
name: string;
|
5099
|
+
id: string;
|
5100
5100
|
picture?: string | undefined;
|
5101
5101
|
additionalCredentials?: any;
|
5102
5102
|
};
|
@@ -5158,9 +5158,9 @@ export declare const telephonyCdrContract: {
|
|
5158
5158
|
extensionName: string;
|
5159
5159
|
telephonySignature: string | null;
|
5160
5160
|
user?: {
|
5161
|
+
name: string;
|
5161
5162
|
id: string;
|
5162
5163
|
address: string | null;
|
5163
|
-
name: string;
|
5164
5164
|
email: string;
|
5165
5165
|
createdAt: Date;
|
5166
5166
|
updatedAt: Date;
|
@@ -5234,9 +5234,9 @@ export declare const telephonyCdrContract: {
|
|
5234
5234
|
callTo?: {
|
5235
5235
|
id: string;
|
5236
5236
|
user: {
|
5237
|
+
name: string;
|
5237
5238
|
id: string;
|
5238
5239
|
address: string | null;
|
5239
|
-
name: string;
|
5240
5240
|
email: string;
|
5241
5241
|
createdAt: Date;
|
5242
5242
|
updatedAt: Date;
|
@@ -5260,9 +5260,9 @@ export declare const telephonyCdrContract: {
|
|
5260
5260
|
callFrom?: {
|
5261
5261
|
id: string;
|
5262
5262
|
user: {
|
5263
|
+
name: string;
|
5263
5264
|
id: string;
|
5264
5265
|
address: string | null;
|
5265
|
-
name: string;
|
5266
5266
|
email: string;
|
5267
5267
|
createdAt: Date;
|
5268
5268
|
updatedAt: Date;
|
@@ -5288,10 +5288,10 @@ export declare const telephonyCdrContract: {
|
|
5288
5288
|
telephonyQueueId: string | null;
|
5289
5289
|
contactId: string | null;
|
5290
5290
|
contact?: {
|
5291
|
+
name: string;
|
5291
5292
|
id: string;
|
5292
5293
|
channel: string | null;
|
5293
5294
|
address: string | null;
|
5294
|
-
name: string;
|
5295
5295
|
createdAt: Date;
|
5296
5296
|
updatedAt: Date;
|
5297
5297
|
deletedAt: Date | null;
|
@@ -5336,8 +5336,8 @@ export declare const telephonyCdrContract: {
|
|
5336
5336
|
createdAt: Date;
|
5337
5337
|
updatedAt: Date;
|
5338
5338
|
deletedAt: Date | null;
|
5339
|
-
address?: string | null | undefined;
|
5340
5339
|
name?: string | undefined;
|
5340
|
+
address?: string | null | undefined;
|
5341
5341
|
phone?: string | null | undefined;
|
5342
5342
|
industry?: string | null | undefined;
|
5343
5343
|
} | null;
|
@@ -5345,8 +5345,8 @@ export declare const telephonyCdrContract: {
|
|
5345
5345
|
contactProfile: string | null;
|
5346
5346
|
socialProfileUrl: string | null;
|
5347
5347
|
tags: {
|
5348
|
-
id: string;
|
5349
5348
|
name: string;
|
5349
|
+
id: string;
|
5350
5350
|
createdAt: Date;
|
5351
5351
|
updatedAt: Date;
|
5352
5352
|
deletedAt: Date | null;
|
@@ -5371,8 +5371,8 @@ export declare const telephonyCdrContract: {
|
|
5371
5371
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5372
5372
|
id: string;
|
5373
5373
|
metadata: {
|
5374
|
-
id: string;
|
5375
5374
|
name: string;
|
5375
|
+
id: string;
|
5376
5376
|
picture?: string | undefined;
|
5377
5377
|
additionalCredentials?: any;
|
5378
5378
|
};
|
@@ -5434,9 +5434,9 @@ export declare const telephonyCdrContract: {
|
|
5434
5434
|
extensionName: string;
|
5435
5435
|
telephonySignature: string | null;
|
5436
5436
|
user?: {
|
5437
|
+
name: string;
|
5437
5438
|
id: string;
|
5438
5439
|
address: string | null;
|
5439
|
-
name: string;
|
5440
5440
|
email: string;
|
5441
5441
|
createdAt: Date;
|
5442
5442
|
updatedAt: Date;
|
@@ -5510,9 +5510,9 @@ export declare const telephonyCdrContract: {
|
|
5510
5510
|
callTo?: {
|
5511
5511
|
id: string;
|
5512
5512
|
user: {
|
5513
|
+
name: string;
|
5513
5514
|
id: string;
|
5514
5515
|
address: string | null;
|
5515
|
-
name: string;
|
5516
5516
|
email: string;
|
5517
5517
|
createdAt: Date;
|
5518
5518
|
updatedAt: Date;
|
@@ -5536,9 +5536,9 @@ export declare const telephonyCdrContract: {
|
|
5536
5536
|
callFrom?: {
|
5537
5537
|
id: string;
|
5538
5538
|
user: {
|
5539
|
+
name: string;
|
5539
5540
|
id: string;
|
5540
5541
|
address: string | null;
|
5541
|
-
name: string;
|
5542
5542
|
email: string;
|
5543
5543
|
createdAt: Date;
|
5544
5544
|
updatedAt: Date;
|
@@ -5564,10 +5564,10 @@ export declare const telephonyCdrContract: {
|
|
5564
5564
|
telephonyQueueId: string | null;
|
5565
5565
|
contactId: string | null;
|
5566
5566
|
contact?: {
|
5567
|
+
name: string;
|
5567
5568
|
id: string;
|
5568
5569
|
channel: string | null;
|
5569
5570
|
address: string | null;
|
5570
|
-
name: string;
|
5571
5571
|
createdAt: Date;
|
5572
5572
|
updatedAt: Date;
|
5573
5573
|
deletedAt: Date | null;
|
@@ -5612,8 +5612,8 @@ export declare const telephonyCdrContract: {
|
|
5612
5612
|
createdAt: Date;
|
5613
5613
|
updatedAt: Date;
|
5614
5614
|
deletedAt: Date | null;
|
5615
|
-
address?: string | null | undefined;
|
5616
5615
|
name?: string | undefined;
|
5616
|
+
address?: string | null | undefined;
|
5617
5617
|
phone?: string | null | undefined;
|
5618
5618
|
industry?: string | null | undefined;
|
5619
5619
|
} | null;
|
@@ -5621,8 +5621,8 @@ export declare const telephonyCdrContract: {
|
|
5621
5621
|
contactProfile: string | null;
|
5622
5622
|
socialProfileUrl: string | null;
|
5623
5623
|
tags: {
|
5624
|
-
id: string;
|
5625
5624
|
name: string;
|
5625
|
+
id: string;
|
5626
5626
|
createdAt: Date;
|
5627
5627
|
updatedAt: Date;
|
5628
5628
|
deletedAt: Date | null;
|
@@ -5647,8 +5647,8 @@ export declare const telephonyCdrContract: {
|
|
5647
5647
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5648
5648
|
id: string;
|
5649
5649
|
metadata: {
|
5650
|
-
id: string;
|
5651
5650
|
name: string;
|
5651
|
+
id: string;
|
5652
5652
|
picture?: string | undefined;
|
5653
5653
|
additionalCredentials?: any;
|
5654
5654
|
};
|
@@ -5710,9 +5710,9 @@ export declare const telephonyCdrContract: {
|
|
5710
5710
|
extensionName: string;
|
5711
5711
|
telephonySignature: string | null;
|
5712
5712
|
user?: {
|
5713
|
+
name: string;
|
5713
5714
|
id: string;
|
5714
5715
|
address: string | null;
|
5715
|
-
name: string;
|
5716
5716
|
email: string;
|
5717
5717
|
createdAt: Date;
|
5718
5718
|
updatedAt: Date;
|
@@ -5871,14 +5871,14 @@ export declare const telephonyCdrContract: {
|
|
5871
5871
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5872
5872
|
name: z.ZodString;
|
5873
5873
|
}, "strip", z.ZodTypeAny, {
|
5874
|
-
id: string;
|
5875
5874
|
name: string;
|
5875
|
+
id: string;
|
5876
5876
|
createdAt: Date;
|
5877
5877
|
updatedAt: Date;
|
5878
5878
|
deletedAt: Date | null;
|
5879
5879
|
}, {
|
5880
|
-
id: string;
|
5881
5880
|
name: string;
|
5881
|
+
id: string;
|
5882
5882
|
createdAt: Date;
|
5883
5883
|
updatedAt: Date;
|
5884
5884
|
deletedAt: Date | null;
|
@@ -6034,8 +6034,8 @@ export declare const telephonyCdrContract: {
|
|
6034
6034
|
createdAt: Date;
|
6035
6035
|
updatedAt: Date;
|
6036
6036
|
deletedAt: Date | null;
|
6037
|
-
address?: string | null | undefined;
|
6038
6037
|
name?: string | undefined;
|
6038
|
+
address?: string | null | undefined;
|
6039
6039
|
phone?: string | null | undefined;
|
6040
6040
|
industry?: string | null | undefined;
|
6041
6041
|
}, {
|
@@ -6043,8 +6043,8 @@ export declare const telephonyCdrContract: {
|
|
6043
6043
|
createdAt: Date;
|
6044
6044
|
updatedAt: Date;
|
6045
6045
|
deletedAt: Date | null;
|
6046
|
-
address?: string | null | undefined;
|
6047
6046
|
name?: string | undefined;
|
6047
|
+
address?: string | null | undefined;
|
6048
6048
|
phone?: string | null | undefined;
|
6049
6049
|
industry?: string | null | undefined;
|
6050
6050
|
}>>;
|
@@ -6062,13 +6062,13 @@ export declare const telephonyCdrContract: {
|
|
6062
6062
|
picture: z.ZodOptional<z.ZodString>;
|
6063
6063
|
additionalCredentials: z.ZodAny;
|
6064
6064
|
}, "strip", z.ZodTypeAny, {
|
6065
|
-
id: string;
|
6066
6065
|
name: string;
|
6066
|
+
id: string;
|
6067
6067
|
picture?: string | undefined;
|
6068
6068
|
additionalCredentials?: any;
|
6069
6069
|
}, {
|
6070
|
-
id: string;
|
6071
6070
|
name: string;
|
6071
|
+
id: string;
|
6072
6072
|
picture?: string | undefined;
|
6073
6073
|
additionalCredentials?: any;
|
6074
6074
|
}>;
|
@@ -6076,8 +6076,8 @@ export declare const telephonyCdrContract: {
|
|
6076
6076
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6077
6077
|
id: string;
|
6078
6078
|
metadata: {
|
6079
|
-
id: string;
|
6080
6079
|
name: string;
|
6080
|
+
id: string;
|
6081
6081
|
picture?: string | undefined;
|
6082
6082
|
additionalCredentials?: any;
|
6083
6083
|
};
|
@@ -6090,8 +6090,8 @@ export declare const telephonyCdrContract: {
|
|
6090
6090
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6091
6091
|
id: string;
|
6092
6092
|
metadata: {
|
6093
|
-
id: string;
|
6094
6093
|
name: string;
|
6094
|
+
id: string;
|
6095
6095
|
picture?: string | undefined;
|
6096
6096
|
additionalCredentials?: any;
|
6097
6097
|
};
|
@@ -6401,10 +6401,10 @@ export declare const telephonyCdrContract: {
|
|
6401
6401
|
};
|
6402
6402
|
}>, "many">>;
|
6403
6403
|
}, "strip", z.ZodTypeAny, {
|
6404
|
+
name: string;
|
6404
6405
|
id: string;
|
6405
6406
|
channel: string | null;
|
6406
6407
|
address: string | null;
|
6407
|
-
name: string;
|
6408
6408
|
createdAt: Date;
|
6409
6409
|
updatedAt: Date;
|
6410
6410
|
deletedAt: Date | null;
|
@@ -6449,8 +6449,8 @@ export declare const telephonyCdrContract: {
|
|
6449
6449
|
createdAt: Date;
|
6450
6450
|
updatedAt: Date;
|
6451
6451
|
deletedAt: Date | null;
|
6452
|
-
address?: string | null | undefined;
|
6453
6452
|
name?: string | undefined;
|
6453
|
+
address?: string | null | undefined;
|
6454
6454
|
phone?: string | null | undefined;
|
6455
6455
|
industry?: string | null | undefined;
|
6456
6456
|
} | null;
|
@@ -6458,8 +6458,8 @@ export declare const telephonyCdrContract: {
|
|
6458
6458
|
contactProfile: string | null;
|
6459
6459
|
socialProfileUrl: string | null;
|
6460
6460
|
tags: {
|
6461
|
-
id: string;
|
6462
6461
|
name: string;
|
6462
|
+
id: string;
|
6463
6463
|
createdAt: Date;
|
6464
6464
|
updatedAt: Date;
|
6465
6465
|
deletedAt: Date | null;
|
@@ -6484,8 +6484,8 @@ export declare const telephonyCdrContract: {
|
|
6484
6484
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6485
6485
|
id: string;
|
6486
6486
|
metadata: {
|
6487
|
-
id: string;
|
6488
6487
|
name: string;
|
6488
|
+
id: string;
|
6489
6489
|
picture?: string | undefined;
|
6490
6490
|
additionalCredentials?: any;
|
6491
6491
|
};
|
@@ -6512,10 +6512,10 @@ export declare const telephonyCdrContract: {
|
|
6512
6512
|
};
|
6513
6513
|
}[] | undefined;
|
6514
6514
|
}, {
|
6515
|
+
name: string;
|
6515
6516
|
id: string;
|
6516
6517
|
channel: string | null;
|
6517
6518
|
address: string | null;
|
6518
|
-
name: string;
|
6519
6519
|
createdAt: Date;
|
6520
6520
|
updatedAt: Date;
|
6521
6521
|
deletedAt: Date | null;
|
@@ -6560,8 +6560,8 @@ export declare const telephonyCdrContract: {
|
|
6560
6560
|
createdAt: Date;
|
6561
6561
|
updatedAt: Date;
|
6562
6562
|
deletedAt: Date | null;
|
6563
|
-
address?: string | null | undefined;
|
6564
6563
|
name?: string | undefined;
|
6564
|
+
address?: string | null | undefined;
|
6565
6565
|
phone?: string | null | undefined;
|
6566
6566
|
industry?: string | null | undefined;
|
6567
6567
|
} | null;
|
@@ -6569,8 +6569,8 @@ export declare const telephonyCdrContract: {
|
|
6569
6569
|
contactProfile: string | null;
|
6570
6570
|
socialProfileUrl: string | null;
|
6571
6571
|
tags: {
|
6572
|
-
id: string;
|
6573
6572
|
name: string;
|
6573
|
+
id: string;
|
6574
6574
|
createdAt: Date;
|
6575
6575
|
updatedAt: Date;
|
6576
6576
|
deletedAt: Date | null;
|
@@ -6595,8 +6595,8 @@ export declare const telephonyCdrContract: {
|
|
6595
6595
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6596
6596
|
id: string;
|
6597
6597
|
metadata: {
|
6598
|
-
id: string;
|
6599
6598
|
name: string;
|
6599
|
+
id: string;
|
6600
6600
|
picture?: string | undefined;
|
6601
6601
|
additionalCredentials?: any;
|
6602
6602
|
};
|
@@ -6814,9 +6814,9 @@ export declare const telephonyCdrContract: {
|
|
6814
6814
|
telephonySignature: string | null;
|
6815
6815
|
}>;
|
6816
6816
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
6817
|
+
name: string;
|
6817
6818
|
id: string;
|
6818
6819
|
address: string | null;
|
6819
|
-
name: string;
|
6820
6820
|
email: string;
|
6821
6821
|
createdAt: Date;
|
6822
6822
|
updatedAt: Date;
|
@@ -6826,9 +6826,9 @@ export declare const telephonyCdrContract: {
|
|
6826
6826
|
phone: string | null;
|
6827
6827
|
notificationCount: number | null;
|
6828
6828
|
}, {
|
6829
|
+
name: string;
|
6829
6830
|
id: string;
|
6830
6831
|
address: string | null;
|
6831
|
-
name: string;
|
6832
6832
|
email: string;
|
6833
6833
|
createdAt: Date;
|
6834
6834
|
updatedAt: Date;
|
@@ -6851,9 +6851,9 @@ export declare const telephonyCdrContract: {
|
|
6851
6851
|
}, "strip", z.ZodTypeAny, {
|
6852
6852
|
id: string;
|
6853
6853
|
user: {
|
6854
|
+
name: string;
|
6854
6855
|
id: string;
|
6855
6856
|
address: string | null;
|
6856
|
-
name: string;
|
6857
6857
|
email: string;
|
6858
6858
|
createdAt: Date;
|
6859
6859
|
updatedAt: Date;
|
@@ -6876,9 +6876,9 @@ export declare const telephonyCdrContract: {
|
|
6876
6876
|
}, {
|
6877
6877
|
id: string;
|
6878
6878
|
user: {
|
6879
|
+
name: string;
|
6879
6880
|
id: string;
|
6880
6881
|
address: string | null;
|
6881
|
-
name: string;
|
6882
6882
|
email: string;
|
6883
6883
|
createdAt: Date;
|
6884
6884
|
updatedAt: Date;
|
@@ -7019,9 +7019,9 @@ export declare const telephonyCdrContract: {
|
|
7019
7019
|
telephonySignature: string | null;
|
7020
7020
|
}>;
|
7021
7021
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
7022
|
+
name: string;
|
7022
7023
|
id: string;
|
7023
7024
|
address: string | null;
|
7024
|
-
name: string;
|
7025
7025
|
email: string;
|
7026
7026
|
createdAt: Date;
|
7027
7027
|
updatedAt: Date;
|
@@ -7031,9 +7031,9 @@ export declare const telephonyCdrContract: {
|
|
7031
7031
|
phone: string | null;
|
7032
7032
|
notificationCount: number | null;
|
7033
7033
|
}, {
|
7034
|
+
name: string;
|
7034
7035
|
id: string;
|
7035
7036
|
address: string | null;
|
7036
|
-
name: string;
|
7037
7037
|
email: string;
|
7038
7038
|
createdAt: Date;
|
7039
7039
|
updatedAt: Date;
|
@@ -7056,9 +7056,9 @@ export declare const telephonyCdrContract: {
|
|
7056
7056
|
}, "strip", z.ZodTypeAny, {
|
7057
7057
|
id: string;
|
7058
7058
|
user: {
|
7059
|
+
name: string;
|
7059
7060
|
id: string;
|
7060
7061
|
address: string | null;
|
7061
|
-
name: string;
|
7062
7062
|
email: string;
|
7063
7063
|
createdAt: Date;
|
7064
7064
|
updatedAt: Date;
|
@@ -7081,9 +7081,9 @@ export declare const telephonyCdrContract: {
|
|
7081
7081
|
}, {
|
7082
7082
|
id: string;
|
7083
7083
|
user: {
|
7084
|
+
name: string;
|
7084
7085
|
id: string;
|
7085
7086
|
address: string | null;
|
7086
|
-
name: string;
|
7087
7087
|
email: string;
|
7088
7088
|
createdAt: Date;
|
7089
7089
|
updatedAt: Date;
|
@@ -7108,9 +7108,9 @@ export declare const telephonyCdrContract: {
|
|
7108
7108
|
callTo?: {
|
7109
7109
|
id: string;
|
7110
7110
|
user: {
|
7111
|
+
name: string;
|
7111
7112
|
id: string;
|
7112
7113
|
address: string | null;
|
7113
|
-
name: string;
|
7114
7114
|
email: string;
|
7115
7115
|
createdAt: Date;
|
7116
7116
|
updatedAt: Date;
|
@@ -7134,9 +7134,9 @@ export declare const telephonyCdrContract: {
|
|
7134
7134
|
callFrom?: {
|
7135
7135
|
id: string;
|
7136
7136
|
user: {
|
7137
|
+
name: string;
|
7137
7138
|
id: string;
|
7138
7139
|
address: string | null;
|
7139
|
-
name: string;
|
7140
7140
|
email: string;
|
7141
7141
|
createdAt: Date;
|
7142
7142
|
updatedAt: Date;
|
@@ -7161,9 +7161,9 @@ export declare const telephonyCdrContract: {
|
|
7161
7161
|
callTo?: {
|
7162
7162
|
id: string;
|
7163
7163
|
user: {
|
7164
|
+
name: string;
|
7164
7165
|
id: string;
|
7165
7166
|
address: string | null;
|
7166
|
-
name: string;
|
7167
7167
|
email: string;
|
7168
7168
|
createdAt: Date;
|
7169
7169
|
updatedAt: Date;
|
@@ -7187,9 +7187,9 @@ export declare const telephonyCdrContract: {
|
|
7187
7187
|
callFrom?: {
|
7188
7188
|
id: string;
|
7189
7189
|
user: {
|
7190
|
+
name: string;
|
7190
7191
|
id: string;
|
7191
7192
|
address: string | null;
|
7192
|
-
name: string;
|
7193
7193
|
email: string;
|
7194
7194
|
createdAt: Date;
|
7195
7195
|
updatedAt: Date;
|
@@ -7343,9 +7343,9 @@ export declare const telephonyCdrContract: {
|
|
7343
7343
|
telephonySignature: string | null;
|
7344
7344
|
}>;
|
7345
7345
|
}, "strip", z.ZodTypeAny, {
|
7346
|
+
name: string;
|
7346
7347
|
id: string;
|
7347
7348
|
address: string | null;
|
7348
|
-
name: string;
|
7349
7349
|
email: string;
|
7350
7350
|
createdAt: Date;
|
7351
7351
|
updatedAt: Date;
|
@@ -7386,9 +7386,9 @@ export declare const telephonyCdrContract: {
|
|
7386
7386
|
telephonySignature: string | null;
|
7387
7387
|
};
|
7388
7388
|
}, {
|
7389
|
+
name: string;
|
7389
7390
|
id: string;
|
7390
7391
|
address: string | null;
|
7391
|
-
name: string;
|
7392
7392
|
email: string;
|
7393
7393
|
createdAt: Date;
|
7394
7394
|
updatedAt: Date;
|
@@ -7442,9 +7442,9 @@ export declare const telephonyCdrContract: {
|
|
7442
7442
|
extensionName: string;
|
7443
7443
|
telephonySignature: string | null;
|
7444
7444
|
user?: {
|
7445
|
+
name: string;
|
7445
7446
|
id: string;
|
7446
7447
|
address: string | null;
|
7447
|
-
name: string;
|
7448
7448
|
email: string;
|
7449
7449
|
createdAt: Date;
|
7450
7450
|
updatedAt: Date;
|
@@ -7498,9 +7498,9 @@ export declare const telephonyCdrContract: {
|
|
7498
7498
|
extensionName: string;
|
7499
7499
|
telephonySignature: string | null;
|
7500
7500
|
user?: {
|
7501
|
+
name: string;
|
7501
7502
|
id: string;
|
7502
7503
|
address: string | null;
|
7503
|
-
name: string;
|
7504
7504
|
email: string;
|
7505
7505
|
createdAt: Date;
|
7506
7506
|
updatedAt: Date;
|
@@ -7570,9 +7570,9 @@ export declare const telephonyCdrContract: {
|
|
7570
7570
|
callTo?: {
|
7571
7571
|
id: string;
|
7572
7572
|
user: {
|
7573
|
+
name: string;
|
7573
7574
|
id: string;
|
7574
7575
|
address: string | null;
|
7575
|
-
name: string;
|
7576
7576
|
email: string;
|
7577
7577
|
createdAt: Date;
|
7578
7578
|
updatedAt: Date;
|
@@ -7596,9 +7596,9 @@ export declare const telephonyCdrContract: {
|
|
7596
7596
|
callFrom?: {
|
7597
7597
|
id: string;
|
7598
7598
|
user: {
|
7599
|
+
name: string;
|
7599
7600
|
id: string;
|
7600
7601
|
address: string | null;
|
7601
|
-
name: string;
|
7602
7602
|
email: string;
|
7603
7603
|
createdAt: Date;
|
7604
7604
|
updatedAt: Date;
|
@@ -7624,10 +7624,10 @@ export declare const telephonyCdrContract: {
|
|
7624
7624
|
telephonyQueueId: string | null;
|
7625
7625
|
contactId: string | null;
|
7626
7626
|
contact?: {
|
7627
|
+
name: string;
|
7627
7628
|
id: string;
|
7628
7629
|
channel: string | null;
|
7629
7630
|
address: string | null;
|
7630
|
-
name: string;
|
7631
7631
|
createdAt: Date;
|
7632
7632
|
updatedAt: Date;
|
7633
7633
|
deletedAt: Date | null;
|
@@ -7672,8 +7672,8 @@ export declare const telephonyCdrContract: {
|
|
7672
7672
|
createdAt: Date;
|
7673
7673
|
updatedAt: Date;
|
7674
7674
|
deletedAt: Date | null;
|
7675
|
-
address?: string | null | undefined;
|
7676
7675
|
name?: string | undefined;
|
7676
|
+
address?: string | null | undefined;
|
7677
7677
|
phone?: string | null | undefined;
|
7678
7678
|
industry?: string | null | undefined;
|
7679
7679
|
} | null;
|
@@ -7681,8 +7681,8 @@ export declare const telephonyCdrContract: {
|
|
7681
7681
|
contactProfile: string | null;
|
7682
7682
|
socialProfileUrl: string | null;
|
7683
7683
|
tags: {
|
7684
|
-
id: string;
|
7685
7684
|
name: string;
|
7685
|
+
id: string;
|
7686
7686
|
createdAt: Date;
|
7687
7687
|
updatedAt: Date;
|
7688
7688
|
deletedAt: Date | null;
|
@@ -7707,8 +7707,8 @@ export declare const telephonyCdrContract: {
|
|
7707
7707
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7708
7708
|
id: string;
|
7709
7709
|
metadata: {
|
7710
|
-
id: string;
|
7711
7710
|
name: string;
|
7711
|
+
id: string;
|
7712
7712
|
picture?: string | undefined;
|
7713
7713
|
additionalCredentials?: any;
|
7714
7714
|
};
|
@@ -7770,9 +7770,9 @@ export declare const telephonyCdrContract: {
|
|
7770
7770
|
extensionName: string;
|
7771
7771
|
telephonySignature: string | null;
|
7772
7772
|
user?: {
|
7773
|
+
name: string;
|
7773
7774
|
id: string;
|
7774
7775
|
address: string | null;
|
7775
|
-
name: string;
|
7776
7776
|
email: string;
|
7777
7777
|
createdAt: Date;
|
7778
7778
|
updatedAt: Date;
|
@@ -7840,9 +7840,9 @@ export declare const telephonyCdrContract: {
|
|
7840
7840
|
callTo?: {
|
7841
7841
|
id: string;
|
7842
7842
|
user: {
|
7843
|
+
name: string;
|
7843
7844
|
id: string;
|
7844
7845
|
address: string | null;
|
7845
|
-
name: string;
|
7846
7846
|
email: string;
|
7847
7847
|
createdAt: Date;
|
7848
7848
|
updatedAt: Date;
|
@@ -7866,9 +7866,9 @@ export declare const telephonyCdrContract: {
|
|
7866
7866
|
callFrom?: {
|
7867
7867
|
id: string;
|
7868
7868
|
user: {
|
7869
|
+
name: string;
|
7869
7870
|
id: string;
|
7870
7871
|
address: string | null;
|
7871
|
-
name: string;
|
7872
7872
|
email: string;
|
7873
7873
|
createdAt: Date;
|
7874
7874
|
updatedAt: Date;
|
@@ -7894,10 +7894,10 @@ export declare const telephonyCdrContract: {
|
|
7894
7894
|
telephonyQueueId: string | null;
|
7895
7895
|
contactId: string | null;
|
7896
7896
|
contact?: {
|
7897
|
+
name: string;
|
7897
7898
|
id: string;
|
7898
7899
|
channel: string | null;
|
7899
7900
|
address: string | null;
|
7900
|
-
name: string;
|
7901
7901
|
createdAt: Date;
|
7902
7902
|
updatedAt: Date;
|
7903
7903
|
deletedAt: Date | null;
|
@@ -7942,8 +7942,8 @@ export declare const telephonyCdrContract: {
|
|
7942
7942
|
createdAt: Date;
|
7943
7943
|
updatedAt: Date;
|
7944
7944
|
deletedAt: Date | null;
|
7945
|
-
address?: string | null | undefined;
|
7946
7945
|
name?: string | undefined;
|
7946
|
+
address?: string | null | undefined;
|
7947
7947
|
phone?: string | null | undefined;
|
7948
7948
|
industry?: string | null | undefined;
|
7949
7949
|
} | null;
|
@@ -7951,8 +7951,8 @@ export declare const telephonyCdrContract: {
|
|
7951
7951
|
contactProfile: string | null;
|
7952
7952
|
socialProfileUrl: string | null;
|
7953
7953
|
tags: {
|
7954
|
-
id: string;
|
7955
7954
|
name: string;
|
7955
|
+
id: string;
|
7956
7956
|
createdAt: Date;
|
7957
7957
|
updatedAt: Date;
|
7958
7958
|
deletedAt: Date | null;
|
@@ -7977,8 +7977,8 @@ export declare const telephonyCdrContract: {
|
|
7977
7977
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7978
7978
|
id: string;
|
7979
7979
|
metadata: {
|
7980
|
-
id: string;
|
7981
7980
|
name: string;
|
7981
|
+
id: string;
|
7982
7982
|
picture?: string | undefined;
|
7983
7983
|
additionalCredentials?: any;
|
7984
7984
|
};
|
@@ -8040,9 +8040,9 @@ export declare const telephonyCdrContract: {
|
|
8040
8040
|
extensionName: string;
|
8041
8041
|
telephonySignature: string | null;
|
8042
8042
|
user?: {
|
8043
|
+
name: string;
|
8043
8044
|
id: string;
|
8044
8045
|
address: string | null;
|
8045
|
-
name: string;
|
8046
8046
|
email: string;
|
8047
8047
|
createdAt: Date;
|
8048
8048
|
updatedAt: Date;
|
@@ -8116,9 +8116,9 @@ export declare const telephonyCdrContract: {
|
|
8116
8116
|
callTo?: {
|
8117
8117
|
id: string;
|
8118
8118
|
user: {
|
8119
|
+
name: string;
|
8119
8120
|
id: string;
|
8120
8121
|
address: string | null;
|
8121
|
-
name: string;
|
8122
8122
|
email: string;
|
8123
8123
|
createdAt: Date;
|
8124
8124
|
updatedAt: Date;
|
@@ -8142,9 +8142,9 @@ export declare const telephonyCdrContract: {
|
|
8142
8142
|
callFrom?: {
|
8143
8143
|
id: string;
|
8144
8144
|
user: {
|
8145
|
+
name: string;
|
8145
8146
|
id: string;
|
8146
8147
|
address: string | null;
|
8147
|
-
name: string;
|
8148
8148
|
email: string;
|
8149
8149
|
createdAt: Date;
|
8150
8150
|
updatedAt: Date;
|
@@ -8170,10 +8170,10 @@ export declare const telephonyCdrContract: {
|
|
8170
8170
|
telephonyQueueId: string | null;
|
8171
8171
|
contactId: string | null;
|
8172
8172
|
contact?: {
|
8173
|
+
name: string;
|
8173
8174
|
id: string;
|
8174
8175
|
channel: string | null;
|
8175
8176
|
address: string | null;
|
8176
|
-
name: string;
|
8177
8177
|
createdAt: Date;
|
8178
8178
|
updatedAt: Date;
|
8179
8179
|
deletedAt: Date | null;
|
@@ -8218,8 +8218,8 @@ export declare const telephonyCdrContract: {
|
|
8218
8218
|
createdAt: Date;
|
8219
8219
|
updatedAt: Date;
|
8220
8220
|
deletedAt: Date | null;
|
8221
|
-
address?: string | null | undefined;
|
8222
8221
|
name?: string | undefined;
|
8222
|
+
address?: string | null | undefined;
|
8223
8223
|
phone?: string | null | undefined;
|
8224
8224
|
industry?: string | null | undefined;
|
8225
8225
|
} | null;
|
@@ -8227,8 +8227,8 @@ export declare const telephonyCdrContract: {
|
|
8227
8227
|
contactProfile: string | null;
|
8228
8228
|
socialProfileUrl: string | null;
|
8229
8229
|
tags: {
|
8230
|
-
id: string;
|
8231
8230
|
name: string;
|
8231
|
+
id: string;
|
8232
8232
|
createdAt: Date;
|
8233
8233
|
updatedAt: Date;
|
8234
8234
|
deletedAt: Date | null;
|
@@ -8253,8 +8253,8 @@ export declare const telephonyCdrContract: {
|
|
8253
8253
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8254
8254
|
id: string;
|
8255
8255
|
metadata: {
|
8256
|
-
id: string;
|
8257
8256
|
name: string;
|
8257
|
+
id: string;
|
8258
8258
|
picture?: string | undefined;
|
8259
8259
|
additionalCredentials?: any;
|
8260
8260
|
};
|
@@ -8316,9 +8316,9 @@ export declare const telephonyCdrContract: {
|
|
8316
8316
|
extensionName: string;
|
8317
8317
|
telephonySignature: string | null;
|
8318
8318
|
user?: {
|
8319
|
+
name: string;
|
8319
8320
|
id: string;
|
8320
8321
|
address: string | null;
|
8321
|
-
name: string;
|
8322
8322
|
email: string;
|
8323
8323
|
createdAt: Date;
|
8324
8324
|
updatedAt: Date;
|
@@ -8392,9 +8392,9 @@ export declare const telephonyCdrContract: {
|
|
8392
8392
|
callTo?: {
|
8393
8393
|
id: string;
|
8394
8394
|
user: {
|
8395
|
+
name: string;
|
8395
8396
|
id: string;
|
8396
8397
|
address: string | null;
|
8397
|
-
name: string;
|
8398
8398
|
email: string;
|
8399
8399
|
createdAt: Date;
|
8400
8400
|
updatedAt: Date;
|
@@ -8418,9 +8418,9 @@ export declare const telephonyCdrContract: {
|
|
8418
8418
|
callFrom?: {
|
8419
8419
|
id: string;
|
8420
8420
|
user: {
|
8421
|
+
name: string;
|
8421
8422
|
id: string;
|
8422
8423
|
address: string | null;
|
8423
|
-
name: string;
|
8424
8424
|
email: string;
|
8425
8425
|
createdAt: Date;
|
8426
8426
|
updatedAt: Date;
|
@@ -8446,10 +8446,10 @@ export declare const telephonyCdrContract: {
|
|
8446
8446
|
telephonyQueueId: string | null;
|
8447
8447
|
contactId: string | null;
|
8448
8448
|
contact?: {
|
8449
|
+
name: string;
|
8449
8450
|
id: string;
|
8450
8451
|
channel: string | null;
|
8451
8452
|
address: string | null;
|
8452
|
-
name: string;
|
8453
8453
|
createdAt: Date;
|
8454
8454
|
updatedAt: Date;
|
8455
8455
|
deletedAt: Date | null;
|
@@ -8494,8 +8494,8 @@ export declare const telephonyCdrContract: {
|
|
8494
8494
|
createdAt: Date;
|
8495
8495
|
updatedAt: Date;
|
8496
8496
|
deletedAt: Date | null;
|
8497
|
-
address?: string | null | undefined;
|
8498
8497
|
name?: string | undefined;
|
8498
|
+
address?: string | null | undefined;
|
8499
8499
|
phone?: string | null | undefined;
|
8500
8500
|
industry?: string | null | undefined;
|
8501
8501
|
} | null;
|
@@ -8503,8 +8503,8 @@ export declare const telephonyCdrContract: {
|
|
8503
8503
|
contactProfile: string | null;
|
8504
8504
|
socialProfileUrl: string | null;
|
8505
8505
|
tags: {
|
8506
|
-
id: string;
|
8507
8506
|
name: string;
|
8507
|
+
id: string;
|
8508
8508
|
createdAt: Date;
|
8509
8509
|
updatedAt: Date;
|
8510
8510
|
deletedAt: Date | null;
|
@@ -8529,8 +8529,8 @@ export declare const telephonyCdrContract: {
|
|
8529
8529
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8530
8530
|
id: string;
|
8531
8531
|
metadata: {
|
8532
|
-
id: string;
|
8533
8532
|
name: string;
|
8533
|
+
id: string;
|
8534
8534
|
picture?: string | undefined;
|
8535
8535
|
additionalCredentials?: any;
|
8536
8536
|
};
|
@@ -8592,9 +8592,9 @@ export declare const telephonyCdrContract: {
|
|
8592
8592
|
extensionName: string;
|
8593
8593
|
telephonySignature: string | null;
|
8594
8594
|
user?: {
|
8595
|
+
name: string;
|
8595
8596
|
id: string;
|
8596
8597
|
address: string | null;
|
8597
|
-
name: string;
|
8598
8598
|
email: string;
|
8599
8599
|
createdAt: Date;
|
8600
8600
|
updatedAt: Date;
|
@@ -9232,9 +9232,9 @@ export declare const telephonyCdrContract: {
|
|
9232
9232
|
telephonySignature: string | null;
|
9233
9233
|
}>;
|
9234
9234
|
}, "extension">, "strip", z.ZodTypeAny, {
|
9235
|
+
name: string;
|
9235
9236
|
id: string;
|
9236
9237
|
address: string | null;
|
9237
|
-
name: string;
|
9238
9238
|
email: string;
|
9239
9239
|
createdAt: Date;
|
9240
9240
|
updatedAt: Date;
|
@@ -9262,9 +9262,9 @@ export declare const telephonyCdrContract: {
|
|
9262
9262
|
}[];
|
9263
9263
|
}[];
|
9264
9264
|
}, {
|
9265
|
+
name: string;
|
9265
9266
|
id: string;
|
9266
9267
|
address: string | null;
|
9267
|
-
name: string;
|
9268
9268
|
email: string;
|
9269
9269
|
createdAt: Date;
|
9270
9270
|
updatedAt: Date;
|
@@ -9312,9 +9312,9 @@ export declare const telephonyCdrContract: {
|
|
9312
9312
|
sipPassword: string | null;
|
9313
9313
|
yeastarSignature: string | null;
|
9314
9314
|
user?: {
|
9315
|
+
name: string;
|
9315
9316
|
id: string;
|
9316
9317
|
address: string | null;
|
9317
|
-
name: string;
|
9318
9318
|
email: string;
|
9319
9319
|
createdAt: Date;
|
9320
9320
|
updatedAt: Date;
|
@@ -9355,9 +9355,9 @@ export declare const telephonyCdrContract: {
|
|
9355
9355
|
sipPassword: string | null;
|
9356
9356
|
yeastarSignature: string | null;
|
9357
9357
|
user?: {
|
9358
|
+
name: string;
|
9358
9359
|
id: string;
|
9359
9360
|
address: string | null;
|
9360
|
-
name: string;
|
9361
9361
|
email: string;
|
9362
9362
|
createdAt: Date;
|
9363
9363
|
updatedAt: Date;
|
@@ -9401,9 +9401,9 @@ export declare const telephonyCdrContract: {
|
|
9401
9401
|
sipPassword: string | null;
|
9402
9402
|
yeastarSignature: string | null;
|
9403
9403
|
user?: {
|
9404
|
+
name: string;
|
9404
9405
|
id: string;
|
9405
9406
|
address: string | null;
|
9406
|
-
name: string;
|
9407
9407
|
email: string;
|
9408
9408
|
createdAt: Date;
|
9409
9409
|
updatedAt: Date;
|
@@ -9447,9 +9447,9 @@ export declare const telephonyCdrContract: {
|
|
9447
9447
|
sipPassword: string | null;
|
9448
9448
|
yeastarSignature: string | null;
|
9449
9449
|
user?: {
|
9450
|
+
name: string;
|
9450
9451
|
id: string;
|
9451
9452
|
address: string | null;
|
9452
|
-
name: string;
|
9453
9453
|
email: string;
|
9454
9454
|
createdAt: Date;
|
9455
9455
|
updatedAt: Date;
|
@@ -9697,5 +9697,139 @@ export declare const telephonyCdrContract: {
|
|
9697
9697
|
'x-client-timezone'?: string | undefined;
|
9698
9698
|
}>>>;
|
9699
9699
|
};
|
9700
|
+
getCallSetting: {
|
9701
|
+
method: "GET";
|
9702
|
+
responses: {
|
9703
|
+
200: z.ZodObject<{
|
9704
|
+
requestId: z.ZodString;
|
9705
|
+
callRedirectTo: z.ZodString;
|
9706
|
+
isMultiTabUsed: z.ZodString;
|
9707
|
+
}, "strip", z.ZodTypeAny, {
|
9708
|
+
requestId: string;
|
9709
|
+
callRedirectTo: string;
|
9710
|
+
isMultiTabUsed: string;
|
9711
|
+
}, {
|
9712
|
+
requestId: string;
|
9713
|
+
callRedirectTo: string;
|
9714
|
+
isMultiTabUsed: string;
|
9715
|
+
}>;
|
9716
|
+
400: z.ZodObject<{
|
9717
|
+
message: z.ZodString;
|
9718
|
+
}, "strip", z.ZodTypeAny, {
|
9719
|
+
message: string;
|
9720
|
+
}, {
|
9721
|
+
message: string;
|
9722
|
+
}>;
|
9723
|
+
401: z.ZodObject<{
|
9724
|
+
message: z.ZodString;
|
9725
|
+
error: z.ZodAny;
|
9726
|
+
}, "strip", z.ZodTypeAny, {
|
9727
|
+
message: string;
|
9728
|
+
error?: any;
|
9729
|
+
}, {
|
9730
|
+
message: string;
|
9731
|
+
error?: any;
|
9732
|
+
}>;
|
9733
|
+
500: z.ZodObject<{
|
9734
|
+
message: z.ZodString;
|
9735
|
+
error: z.ZodAny;
|
9736
|
+
}, "strip", z.ZodTypeAny, {
|
9737
|
+
message: string;
|
9738
|
+
error?: any;
|
9739
|
+
}, {
|
9740
|
+
message: string;
|
9741
|
+
error?: any;
|
9742
|
+
}>;
|
9743
|
+
};
|
9744
|
+
path: "telephony-cdr/call-setting";
|
9745
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9746
|
+
'x-tenant': z.ZodString;
|
9747
|
+
authorization: z.ZodString;
|
9748
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
9749
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9750
|
+
}, "strip", z.ZodTypeAny, {
|
9751
|
+
'x-tenant': string;
|
9752
|
+
authorization: string;
|
9753
|
+
'x-client-timezone': string;
|
9754
|
+
'x-code'?: string | undefined;
|
9755
|
+
}, {
|
9756
|
+
'x-tenant': string;
|
9757
|
+
authorization: string;
|
9758
|
+
'x-code'?: string | undefined;
|
9759
|
+
'x-client-timezone'?: string | undefined;
|
9760
|
+
}>>>;
|
9761
|
+
};
|
9762
|
+
updateCallSetting: {
|
9763
|
+
body: z.ZodObject<{
|
9764
|
+
callRedirectTo: z.ZodString;
|
9765
|
+
isMultiTabUsed: z.ZodString;
|
9766
|
+
}, "strip", z.ZodTypeAny, {
|
9767
|
+
callRedirectTo: string;
|
9768
|
+
isMultiTabUsed: string;
|
9769
|
+
}, {
|
9770
|
+
callRedirectTo: string;
|
9771
|
+
isMultiTabUsed: string;
|
9772
|
+
}>;
|
9773
|
+
method: "PATCH";
|
9774
|
+
responses: {
|
9775
|
+
200: z.ZodObject<{
|
9776
|
+
requestId: z.ZodString;
|
9777
|
+
callRedirectTo: z.ZodString;
|
9778
|
+
isMultiTabUsed: z.ZodString;
|
9779
|
+
}, "strip", z.ZodTypeAny, {
|
9780
|
+
requestId: string;
|
9781
|
+
callRedirectTo: string;
|
9782
|
+
isMultiTabUsed: string;
|
9783
|
+
}, {
|
9784
|
+
requestId: string;
|
9785
|
+
callRedirectTo: string;
|
9786
|
+
isMultiTabUsed: string;
|
9787
|
+
}>;
|
9788
|
+
400: z.ZodObject<{
|
9789
|
+
message: z.ZodString;
|
9790
|
+
}, "strip", z.ZodTypeAny, {
|
9791
|
+
message: string;
|
9792
|
+
}, {
|
9793
|
+
message: string;
|
9794
|
+
}>;
|
9795
|
+
401: z.ZodObject<{
|
9796
|
+
message: z.ZodString;
|
9797
|
+
error: z.ZodAny;
|
9798
|
+
}, "strip", z.ZodTypeAny, {
|
9799
|
+
message: string;
|
9800
|
+
error?: any;
|
9801
|
+
}, {
|
9802
|
+
message: string;
|
9803
|
+
error?: any;
|
9804
|
+
}>;
|
9805
|
+
500: z.ZodObject<{
|
9806
|
+
message: z.ZodString;
|
9807
|
+
error: z.ZodAny;
|
9808
|
+
}, "strip", z.ZodTypeAny, {
|
9809
|
+
message: string;
|
9810
|
+
error?: any;
|
9811
|
+
}, {
|
9812
|
+
message: string;
|
9813
|
+
error?: any;
|
9814
|
+
}>;
|
9815
|
+
};
|
9816
|
+
path: "telephony-cdr/call-setting";
|
9817
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9818
|
+
'x-tenant': z.ZodString;
|
9819
|
+
authorization: z.ZodString;
|
9820
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
9821
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
9822
|
+
}, "strip", z.ZodTypeAny, {
|
9823
|
+
'x-tenant': string;
|
9824
|
+
authorization: string;
|
9825
|
+
'x-client-timezone': string;
|
9826
|
+
'x-code'?: string | undefined;
|
9827
|
+
}, {
|
9828
|
+
'x-tenant': string;
|
9829
|
+
authorization: string;
|
9830
|
+
'x-code'?: string | undefined;
|
9831
|
+
'x-client-timezone'?: string | undefined;
|
9832
|
+
}>>>;
|
9833
|
+
};
|
9700
9834
|
};
|
9701
9835
|
//# sourceMappingURL=index.d.ts.map
|