@kl1/contracts 1.1.58 → 1.1.59
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 +7 -7
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +25 -25
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +71 -311
- package/dist/api-contracts/src/auth/index.d.ts.map +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +101 -101
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/base-contract.d.ts +3 -3
- 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 +30 -30
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +2566 -1792
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +139 -109
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +160 -118
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +7354 -6531
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2366 -2167
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1854 -1563
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +328 -328
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/company/index.d.ts +9 -9
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +399 -399
- package/dist/api-contracts/src/contact/schema.d.ts +38 -38
- package/dist/api-contracts/src/contact/validation.d.ts +190 -190
- package/dist/api-contracts/src/contract.d.ts +43684 -28896
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +9 -9
- package/dist/api-contracts/src/cx-log/index.d.ts +545 -393
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +402 -321
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +167 -189
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +44 -87
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +103 -22
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +2170 -1768
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +168 -141
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +147 -126
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +5 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1747 -1432
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1646 -1367
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +165 -132
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +116 -116
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2535 -2535
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +38 -38
- package/dist/api-contracts/src/mail/message-contract.d.ts +278 -278
- package/dist/api-contracts/src/mail/room-contract.d.ts +1490 -1490
- 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 +12 -12
- 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 +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +471 -471
- package/dist/api-contracts/src/messenger/index.d.ts +1750 -1435
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +143 -122
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- 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/permission/index.d.ts +3 -3
- package/dist/api-contracts/src/presence-status/index.d.ts +15 -15
- package/dist/api-contracts/src/public-api/index.d.ts +143 -143
- package/dist/api-contracts/src/public-api/schema.d.ts +22 -22
- package/dist/api-contracts/src/public-api/validation.d.ts +39 -39
- package/dist/api-contracts/src/role/index.d.ts +15 -15
- package/dist/api-contracts/src/sms/index.d.ts +2717 -270
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +30 -8
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +147 -147
- package/dist/api-contracts/src/snippet/schema.d.ts +50 -50
- package/dist/api-contracts/src/subscription/index.d.ts +267 -186
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +247 -216
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/validation.d.ts +18 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/tag/index.d.ts +24 -24
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1407 -1182
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +57 -112
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +14 -31
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +282 -282
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +72 -72
- package/dist/api-contracts/src/telephony-extension/index.d.ts +3 -3
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +515 -515
- package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
- package/dist/api-contracts/src/upload/index.d.ts +6 -6
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- package/dist/api-contracts/src/user/index.d.ts +41 -41
- 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 +26 -18
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +24 -14
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1419 -1194
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1413 -1188
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- 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 +1758 -1287
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +79 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +51 -51
- 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 +8703 -417
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +44 -44
- 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/entities/src/enums/chat.d.ts +1 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4832 -4295
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4821 -4289
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -3
|
@@ -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
|
};
|
|
@@ -440,9 +440,10 @@ export declare const telephonyCdrContract: {
|
|
|
440
440
|
fileSize: z.ZodNumber;
|
|
441
441
|
fileKey: z.ZodString;
|
|
442
442
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
443
|
-
status: z.
|
|
443
|
+
status: z.ZodNullable<z.ZodString>;
|
|
444
444
|
}, "strip", z.ZodTypeAny, {
|
|
445
445
|
id: string;
|
|
446
|
+
status: string | null;
|
|
446
447
|
createdAt: Date;
|
|
447
448
|
updatedAt: Date;
|
|
448
449
|
deletedAt: Date | null;
|
|
@@ -451,9 +452,9 @@ export declare const telephonyCdrContract: {
|
|
|
451
452
|
bucketName: string;
|
|
452
453
|
fileSize: number;
|
|
453
454
|
fileUrl: string | null;
|
|
454
|
-
status?: string | undefined;
|
|
455
455
|
}, {
|
|
456
456
|
id: string;
|
|
457
|
+
status: string | null;
|
|
457
458
|
createdAt: Date;
|
|
458
459
|
updatedAt: Date;
|
|
459
460
|
deletedAt: Date | null;
|
|
@@ -462,7 +463,6 @@ export declare const telephonyCdrContract: {
|
|
|
462
463
|
bucketName: string;
|
|
463
464
|
fileSize: number;
|
|
464
465
|
fileUrl: string | null;
|
|
465
|
-
status?: string | undefined;
|
|
466
466
|
}>, "many">;
|
|
467
467
|
}, "strip", z.ZodTypeAny, {
|
|
468
468
|
id: string;
|
|
@@ -489,6 +489,7 @@ export declare const telephonyCdrContract: {
|
|
|
489
489
|
dateValue: Date | null;
|
|
490
490
|
uploads: {
|
|
491
491
|
id: string;
|
|
492
|
+
status: string | null;
|
|
492
493
|
createdAt: Date;
|
|
493
494
|
updatedAt: Date;
|
|
494
495
|
deletedAt: Date | null;
|
|
@@ -497,7 +498,6 @@ export declare const telephonyCdrContract: {
|
|
|
497
498
|
bucketName: string;
|
|
498
499
|
fileSize: number;
|
|
499
500
|
fileUrl: string | null;
|
|
500
|
-
status?: string | undefined;
|
|
501
501
|
}[];
|
|
502
502
|
}, {
|
|
503
503
|
id: string;
|
|
@@ -524,6 +524,7 @@ export declare const telephonyCdrContract: {
|
|
|
524
524
|
dateValue: Date | null;
|
|
525
525
|
uploads: {
|
|
526
526
|
id: string;
|
|
527
|
+
status: string | null;
|
|
527
528
|
createdAt: Date;
|
|
528
529
|
updatedAt: Date;
|
|
529
530
|
deletedAt: Date | null;
|
|
@@ -532,7 +533,6 @@ export declare const telephonyCdrContract: {
|
|
|
532
533
|
bucketName: string;
|
|
533
534
|
fileSize: number;
|
|
534
535
|
fileUrl: string | null;
|
|
535
|
-
status?: string | undefined;
|
|
536
536
|
}[];
|
|
537
537
|
}>, "many">;
|
|
538
538
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -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;
|
|
@@ -672,6 +672,7 @@ export declare const telephonyCdrContract: {
|
|
|
672
672
|
dateValue: Date | null;
|
|
673
673
|
uploads: {
|
|
674
674
|
id: string;
|
|
675
|
+
status: string | null;
|
|
675
676
|
createdAt: Date;
|
|
676
677
|
updatedAt: Date;
|
|
677
678
|
deletedAt: Date | null;
|
|
@@ -680,7 +681,6 @@ export declare const telephonyCdrContract: {
|
|
|
680
681
|
bucketName: string;
|
|
681
682
|
fileSize: number;
|
|
682
683
|
fileUrl: string | null;
|
|
683
|
-
status?: string | undefined;
|
|
684
684
|
}[];
|
|
685
685
|
}[];
|
|
686
686
|
company: {
|
|
@@ -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;
|
|
@@ -783,6 +783,7 @@ export declare const telephonyCdrContract: {
|
|
|
783
783
|
dateValue: Date | null;
|
|
784
784
|
uploads: {
|
|
785
785
|
id: string;
|
|
786
|
+
status: string | null;
|
|
786
787
|
createdAt: Date;
|
|
787
788
|
updatedAt: Date;
|
|
788
789
|
deletedAt: Date | null;
|
|
@@ -791,7 +792,6 @@ export declare const telephonyCdrContract: {
|
|
|
791
792
|
bucketName: string;
|
|
792
793
|
fileSize: number;
|
|
793
794
|
fileUrl: string | null;
|
|
794
|
-
status?: string | undefined;
|
|
795
795
|
}[];
|
|
796
796
|
}[];
|
|
797
797
|
company: {
|
|
@@ -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
|
};
|
|
@@ -908,9 +908,10 @@ export declare const telephonyCdrContract: {
|
|
|
908
908
|
fileSize: z.ZodNumber;
|
|
909
909
|
fileKey: z.ZodString;
|
|
910
910
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
911
|
-
status: z.
|
|
911
|
+
status: z.ZodNullable<z.ZodString>;
|
|
912
912
|
}, "strip", z.ZodTypeAny, {
|
|
913
913
|
id: string;
|
|
914
|
+
status: string | null;
|
|
914
915
|
createdAt: Date;
|
|
915
916
|
updatedAt: Date;
|
|
916
917
|
deletedAt: Date | null;
|
|
@@ -919,9 +920,9 @@ export declare const telephonyCdrContract: {
|
|
|
919
920
|
bucketName: string;
|
|
920
921
|
fileSize: number;
|
|
921
922
|
fileUrl: string | null;
|
|
922
|
-
status?: string | undefined;
|
|
923
923
|
}, {
|
|
924
924
|
id: string;
|
|
925
|
+
status: string | null;
|
|
925
926
|
createdAt: Date;
|
|
926
927
|
updatedAt: Date;
|
|
927
928
|
deletedAt: Date | null;
|
|
@@ -930,7 +931,6 @@ export declare const telephonyCdrContract: {
|
|
|
930
931
|
bucketName: string;
|
|
931
932
|
fileSize: number;
|
|
932
933
|
fileUrl: string | null;
|
|
933
|
-
status?: string | undefined;
|
|
934
934
|
}>>>;
|
|
935
935
|
callParticipants: z.ZodNullable<z.ZodObject<{
|
|
936
936
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -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;
|
|
@@ -1895,6 +1895,7 @@ export declare const telephonyCdrContract: {
|
|
|
1895
1895
|
dateValue: Date | null;
|
|
1896
1896
|
uploads: {
|
|
1897
1897
|
id: string;
|
|
1898
|
+
status: string | null;
|
|
1898
1899
|
createdAt: Date;
|
|
1899
1900
|
updatedAt: Date;
|
|
1900
1901
|
deletedAt: Date | null;
|
|
@@ -1903,7 +1904,6 @@ export declare const telephonyCdrContract: {
|
|
|
1903
1904
|
bucketName: string;
|
|
1904
1905
|
fileSize: number;
|
|
1905
1906
|
fileUrl: string | null;
|
|
1906
|
-
status?: string | undefined;
|
|
1907
1907
|
}[];
|
|
1908
1908
|
}[];
|
|
1909
1909
|
company: {
|
|
@@ -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
|
};
|
|
@@ -1986,6 +1986,7 @@ export declare const telephonyCdrContract: {
|
|
|
1986
1986
|
} | null | undefined;
|
|
1987
1987
|
upload?: {
|
|
1988
1988
|
id: string;
|
|
1989
|
+
status: string | null;
|
|
1989
1990
|
createdAt: Date;
|
|
1990
1991
|
updatedAt: Date;
|
|
1991
1992
|
deletedAt: Date | null;
|
|
@@ -1994,7 +1995,6 @@ export declare const telephonyCdrContract: {
|
|
|
1994
1995
|
bucketName: string;
|
|
1995
1996
|
fileSize: number;
|
|
1996
1997
|
fileUrl: string | null;
|
|
1997
|
-
status?: string | undefined;
|
|
1998
1998
|
} | null | undefined;
|
|
1999
1999
|
extension?: {
|
|
2000
2000
|
id: string;
|
|
@@ -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;
|
|
@@ -2165,6 +2165,7 @@ export declare const telephonyCdrContract: {
|
|
|
2165
2165
|
dateValue: Date | null;
|
|
2166
2166
|
uploads: {
|
|
2167
2167
|
id: string;
|
|
2168
|
+
status: string | null;
|
|
2168
2169
|
createdAt: Date;
|
|
2169
2170
|
updatedAt: Date;
|
|
2170
2171
|
deletedAt: Date | null;
|
|
@@ -2173,7 +2174,6 @@ export declare const telephonyCdrContract: {
|
|
|
2173
2174
|
bucketName: string;
|
|
2174
2175
|
fileSize: number;
|
|
2175
2176
|
fileUrl: string | null;
|
|
2176
|
-
status?: string | undefined;
|
|
2177
2177
|
}[];
|
|
2178
2178
|
}[];
|
|
2179
2179
|
company: {
|
|
@@ -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
|
};
|
|
@@ -2256,6 +2256,7 @@ export declare const telephonyCdrContract: {
|
|
|
2256
2256
|
} | null | undefined;
|
|
2257
2257
|
upload?: {
|
|
2258
2258
|
id: string;
|
|
2259
|
+
status: string | null;
|
|
2259
2260
|
createdAt: Date;
|
|
2260
2261
|
updatedAt: Date;
|
|
2261
2262
|
deletedAt: Date | null;
|
|
@@ -2264,7 +2265,6 @@ export declare const telephonyCdrContract: {
|
|
|
2264
2265
|
bucketName: string;
|
|
2265
2266
|
fileSize: number;
|
|
2266
2267
|
fileUrl: string | null;
|
|
2267
|
-
status?: string | undefined;
|
|
2268
2268
|
} | null | undefined;
|
|
2269
2269
|
extension?: {
|
|
2270
2270
|
id: string;
|
|
@@ -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;
|
|
@@ -2441,6 +2441,7 @@ export declare const telephonyCdrContract: {
|
|
|
2441
2441
|
dateValue: Date | null;
|
|
2442
2442
|
uploads: {
|
|
2443
2443
|
id: string;
|
|
2444
|
+
status: string | null;
|
|
2444
2445
|
createdAt: Date;
|
|
2445
2446
|
updatedAt: Date;
|
|
2446
2447
|
deletedAt: Date | null;
|
|
@@ -2449,7 +2450,6 @@ export declare const telephonyCdrContract: {
|
|
|
2449
2450
|
bucketName: string;
|
|
2450
2451
|
fileSize: number;
|
|
2451
2452
|
fileUrl: string | null;
|
|
2452
|
-
status?: string | undefined;
|
|
2453
2453
|
}[];
|
|
2454
2454
|
}[];
|
|
2455
2455
|
company: {
|
|
@@ -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
|
};
|
|
@@ -2532,6 +2532,7 @@ export declare const telephonyCdrContract: {
|
|
|
2532
2532
|
} | null | undefined;
|
|
2533
2533
|
upload?: {
|
|
2534
2534
|
id: string;
|
|
2535
|
+
status: string | null;
|
|
2535
2536
|
createdAt: Date;
|
|
2536
2537
|
updatedAt: Date;
|
|
2537
2538
|
deletedAt: Date | null;
|
|
@@ -2540,7 +2541,6 @@ export declare const telephonyCdrContract: {
|
|
|
2540
2541
|
bucketName: string;
|
|
2541
2542
|
fileSize: number;
|
|
2542
2543
|
fileUrl: string | null;
|
|
2543
|
-
status?: string | undefined;
|
|
2544
2544
|
} | null | undefined;
|
|
2545
2545
|
extension?: {
|
|
2546
2546
|
id: string;
|
|
@@ -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;
|
|
@@ -2717,6 +2717,7 @@ export declare const telephonyCdrContract: {
|
|
|
2717
2717
|
dateValue: Date | null;
|
|
2718
2718
|
uploads: {
|
|
2719
2719
|
id: string;
|
|
2720
|
+
status: string | null;
|
|
2720
2721
|
createdAt: Date;
|
|
2721
2722
|
updatedAt: Date;
|
|
2722
2723
|
deletedAt: Date | null;
|
|
@@ -2725,7 +2726,6 @@ export declare const telephonyCdrContract: {
|
|
|
2725
2726
|
bucketName: string;
|
|
2726
2727
|
fileSize: number;
|
|
2727
2728
|
fileUrl: string | null;
|
|
2728
|
-
status?: string | undefined;
|
|
2729
2729
|
}[];
|
|
2730
2730
|
}[];
|
|
2731
2731
|
company: {
|
|
@@ -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
|
};
|
|
@@ -2808,6 +2808,7 @@ export declare const telephonyCdrContract: {
|
|
|
2808
2808
|
} | null | undefined;
|
|
2809
2809
|
upload?: {
|
|
2810
2810
|
id: string;
|
|
2811
|
+
status: string | null;
|
|
2811
2812
|
createdAt: Date;
|
|
2812
2813
|
updatedAt: Date;
|
|
2813
2814
|
deletedAt: Date | null;
|
|
@@ -2816,7 +2817,6 @@ export declare const telephonyCdrContract: {
|
|
|
2816
2817
|
bucketName: string;
|
|
2817
2818
|
fileSize: number;
|
|
2818
2819
|
fileUrl: string | null;
|
|
2819
|
-
status?: string | undefined;
|
|
2820
2820
|
} | null | undefined;
|
|
2821
2821
|
extension?: {
|
|
2822
2822
|
id: string;
|
|
@@ -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;
|
|
@@ -2891,17 +2891,17 @@ export declare const telephonyCdrContract: {
|
|
|
2891
2891
|
path: "telephony-cdr/";
|
|
2892
2892
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2893
2893
|
'x-tenant': z.ZodString;
|
|
2894
|
-
|
|
2894
|
+
'x-service-token': z.ZodString;
|
|
2895
2895
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
2896
2896
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
2897
2897
|
}, "strip", z.ZodTypeAny, {
|
|
2898
2898
|
'x-tenant': string;
|
|
2899
|
-
|
|
2899
|
+
'x-service-token': string;
|
|
2900
2900
|
'x-client-timezone': string;
|
|
2901
2901
|
'x-code'?: string | undefined;
|
|
2902
2902
|
}, {
|
|
2903
2903
|
'x-tenant': string;
|
|
2904
|
-
|
|
2904
|
+
'x-service-token': string;
|
|
2905
2905
|
'x-code'?: string | undefined;
|
|
2906
2906
|
'x-client-timezone'?: string | undefined;
|
|
2907
2907
|
}>>>;
|
|
@@ -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
|
};
|
|
@@ -3319,9 +3319,10 @@ export declare const telephonyCdrContract: {
|
|
|
3319
3319
|
fileSize: z.ZodNumber;
|
|
3320
3320
|
fileKey: z.ZodString;
|
|
3321
3321
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
3322
|
-
status: z.
|
|
3322
|
+
status: z.ZodNullable<z.ZodString>;
|
|
3323
3323
|
}, "strip", z.ZodTypeAny, {
|
|
3324
3324
|
id: string;
|
|
3325
|
+
status: string | null;
|
|
3325
3326
|
createdAt: Date;
|
|
3326
3327
|
updatedAt: Date;
|
|
3327
3328
|
deletedAt: Date | null;
|
|
@@ -3330,9 +3331,9 @@ export declare const telephonyCdrContract: {
|
|
|
3330
3331
|
bucketName: string;
|
|
3331
3332
|
fileSize: number;
|
|
3332
3333
|
fileUrl: string | null;
|
|
3333
|
-
status?: string | undefined;
|
|
3334
3334
|
}, {
|
|
3335
3335
|
id: string;
|
|
3336
|
+
status: string | null;
|
|
3336
3337
|
createdAt: Date;
|
|
3337
3338
|
updatedAt: Date;
|
|
3338
3339
|
deletedAt: Date | null;
|
|
@@ -3341,7 +3342,6 @@ export declare const telephonyCdrContract: {
|
|
|
3341
3342
|
bucketName: string;
|
|
3342
3343
|
fileSize: number;
|
|
3343
3344
|
fileUrl: string | null;
|
|
3344
|
-
status?: string | undefined;
|
|
3345
3345
|
}>, "many">;
|
|
3346
3346
|
}, "strip", z.ZodTypeAny, {
|
|
3347
3347
|
id: string;
|
|
@@ -3368,6 +3368,7 @@ export declare const telephonyCdrContract: {
|
|
|
3368
3368
|
dateValue: Date | null;
|
|
3369
3369
|
uploads: {
|
|
3370
3370
|
id: string;
|
|
3371
|
+
status: string | null;
|
|
3371
3372
|
createdAt: Date;
|
|
3372
3373
|
updatedAt: Date;
|
|
3373
3374
|
deletedAt: Date | null;
|
|
@@ -3376,7 +3377,6 @@ export declare const telephonyCdrContract: {
|
|
|
3376
3377
|
bucketName: string;
|
|
3377
3378
|
fileSize: number;
|
|
3378
3379
|
fileUrl: string | null;
|
|
3379
|
-
status?: string | undefined;
|
|
3380
3380
|
}[];
|
|
3381
3381
|
}, {
|
|
3382
3382
|
id: string;
|
|
@@ -3403,6 +3403,7 @@ export declare const telephonyCdrContract: {
|
|
|
3403
3403
|
dateValue: Date | null;
|
|
3404
3404
|
uploads: {
|
|
3405
3405
|
id: string;
|
|
3406
|
+
status: string | null;
|
|
3406
3407
|
createdAt: Date;
|
|
3407
3408
|
updatedAt: Date;
|
|
3408
3409
|
deletedAt: Date | null;
|
|
@@ -3411,7 +3412,6 @@ export declare const telephonyCdrContract: {
|
|
|
3411
3412
|
bucketName: string;
|
|
3412
3413
|
fileSize: number;
|
|
3413
3414
|
fileUrl: string | null;
|
|
3414
|
-
status?: string | undefined;
|
|
3415
3415
|
}[];
|
|
3416
3416
|
}>, "many">;
|
|
3417
3417
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -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;
|
|
@@ -3551,6 +3551,7 @@ export declare const telephonyCdrContract: {
|
|
|
3551
3551
|
dateValue: Date | null;
|
|
3552
3552
|
uploads: {
|
|
3553
3553
|
id: string;
|
|
3554
|
+
status: string | null;
|
|
3554
3555
|
createdAt: Date;
|
|
3555
3556
|
updatedAt: Date;
|
|
3556
3557
|
deletedAt: Date | null;
|
|
@@ -3559,7 +3560,6 @@ export declare const telephonyCdrContract: {
|
|
|
3559
3560
|
bucketName: string;
|
|
3560
3561
|
fileSize: number;
|
|
3561
3562
|
fileUrl: string | null;
|
|
3562
|
-
status?: string | undefined;
|
|
3563
3563
|
}[];
|
|
3564
3564
|
}[];
|
|
3565
3565
|
company: {
|
|
@@ -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;
|
|
@@ -3662,6 +3662,7 @@ export declare const telephonyCdrContract: {
|
|
|
3662
3662
|
dateValue: Date | null;
|
|
3663
3663
|
uploads: {
|
|
3664
3664
|
id: string;
|
|
3665
|
+
status: string | null;
|
|
3665
3666
|
createdAt: Date;
|
|
3666
3667
|
updatedAt: Date;
|
|
3667
3668
|
deletedAt: Date | null;
|
|
@@ -3670,7 +3671,6 @@ export declare const telephonyCdrContract: {
|
|
|
3670
3671
|
bucketName: string;
|
|
3671
3672
|
fileSize: number;
|
|
3672
3673
|
fileUrl: string | null;
|
|
3673
|
-
status?: string | undefined;
|
|
3674
3674
|
}[];
|
|
3675
3675
|
}[];
|
|
3676
3676
|
company: {
|
|
@@ -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
|
};
|
|
@@ -3787,9 +3787,10 @@ export declare const telephonyCdrContract: {
|
|
|
3787
3787
|
fileSize: z.ZodNumber;
|
|
3788
3788
|
fileKey: z.ZodString;
|
|
3789
3789
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
3790
|
-
status: z.
|
|
3790
|
+
status: z.ZodNullable<z.ZodString>;
|
|
3791
3791
|
}, "strip", z.ZodTypeAny, {
|
|
3792
3792
|
id: string;
|
|
3793
|
+
status: string | null;
|
|
3793
3794
|
createdAt: Date;
|
|
3794
3795
|
updatedAt: Date;
|
|
3795
3796
|
deletedAt: Date | null;
|
|
@@ -3798,9 +3799,9 @@ export declare const telephonyCdrContract: {
|
|
|
3798
3799
|
bucketName: string;
|
|
3799
3800
|
fileSize: number;
|
|
3800
3801
|
fileUrl: string | null;
|
|
3801
|
-
status?: string | undefined;
|
|
3802
3802
|
}, {
|
|
3803
3803
|
id: string;
|
|
3804
|
+
status: string | null;
|
|
3804
3805
|
createdAt: Date;
|
|
3805
3806
|
updatedAt: Date;
|
|
3806
3807
|
deletedAt: Date | null;
|
|
@@ -3809,7 +3810,6 @@ export declare const telephonyCdrContract: {
|
|
|
3809
3810
|
bucketName: string;
|
|
3810
3811
|
fileSize: number;
|
|
3811
3812
|
fileUrl: string | null;
|
|
3812
|
-
status?: string | undefined;
|
|
3813
3813
|
}>>>;
|
|
3814
3814
|
callParticipants: z.ZodNullable<z.ZodObject<{
|
|
3815
3815
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -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;
|
|
@@ -4774,6 +4774,7 @@ export declare const telephonyCdrContract: {
|
|
|
4774
4774
|
dateValue: Date | null;
|
|
4775
4775
|
uploads: {
|
|
4776
4776
|
id: string;
|
|
4777
|
+
status: string | null;
|
|
4777
4778
|
createdAt: Date;
|
|
4778
4779
|
updatedAt: Date;
|
|
4779
4780
|
deletedAt: Date | null;
|
|
@@ -4782,7 +4783,6 @@ export declare const telephonyCdrContract: {
|
|
|
4782
4783
|
bucketName: string;
|
|
4783
4784
|
fileSize: number;
|
|
4784
4785
|
fileUrl: string | null;
|
|
4785
|
-
status?: string | undefined;
|
|
4786
4786
|
}[];
|
|
4787
4787
|
}[];
|
|
4788
4788
|
company: {
|
|
@@ -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
|
};
|
|
@@ -4865,6 +4865,7 @@ export declare const telephonyCdrContract: {
|
|
|
4865
4865
|
} | null | undefined;
|
|
4866
4866
|
upload?: {
|
|
4867
4867
|
id: string;
|
|
4868
|
+
status: string | null;
|
|
4868
4869
|
createdAt: Date;
|
|
4869
4870
|
updatedAt: Date;
|
|
4870
4871
|
deletedAt: Date | null;
|
|
@@ -4873,7 +4874,6 @@ export declare const telephonyCdrContract: {
|
|
|
4873
4874
|
bucketName: string;
|
|
4874
4875
|
fileSize: number;
|
|
4875
4876
|
fileUrl: string | null;
|
|
4876
|
-
status?: string | undefined;
|
|
4877
4877
|
} | null | undefined;
|
|
4878
4878
|
extension?: {
|
|
4879
4879
|
id: string;
|
|
@@ -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;
|
|
@@ -5044,6 +5044,7 @@ export declare const telephonyCdrContract: {
|
|
|
5044
5044
|
dateValue: Date | null;
|
|
5045
5045
|
uploads: {
|
|
5046
5046
|
id: string;
|
|
5047
|
+
status: string | null;
|
|
5047
5048
|
createdAt: Date;
|
|
5048
5049
|
updatedAt: Date;
|
|
5049
5050
|
deletedAt: Date | null;
|
|
@@ -5052,7 +5053,6 @@ export declare const telephonyCdrContract: {
|
|
|
5052
5053
|
bucketName: string;
|
|
5053
5054
|
fileSize: number;
|
|
5054
5055
|
fileUrl: string | null;
|
|
5055
|
-
status?: string | undefined;
|
|
5056
5056
|
}[];
|
|
5057
5057
|
}[];
|
|
5058
5058
|
company: {
|
|
@@ -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
|
};
|
|
@@ -5135,6 +5135,7 @@ export declare const telephonyCdrContract: {
|
|
|
5135
5135
|
} | null | undefined;
|
|
5136
5136
|
upload?: {
|
|
5137
5137
|
id: string;
|
|
5138
|
+
status: string | null;
|
|
5138
5139
|
createdAt: Date;
|
|
5139
5140
|
updatedAt: Date;
|
|
5140
5141
|
deletedAt: Date | null;
|
|
@@ -5143,7 +5144,6 @@ export declare const telephonyCdrContract: {
|
|
|
5143
5144
|
bucketName: string;
|
|
5144
5145
|
fileSize: number;
|
|
5145
5146
|
fileUrl: string | null;
|
|
5146
|
-
status?: string | undefined;
|
|
5147
5147
|
} | null | undefined;
|
|
5148
5148
|
extension?: {
|
|
5149
5149
|
id: string;
|
|
@@ -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;
|
|
@@ -5320,6 +5320,7 @@ export declare const telephonyCdrContract: {
|
|
|
5320
5320
|
dateValue: Date | null;
|
|
5321
5321
|
uploads: {
|
|
5322
5322
|
id: string;
|
|
5323
|
+
status: string | null;
|
|
5323
5324
|
createdAt: Date;
|
|
5324
5325
|
updatedAt: Date;
|
|
5325
5326
|
deletedAt: Date | null;
|
|
@@ -5328,7 +5329,6 @@ export declare const telephonyCdrContract: {
|
|
|
5328
5329
|
bucketName: string;
|
|
5329
5330
|
fileSize: number;
|
|
5330
5331
|
fileUrl: string | null;
|
|
5331
|
-
status?: string | undefined;
|
|
5332
5332
|
}[];
|
|
5333
5333
|
}[];
|
|
5334
5334
|
company: {
|
|
@@ -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
|
};
|
|
@@ -5411,6 +5411,7 @@ export declare const telephonyCdrContract: {
|
|
|
5411
5411
|
} | null | undefined;
|
|
5412
5412
|
upload?: {
|
|
5413
5413
|
id: string;
|
|
5414
|
+
status: string | null;
|
|
5414
5415
|
createdAt: Date;
|
|
5415
5416
|
updatedAt: Date;
|
|
5416
5417
|
deletedAt: Date | null;
|
|
@@ -5419,7 +5420,6 @@ export declare const telephonyCdrContract: {
|
|
|
5419
5420
|
bucketName: string;
|
|
5420
5421
|
fileSize: number;
|
|
5421
5422
|
fileUrl: string | null;
|
|
5422
|
-
status?: string | undefined;
|
|
5423
5423
|
} | null | undefined;
|
|
5424
5424
|
extension?: {
|
|
5425
5425
|
id: string;
|
|
@@ -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;
|
|
@@ -5596,6 +5596,7 @@ export declare const telephonyCdrContract: {
|
|
|
5596
5596
|
dateValue: Date | null;
|
|
5597
5597
|
uploads: {
|
|
5598
5598
|
id: string;
|
|
5599
|
+
status: string | null;
|
|
5599
5600
|
createdAt: Date;
|
|
5600
5601
|
updatedAt: Date;
|
|
5601
5602
|
deletedAt: Date | null;
|
|
@@ -5604,7 +5605,6 @@ export declare const telephonyCdrContract: {
|
|
|
5604
5605
|
bucketName: string;
|
|
5605
5606
|
fileSize: number;
|
|
5606
5607
|
fileUrl: string | null;
|
|
5607
|
-
status?: string | undefined;
|
|
5608
5608
|
}[];
|
|
5609
5609
|
}[];
|
|
5610
5610
|
company: {
|
|
@@ -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
|
};
|
|
@@ -5687,6 +5687,7 @@ export declare const telephonyCdrContract: {
|
|
|
5687
5687
|
} | null | undefined;
|
|
5688
5688
|
upload?: {
|
|
5689
5689
|
id: string;
|
|
5690
|
+
status: string | null;
|
|
5690
5691
|
createdAt: Date;
|
|
5691
5692
|
updatedAt: Date;
|
|
5692
5693
|
deletedAt: Date | null;
|
|
@@ -5695,7 +5696,6 @@ export declare const telephonyCdrContract: {
|
|
|
5695
5696
|
bucketName: string;
|
|
5696
5697
|
fileSize: number;
|
|
5697
5698
|
fileUrl: string | null;
|
|
5698
|
-
status?: string | undefined;
|
|
5699
5699
|
} | null | undefined;
|
|
5700
5700
|
extension?: {
|
|
5701
5701
|
id: string;
|
|
@@ -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;
|
|
@@ -5770,17 +5770,17 @@ export declare const telephonyCdrContract: {
|
|
|
5770
5770
|
path: "telephony-cdr/recordings";
|
|
5771
5771
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
5772
5772
|
'x-tenant': z.ZodString;
|
|
5773
|
-
|
|
5773
|
+
'x-service-token': z.ZodString;
|
|
5774
5774
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
5775
5775
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
5776
5776
|
}, "strip", z.ZodTypeAny, {
|
|
5777
5777
|
'x-tenant': string;
|
|
5778
|
-
|
|
5778
|
+
'x-service-token': string;
|
|
5779
5779
|
'x-client-timezone': string;
|
|
5780
5780
|
'x-code'?: string | undefined;
|
|
5781
5781
|
}, {
|
|
5782
5782
|
'x-tenant': string;
|
|
5783
|
-
|
|
5783
|
+
'x-service-token': string;
|
|
5784
5784
|
'x-code'?: string | undefined;
|
|
5785
5785
|
'x-client-timezone'?: string | undefined;
|
|
5786
5786
|
}>>>;
|
|
@@ -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
|
};
|
|
@@ -6201,9 +6201,10 @@ export declare const telephonyCdrContract: {
|
|
|
6201
6201
|
fileSize: z.ZodNumber;
|
|
6202
6202
|
fileKey: z.ZodString;
|
|
6203
6203
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
6204
|
-
status: z.
|
|
6204
|
+
status: z.ZodNullable<z.ZodString>;
|
|
6205
6205
|
}, "strip", z.ZodTypeAny, {
|
|
6206
6206
|
id: string;
|
|
6207
|
+
status: string | null;
|
|
6207
6208
|
createdAt: Date;
|
|
6208
6209
|
updatedAt: Date;
|
|
6209
6210
|
deletedAt: Date | null;
|
|
@@ -6212,9 +6213,9 @@ export declare const telephonyCdrContract: {
|
|
|
6212
6213
|
bucketName: string;
|
|
6213
6214
|
fileSize: number;
|
|
6214
6215
|
fileUrl: string | null;
|
|
6215
|
-
status?: string | undefined;
|
|
6216
6216
|
}, {
|
|
6217
6217
|
id: string;
|
|
6218
|
+
status: string | null;
|
|
6218
6219
|
createdAt: Date;
|
|
6219
6220
|
updatedAt: Date;
|
|
6220
6221
|
deletedAt: Date | null;
|
|
@@ -6223,7 +6224,6 @@ export declare const telephonyCdrContract: {
|
|
|
6223
6224
|
bucketName: string;
|
|
6224
6225
|
fileSize: number;
|
|
6225
6226
|
fileUrl: string | null;
|
|
6226
|
-
status?: string | undefined;
|
|
6227
6227
|
}>, "many">;
|
|
6228
6228
|
}, "strip", z.ZodTypeAny, {
|
|
6229
6229
|
id: string;
|
|
@@ -6250,6 +6250,7 @@ export declare const telephonyCdrContract: {
|
|
|
6250
6250
|
dateValue: Date | null;
|
|
6251
6251
|
uploads: {
|
|
6252
6252
|
id: string;
|
|
6253
|
+
status: string | null;
|
|
6253
6254
|
createdAt: Date;
|
|
6254
6255
|
updatedAt: Date;
|
|
6255
6256
|
deletedAt: Date | null;
|
|
@@ -6258,7 +6259,6 @@ export declare const telephonyCdrContract: {
|
|
|
6258
6259
|
bucketName: string;
|
|
6259
6260
|
fileSize: number;
|
|
6260
6261
|
fileUrl: string | null;
|
|
6261
|
-
status?: string | undefined;
|
|
6262
6262
|
}[];
|
|
6263
6263
|
}, {
|
|
6264
6264
|
id: string;
|
|
@@ -6285,6 +6285,7 @@ export declare const telephonyCdrContract: {
|
|
|
6285
6285
|
dateValue: Date | null;
|
|
6286
6286
|
uploads: {
|
|
6287
6287
|
id: string;
|
|
6288
|
+
status: string | null;
|
|
6288
6289
|
createdAt: Date;
|
|
6289
6290
|
updatedAt: Date;
|
|
6290
6291
|
deletedAt: Date | null;
|
|
@@ -6293,7 +6294,6 @@ export declare const telephonyCdrContract: {
|
|
|
6293
6294
|
bucketName: string;
|
|
6294
6295
|
fileSize: number;
|
|
6295
6296
|
fileUrl: string | null;
|
|
6296
|
-
status?: string | undefined;
|
|
6297
6297
|
}[];
|
|
6298
6298
|
}>, "many">;
|
|
6299
6299
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -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;
|
|
@@ -6433,6 +6433,7 @@ export declare const telephonyCdrContract: {
|
|
|
6433
6433
|
dateValue: Date | null;
|
|
6434
6434
|
uploads: {
|
|
6435
6435
|
id: string;
|
|
6436
|
+
status: string | null;
|
|
6436
6437
|
createdAt: Date;
|
|
6437
6438
|
updatedAt: Date;
|
|
6438
6439
|
deletedAt: Date | null;
|
|
@@ -6441,7 +6442,6 @@ export declare const telephonyCdrContract: {
|
|
|
6441
6442
|
bucketName: string;
|
|
6442
6443
|
fileSize: number;
|
|
6443
6444
|
fileUrl: string | null;
|
|
6444
|
-
status?: string | undefined;
|
|
6445
6445
|
}[];
|
|
6446
6446
|
}[];
|
|
6447
6447
|
company: {
|
|
@@ -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;
|
|
@@ -6544,6 +6544,7 @@ export declare const telephonyCdrContract: {
|
|
|
6544
6544
|
dateValue: Date | null;
|
|
6545
6545
|
uploads: {
|
|
6546
6546
|
id: string;
|
|
6547
|
+
status: string | null;
|
|
6547
6548
|
createdAt: Date;
|
|
6548
6549
|
updatedAt: Date;
|
|
6549
6550
|
deletedAt: Date | null;
|
|
@@ -6552,7 +6553,6 @@ export declare const telephonyCdrContract: {
|
|
|
6552
6553
|
bucketName: string;
|
|
6553
6554
|
fileSize: number;
|
|
6554
6555
|
fileUrl: string | null;
|
|
6555
|
-
status?: string | undefined;
|
|
6556
6556
|
}[];
|
|
6557
6557
|
}[];
|
|
6558
6558
|
company: {
|
|
@@ -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
|
};
|
|
@@ -6669,9 +6669,10 @@ export declare const telephonyCdrContract: {
|
|
|
6669
6669
|
fileSize: z.ZodNumber;
|
|
6670
6670
|
fileKey: z.ZodString;
|
|
6671
6671
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
6672
|
-
status: z.
|
|
6672
|
+
status: z.ZodNullable<z.ZodString>;
|
|
6673
6673
|
}, "strip", z.ZodTypeAny, {
|
|
6674
6674
|
id: string;
|
|
6675
|
+
status: string | null;
|
|
6675
6676
|
createdAt: Date;
|
|
6676
6677
|
updatedAt: Date;
|
|
6677
6678
|
deletedAt: Date | null;
|
|
@@ -6680,9 +6681,9 @@ export declare const telephonyCdrContract: {
|
|
|
6680
6681
|
bucketName: string;
|
|
6681
6682
|
fileSize: number;
|
|
6682
6683
|
fileUrl: string | null;
|
|
6683
|
-
status?: string | undefined;
|
|
6684
6684
|
}, {
|
|
6685
6685
|
id: string;
|
|
6686
|
+
status: string | null;
|
|
6686
6687
|
createdAt: Date;
|
|
6687
6688
|
updatedAt: Date;
|
|
6688
6689
|
deletedAt: Date | null;
|
|
@@ -6691,7 +6692,6 @@ export declare const telephonyCdrContract: {
|
|
|
6691
6692
|
bucketName: string;
|
|
6692
6693
|
fileSize: number;
|
|
6693
6694
|
fileUrl: string | null;
|
|
6694
|
-
status?: string | undefined;
|
|
6695
6695
|
}>>>;
|
|
6696
6696
|
callParticipants: z.ZodNullable<z.ZodObject<{
|
|
6697
6697
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -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;
|
|
@@ -7656,6 +7656,7 @@ export declare const telephonyCdrContract: {
|
|
|
7656
7656
|
dateValue: Date | null;
|
|
7657
7657
|
uploads: {
|
|
7658
7658
|
id: string;
|
|
7659
|
+
status: string | null;
|
|
7659
7660
|
createdAt: Date;
|
|
7660
7661
|
updatedAt: Date;
|
|
7661
7662
|
deletedAt: Date | null;
|
|
@@ -7664,7 +7665,6 @@ export declare const telephonyCdrContract: {
|
|
|
7664
7665
|
bucketName: string;
|
|
7665
7666
|
fileSize: number;
|
|
7666
7667
|
fileUrl: string | null;
|
|
7667
|
-
status?: string | undefined;
|
|
7668
7668
|
}[];
|
|
7669
7669
|
}[];
|
|
7670
7670
|
company: {
|
|
@@ -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
|
};
|
|
@@ -7747,6 +7747,7 @@ export declare const telephonyCdrContract: {
|
|
|
7747
7747
|
} | null | undefined;
|
|
7748
7748
|
upload?: {
|
|
7749
7749
|
id: string;
|
|
7750
|
+
status: string | null;
|
|
7750
7751
|
createdAt: Date;
|
|
7751
7752
|
updatedAt: Date;
|
|
7752
7753
|
deletedAt: Date | null;
|
|
@@ -7755,7 +7756,6 @@ export declare const telephonyCdrContract: {
|
|
|
7755
7756
|
bucketName: string;
|
|
7756
7757
|
fileSize: number;
|
|
7757
7758
|
fileUrl: string | null;
|
|
7758
|
-
status?: string | undefined;
|
|
7759
7759
|
} | null | undefined;
|
|
7760
7760
|
extension?: {
|
|
7761
7761
|
id: string;
|
|
@@ -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;
|
|
@@ -7926,6 +7926,7 @@ export declare const telephonyCdrContract: {
|
|
|
7926
7926
|
dateValue: Date | null;
|
|
7927
7927
|
uploads: {
|
|
7928
7928
|
id: string;
|
|
7929
|
+
status: string | null;
|
|
7929
7930
|
createdAt: Date;
|
|
7930
7931
|
updatedAt: Date;
|
|
7931
7932
|
deletedAt: Date | null;
|
|
@@ -7934,7 +7935,6 @@ export declare const telephonyCdrContract: {
|
|
|
7934
7935
|
bucketName: string;
|
|
7935
7936
|
fileSize: number;
|
|
7936
7937
|
fileUrl: string | null;
|
|
7937
|
-
status?: string | undefined;
|
|
7938
7938
|
}[];
|
|
7939
7939
|
}[];
|
|
7940
7940
|
company: {
|
|
@@ -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
|
};
|
|
@@ -8017,6 +8017,7 @@ export declare const telephonyCdrContract: {
|
|
|
8017
8017
|
} | null | undefined;
|
|
8018
8018
|
upload?: {
|
|
8019
8019
|
id: string;
|
|
8020
|
+
status: string | null;
|
|
8020
8021
|
createdAt: Date;
|
|
8021
8022
|
updatedAt: Date;
|
|
8022
8023
|
deletedAt: Date | null;
|
|
@@ -8025,7 +8026,6 @@ export declare const telephonyCdrContract: {
|
|
|
8025
8026
|
bucketName: string;
|
|
8026
8027
|
fileSize: number;
|
|
8027
8028
|
fileUrl: string | null;
|
|
8028
|
-
status?: string | undefined;
|
|
8029
8029
|
} | null | undefined;
|
|
8030
8030
|
extension?: {
|
|
8031
8031
|
id: string;
|
|
@@ -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;
|
|
@@ -8202,6 +8202,7 @@ export declare const telephonyCdrContract: {
|
|
|
8202
8202
|
dateValue: Date | null;
|
|
8203
8203
|
uploads: {
|
|
8204
8204
|
id: string;
|
|
8205
|
+
status: string | null;
|
|
8205
8206
|
createdAt: Date;
|
|
8206
8207
|
updatedAt: Date;
|
|
8207
8208
|
deletedAt: Date | null;
|
|
@@ -8210,7 +8211,6 @@ export declare const telephonyCdrContract: {
|
|
|
8210
8211
|
bucketName: string;
|
|
8211
8212
|
fileSize: number;
|
|
8212
8213
|
fileUrl: string | null;
|
|
8213
|
-
status?: string | undefined;
|
|
8214
8214
|
}[];
|
|
8215
8215
|
}[];
|
|
8216
8216
|
company: {
|
|
@@ -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
|
};
|
|
@@ -8293,6 +8293,7 @@ export declare const telephonyCdrContract: {
|
|
|
8293
8293
|
} | null | undefined;
|
|
8294
8294
|
upload?: {
|
|
8295
8295
|
id: string;
|
|
8296
|
+
status: string | null;
|
|
8296
8297
|
createdAt: Date;
|
|
8297
8298
|
updatedAt: Date;
|
|
8298
8299
|
deletedAt: Date | null;
|
|
@@ -8301,7 +8302,6 @@ export declare const telephonyCdrContract: {
|
|
|
8301
8302
|
bucketName: string;
|
|
8302
8303
|
fileSize: number;
|
|
8303
8304
|
fileUrl: string | null;
|
|
8304
|
-
status?: string | undefined;
|
|
8305
8305
|
} | null | undefined;
|
|
8306
8306
|
extension?: {
|
|
8307
8307
|
id: string;
|
|
@@ -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;
|
|
@@ -8478,6 +8478,7 @@ export declare const telephonyCdrContract: {
|
|
|
8478
8478
|
dateValue: Date | null;
|
|
8479
8479
|
uploads: {
|
|
8480
8480
|
id: string;
|
|
8481
|
+
status: string | null;
|
|
8481
8482
|
createdAt: Date;
|
|
8482
8483
|
updatedAt: Date;
|
|
8483
8484
|
deletedAt: Date | null;
|
|
@@ -8486,7 +8487,6 @@ export declare const telephonyCdrContract: {
|
|
|
8486
8487
|
bucketName: string;
|
|
8487
8488
|
fileSize: number;
|
|
8488
8489
|
fileUrl: string | null;
|
|
8489
|
-
status?: string | undefined;
|
|
8490
8490
|
}[];
|
|
8491
8491
|
}[];
|
|
8492
8492
|
company: {
|
|
@@ -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
|
};
|
|
@@ -8569,6 +8569,7 @@ export declare const telephonyCdrContract: {
|
|
|
8569
8569
|
} | null | undefined;
|
|
8570
8570
|
upload?: {
|
|
8571
8571
|
id: string;
|
|
8572
|
+
status: string | null;
|
|
8572
8573
|
createdAt: Date;
|
|
8573
8574
|
updatedAt: Date;
|
|
8574
8575
|
deletedAt: Date | null;
|
|
@@ -8577,7 +8578,6 @@ export declare const telephonyCdrContract: {
|
|
|
8577
8578
|
bucketName: string;
|
|
8578
8579
|
fileSize: number;
|
|
8579
8580
|
fileUrl: string | null;
|
|
8580
|
-
status?: string | undefined;
|
|
8581
8581
|
} | null | undefined;
|
|
8582
8582
|
extension?: {
|
|
8583
8583
|
id: string;
|
|
@@ -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;
|
|
@@ -8652,17 +8652,17 @@ export declare const telephonyCdrContract: {
|
|
|
8652
8652
|
path: "telephony-cdr/recent-calls";
|
|
8653
8653
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8654
8654
|
'x-tenant': z.ZodString;
|
|
8655
|
-
|
|
8655
|
+
'x-service-token': z.ZodString;
|
|
8656
8656
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
8657
8657
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
8658
8658
|
}, "strip", z.ZodTypeAny, {
|
|
8659
8659
|
'x-tenant': string;
|
|
8660
|
-
|
|
8660
|
+
'x-service-token': string;
|
|
8661
8661
|
'x-client-timezone': string;
|
|
8662
8662
|
'x-code'?: string | undefined;
|
|
8663
8663
|
}, {
|
|
8664
8664
|
'x-tenant': string;
|
|
8665
|
-
|
|
8665
|
+
'x-service-token': string;
|
|
8666
8666
|
'x-code'?: string | undefined;
|
|
8667
8667
|
'x-client-timezone'?: string | undefined;
|
|
8668
8668
|
}>>>;
|
|
@@ -8742,17 +8742,17 @@ export declare const telephonyCdrContract: {
|
|
|
8742
8742
|
path: "telephony-cdr/export";
|
|
8743
8743
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8744
8744
|
'x-tenant': z.ZodString;
|
|
8745
|
-
|
|
8745
|
+
'x-service-token': z.ZodString;
|
|
8746
8746
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
8747
8747
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
8748
8748
|
}, "strip", z.ZodTypeAny, {
|
|
8749
8749
|
'x-tenant': string;
|
|
8750
|
-
|
|
8750
|
+
'x-service-token': string;
|
|
8751
8751
|
'x-client-timezone': string;
|
|
8752
8752
|
'x-code'?: string | undefined;
|
|
8753
8753
|
}, {
|
|
8754
8754
|
'x-tenant': string;
|
|
8755
|
-
|
|
8755
|
+
'x-service-token': string;
|
|
8756
8756
|
'x-code'?: string | undefined;
|
|
8757
8757
|
'x-client-timezone'?: string | undefined;
|
|
8758
8758
|
}>>>;
|
|
@@ -8832,17 +8832,17 @@ export declare const telephonyCdrContract: {
|
|
|
8832
8832
|
path: "telephony-cdr/yeastar_call_report";
|
|
8833
8833
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8834
8834
|
'x-tenant': z.ZodString;
|
|
8835
|
-
|
|
8835
|
+
'x-service-token': z.ZodString;
|
|
8836
8836
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
8837
8837
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
8838
8838
|
}, "strip", z.ZodTypeAny, {
|
|
8839
8839
|
'x-tenant': string;
|
|
8840
|
-
|
|
8840
|
+
'x-service-token': string;
|
|
8841
8841
|
'x-client-timezone': string;
|
|
8842
8842
|
'x-code'?: string | undefined;
|
|
8843
8843
|
}, {
|
|
8844
8844
|
'x-tenant': string;
|
|
8845
|
-
|
|
8845
|
+
'x-service-token': string;
|
|
8846
8846
|
'x-code'?: string | undefined;
|
|
8847
8847
|
'x-client-timezone'?: string | undefined;
|
|
8848
8848
|
}>>>;
|
|
@@ -8922,17 +8922,17 @@ export declare const telephonyCdrContract: {
|
|
|
8922
8922
|
path: "telephony-cdr/yeastar_call_report/export";
|
|
8923
8923
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8924
8924
|
'x-tenant': z.ZodString;
|
|
8925
|
-
|
|
8925
|
+
'x-service-token': z.ZodString;
|
|
8926
8926
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
8927
8927
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
8928
8928
|
}, "strip", z.ZodTypeAny, {
|
|
8929
8929
|
'x-tenant': string;
|
|
8930
|
-
|
|
8930
|
+
'x-service-token': string;
|
|
8931
8931
|
'x-client-timezone': string;
|
|
8932
8932
|
'x-code'?: string | undefined;
|
|
8933
8933
|
}, {
|
|
8934
8934
|
'x-tenant': string;
|
|
8935
|
-
|
|
8935
|
+
'x-service-token': string;
|
|
8936
8936
|
'x-code'?: string | undefined;
|
|
8937
8937
|
'x-client-timezone'?: string | undefined;
|
|
8938
8938
|
}>>>;
|
|
@@ -9000,17 +9000,17 @@ export declare const telephonyCdrContract: {
|
|
|
9000
9000
|
path: "telephony-cdr/trunks";
|
|
9001
9001
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9002
9002
|
'x-tenant': z.ZodString;
|
|
9003
|
-
|
|
9003
|
+
'x-service-token': z.ZodString;
|
|
9004
9004
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
9005
9005
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
9006
9006
|
}, "strip", z.ZodTypeAny, {
|
|
9007
9007
|
'x-tenant': string;
|
|
9008
|
-
|
|
9008
|
+
'x-service-token': string;
|
|
9009
9009
|
'x-client-timezone': string;
|
|
9010
9010
|
'x-code'?: string | undefined;
|
|
9011
9011
|
}, {
|
|
9012
9012
|
'x-tenant': string;
|
|
9013
|
-
|
|
9013
|
+
'x-service-token': string;
|
|
9014
9014
|
'x-code'?: string | undefined;
|
|
9015
9015
|
'x-client-timezone'?: string | undefined;
|
|
9016
9016
|
}>>>;
|
|
@@ -9088,17 +9088,17 @@ export declare const telephonyCdrContract: {
|
|
|
9088
9088
|
path: "telephony-cdr/queues";
|
|
9089
9089
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9090
9090
|
'x-tenant': z.ZodString;
|
|
9091
|
-
|
|
9091
|
+
'x-service-token': z.ZodString;
|
|
9092
9092
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
9093
9093
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
9094
9094
|
}, "strip", z.ZodTypeAny, {
|
|
9095
9095
|
'x-tenant': string;
|
|
9096
|
-
|
|
9096
|
+
'x-service-token': string;
|
|
9097
9097
|
'x-client-timezone': string;
|
|
9098
9098
|
'x-code'?: string | undefined;
|
|
9099
9099
|
}, {
|
|
9100
9100
|
'x-tenant': string;
|
|
9101
|
-
|
|
9101
|
+
'x-service-token': string;
|
|
9102
9102
|
'x-code'?: string | undefined;
|
|
9103
9103
|
'x-client-timezone'?: string | undefined;
|
|
9104
9104
|
}>>>;
|
|
@@ -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;
|
|
@@ -9493,17 +9493,17 @@ export declare const telephonyCdrContract: {
|
|
|
9493
9493
|
path: "telephony-cdr/extensions";
|
|
9494
9494
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9495
9495
|
'x-tenant': z.ZodString;
|
|
9496
|
-
|
|
9496
|
+
'x-service-token': z.ZodString;
|
|
9497
9497
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
9498
9498
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
9499
9499
|
}, "strip", z.ZodTypeAny, {
|
|
9500
9500
|
'x-tenant': string;
|
|
9501
|
-
|
|
9501
|
+
'x-service-token': string;
|
|
9502
9502
|
'x-client-timezone': string;
|
|
9503
9503
|
'x-code'?: string | undefined;
|
|
9504
9504
|
}, {
|
|
9505
9505
|
'x-tenant': string;
|
|
9506
|
-
|
|
9506
|
+
'x-service-token': string;
|
|
9507
9507
|
'x-code'?: string | undefined;
|
|
9508
9508
|
'x-client-timezone'?: string | undefined;
|
|
9509
9509
|
}>>>;
|
|
@@ -9557,17 +9557,17 @@ export declare const telephonyCdrContract: {
|
|
|
9557
9557
|
path: "telephony-cdr/dropdown";
|
|
9558
9558
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9559
9559
|
'x-tenant': z.ZodString;
|
|
9560
|
-
|
|
9560
|
+
'x-service-token': z.ZodString;
|
|
9561
9561
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
9562
9562
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
9563
9563
|
}, "strip", z.ZodTypeAny, {
|
|
9564
9564
|
'x-tenant': string;
|
|
9565
|
-
|
|
9565
|
+
'x-service-token': string;
|
|
9566
9566
|
'x-client-timezone': string;
|
|
9567
9567
|
'x-code'?: string | undefined;
|
|
9568
9568
|
}, {
|
|
9569
9569
|
'x-tenant': string;
|
|
9570
|
-
|
|
9570
|
+
'x-service-token': string;
|
|
9571
9571
|
'x-code'?: string | undefined;
|
|
9572
9572
|
'x-client-timezone'?: string | undefined;
|
|
9573
9573
|
}>>>;
|
|
@@ -9616,17 +9616,17 @@ export declare const telephonyCdrContract: {
|
|
|
9616
9616
|
path: "telephony-cdr/call-redirect-setting";
|
|
9617
9617
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9618
9618
|
'x-tenant': z.ZodString;
|
|
9619
|
-
|
|
9619
|
+
'x-service-token': z.ZodString;
|
|
9620
9620
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
9621
9621
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
9622
9622
|
}, "strip", z.ZodTypeAny, {
|
|
9623
9623
|
'x-tenant': string;
|
|
9624
|
-
|
|
9624
|
+
'x-service-token': string;
|
|
9625
9625
|
'x-client-timezone': string;
|
|
9626
9626
|
'x-code'?: string | undefined;
|
|
9627
9627
|
}, {
|
|
9628
9628
|
'x-tenant': string;
|
|
9629
|
-
|
|
9629
|
+
'x-service-token': string;
|
|
9630
9630
|
'x-code'?: string | undefined;
|
|
9631
9631
|
'x-client-timezone'?: string | undefined;
|
|
9632
9632
|
}>>>;
|
|
@@ -9682,17 +9682,17 @@ export declare const telephonyCdrContract: {
|
|
|
9682
9682
|
path: "telephony-cdr/call-redirect-setting";
|
|
9683
9683
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9684
9684
|
'x-tenant': z.ZodString;
|
|
9685
|
-
|
|
9685
|
+
'x-service-token': z.ZodString;
|
|
9686
9686
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
9687
9687
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
9688
9688
|
}, "strip", z.ZodTypeAny, {
|
|
9689
9689
|
'x-tenant': string;
|
|
9690
|
-
|
|
9690
|
+
'x-service-token': string;
|
|
9691
9691
|
'x-client-timezone': string;
|
|
9692
9692
|
'x-code'?: string | undefined;
|
|
9693
9693
|
}, {
|
|
9694
9694
|
'x-tenant': string;
|
|
9695
|
-
|
|
9695
|
+
'x-service-token': string;
|
|
9696
9696
|
'x-code'?: string | undefined;
|
|
9697
9697
|
'x-client-timezone'?: string | undefined;
|
|
9698
9698
|
}>>>;
|
|
@@ -9744,17 +9744,17 @@ export declare const telephonyCdrContract: {
|
|
|
9744
9744
|
path: "telephony-cdr/call-setting";
|
|
9745
9745
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9746
9746
|
'x-tenant': z.ZodString;
|
|
9747
|
-
|
|
9747
|
+
'x-service-token': z.ZodString;
|
|
9748
9748
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
9749
9749
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
9750
9750
|
}, "strip", z.ZodTypeAny, {
|
|
9751
9751
|
'x-tenant': string;
|
|
9752
|
-
|
|
9752
|
+
'x-service-token': string;
|
|
9753
9753
|
'x-client-timezone': string;
|
|
9754
9754
|
'x-code'?: string | undefined;
|
|
9755
9755
|
}, {
|
|
9756
9756
|
'x-tenant': string;
|
|
9757
|
-
|
|
9757
|
+
'x-service-token': string;
|
|
9758
9758
|
'x-code'?: string | undefined;
|
|
9759
9759
|
'x-client-timezone'?: string | undefined;
|
|
9760
9760
|
}>>>;
|
|
@@ -9816,17 +9816,17 @@ export declare const telephonyCdrContract: {
|
|
|
9816
9816
|
path: "telephony-cdr/call-setting";
|
|
9817
9817
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9818
9818
|
'x-tenant': z.ZodString;
|
|
9819
|
-
|
|
9819
|
+
'x-service-token': z.ZodString;
|
|
9820
9820
|
'x-code': z.ZodOptional<z.ZodString>;
|
|
9821
9821
|
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
9822
9822
|
}, "strip", z.ZodTypeAny, {
|
|
9823
9823
|
'x-tenant': string;
|
|
9824
|
-
|
|
9824
|
+
'x-service-token': string;
|
|
9825
9825
|
'x-client-timezone': string;
|
|
9826
9826
|
'x-code'?: string | undefined;
|
|
9827
9827
|
}, {
|
|
9828
9828
|
'x-tenant': string;
|
|
9829
|
-
|
|
9829
|
+
'x-service-token': string;
|
|
9830
9830
|
'x-code'?: string | undefined;
|
|
9831
9831
|
'x-client-timezone'?: string | undefined;
|
|
9832
9832
|
}>>>;
|