@kl1/contracts 1.2.44-uat → 1.2.46-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +1725 -2399
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +103 -139
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +118 -160
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +6471 -7294
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2167 -2366
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1563 -1854
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +312 -312
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +343 -343
- 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 +52403 -67729
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +387 -539
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +321 -402
- 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 +135 -113
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +87 -44
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +0 -26
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +4 -85
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1768 -2170
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +141 -168
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +126 -147
- 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 +0 -5
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1432 -1747
- 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 +1365 -1644
- 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 +132 -165
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2470 -2470
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1481 -1481
- 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 +1435 -1750
- 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 +122 -143
- 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/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/sms/index.d.ts +295 -3282
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +8 -30
- 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 +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1182 -1407
- 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 +103 -48
- 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 +31 -14
- 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 +240 -240
- 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/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +439 -439
- package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +12 -20
- 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 +14 -24
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1194 -1419
- 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 +1188 -1413
- 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 +1287 -1717
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +0 -79
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +427 -8713
- 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 +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4397 -4941
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4394 -4933
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -7
|
@@ -55,7 +55,7 @@ export declare const cxLogContract: {
|
|
|
55
55
|
agentIds?: string[] | undefined;
|
|
56
56
|
direction?: ("inbound" | "outbound")[] | undefined;
|
|
57
57
|
disposition?: string[] | undefined;
|
|
58
|
-
sentimentScore?: ("
|
|
58
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
|
59
59
|
csatScore?: string[] | undefined;
|
|
60
60
|
sla?: "meet" | "unmeet" | undefined;
|
|
61
61
|
tags?: string[] | undefined;
|
|
@@ -84,7 +84,7 @@ export declare const cxLogContract: {
|
|
|
84
84
|
agentIds?: string[] | undefined;
|
|
85
85
|
direction?: ("inbound" | "outbound")[] | undefined;
|
|
86
86
|
disposition?: string[] | undefined;
|
|
87
|
-
sentimentScore?: ("
|
|
87
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
|
88
88
|
csatScore?: string[] | undefined;
|
|
89
89
|
sla?: "meet" | "unmeet" | undefined;
|
|
90
90
|
tags?: string[] | undefined;
|
|
@@ -172,14 +172,14 @@ export declare const cxLogContract: {
|
|
|
172
172
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
173
173
|
name: z.ZodString;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
|
-
name: string;
|
|
176
175
|
id: string;
|
|
176
|
+
name: string;
|
|
177
177
|
createdAt: Date;
|
|
178
178
|
updatedAt: Date;
|
|
179
179
|
deletedAt: Date | null;
|
|
180
180
|
}, {
|
|
181
|
-
name: string;
|
|
182
181
|
id: string;
|
|
182
|
+
name: string;
|
|
183
183
|
createdAt: Date;
|
|
184
184
|
updatedAt: Date;
|
|
185
185
|
deletedAt: Date | null;
|
|
@@ -350,8 +350,8 @@ export declare const cxLogContract: {
|
|
|
350
350
|
}[];
|
|
351
351
|
}[];
|
|
352
352
|
tags: {
|
|
353
|
-
name: string;
|
|
354
353
|
id: string;
|
|
354
|
+
name: string;
|
|
355
355
|
createdAt: Date;
|
|
356
356
|
updatedAt: Date;
|
|
357
357
|
deletedAt: Date | null;
|
|
@@ -401,8 +401,8 @@ export declare const cxLogContract: {
|
|
|
401
401
|
}[];
|
|
402
402
|
}[];
|
|
403
403
|
tags: {
|
|
404
|
-
name: string;
|
|
405
404
|
id: string;
|
|
405
|
+
name: string;
|
|
406
406
|
createdAt: Date;
|
|
407
407
|
updatedAt: Date;
|
|
408
408
|
deletedAt: Date | null;
|
|
@@ -450,13 +450,13 @@ export declare const cxLogContract: {
|
|
|
450
450
|
picture: z.ZodOptional<z.ZodString>;
|
|
451
451
|
additionalCredentials: z.ZodAny;
|
|
452
452
|
}, "strip", z.ZodTypeAny, {
|
|
453
|
-
name: string;
|
|
454
453
|
id: string;
|
|
454
|
+
name: string;
|
|
455
455
|
picture?: string | undefined;
|
|
456
456
|
additionalCredentials?: any;
|
|
457
457
|
}, {
|
|
458
|
-
name: string;
|
|
459
458
|
id: string;
|
|
459
|
+
name: string;
|
|
460
460
|
picture?: string | undefined;
|
|
461
461
|
additionalCredentials?: any;
|
|
462
462
|
}>;
|
|
@@ -478,14 +478,14 @@ export declare const cxLogContract: {
|
|
|
478
478
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
479
479
|
name: z.ZodString;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
name: string;
|
|
482
481
|
id: string;
|
|
482
|
+
name: string;
|
|
483
483
|
createdAt: Date;
|
|
484
484
|
updatedAt: Date;
|
|
485
485
|
deletedAt: Date | null;
|
|
486
486
|
}, {
|
|
487
|
-
name: string;
|
|
488
487
|
id: string;
|
|
488
|
+
name: string;
|
|
489
489
|
createdAt: Date;
|
|
490
490
|
updatedAt: Date;
|
|
491
491
|
deletedAt: Date | null;
|
|
@@ -641,8 +641,8 @@ export declare const cxLogContract: {
|
|
|
641
641
|
createdAt: Date;
|
|
642
642
|
updatedAt: Date;
|
|
643
643
|
deletedAt: Date | null;
|
|
644
|
-
name?: string | undefined;
|
|
645
644
|
address?: string | null | undefined;
|
|
645
|
+
name?: string | undefined;
|
|
646
646
|
phone?: string | null | undefined;
|
|
647
647
|
industry?: string | null | undefined;
|
|
648
648
|
}, {
|
|
@@ -650,8 +650,8 @@ export declare const cxLogContract: {
|
|
|
650
650
|
createdAt: Date;
|
|
651
651
|
updatedAt: Date;
|
|
652
652
|
deletedAt: Date | null;
|
|
653
|
-
name?: string | undefined;
|
|
654
653
|
address?: string | null | undefined;
|
|
654
|
+
name?: string | undefined;
|
|
655
655
|
phone?: string | null | undefined;
|
|
656
656
|
industry?: string | null | undefined;
|
|
657
657
|
}>>;
|
|
@@ -669,13 +669,13 @@ export declare const cxLogContract: {
|
|
|
669
669
|
picture: z.ZodOptional<z.ZodString>;
|
|
670
670
|
additionalCredentials: z.ZodAny;
|
|
671
671
|
}, "strip", z.ZodTypeAny, {
|
|
672
|
-
name: string;
|
|
673
672
|
id: string;
|
|
673
|
+
name: string;
|
|
674
674
|
picture?: string | undefined;
|
|
675
675
|
additionalCredentials?: any;
|
|
676
676
|
}, {
|
|
677
|
-
name: string;
|
|
678
677
|
id: string;
|
|
678
|
+
name: string;
|
|
679
679
|
picture?: string | undefined;
|
|
680
680
|
additionalCredentials?: any;
|
|
681
681
|
}>;
|
|
@@ -683,8 +683,8 @@ export declare const cxLogContract: {
|
|
|
683
683
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
684
684
|
id: string;
|
|
685
685
|
metadata: {
|
|
686
|
-
name: string;
|
|
687
686
|
id: string;
|
|
687
|
+
name: string;
|
|
688
688
|
picture?: string | undefined;
|
|
689
689
|
additionalCredentials?: any;
|
|
690
690
|
};
|
|
@@ -697,8 +697,8 @@ export declare const cxLogContract: {
|
|
|
697
697
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
698
698
|
id: string;
|
|
699
699
|
metadata: {
|
|
700
|
-
name: string;
|
|
701
700
|
id: string;
|
|
701
|
+
name: string;
|
|
702
702
|
picture?: string | undefined;
|
|
703
703
|
additionalCredentials?: any;
|
|
704
704
|
};
|
|
@@ -808,10 +808,9 @@ export declare const cxLogContract: {
|
|
|
808
808
|
fileSize: z.ZodNumber;
|
|
809
809
|
fileKey: z.ZodString;
|
|
810
810
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
811
|
-
status: z.
|
|
811
|
+
status: z.ZodOptional<z.ZodString>;
|
|
812
812
|
}, "strip", z.ZodTypeAny, {
|
|
813
813
|
id: string;
|
|
814
|
-
status: string | null;
|
|
815
814
|
createdAt: Date;
|
|
816
815
|
updatedAt: Date;
|
|
817
816
|
deletedAt: Date | null;
|
|
@@ -820,9 +819,9 @@ export declare const cxLogContract: {
|
|
|
820
819
|
bucketName: string;
|
|
821
820
|
fileSize: number;
|
|
822
821
|
fileUrl: string | null;
|
|
822
|
+
status?: string | undefined;
|
|
823
823
|
}, {
|
|
824
824
|
id: string;
|
|
825
|
-
status: string | null;
|
|
826
825
|
createdAt: Date;
|
|
827
826
|
updatedAt: Date;
|
|
828
827
|
deletedAt: Date | null;
|
|
@@ -831,6 +830,7 @@ export declare const cxLogContract: {
|
|
|
831
830
|
bucketName: string;
|
|
832
831
|
fileSize: number;
|
|
833
832
|
fileUrl: string | null;
|
|
833
|
+
status?: string | undefined;
|
|
834
834
|
}>, "many">;
|
|
835
835
|
}, "strip", z.ZodTypeAny, {
|
|
836
836
|
id: string;
|
|
@@ -857,7 +857,6 @@ export declare const cxLogContract: {
|
|
|
857
857
|
dateValue: Date | null;
|
|
858
858
|
uploads: {
|
|
859
859
|
id: string;
|
|
860
|
-
status: string | null;
|
|
861
860
|
createdAt: Date;
|
|
862
861
|
updatedAt: Date;
|
|
863
862
|
deletedAt: Date | null;
|
|
@@ -866,6 +865,7 @@ export declare const cxLogContract: {
|
|
|
866
865
|
bucketName: string;
|
|
867
866
|
fileSize: number;
|
|
868
867
|
fileUrl: string | null;
|
|
868
|
+
status?: string | undefined;
|
|
869
869
|
}[];
|
|
870
870
|
}, {
|
|
871
871
|
id: string;
|
|
@@ -892,7 +892,6 @@ export declare const cxLogContract: {
|
|
|
892
892
|
dateValue: Date | null;
|
|
893
893
|
uploads: {
|
|
894
894
|
id: string;
|
|
895
|
-
status: string | null;
|
|
896
895
|
createdAt: Date;
|
|
897
896
|
updatedAt: Date;
|
|
898
897
|
deletedAt: Date | null;
|
|
@@ -901,6 +900,7 @@ export declare const cxLogContract: {
|
|
|
901
900
|
bucketName: string;
|
|
902
901
|
fileSize: number;
|
|
903
902
|
fileUrl: string | null;
|
|
903
|
+
status?: string | undefined;
|
|
904
904
|
}[];
|
|
905
905
|
}>, "many">;
|
|
906
906
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -1008,10 +1008,10 @@ export declare const cxLogContract: {
|
|
|
1008
1008
|
};
|
|
1009
1009
|
}>, "many">>;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
|
-
name: string;
|
|
1012
1011
|
id: string;
|
|
1013
1012
|
channel: string | null;
|
|
1014
1013
|
address: string | null;
|
|
1014
|
+
name: string;
|
|
1015
1015
|
createdAt: Date;
|
|
1016
1016
|
updatedAt: Date;
|
|
1017
1017
|
deletedAt: Date | null;
|
|
@@ -1040,7 +1040,6 @@ export declare const cxLogContract: {
|
|
|
1040
1040
|
dateValue: Date | null;
|
|
1041
1041
|
uploads: {
|
|
1042
1042
|
id: string;
|
|
1043
|
-
status: string | null;
|
|
1044
1043
|
createdAt: Date;
|
|
1045
1044
|
updatedAt: Date;
|
|
1046
1045
|
deletedAt: Date | null;
|
|
@@ -1049,6 +1048,7 @@ export declare const cxLogContract: {
|
|
|
1049
1048
|
bucketName: string;
|
|
1050
1049
|
fileSize: number;
|
|
1051
1050
|
fileUrl: string | null;
|
|
1051
|
+
status?: string | undefined;
|
|
1052
1052
|
}[];
|
|
1053
1053
|
}[];
|
|
1054
1054
|
company: {
|
|
@@ -1056,8 +1056,8 @@ export declare const cxLogContract: {
|
|
|
1056
1056
|
createdAt: Date;
|
|
1057
1057
|
updatedAt: Date;
|
|
1058
1058
|
deletedAt: Date | null;
|
|
1059
|
-
name?: string | undefined;
|
|
1060
1059
|
address?: string | null | undefined;
|
|
1060
|
+
name?: string | undefined;
|
|
1061
1061
|
phone?: string | null | undefined;
|
|
1062
1062
|
industry?: string | null | undefined;
|
|
1063
1063
|
} | null;
|
|
@@ -1065,8 +1065,8 @@ export declare const cxLogContract: {
|
|
|
1065
1065
|
contactProfile: string | null;
|
|
1066
1066
|
socialProfileUrl: string | null;
|
|
1067
1067
|
tags: {
|
|
1068
|
-
name: string;
|
|
1069
1068
|
id: string;
|
|
1069
|
+
name: string;
|
|
1070
1070
|
createdAt: Date;
|
|
1071
1071
|
updatedAt: Date;
|
|
1072
1072
|
deletedAt: Date | null;
|
|
@@ -1091,8 +1091,8 @@ export declare const cxLogContract: {
|
|
|
1091
1091
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1092
1092
|
id: string;
|
|
1093
1093
|
metadata: {
|
|
1094
|
-
name: string;
|
|
1095
1094
|
id: string;
|
|
1095
|
+
name: string;
|
|
1096
1096
|
picture?: string | undefined;
|
|
1097
1097
|
additionalCredentials?: any;
|
|
1098
1098
|
};
|
|
@@ -1119,10 +1119,10 @@ export declare const cxLogContract: {
|
|
|
1119
1119
|
};
|
|
1120
1120
|
}[] | undefined;
|
|
1121
1121
|
}, {
|
|
1122
|
-
name: string;
|
|
1123
1122
|
id: string;
|
|
1124
1123
|
channel: string | null;
|
|
1125
1124
|
address: string | null;
|
|
1125
|
+
name: string;
|
|
1126
1126
|
createdAt: Date;
|
|
1127
1127
|
updatedAt: Date;
|
|
1128
1128
|
deletedAt: Date | null;
|
|
@@ -1151,7 +1151,6 @@ export declare const cxLogContract: {
|
|
|
1151
1151
|
dateValue: Date | null;
|
|
1152
1152
|
uploads: {
|
|
1153
1153
|
id: string;
|
|
1154
|
-
status: string | null;
|
|
1155
1154
|
createdAt: Date;
|
|
1156
1155
|
updatedAt: Date;
|
|
1157
1156
|
deletedAt: Date | null;
|
|
@@ -1160,6 +1159,7 @@ export declare const cxLogContract: {
|
|
|
1160
1159
|
bucketName: string;
|
|
1161
1160
|
fileSize: number;
|
|
1162
1161
|
fileUrl: string | null;
|
|
1162
|
+
status?: string | undefined;
|
|
1163
1163
|
}[];
|
|
1164
1164
|
}[];
|
|
1165
1165
|
company: {
|
|
@@ -1167,8 +1167,8 @@ export declare const cxLogContract: {
|
|
|
1167
1167
|
createdAt: Date;
|
|
1168
1168
|
updatedAt: Date;
|
|
1169
1169
|
deletedAt: Date | null;
|
|
1170
|
-
name?: string | undefined;
|
|
1171
1170
|
address?: string | null | undefined;
|
|
1171
|
+
name?: string | undefined;
|
|
1172
1172
|
phone?: string | null | undefined;
|
|
1173
1173
|
industry?: string | null | undefined;
|
|
1174
1174
|
} | null;
|
|
@@ -1176,8 +1176,8 @@ export declare const cxLogContract: {
|
|
|
1176
1176
|
contactProfile: string | null;
|
|
1177
1177
|
socialProfileUrl: string | null;
|
|
1178
1178
|
tags: {
|
|
1179
|
-
name: string;
|
|
1180
1179
|
id: string;
|
|
1180
|
+
name: string;
|
|
1181
1181
|
createdAt: Date;
|
|
1182
1182
|
updatedAt: Date;
|
|
1183
1183
|
deletedAt: Date | null;
|
|
@@ -1202,8 +1202,8 @@ export declare const cxLogContract: {
|
|
|
1202
1202
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1203
1203
|
id: string;
|
|
1204
1204
|
metadata: {
|
|
1205
|
-
name: string;
|
|
1206
1205
|
id: string;
|
|
1206
|
+
name: string;
|
|
1207
1207
|
picture?: string | undefined;
|
|
1208
1208
|
additionalCredentials?: any;
|
|
1209
1209
|
};
|
|
@@ -1234,8 +1234,8 @@ export declare const cxLogContract: {
|
|
|
1234
1234
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1235
1235
|
id: string;
|
|
1236
1236
|
metadata: {
|
|
1237
|
-
name: string;
|
|
1238
1237
|
id: string;
|
|
1238
|
+
name: string;
|
|
1239
1239
|
picture?: string | undefined;
|
|
1240
1240
|
additionalCredentials?: any;
|
|
1241
1241
|
};
|
|
@@ -1243,10 +1243,10 @@ export declare const cxLogContract: {
|
|
|
1243
1243
|
updatedAt: Date;
|
|
1244
1244
|
deletedAt: Date | null;
|
|
1245
1245
|
contact: {
|
|
1246
|
-
name: string;
|
|
1247
1246
|
id: string;
|
|
1248
1247
|
channel: string | null;
|
|
1249
1248
|
address: string | null;
|
|
1249
|
+
name: string;
|
|
1250
1250
|
createdAt: Date;
|
|
1251
1251
|
updatedAt: Date;
|
|
1252
1252
|
deletedAt: Date | null;
|
|
@@ -1275,7 +1275,6 @@ export declare const cxLogContract: {
|
|
|
1275
1275
|
dateValue: Date | null;
|
|
1276
1276
|
uploads: {
|
|
1277
1277
|
id: string;
|
|
1278
|
-
status: string | null;
|
|
1279
1278
|
createdAt: Date;
|
|
1280
1279
|
updatedAt: Date;
|
|
1281
1280
|
deletedAt: Date | null;
|
|
@@ -1284,6 +1283,7 @@ export declare const cxLogContract: {
|
|
|
1284
1283
|
bucketName: string;
|
|
1285
1284
|
fileSize: number;
|
|
1286
1285
|
fileUrl: string | null;
|
|
1286
|
+
status?: string | undefined;
|
|
1287
1287
|
}[];
|
|
1288
1288
|
}[];
|
|
1289
1289
|
company: {
|
|
@@ -1291,8 +1291,8 @@ export declare const cxLogContract: {
|
|
|
1291
1291
|
createdAt: Date;
|
|
1292
1292
|
updatedAt: Date;
|
|
1293
1293
|
deletedAt: Date | null;
|
|
1294
|
-
name?: string | undefined;
|
|
1295
1294
|
address?: string | null | undefined;
|
|
1295
|
+
name?: string | undefined;
|
|
1296
1296
|
phone?: string | null | undefined;
|
|
1297
1297
|
industry?: string | null | undefined;
|
|
1298
1298
|
} | null;
|
|
@@ -1300,8 +1300,8 @@ export declare const cxLogContract: {
|
|
|
1300
1300
|
contactProfile: string | null;
|
|
1301
1301
|
socialProfileUrl: string | null;
|
|
1302
1302
|
tags: {
|
|
1303
|
-
name: string;
|
|
1304
1303
|
id: string;
|
|
1304
|
+
name: string;
|
|
1305
1305
|
createdAt: Date;
|
|
1306
1306
|
updatedAt: Date;
|
|
1307
1307
|
deletedAt: Date | null;
|
|
@@ -1326,8 +1326,8 @@ export declare const cxLogContract: {
|
|
|
1326
1326
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1327
1327
|
id: string;
|
|
1328
1328
|
metadata: {
|
|
1329
|
-
name: string;
|
|
1330
1329
|
id: string;
|
|
1330
|
+
name: string;
|
|
1331
1331
|
picture?: string | undefined;
|
|
1332
1332
|
additionalCredentials?: any;
|
|
1333
1333
|
};
|
|
@@ -1360,8 +1360,8 @@ export declare const cxLogContract: {
|
|
|
1360
1360
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1361
1361
|
id: string;
|
|
1362
1362
|
metadata: {
|
|
1363
|
-
name: string;
|
|
1364
1363
|
id: string;
|
|
1364
|
+
name: string;
|
|
1365
1365
|
picture?: string | undefined;
|
|
1366
1366
|
additionalCredentials?: any;
|
|
1367
1367
|
};
|
|
@@ -1369,10 +1369,10 @@ export declare const cxLogContract: {
|
|
|
1369
1369
|
updatedAt: Date;
|
|
1370
1370
|
deletedAt: Date | null;
|
|
1371
1371
|
contact: {
|
|
1372
|
-
name: string;
|
|
1373
1372
|
id: string;
|
|
1374
1373
|
channel: string | null;
|
|
1375
1374
|
address: string | null;
|
|
1375
|
+
name: string;
|
|
1376
1376
|
createdAt: Date;
|
|
1377
1377
|
updatedAt: Date;
|
|
1378
1378
|
deletedAt: Date | null;
|
|
@@ -1401,7 +1401,6 @@ export declare const cxLogContract: {
|
|
|
1401
1401
|
dateValue: Date | null;
|
|
1402
1402
|
uploads: {
|
|
1403
1403
|
id: string;
|
|
1404
|
-
status: string | null;
|
|
1405
1404
|
createdAt: Date;
|
|
1406
1405
|
updatedAt: Date;
|
|
1407
1406
|
deletedAt: Date | null;
|
|
@@ -1410,6 +1409,7 @@ export declare const cxLogContract: {
|
|
|
1410
1409
|
bucketName: string;
|
|
1411
1410
|
fileSize: number;
|
|
1412
1411
|
fileUrl: string | null;
|
|
1412
|
+
status?: string | undefined;
|
|
1413
1413
|
}[];
|
|
1414
1414
|
}[];
|
|
1415
1415
|
company: {
|
|
@@ -1417,8 +1417,8 @@ export declare const cxLogContract: {
|
|
|
1417
1417
|
createdAt: Date;
|
|
1418
1418
|
updatedAt: Date;
|
|
1419
1419
|
deletedAt: Date | null;
|
|
1420
|
-
name?: string | undefined;
|
|
1421
1420
|
address?: string | null | undefined;
|
|
1421
|
+
name?: string | undefined;
|
|
1422
1422
|
phone?: string | null | undefined;
|
|
1423
1423
|
industry?: string | null | undefined;
|
|
1424
1424
|
} | null;
|
|
@@ -1426,8 +1426,8 @@ export declare const cxLogContract: {
|
|
|
1426
1426
|
contactProfile: string | null;
|
|
1427
1427
|
socialProfileUrl: string | null;
|
|
1428
1428
|
tags: {
|
|
1429
|
-
name: string;
|
|
1430
1429
|
id: string;
|
|
1430
|
+
name: string;
|
|
1431
1431
|
createdAt: Date;
|
|
1432
1432
|
updatedAt: Date;
|
|
1433
1433
|
deletedAt: Date | null;
|
|
@@ -1452,8 +1452,8 @@ export declare const cxLogContract: {
|
|
|
1452
1452
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1453
1453
|
id: string;
|
|
1454
1454
|
metadata: {
|
|
1455
|
-
name: string;
|
|
1456
1455
|
id: string;
|
|
1456
|
+
name: string;
|
|
1457
1457
|
picture?: string | undefined;
|
|
1458
1458
|
additionalCredentials?: any;
|
|
1459
1459
|
};
|
|
@@ -1601,9 +1601,9 @@ export declare const cxLogContract: {
|
|
|
1601
1601
|
telephonySignature: string | null;
|
|
1602
1602
|
}>;
|
|
1603
1603
|
}, "strip", z.ZodTypeAny, {
|
|
1604
|
-
name: string;
|
|
1605
1604
|
id: string;
|
|
1606
1605
|
address: string | null;
|
|
1606
|
+
name: string;
|
|
1607
1607
|
email: string;
|
|
1608
1608
|
createdAt: Date;
|
|
1609
1609
|
updatedAt: Date;
|
|
@@ -1644,9 +1644,9 @@ export declare const cxLogContract: {
|
|
|
1644
1644
|
telephonySignature: string | null;
|
|
1645
1645
|
};
|
|
1646
1646
|
}, {
|
|
1647
|
-
name: string;
|
|
1648
1647
|
id: string;
|
|
1649
1648
|
address: string | null;
|
|
1649
|
+
name: string;
|
|
1650
1650
|
email: string;
|
|
1651
1651
|
createdAt: Date;
|
|
1652
1652
|
updatedAt: Date;
|
|
@@ -1805,9 +1805,9 @@ export declare const cxLogContract: {
|
|
|
1805
1805
|
telephonySignature: string | null;
|
|
1806
1806
|
}>;
|
|
1807
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1808
|
-
name: string;
|
|
1809
1808
|
id: string;
|
|
1810
1809
|
address: string | null;
|
|
1810
|
+
name: string;
|
|
1811
1811
|
email: string;
|
|
1812
1812
|
createdAt: Date;
|
|
1813
1813
|
updatedAt: Date;
|
|
@@ -1848,9 +1848,9 @@ export declare const cxLogContract: {
|
|
|
1848
1848
|
telephonySignature: string | null;
|
|
1849
1849
|
};
|
|
1850
1850
|
}, {
|
|
1851
|
-
name: string;
|
|
1852
1851
|
id: string;
|
|
1853
1852
|
address: string | null;
|
|
1853
|
+
name: string;
|
|
1854
1854
|
email: string;
|
|
1855
1855
|
createdAt: Date;
|
|
1856
1856
|
updatedAt: Date;
|
|
@@ -1906,44 +1906,35 @@ export declare const cxLogContract: {
|
|
|
1906
1906
|
additionalCredentials: z.ZodOptional<z.ZodAny>;
|
|
1907
1907
|
senderId: z.ZodOptional<z.ZodString>;
|
|
1908
1908
|
whatsapp: z.ZodOptional<z.ZodObject<{
|
|
1909
|
-
wabaBusinessId: z.
|
|
1910
|
-
wabaExternalId: z.
|
|
1911
|
-
phoneNumberId: z.
|
|
1912
|
-
email: z.
|
|
1913
|
-
clientId: z.
|
|
1914
|
-
channelId: z.
|
|
1915
|
-
|
|
1916
|
-
qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1917
|
-
status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
|
|
1909
|
+
wabaBusinessId: z.ZodOptional<z.ZodString>;
|
|
1910
|
+
wabaExternalId: z.ZodString;
|
|
1911
|
+
phoneNumberId: z.ZodString;
|
|
1912
|
+
email: z.ZodString;
|
|
1913
|
+
clientId: z.ZodOptional<z.ZodString>;
|
|
1914
|
+
channelId: z.ZodOptional<z.ZodString>;
|
|
1915
|
+
status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
|
|
1918
1916
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
1919
1917
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
1920
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
|
|
1921
1918
|
}, "strip", z.ZodTypeAny, {
|
|
1922
|
-
|
|
1923
|
-
wabaExternalId
|
|
1924
|
-
phoneNumberId
|
|
1925
|
-
|
|
1926
|
-
clientId?: string |
|
|
1927
|
-
channelId?: string |
|
|
1928
|
-
|
|
1929
|
-
qr?: string | null | undefined;
|
|
1930
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
1919
|
+
email: string;
|
|
1920
|
+
wabaExternalId: string;
|
|
1921
|
+
phoneNumberId: string;
|
|
1922
|
+
wabaBusinessId?: string | undefined;
|
|
1923
|
+
clientId?: string | undefined;
|
|
1924
|
+
channelId?: string | undefined;
|
|
1925
|
+
status?: "active" | "pending" | undefined;
|
|
1931
1926
|
apiKey?: string | undefined;
|
|
1932
1927
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1933
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
1934
1928
|
}, {
|
|
1935
|
-
|
|
1936
|
-
wabaExternalId
|
|
1937
|
-
phoneNumberId
|
|
1938
|
-
|
|
1939
|
-
clientId?: string |
|
|
1940
|
-
channelId?: string |
|
|
1941
|
-
|
|
1942
|
-
qr?: string | null | undefined;
|
|
1943
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
1929
|
+
email: string;
|
|
1930
|
+
wabaExternalId: string;
|
|
1931
|
+
phoneNumberId: string;
|
|
1932
|
+
wabaBusinessId?: string | undefined;
|
|
1933
|
+
clientId?: string | undefined;
|
|
1934
|
+
channelId?: string | undefined;
|
|
1935
|
+
status?: "active" | "pending" | undefined;
|
|
1944
1936
|
apiKey?: string | undefined;
|
|
1945
1937
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1946
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
1947
1938
|
}>>;
|
|
1948
1939
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
1949
1940
|
mobileNumber: z.ZodString;
|
|
@@ -1962,25 +1953,22 @@ export declare const cxLogContract: {
|
|
|
1962
1953
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1963
1954
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1964
1955
|
}, "strip", z.ZodTypeAny, {
|
|
1965
|
-
name: string;
|
|
1966
1956
|
id: string;
|
|
1957
|
+
name: string;
|
|
1967
1958
|
accessToken?: string | undefined;
|
|
1968
1959
|
channelSecret?: string | undefined;
|
|
1969
1960
|
additionalCredentials?: any;
|
|
1970
1961
|
senderId?: string | undefined;
|
|
1971
1962
|
whatsapp?: {
|
|
1972
|
-
|
|
1973
|
-
wabaExternalId
|
|
1974
|
-
phoneNumberId
|
|
1975
|
-
|
|
1976
|
-
clientId?: string |
|
|
1977
|
-
channelId?: string |
|
|
1978
|
-
|
|
1979
|
-
qr?: string | null | undefined;
|
|
1980
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
1963
|
+
email: string;
|
|
1964
|
+
wabaExternalId: string;
|
|
1965
|
+
phoneNumberId: string;
|
|
1966
|
+
wabaBusinessId?: string | undefined;
|
|
1967
|
+
clientId?: string | undefined;
|
|
1968
|
+
channelId?: string | undefined;
|
|
1969
|
+
status?: "active" | "pending" | undefined;
|
|
1981
1970
|
apiKey?: string | undefined;
|
|
1982
1971
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1983
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
1984
1972
|
} | undefined;
|
|
1985
1973
|
vonageCredentials?: {
|
|
1986
1974
|
apiKey: string;
|
|
@@ -1991,25 +1979,22 @@ export declare const cxLogContract: {
|
|
|
1991
1979
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1992
1980
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1993
1981
|
}, {
|
|
1994
|
-
name: string;
|
|
1995
1982
|
id: string;
|
|
1983
|
+
name: string;
|
|
1996
1984
|
accessToken?: string | undefined;
|
|
1997
1985
|
channelSecret?: string | undefined;
|
|
1998
1986
|
additionalCredentials?: any;
|
|
1999
1987
|
senderId?: string | undefined;
|
|
2000
1988
|
whatsapp?: {
|
|
2001
|
-
|
|
2002
|
-
wabaExternalId
|
|
2003
|
-
phoneNumberId
|
|
2004
|
-
|
|
2005
|
-
clientId?: string |
|
|
2006
|
-
channelId?: string |
|
|
2007
|
-
|
|
2008
|
-
qr?: string | null | undefined;
|
|
2009
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
1989
|
+
email: string;
|
|
1990
|
+
wabaExternalId: string;
|
|
1991
|
+
phoneNumberId: string;
|
|
1992
|
+
wabaBusinessId?: string | undefined;
|
|
1993
|
+
clientId?: string | undefined;
|
|
1994
|
+
channelId?: string | undefined;
|
|
1995
|
+
status?: "active" | "pending" | undefined;
|
|
2010
1996
|
apiKey?: string | undefined;
|
|
2011
1997
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2012
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
2013
1998
|
} | undefined;
|
|
2014
1999
|
vonageCredentials?: {
|
|
2015
2000
|
apiKey: string;
|
|
@@ -2033,14 +2018,14 @@ export declare const cxLogContract: {
|
|
|
2033
2018
|
integrationId: z.ZodString;
|
|
2034
2019
|
accessToken: z.ZodString;
|
|
2035
2020
|
}, "strip", z.ZodTypeAny, {
|
|
2036
|
-
name: string;
|
|
2037
2021
|
id: string;
|
|
2022
|
+
name: string;
|
|
2038
2023
|
accessToken: string;
|
|
2039
2024
|
botId: string;
|
|
2040
2025
|
integrationId: string;
|
|
2041
2026
|
}, {
|
|
2042
|
-
name: string;
|
|
2043
2027
|
id: string;
|
|
2028
|
+
name: string;
|
|
2044
2029
|
accessToken: string;
|
|
2045
2030
|
botId: string;
|
|
2046
2031
|
integrationId: string;
|
|
@@ -2163,9 +2148,9 @@ export declare const cxLogContract: {
|
|
|
2163
2148
|
telephonySignature: string | null;
|
|
2164
2149
|
}>;
|
|
2165
2150
|
}, "strip", z.ZodTypeAny, {
|
|
2166
|
-
name: string;
|
|
2167
2151
|
id: string;
|
|
2168
2152
|
address: string | null;
|
|
2153
|
+
name: string;
|
|
2169
2154
|
email: string;
|
|
2170
2155
|
createdAt: Date;
|
|
2171
2156
|
updatedAt: Date;
|
|
@@ -2206,9 +2191,9 @@ export declare const cxLogContract: {
|
|
|
2206
2191
|
telephonySignature: string | null;
|
|
2207
2192
|
};
|
|
2208
2193
|
}, {
|
|
2209
|
-
name: string;
|
|
2210
2194
|
id: string;
|
|
2211
2195
|
address: string | null;
|
|
2196
|
+
name: string;
|
|
2212
2197
|
email: string;
|
|
2213
2198
|
createdAt: Date;
|
|
2214
2199
|
updatedAt: Date;
|
|
@@ -2250,29 +2235,26 @@ export declare const cxLogContract: {
|
|
|
2250
2235
|
};
|
|
2251
2236
|
}>;
|
|
2252
2237
|
}, "strip", z.ZodTypeAny, {
|
|
2253
|
-
name: string;
|
|
2254
2238
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2255
2239
|
id: string;
|
|
2240
|
+
name: string;
|
|
2256
2241
|
metadata: {
|
|
2257
|
-
name: string;
|
|
2258
2242
|
id: string;
|
|
2243
|
+
name: string;
|
|
2259
2244
|
accessToken?: string | undefined;
|
|
2260
2245
|
channelSecret?: string | undefined;
|
|
2261
2246
|
additionalCredentials?: any;
|
|
2262
2247
|
senderId?: string | undefined;
|
|
2263
2248
|
whatsapp?: {
|
|
2264
|
-
|
|
2265
|
-
wabaExternalId
|
|
2266
|
-
phoneNumberId
|
|
2267
|
-
|
|
2268
|
-
clientId?: string |
|
|
2269
|
-
channelId?: string |
|
|
2270
|
-
|
|
2271
|
-
qr?: string | null | undefined;
|
|
2272
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
2249
|
+
email: string;
|
|
2250
|
+
wabaExternalId: string;
|
|
2251
|
+
phoneNumberId: string;
|
|
2252
|
+
wabaBusinessId?: string | undefined;
|
|
2253
|
+
clientId?: string | undefined;
|
|
2254
|
+
channelId?: string | undefined;
|
|
2255
|
+
status?: "active" | "pending" | undefined;
|
|
2273
2256
|
apiKey?: string | undefined;
|
|
2274
2257
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2275
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
2276
2258
|
} | undefined;
|
|
2277
2259
|
vonageCredentials?: {
|
|
2278
2260
|
apiKey: string;
|
|
@@ -2288,9 +2270,9 @@ export declare const cxLogContract: {
|
|
|
2288
2270
|
updatedAt: Date;
|
|
2289
2271
|
deletedAt: Date | null;
|
|
2290
2272
|
actor: {
|
|
2291
|
-
name: string;
|
|
2292
2273
|
id: string;
|
|
2293
2274
|
address: string | null;
|
|
2275
|
+
name: string;
|
|
2294
2276
|
email: string;
|
|
2295
2277
|
createdAt: Date;
|
|
2296
2278
|
updatedAt: Date;
|
|
@@ -2337,36 +2319,33 @@ export declare const cxLogContract: {
|
|
|
2337
2319
|
connectedUserName: string;
|
|
2338
2320
|
connectedUserId: string;
|
|
2339
2321
|
botpressBot: {
|
|
2340
|
-
name: string;
|
|
2341
2322
|
id: string;
|
|
2323
|
+
name: string;
|
|
2342
2324
|
accessToken: string;
|
|
2343
2325
|
botId: string;
|
|
2344
2326
|
integrationId: string;
|
|
2345
2327
|
} | null;
|
|
2346
2328
|
}, {
|
|
2347
|
-
name: string;
|
|
2348
2329
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2349
2330
|
id: string;
|
|
2331
|
+
name: string;
|
|
2350
2332
|
metadata: {
|
|
2351
|
-
name: string;
|
|
2352
2333
|
id: string;
|
|
2334
|
+
name: string;
|
|
2353
2335
|
accessToken?: string | undefined;
|
|
2354
2336
|
channelSecret?: string | undefined;
|
|
2355
2337
|
additionalCredentials?: any;
|
|
2356
2338
|
senderId?: string | undefined;
|
|
2357
2339
|
whatsapp?: {
|
|
2358
|
-
|
|
2359
|
-
wabaExternalId
|
|
2360
|
-
phoneNumberId
|
|
2361
|
-
|
|
2362
|
-
clientId?: string |
|
|
2363
|
-
channelId?: string |
|
|
2364
|
-
|
|
2365
|
-
qr?: string | null | undefined;
|
|
2366
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
2340
|
+
email: string;
|
|
2341
|
+
wabaExternalId: string;
|
|
2342
|
+
phoneNumberId: string;
|
|
2343
|
+
wabaBusinessId?: string | undefined;
|
|
2344
|
+
clientId?: string | undefined;
|
|
2345
|
+
channelId?: string | undefined;
|
|
2346
|
+
status?: "active" | "pending" | undefined;
|
|
2367
2347
|
apiKey?: string | undefined;
|
|
2368
2348
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2369
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
2370
2349
|
} | undefined;
|
|
2371
2350
|
vonageCredentials?: {
|
|
2372
2351
|
apiKey: string;
|
|
@@ -2382,9 +2361,9 @@ export declare const cxLogContract: {
|
|
|
2382
2361
|
updatedAt: Date;
|
|
2383
2362
|
deletedAt: Date | null;
|
|
2384
2363
|
actor: {
|
|
2385
|
-
name: string;
|
|
2386
2364
|
id: string;
|
|
2387
2365
|
address: string | null;
|
|
2366
|
+
name: string;
|
|
2388
2367
|
email: string;
|
|
2389
2368
|
createdAt: Date;
|
|
2390
2369
|
updatedAt: Date;
|
|
@@ -2431,8 +2410,8 @@ export declare const cxLogContract: {
|
|
|
2431
2410
|
connectedUserName: string;
|
|
2432
2411
|
connectedUserId: string;
|
|
2433
2412
|
botpressBot: {
|
|
2434
|
-
name: string;
|
|
2435
2413
|
id: string;
|
|
2414
|
+
name: string;
|
|
2436
2415
|
accessToken: string;
|
|
2437
2416
|
botId: string;
|
|
2438
2417
|
integrationId: string;
|
|
@@ -2441,29 +2420,26 @@ export declare const cxLogContract: {
|
|
|
2441
2420
|
}, "strip", z.ZodTypeAny, {
|
|
2442
2421
|
id: string;
|
|
2443
2422
|
channel: {
|
|
2444
|
-
name: string;
|
|
2445
2423
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2446
2424
|
id: string;
|
|
2425
|
+
name: string;
|
|
2447
2426
|
metadata: {
|
|
2448
|
-
name: string;
|
|
2449
2427
|
id: string;
|
|
2428
|
+
name: string;
|
|
2450
2429
|
accessToken?: string | undefined;
|
|
2451
2430
|
channelSecret?: string | undefined;
|
|
2452
2431
|
additionalCredentials?: any;
|
|
2453
2432
|
senderId?: string | undefined;
|
|
2454
2433
|
whatsapp?: {
|
|
2455
|
-
|
|
2456
|
-
wabaExternalId
|
|
2457
|
-
phoneNumberId
|
|
2458
|
-
|
|
2459
|
-
clientId?: string |
|
|
2460
|
-
channelId?: string |
|
|
2461
|
-
|
|
2462
|
-
qr?: string | null | undefined;
|
|
2463
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
2434
|
+
email: string;
|
|
2435
|
+
wabaExternalId: string;
|
|
2436
|
+
phoneNumberId: string;
|
|
2437
|
+
wabaBusinessId?: string | undefined;
|
|
2438
|
+
clientId?: string | undefined;
|
|
2439
|
+
channelId?: string | undefined;
|
|
2440
|
+
status?: "active" | "pending" | undefined;
|
|
2464
2441
|
apiKey?: string | undefined;
|
|
2465
2442
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2466
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
2467
2443
|
} | undefined;
|
|
2468
2444
|
vonageCredentials?: {
|
|
2469
2445
|
apiKey: string;
|
|
@@ -2479,9 +2455,9 @@ export declare const cxLogContract: {
|
|
|
2479
2455
|
updatedAt: Date;
|
|
2480
2456
|
deletedAt: Date | null;
|
|
2481
2457
|
actor: {
|
|
2482
|
-
name: string;
|
|
2483
2458
|
id: string;
|
|
2484
2459
|
address: string | null;
|
|
2460
|
+
name: string;
|
|
2485
2461
|
email: string;
|
|
2486
2462
|
createdAt: Date;
|
|
2487
2463
|
updatedAt: Date;
|
|
@@ -2528,8 +2504,8 @@ export declare const cxLogContract: {
|
|
|
2528
2504
|
connectedUserName: string;
|
|
2529
2505
|
connectedUserId: string;
|
|
2530
2506
|
botpressBot: {
|
|
2531
|
-
name: string;
|
|
2532
2507
|
id: string;
|
|
2508
|
+
name: string;
|
|
2533
2509
|
accessToken: string;
|
|
2534
2510
|
botId: string;
|
|
2535
2511
|
integrationId: string;
|
|
@@ -2540,9 +2516,9 @@ export declare const cxLogContract: {
|
|
|
2540
2516
|
updatedAt: Date;
|
|
2541
2517
|
deletedAt: Date | null;
|
|
2542
2518
|
actor: {
|
|
2543
|
-
name: string;
|
|
2544
2519
|
id: string;
|
|
2545
2520
|
address: string | null;
|
|
2521
|
+
name: string;
|
|
2546
2522
|
email: string;
|
|
2547
2523
|
createdAt: Date;
|
|
2548
2524
|
updatedAt: Date;
|
|
@@ -2594,8 +2570,8 @@ export declare const cxLogContract: {
|
|
|
2594
2570
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2595
2571
|
id: string;
|
|
2596
2572
|
metadata: {
|
|
2597
|
-
name: string;
|
|
2598
2573
|
id: string;
|
|
2574
|
+
name: string;
|
|
2599
2575
|
picture?: string | undefined;
|
|
2600
2576
|
additionalCredentials?: any;
|
|
2601
2577
|
};
|
|
@@ -2603,10 +2579,10 @@ export declare const cxLogContract: {
|
|
|
2603
2579
|
updatedAt: Date;
|
|
2604
2580
|
deletedAt: Date | null;
|
|
2605
2581
|
contact: {
|
|
2606
|
-
name: string;
|
|
2607
2582
|
id: string;
|
|
2608
2583
|
channel: string | null;
|
|
2609
2584
|
address: string | null;
|
|
2585
|
+
name: string;
|
|
2610
2586
|
createdAt: Date;
|
|
2611
2587
|
updatedAt: Date;
|
|
2612
2588
|
deletedAt: Date | null;
|
|
@@ -2635,7 +2611,6 @@ export declare const cxLogContract: {
|
|
|
2635
2611
|
dateValue: Date | null;
|
|
2636
2612
|
uploads: {
|
|
2637
2613
|
id: string;
|
|
2638
|
-
status: string | null;
|
|
2639
2614
|
createdAt: Date;
|
|
2640
2615
|
updatedAt: Date;
|
|
2641
2616
|
deletedAt: Date | null;
|
|
@@ -2644,6 +2619,7 @@ export declare const cxLogContract: {
|
|
|
2644
2619
|
bucketName: string;
|
|
2645
2620
|
fileSize: number;
|
|
2646
2621
|
fileUrl: string | null;
|
|
2622
|
+
status?: string | undefined;
|
|
2647
2623
|
}[];
|
|
2648
2624
|
}[];
|
|
2649
2625
|
company: {
|
|
@@ -2651,8 +2627,8 @@ export declare const cxLogContract: {
|
|
|
2651
2627
|
createdAt: Date;
|
|
2652
2628
|
updatedAt: Date;
|
|
2653
2629
|
deletedAt: Date | null;
|
|
2654
|
-
name?: string | undefined;
|
|
2655
2630
|
address?: string | null | undefined;
|
|
2631
|
+
name?: string | undefined;
|
|
2656
2632
|
phone?: string | null | undefined;
|
|
2657
2633
|
industry?: string | null | undefined;
|
|
2658
2634
|
} | null;
|
|
@@ -2660,8 +2636,8 @@ export declare const cxLogContract: {
|
|
|
2660
2636
|
contactProfile: string | null;
|
|
2661
2637
|
socialProfileUrl: string | null;
|
|
2662
2638
|
tags: {
|
|
2663
|
-
name: string;
|
|
2664
2639
|
id: string;
|
|
2640
|
+
name: string;
|
|
2665
2641
|
createdAt: Date;
|
|
2666
2642
|
updatedAt: Date;
|
|
2667
2643
|
deletedAt: Date | null;
|
|
@@ -2686,8 +2662,8 @@ export declare const cxLogContract: {
|
|
|
2686
2662
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2687
2663
|
id: string;
|
|
2688
2664
|
metadata: {
|
|
2689
|
-
name: string;
|
|
2690
2665
|
id: string;
|
|
2666
|
+
name: string;
|
|
2691
2667
|
picture?: string | undefined;
|
|
2692
2668
|
additionalCredentials?: any;
|
|
2693
2669
|
};
|
|
@@ -2718,9 +2694,9 @@ export declare const cxLogContract: {
|
|
|
2718
2694
|
socialPlatformId: string;
|
|
2719
2695
|
};
|
|
2720
2696
|
assignee: {
|
|
2721
|
-
name: string;
|
|
2722
2697
|
id: string;
|
|
2723
2698
|
address: string | null;
|
|
2699
|
+
name: string;
|
|
2724
2700
|
email: string;
|
|
2725
2701
|
createdAt: Date;
|
|
2726
2702
|
updatedAt: Date;
|
|
@@ -2764,29 +2740,26 @@ export declare const cxLogContract: {
|
|
|
2764
2740
|
}, {
|
|
2765
2741
|
id: string;
|
|
2766
2742
|
channel: {
|
|
2767
|
-
name: string;
|
|
2768
2743
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2769
2744
|
id: string;
|
|
2745
|
+
name: string;
|
|
2770
2746
|
metadata: {
|
|
2771
|
-
name: string;
|
|
2772
2747
|
id: string;
|
|
2748
|
+
name: string;
|
|
2773
2749
|
accessToken?: string | undefined;
|
|
2774
2750
|
channelSecret?: string | undefined;
|
|
2775
2751
|
additionalCredentials?: any;
|
|
2776
2752
|
senderId?: string | undefined;
|
|
2777
2753
|
whatsapp?: {
|
|
2778
|
-
|
|
2779
|
-
wabaExternalId
|
|
2780
|
-
phoneNumberId
|
|
2781
|
-
|
|
2782
|
-
clientId?: string |
|
|
2783
|
-
channelId?: string |
|
|
2784
|
-
|
|
2785
|
-
qr?: string | null | undefined;
|
|
2786
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
2754
|
+
email: string;
|
|
2755
|
+
wabaExternalId: string;
|
|
2756
|
+
phoneNumberId: string;
|
|
2757
|
+
wabaBusinessId?: string | undefined;
|
|
2758
|
+
clientId?: string | undefined;
|
|
2759
|
+
channelId?: string | undefined;
|
|
2760
|
+
status?: "active" | "pending" | undefined;
|
|
2787
2761
|
apiKey?: string | undefined;
|
|
2788
2762
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2789
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
2790
2763
|
} | undefined;
|
|
2791
2764
|
vonageCredentials?: {
|
|
2792
2765
|
apiKey: string;
|
|
@@ -2802,9 +2775,9 @@ export declare const cxLogContract: {
|
|
|
2802
2775
|
updatedAt: Date;
|
|
2803
2776
|
deletedAt: Date | null;
|
|
2804
2777
|
actor: {
|
|
2805
|
-
name: string;
|
|
2806
2778
|
id: string;
|
|
2807
2779
|
address: string | null;
|
|
2780
|
+
name: string;
|
|
2808
2781
|
email: string;
|
|
2809
2782
|
createdAt: Date;
|
|
2810
2783
|
updatedAt: Date;
|
|
@@ -2851,8 +2824,8 @@ export declare const cxLogContract: {
|
|
|
2851
2824
|
connectedUserName: string;
|
|
2852
2825
|
connectedUserId: string;
|
|
2853
2826
|
botpressBot: {
|
|
2854
|
-
name: string;
|
|
2855
2827
|
id: string;
|
|
2828
|
+
name: string;
|
|
2856
2829
|
accessToken: string;
|
|
2857
2830
|
botId: string;
|
|
2858
2831
|
integrationId: string;
|
|
@@ -2863,9 +2836,9 @@ export declare const cxLogContract: {
|
|
|
2863
2836
|
updatedAt: Date;
|
|
2864
2837
|
deletedAt: Date | null;
|
|
2865
2838
|
actor: {
|
|
2866
|
-
name: string;
|
|
2867
2839
|
id: string;
|
|
2868
2840
|
address: string | null;
|
|
2841
|
+
name: string;
|
|
2869
2842
|
email: string;
|
|
2870
2843
|
createdAt: Date;
|
|
2871
2844
|
updatedAt: Date;
|
|
@@ -2917,8 +2890,8 @@ export declare const cxLogContract: {
|
|
|
2917
2890
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2918
2891
|
id: string;
|
|
2919
2892
|
metadata: {
|
|
2920
|
-
name: string;
|
|
2921
2893
|
id: string;
|
|
2894
|
+
name: string;
|
|
2922
2895
|
picture?: string | undefined;
|
|
2923
2896
|
additionalCredentials?: any;
|
|
2924
2897
|
};
|
|
@@ -2926,10 +2899,10 @@ export declare const cxLogContract: {
|
|
|
2926
2899
|
updatedAt: Date;
|
|
2927
2900
|
deletedAt: Date | null;
|
|
2928
2901
|
contact: {
|
|
2929
|
-
name: string;
|
|
2930
2902
|
id: string;
|
|
2931
2903
|
channel: string | null;
|
|
2932
2904
|
address: string | null;
|
|
2905
|
+
name: string;
|
|
2933
2906
|
createdAt: Date;
|
|
2934
2907
|
updatedAt: Date;
|
|
2935
2908
|
deletedAt: Date | null;
|
|
@@ -2958,7 +2931,6 @@ export declare const cxLogContract: {
|
|
|
2958
2931
|
dateValue: Date | null;
|
|
2959
2932
|
uploads: {
|
|
2960
2933
|
id: string;
|
|
2961
|
-
status: string | null;
|
|
2962
2934
|
createdAt: Date;
|
|
2963
2935
|
updatedAt: Date;
|
|
2964
2936
|
deletedAt: Date | null;
|
|
@@ -2967,6 +2939,7 @@ export declare const cxLogContract: {
|
|
|
2967
2939
|
bucketName: string;
|
|
2968
2940
|
fileSize: number;
|
|
2969
2941
|
fileUrl: string | null;
|
|
2942
|
+
status?: string | undefined;
|
|
2970
2943
|
}[];
|
|
2971
2944
|
}[];
|
|
2972
2945
|
company: {
|
|
@@ -2974,8 +2947,8 @@ export declare const cxLogContract: {
|
|
|
2974
2947
|
createdAt: Date;
|
|
2975
2948
|
updatedAt: Date;
|
|
2976
2949
|
deletedAt: Date | null;
|
|
2977
|
-
name?: string | undefined;
|
|
2978
2950
|
address?: string | null | undefined;
|
|
2951
|
+
name?: string | undefined;
|
|
2979
2952
|
phone?: string | null | undefined;
|
|
2980
2953
|
industry?: string | null | undefined;
|
|
2981
2954
|
} | null;
|
|
@@ -2983,8 +2956,8 @@ export declare const cxLogContract: {
|
|
|
2983
2956
|
contactProfile: string | null;
|
|
2984
2957
|
socialProfileUrl: string | null;
|
|
2985
2958
|
tags: {
|
|
2986
|
-
name: string;
|
|
2987
2959
|
id: string;
|
|
2960
|
+
name: string;
|
|
2988
2961
|
createdAt: Date;
|
|
2989
2962
|
updatedAt: Date;
|
|
2990
2963
|
deletedAt: Date | null;
|
|
@@ -3009,8 +2982,8 @@ export declare const cxLogContract: {
|
|
|
3009
2982
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3010
2983
|
id: string;
|
|
3011
2984
|
metadata: {
|
|
3012
|
-
name: string;
|
|
3013
2985
|
id: string;
|
|
2986
|
+
name: string;
|
|
3014
2987
|
picture?: string | undefined;
|
|
3015
2988
|
additionalCredentials?: any;
|
|
3016
2989
|
};
|
|
@@ -3041,9 +3014,9 @@ export declare const cxLogContract: {
|
|
|
3041
3014
|
socialPlatformId: string;
|
|
3042
3015
|
};
|
|
3043
3016
|
assignee: {
|
|
3044
|
-
name: string;
|
|
3045
3017
|
id: string;
|
|
3046
3018
|
address: string | null;
|
|
3019
|
+
name: string;
|
|
3047
3020
|
email: string;
|
|
3048
3021
|
createdAt: Date;
|
|
3049
3022
|
updatedAt: Date;
|
|
@@ -3116,14 +3089,14 @@ export declare const cxLogContract: {
|
|
|
3116
3089
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3117
3090
|
name: z.ZodString;
|
|
3118
3091
|
}, "strip", z.ZodTypeAny, {
|
|
3119
|
-
name: string;
|
|
3120
3092
|
id: string;
|
|
3093
|
+
name: string;
|
|
3121
3094
|
createdAt: Date;
|
|
3122
3095
|
updatedAt: Date;
|
|
3123
3096
|
deletedAt: Date | null;
|
|
3124
3097
|
}, {
|
|
3125
|
-
name: string;
|
|
3126
3098
|
id: string;
|
|
3099
|
+
name: string;
|
|
3127
3100
|
createdAt: Date;
|
|
3128
3101
|
updatedAt: Date;
|
|
3129
3102
|
deletedAt: Date | null;
|
|
@@ -3279,8 +3252,8 @@ export declare const cxLogContract: {
|
|
|
3279
3252
|
createdAt: Date;
|
|
3280
3253
|
updatedAt: Date;
|
|
3281
3254
|
deletedAt: Date | null;
|
|
3282
|
-
name?: string | undefined;
|
|
3283
3255
|
address?: string | null | undefined;
|
|
3256
|
+
name?: string | undefined;
|
|
3284
3257
|
phone?: string | null | undefined;
|
|
3285
3258
|
industry?: string | null | undefined;
|
|
3286
3259
|
}, {
|
|
@@ -3288,8 +3261,8 @@ export declare const cxLogContract: {
|
|
|
3288
3261
|
createdAt: Date;
|
|
3289
3262
|
updatedAt: Date;
|
|
3290
3263
|
deletedAt: Date | null;
|
|
3291
|
-
name?: string | undefined;
|
|
3292
3264
|
address?: string | null | undefined;
|
|
3265
|
+
name?: string | undefined;
|
|
3293
3266
|
phone?: string | null | undefined;
|
|
3294
3267
|
industry?: string | null | undefined;
|
|
3295
3268
|
}>>;
|
|
@@ -3307,13 +3280,13 @@ export declare const cxLogContract: {
|
|
|
3307
3280
|
picture: z.ZodOptional<z.ZodString>;
|
|
3308
3281
|
additionalCredentials: z.ZodAny;
|
|
3309
3282
|
}, "strip", z.ZodTypeAny, {
|
|
3310
|
-
name: string;
|
|
3311
3283
|
id: string;
|
|
3284
|
+
name: string;
|
|
3312
3285
|
picture?: string | undefined;
|
|
3313
3286
|
additionalCredentials?: any;
|
|
3314
3287
|
}, {
|
|
3315
|
-
name: string;
|
|
3316
3288
|
id: string;
|
|
3289
|
+
name: string;
|
|
3317
3290
|
picture?: string | undefined;
|
|
3318
3291
|
additionalCredentials?: any;
|
|
3319
3292
|
}>;
|
|
@@ -3321,8 +3294,8 @@ export declare const cxLogContract: {
|
|
|
3321
3294
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3322
3295
|
id: string;
|
|
3323
3296
|
metadata: {
|
|
3324
|
-
name: string;
|
|
3325
3297
|
id: string;
|
|
3298
|
+
name: string;
|
|
3326
3299
|
picture?: string | undefined;
|
|
3327
3300
|
additionalCredentials?: any;
|
|
3328
3301
|
};
|
|
@@ -3335,8 +3308,8 @@ export declare const cxLogContract: {
|
|
|
3335
3308
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3336
3309
|
id: string;
|
|
3337
3310
|
metadata: {
|
|
3338
|
-
name: string;
|
|
3339
3311
|
id: string;
|
|
3312
|
+
name: string;
|
|
3340
3313
|
picture?: string | undefined;
|
|
3341
3314
|
additionalCredentials?: any;
|
|
3342
3315
|
};
|
|
@@ -3446,10 +3419,9 @@ export declare const cxLogContract: {
|
|
|
3446
3419
|
fileSize: z.ZodNumber;
|
|
3447
3420
|
fileKey: z.ZodString;
|
|
3448
3421
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
3449
|
-
status: z.
|
|
3422
|
+
status: z.ZodOptional<z.ZodString>;
|
|
3450
3423
|
}, "strip", z.ZodTypeAny, {
|
|
3451
3424
|
id: string;
|
|
3452
|
-
status: string | null;
|
|
3453
3425
|
createdAt: Date;
|
|
3454
3426
|
updatedAt: Date;
|
|
3455
3427
|
deletedAt: Date | null;
|
|
@@ -3458,9 +3430,9 @@ export declare const cxLogContract: {
|
|
|
3458
3430
|
bucketName: string;
|
|
3459
3431
|
fileSize: number;
|
|
3460
3432
|
fileUrl: string | null;
|
|
3433
|
+
status?: string | undefined;
|
|
3461
3434
|
}, {
|
|
3462
3435
|
id: string;
|
|
3463
|
-
status: string | null;
|
|
3464
3436
|
createdAt: Date;
|
|
3465
3437
|
updatedAt: Date;
|
|
3466
3438
|
deletedAt: Date | null;
|
|
@@ -3469,6 +3441,7 @@ export declare const cxLogContract: {
|
|
|
3469
3441
|
bucketName: string;
|
|
3470
3442
|
fileSize: number;
|
|
3471
3443
|
fileUrl: string | null;
|
|
3444
|
+
status?: string | undefined;
|
|
3472
3445
|
}>, "many">;
|
|
3473
3446
|
}, "strip", z.ZodTypeAny, {
|
|
3474
3447
|
id: string;
|
|
@@ -3495,7 +3468,6 @@ export declare const cxLogContract: {
|
|
|
3495
3468
|
dateValue: Date | null;
|
|
3496
3469
|
uploads: {
|
|
3497
3470
|
id: string;
|
|
3498
|
-
status: string | null;
|
|
3499
3471
|
createdAt: Date;
|
|
3500
3472
|
updatedAt: Date;
|
|
3501
3473
|
deletedAt: Date | null;
|
|
@@ -3504,6 +3476,7 @@ export declare const cxLogContract: {
|
|
|
3504
3476
|
bucketName: string;
|
|
3505
3477
|
fileSize: number;
|
|
3506
3478
|
fileUrl: string | null;
|
|
3479
|
+
status?: string | undefined;
|
|
3507
3480
|
}[];
|
|
3508
3481
|
}, {
|
|
3509
3482
|
id: string;
|
|
@@ -3530,7 +3503,6 @@ export declare const cxLogContract: {
|
|
|
3530
3503
|
dateValue: Date | null;
|
|
3531
3504
|
uploads: {
|
|
3532
3505
|
id: string;
|
|
3533
|
-
status: string | null;
|
|
3534
3506
|
createdAt: Date;
|
|
3535
3507
|
updatedAt: Date;
|
|
3536
3508
|
deletedAt: Date | null;
|
|
@@ -3539,6 +3511,7 @@ export declare const cxLogContract: {
|
|
|
3539
3511
|
bucketName: string;
|
|
3540
3512
|
fileSize: number;
|
|
3541
3513
|
fileUrl: string | null;
|
|
3514
|
+
status?: string | undefined;
|
|
3542
3515
|
}[];
|
|
3543
3516
|
}>, "many">;
|
|
3544
3517
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -3646,10 +3619,10 @@ export declare const cxLogContract: {
|
|
|
3646
3619
|
};
|
|
3647
3620
|
}>, "many">>;
|
|
3648
3621
|
}, "strip", z.ZodTypeAny, {
|
|
3649
|
-
name: string;
|
|
3650
3622
|
id: string;
|
|
3651
3623
|
channel: string | null;
|
|
3652
3624
|
address: string | null;
|
|
3625
|
+
name: string;
|
|
3653
3626
|
createdAt: Date;
|
|
3654
3627
|
updatedAt: Date;
|
|
3655
3628
|
deletedAt: Date | null;
|
|
@@ -3678,7 +3651,6 @@ export declare const cxLogContract: {
|
|
|
3678
3651
|
dateValue: Date | null;
|
|
3679
3652
|
uploads: {
|
|
3680
3653
|
id: string;
|
|
3681
|
-
status: string | null;
|
|
3682
3654
|
createdAt: Date;
|
|
3683
3655
|
updatedAt: Date;
|
|
3684
3656
|
deletedAt: Date | null;
|
|
@@ -3687,6 +3659,7 @@ export declare const cxLogContract: {
|
|
|
3687
3659
|
bucketName: string;
|
|
3688
3660
|
fileSize: number;
|
|
3689
3661
|
fileUrl: string | null;
|
|
3662
|
+
status?: string | undefined;
|
|
3690
3663
|
}[];
|
|
3691
3664
|
}[];
|
|
3692
3665
|
company: {
|
|
@@ -3694,8 +3667,8 @@ export declare const cxLogContract: {
|
|
|
3694
3667
|
createdAt: Date;
|
|
3695
3668
|
updatedAt: Date;
|
|
3696
3669
|
deletedAt: Date | null;
|
|
3697
|
-
name?: string | undefined;
|
|
3698
3670
|
address?: string | null | undefined;
|
|
3671
|
+
name?: string | undefined;
|
|
3699
3672
|
phone?: string | null | undefined;
|
|
3700
3673
|
industry?: string | null | undefined;
|
|
3701
3674
|
} | null;
|
|
@@ -3703,8 +3676,8 @@ export declare const cxLogContract: {
|
|
|
3703
3676
|
contactProfile: string | null;
|
|
3704
3677
|
socialProfileUrl: string | null;
|
|
3705
3678
|
tags: {
|
|
3706
|
-
name: string;
|
|
3707
3679
|
id: string;
|
|
3680
|
+
name: string;
|
|
3708
3681
|
createdAt: Date;
|
|
3709
3682
|
updatedAt: Date;
|
|
3710
3683
|
deletedAt: Date | null;
|
|
@@ -3729,8 +3702,8 @@ export declare const cxLogContract: {
|
|
|
3729
3702
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3730
3703
|
id: string;
|
|
3731
3704
|
metadata: {
|
|
3732
|
-
name: string;
|
|
3733
3705
|
id: string;
|
|
3706
|
+
name: string;
|
|
3734
3707
|
picture?: string | undefined;
|
|
3735
3708
|
additionalCredentials?: any;
|
|
3736
3709
|
};
|
|
@@ -3757,10 +3730,10 @@ export declare const cxLogContract: {
|
|
|
3757
3730
|
};
|
|
3758
3731
|
}[] | undefined;
|
|
3759
3732
|
}, {
|
|
3760
|
-
name: string;
|
|
3761
3733
|
id: string;
|
|
3762
3734
|
channel: string | null;
|
|
3763
3735
|
address: string | null;
|
|
3736
|
+
name: string;
|
|
3764
3737
|
createdAt: Date;
|
|
3765
3738
|
updatedAt: Date;
|
|
3766
3739
|
deletedAt: Date | null;
|
|
@@ -3789,7 +3762,6 @@ export declare const cxLogContract: {
|
|
|
3789
3762
|
dateValue: Date | null;
|
|
3790
3763
|
uploads: {
|
|
3791
3764
|
id: string;
|
|
3792
|
-
status: string | null;
|
|
3793
3765
|
createdAt: Date;
|
|
3794
3766
|
updatedAt: Date;
|
|
3795
3767
|
deletedAt: Date | null;
|
|
@@ -3798,6 +3770,7 @@ export declare const cxLogContract: {
|
|
|
3798
3770
|
bucketName: string;
|
|
3799
3771
|
fileSize: number;
|
|
3800
3772
|
fileUrl: string | null;
|
|
3773
|
+
status?: string | undefined;
|
|
3801
3774
|
}[];
|
|
3802
3775
|
}[];
|
|
3803
3776
|
company: {
|
|
@@ -3805,8 +3778,8 @@ export declare const cxLogContract: {
|
|
|
3805
3778
|
createdAt: Date;
|
|
3806
3779
|
updatedAt: Date;
|
|
3807
3780
|
deletedAt: Date | null;
|
|
3808
|
-
name?: string | undefined;
|
|
3809
3781
|
address?: string | null | undefined;
|
|
3782
|
+
name?: string | undefined;
|
|
3810
3783
|
phone?: string | null | undefined;
|
|
3811
3784
|
industry?: string | null | undefined;
|
|
3812
3785
|
} | null;
|
|
@@ -3814,8 +3787,8 @@ export declare const cxLogContract: {
|
|
|
3814
3787
|
contactProfile: string | null;
|
|
3815
3788
|
socialProfileUrl: string | null;
|
|
3816
3789
|
tags: {
|
|
3817
|
-
name: string;
|
|
3818
3790
|
id: string;
|
|
3791
|
+
name: string;
|
|
3819
3792
|
createdAt: Date;
|
|
3820
3793
|
updatedAt: Date;
|
|
3821
3794
|
deletedAt: Date | null;
|
|
@@ -3840,8 +3813,8 @@ export declare const cxLogContract: {
|
|
|
3840
3813
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3841
3814
|
id: string;
|
|
3842
3815
|
metadata: {
|
|
3843
|
-
name: string;
|
|
3844
3816
|
id: string;
|
|
3817
|
+
name: string;
|
|
3845
3818
|
picture?: string | undefined;
|
|
3846
3819
|
additionalCredentials?: any;
|
|
3847
3820
|
};
|
|
@@ -3914,10 +3887,9 @@ export declare const cxLogContract: {
|
|
|
3914
3887
|
fileSize: z.ZodNumber;
|
|
3915
3888
|
fileKey: z.ZodString;
|
|
3916
3889
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
3917
|
-
status: z.
|
|
3890
|
+
status: z.ZodOptional<z.ZodString>;
|
|
3918
3891
|
}, "strip", z.ZodTypeAny, {
|
|
3919
3892
|
id: string;
|
|
3920
|
-
status: string | null;
|
|
3921
3893
|
createdAt: Date;
|
|
3922
3894
|
updatedAt: Date;
|
|
3923
3895
|
deletedAt: Date | null;
|
|
@@ -3926,9 +3898,9 @@ export declare const cxLogContract: {
|
|
|
3926
3898
|
bucketName: string;
|
|
3927
3899
|
fileSize: number;
|
|
3928
3900
|
fileUrl: string | null;
|
|
3901
|
+
status?: string | undefined;
|
|
3929
3902
|
}, {
|
|
3930
3903
|
id: string;
|
|
3931
|
-
status: string | null;
|
|
3932
3904
|
createdAt: Date;
|
|
3933
3905
|
updatedAt: Date;
|
|
3934
3906
|
deletedAt: Date | null;
|
|
@@ -3937,6 +3909,7 @@ export declare const cxLogContract: {
|
|
|
3937
3909
|
bucketName: string;
|
|
3938
3910
|
fileSize: number;
|
|
3939
3911
|
fileUrl: string | null;
|
|
3912
|
+
status?: string | undefined;
|
|
3940
3913
|
}>>>;
|
|
3941
3914
|
callParticipants: z.ZodNullable<z.ZodObject<{
|
|
3942
3915
|
callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -4059,9 +4032,9 @@ export declare const cxLogContract: {
|
|
|
4059
4032
|
telephonySignature: string | null;
|
|
4060
4033
|
}>;
|
|
4061
4034
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
|
4062
|
-
name: string;
|
|
4063
4035
|
id: string;
|
|
4064
4036
|
address: string | null;
|
|
4037
|
+
name: string;
|
|
4065
4038
|
email: string;
|
|
4066
4039
|
createdAt: Date;
|
|
4067
4040
|
updatedAt: Date;
|
|
@@ -4071,9 +4044,9 @@ export declare const cxLogContract: {
|
|
|
4071
4044
|
phone: string | null;
|
|
4072
4045
|
notificationCount: number | null;
|
|
4073
4046
|
}, {
|
|
4074
|
-
name: string;
|
|
4075
4047
|
id: string;
|
|
4076
4048
|
address: string | null;
|
|
4049
|
+
name: string;
|
|
4077
4050
|
email: string;
|
|
4078
4051
|
createdAt: Date;
|
|
4079
4052
|
updatedAt: Date;
|
|
@@ -4096,9 +4069,9 @@ export declare const cxLogContract: {
|
|
|
4096
4069
|
}, "strip", z.ZodTypeAny, {
|
|
4097
4070
|
id: string;
|
|
4098
4071
|
user: {
|
|
4099
|
-
name: string;
|
|
4100
4072
|
id: string;
|
|
4101
4073
|
address: string | null;
|
|
4074
|
+
name: string;
|
|
4102
4075
|
email: string;
|
|
4103
4076
|
createdAt: Date;
|
|
4104
4077
|
updatedAt: Date;
|
|
@@ -4121,9 +4094,9 @@ export declare const cxLogContract: {
|
|
|
4121
4094
|
}, {
|
|
4122
4095
|
id: string;
|
|
4123
4096
|
user: {
|
|
4124
|
-
name: string;
|
|
4125
4097
|
id: string;
|
|
4126
4098
|
address: string | null;
|
|
4099
|
+
name: string;
|
|
4127
4100
|
email: string;
|
|
4128
4101
|
createdAt: Date;
|
|
4129
4102
|
updatedAt: Date;
|
|
@@ -4264,9 +4237,9 @@ export declare const cxLogContract: {
|
|
|
4264
4237
|
telephonySignature: string | null;
|
|
4265
4238
|
}>;
|
|
4266
4239
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
|
4267
|
-
name: string;
|
|
4268
4240
|
id: string;
|
|
4269
4241
|
address: string | null;
|
|
4242
|
+
name: string;
|
|
4270
4243
|
email: string;
|
|
4271
4244
|
createdAt: Date;
|
|
4272
4245
|
updatedAt: Date;
|
|
@@ -4276,9 +4249,9 @@ export declare const cxLogContract: {
|
|
|
4276
4249
|
phone: string | null;
|
|
4277
4250
|
notificationCount: number | null;
|
|
4278
4251
|
}, {
|
|
4279
|
-
name: string;
|
|
4280
4252
|
id: string;
|
|
4281
4253
|
address: string | null;
|
|
4254
|
+
name: string;
|
|
4282
4255
|
email: string;
|
|
4283
4256
|
createdAt: Date;
|
|
4284
4257
|
updatedAt: Date;
|
|
@@ -4301,9 +4274,9 @@ export declare const cxLogContract: {
|
|
|
4301
4274
|
}, "strip", z.ZodTypeAny, {
|
|
4302
4275
|
id: string;
|
|
4303
4276
|
user: {
|
|
4304
|
-
name: string;
|
|
4305
4277
|
id: string;
|
|
4306
4278
|
address: string | null;
|
|
4279
|
+
name: string;
|
|
4307
4280
|
email: string;
|
|
4308
4281
|
createdAt: Date;
|
|
4309
4282
|
updatedAt: Date;
|
|
@@ -4326,9 +4299,9 @@ export declare const cxLogContract: {
|
|
|
4326
4299
|
}, {
|
|
4327
4300
|
id: string;
|
|
4328
4301
|
user: {
|
|
4329
|
-
name: string;
|
|
4330
4302
|
id: string;
|
|
4331
4303
|
address: string | null;
|
|
4304
|
+
name: string;
|
|
4332
4305
|
email: string;
|
|
4333
4306
|
createdAt: Date;
|
|
4334
4307
|
updatedAt: Date;
|
|
@@ -4353,9 +4326,9 @@ export declare const cxLogContract: {
|
|
|
4353
4326
|
callTo?: {
|
|
4354
4327
|
id: string;
|
|
4355
4328
|
user: {
|
|
4356
|
-
name: string;
|
|
4357
4329
|
id: string;
|
|
4358
4330
|
address: string | null;
|
|
4331
|
+
name: string;
|
|
4359
4332
|
email: string;
|
|
4360
4333
|
createdAt: Date;
|
|
4361
4334
|
updatedAt: Date;
|
|
@@ -4379,9 +4352,9 @@ export declare const cxLogContract: {
|
|
|
4379
4352
|
callFrom?: {
|
|
4380
4353
|
id: string;
|
|
4381
4354
|
user: {
|
|
4382
|
-
name: string;
|
|
4383
4355
|
id: string;
|
|
4384
4356
|
address: string | null;
|
|
4357
|
+
name: string;
|
|
4385
4358
|
email: string;
|
|
4386
4359
|
createdAt: Date;
|
|
4387
4360
|
updatedAt: Date;
|
|
@@ -4406,9 +4379,9 @@ export declare const cxLogContract: {
|
|
|
4406
4379
|
callTo?: {
|
|
4407
4380
|
id: string;
|
|
4408
4381
|
user: {
|
|
4409
|
-
name: string;
|
|
4410
4382
|
id: string;
|
|
4411
4383
|
address: string | null;
|
|
4384
|
+
name: string;
|
|
4412
4385
|
email: string;
|
|
4413
4386
|
createdAt: Date;
|
|
4414
4387
|
updatedAt: Date;
|
|
@@ -4432,9 +4405,9 @@ export declare const cxLogContract: {
|
|
|
4432
4405
|
callFrom?: {
|
|
4433
4406
|
id: string;
|
|
4434
4407
|
user: {
|
|
4435
|
-
name: string;
|
|
4436
4408
|
id: string;
|
|
4437
4409
|
address: string | null;
|
|
4410
|
+
name: string;
|
|
4438
4411
|
email: string;
|
|
4439
4412
|
createdAt: Date;
|
|
4440
4413
|
updatedAt: Date;
|
|
@@ -4588,9 +4561,9 @@ export declare const cxLogContract: {
|
|
|
4588
4561
|
telephonySignature: string | null;
|
|
4589
4562
|
}>;
|
|
4590
4563
|
}, "strip", z.ZodTypeAny, {
|
|
4591
|
-
name: string;
|
|
4592
4564
|
id: string;
|
|
4593
4565
|
address: string | null;
|
|
4566
|
+
name: string;
|
|
4594
4567
|
email: string;
|
|
4595
4568
|
createdAt: Date;
|
|
4596
4569
|
updatedAt: Date;
|
|
@@ -4631,9 +4604,9 @@ export declare const cxLogContract: {
|
|
|
4631
4604
|
telephonySignature: string | null;
|
|
4632
4605
|
};
|
|
4633
4606
|
}, {
|
|
4634
|
-
name: string;
|
|
4635
4607
|
id: string;
|
|
4636
4608
|
address: string | null;
|
|
4609
|
+
name: string;
|
|
4637
4610
|
email: string;
|
|
4638
4611
|
createdAt: Date;
|
|
4639
4612
|
updatedAt: Date;
|
|
@@ -4687,9 +4660,9 @@ export declare const cxLogContract: {
|
|
|
4687
4660
|
extensionName: string;
|
|
4688
4661
|
telephonySignature: string | null;
|
|
4689
4662
|
user?: {
|
|
4690
|
-
name: string;
|
|
4691
4663
|
id: string;
|
|
4692
4664
|
address: string | null;
|
|
4665
|
+
name: string;
|
|
4693
4666
|
email: string;
|
|
4694
4667
|
createdAt: Date;
|
|
4695
4668
|
updatedAt: Date;
|
|
@@ -4743,9 +4716,9 @@ export declare const cxLogContract: {
|
|
|
4743
4716
|
extensionName: string;
|
|
4744
4717
|
telephonySignature: string | null;
|
|
4745
4718
|
user?: {
|
|
4746
|
-
name: string;
|
|
4747
4719
|
id: string;
|
|
4748
4720
|
address: string | null;
|
|
4721
|
+
name: string;
|
|
4749
4722
|
email: string;
|
|
4750
4723
|
createdAt: Date;
|
|
4751
4724
|
updatedAt: Date;
|
|
@@ -4815,9 +4788,9 @@ export declare const cxLogContract: {
|
|
|
4815
4788
|
callTo?: {
|
|
4816
4789
|
id: string;
|
|
4817
4790
|
user: {
|
|
4818
|
-
name: string;
|
|
4819
4791
|
id: string;
|
|
4820
4792
|
address: string | null;
|
|
4793
|
+
name: string;
|
|
4821
4794
|
email: string;
|
|
4822
4795
|
createdAt: Date;
|
|
4823
4796
|
updatedAt: Date;
|
|
@@ -4841,9 +4814,9 @@ export declare const cxLogContract: {
|
|
|
4841
4814
|
callFrom?: {
|
|
4842
4815
|
id: string;
|
|
4843
4816
|
user: {
|
|
4844
|
-
name: string;
|
|
4845
4817
|
id: string;
|
|
4846
4818
|
address: string | null;
|
|
4819
|
+
name: string;
|
|
4847
4820
|
email: string;
|
|
4848
4821
|
createdAt: Date;
|
|
4849
4822
|
updatedAt: Date;
|
|
@@ -4869,10 +4842,10 @@ export declare const cxLogContract: {
|
|
|
4869
4842
|
telephonyQueueId: string | null;
|
|
4870
4843
|
contactId: string | null;
|
|
4871
4844
|
contact?: {
|
|
4872
|
-
name: string;
|
|
4873
4845
|
id: string;
|
|
4874
4846
|
channel: string | null;
|
|
4875
4847
|
address: string | null;
|
|
4848
|
+
name: string;
|
|
4876
4849
|
createdAt: Date;
|
|
4877
4850
|
updatedAt: Date;
|
|
4878
4851
|
deletedAt: Date | null;
|
|
@@ -4901,7 +4874,6 @@ export declare const cxLogContract: {
|
|
|
4901
4874
|
dateValue: Date | null;
|
|
4902
4875
|
uploads: {
|
|
4903
4876
|
id: string;
|
|
4904
|
-
status: string | null;
|
|
4905
4877
|
createdAt: Date;
|
|
4906
4878
|
updatedAt: Date;
|
|
4907
4879
|
deletedAt: Date | null;
|
|
@@ -4910,6 +4882,7 @@ export declare const cxLogContract: {
|
|
|
4910
4882
|
bucketName: string;
|
|
4911
4883
|
fileSize: number;
|
|
4912
4884
|
fileUrl: string | null;
|
|
4885
|
+
status?: string | undefined;
|
|
4913
4886
|
}[];
|
|
4914
4887
|
}[];
|
|
4915
4888
|
company: {
|
|
@@ -4917,8 +4890,8 @@ export declare const cxLogContract: {
|
|
|
4917
4890
|
createdAt: Date;
|
|
4918
4891
|
updatedAt: Date;
|
|
4919
4892
|
deletedAt: Date | null;
|
|
4920
|
-
name?: string | undefined;
|
|
4921
4893
|
address?: string | null | undefined;
|
|
4894
|
+
name?: string | undefined;
|
|
4922
4895
|
phone?: string | null | undefined;
|
|
4923
4896
|
industry?: string | null | undefined;
|
|
4924
4897
|
} | null;
|
|
@@ -4926,8 +4899,8 @@ export declare const cxLogContract: {
|
|
|
4926
4899
|
contactProfile: string | null;
|
|
4927
4900
|
socialProfileUrl: string | null;
|
|
4928
4901
|
tags: {
|
|
4929
|
-
name: string;
|
|
4930
4902
|
id: string;
|
|
4903
|
+
name: string;
|
|
4931
4904
|
createdAt: Date;
|
|
4932
4905
|
updatedAt: Date;
|
|
4933
4906
|
deletedAt: Date | null;
|
|
@@ -4952,8 +4925,8 @@ export declare const cxLogContract: {
|
|
|
4952
4925
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4953
4926
|
id: string;
|
|
4954
4927
|
metadata: {
|
|
4955
|
-
name: string;
|
|
4956
4928
|
id: string;
|
|
4929
|
+
name: string;
|
|
4957
4930
|
picture?: string | undefined;
|
|
4958
4931
|
additionalCredentials?: any;
|
|
4959
4932
|
};
|
|
@@ -4992,7 +4965,6 @@ export declare const cxLogContract: {
|
|
|
4992
4965
|
} | null | undefined;
|
|
4993
4966
|
upload?: {
|
|
4994
4967
|
id: string;
|
|
4995
|
-
status: string | null;
|
|
4996
4968
|
createdAt: Date;
|
|
4997
4969
|
updatedAt: Date;
|
|
4998
4970
|
deletedAt: Date | null;
|
|
@@ -5001,6 +4973,7 @@ export declare const cxLogContract: {
|
|
|
5001
4973
|
bucketName: string;
|
|
5002
4974
|
fileSize: number;
|
|
5003
4975
|
fileUrl: string | null;
|
|
4976
|
+
status?: string | undefined;
|
|
5004
4977
|
} | null | undefined;
|
|
5005
4978
|
extension?: {
|
|
5006
4979
|
id: string;
|
|
@@ -5015,9 +4988,9 @@ export declare const cxLogContract: {
|
|
|
5015
4988
|
extensionName: string;
|
|
5016
4989
|
telephonySignature: string | null;
|
|
5017
4990
|
user?: {
|
|
5018
|
-
name: string;
|
|
5019
4991
|
id: string;
|
|
5020
4992
|
address: string | null;
|
|
4993
|
+
name: string;
|
|
5021
4994
|
email: string;
|
|
5022
4995
|
createdAt: Date;
|
|
5023
4996
|
updatedAt: Date;
|
|
@@ -5085,9 +5058,9 @@ export declare const cxLogContract: {
|
|
|
5085
5058
|
callTo?: {
|
|
5086
5059
|
id: string;
|
|
5087
5060
|
user: {
|
|
5088
|
-
name: string;
|
|
5089
5061
|
id: string;
|
|
5090
5062
|
address: string | null;
|
|
5063
|
+
name: string;
|
|
5091
5064
|
email: string;
|
|
5092
5065
|
createdAt: Date;
|
|
5093
5066
|
updatedAt: Date;
|
|
@@ -5111,9 +5084,9 @@ export declare const cxLogContract: {
|
|
|
5111
5084
|
callFrom?: {
|
|
5112
5085
|
id: string;
|
|
5113
5086
|
user: {
|
|
5114
|
-
name: string;
|
|
5115
5087
|
id: string;
|
|
5116
5088
|
address: string | null;
|
|
5089
|
+
name: string;
|
|
5117
5090
|
email: string;
|
|
5118
5091
|
createdAt: Date;
|
|
5119
5092
|
updatedAt: Date;
|
|
@@ -5139,10 +5112,10 @@ export declare const cxLogContract: {
|
|
|
5139
5112
|
telephonyQueueId: string | null;
|
|
5140
5113
|
contactId: string | null;
|
|
5141
5114
|
contact?: {
|
|
5142
|
-
name: string;
|
|
5143
5115
|
id: string;
|
|
5144
5116
|
channel: string | null;
|
|
5145
5117
|
address: string | null;
|
|
5118
|
+
name: string;
|
|
5146
5119
|
createdAt: Date;
|
|
5147
5120
|
updatedAt: Date;
|
|
5148
5121
|
deletedAt: Date | null;
|
|
@@ -5171,7 +5144,6 @@ export declare const cxLogContract: {
|
|
|
5171
5144
|
dateValue: Date | null;
|
|
5172
5145
|
uploads: {
|
|
5173
5146
|
id: string;
|
|
5174
|
-
status: string | null;
|
|
5175
5147
|
createdAt: Date;
|
|
5176
5148
|
updatedAt: Date;
|
|
5177
5149
|
deletedAt: Date | null;
|
|
@@ -5180,6 +5152,7 @@ export declare const cxLogContract: {
|
|
|
5180
5152
|
bucketName: string;
|
|
5181
5153
|
fileSize: number;
|
|
5182
5154
|
fileUrl: string | null;
|
|
5155
|
+
status?: string | undefined;
|
|
5183
5156
|
}[];
|
|
5184
5157
|
}[];
|
|
5185
5158
|
company: {
|
|
@@ -5187,8 +5160,8 @@ export declare const cxLogContract: {
|
|
|
5187
5160
|
createdAt: Date;
|
|
5188
5161
|
updatedAt: Date;
|
|
5189
5162
|
deletedAt: Date | null;
|
|
5190
|
-
name?: string | undefined;
|
|
5191
5163
|
address?: string | null | undefined;
|
|
5164
|
+
name?: string | undefined;
|
|
5192
5165
|
phone?: string | null | undefined;
|
|
5193
5166
|
industry?: string | null | undefined;
|
|
5194
5167
|
} | null;
|
|
@@ -5196,8 +5169,8 @@ export declare const cxLogContract: {
|
|
|
5196
5169
|
contactProfile: string | null;
|
|
5197
5170
|
socialProfileUrl: string | null;
|
|
5198
5171
|
tags: {
|
|
5199
|
-
name: string;
|
|
5200
5172
|
id: string;
|
|
5173
|
+
name: string;
|
|
5201
5174
|
createdAt: Date;
|
|
5202
5175
|
updatedAt: Date;
|
|
5203
5176
|
deletedAt: Date | null;
|
|
@@ -5222,8 +5195,8 @@ export declare const cxLogContract: {
|
|
|
5222
5195
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5223
5196
|
id: string;
|
|
5224
5197
|
metadata: {
|
|
5225
|
-
name: string;
|
|
5226
5198
|
id: string;
|
|
5199
|
+
name: string;
|
|
5227
5200
|
picture?: string | undefined;
|
|
5228
5201
|
additionalCredentials?: any;
|
|
5229
5202
|
};
|
|
@@ -5262,7 +5235,6 @@ export declare const cxLogContract: {
|
|
|
5262
5235
|
} | null | undefined;
|
|
5263
5236
|
upload?: {
|
|
5264
5237
|
id: string;
|
|
5265
|
-
status: string | null;
|
|
5266
5238
|
createdAt: Date;
|
|
5267
5239
|
updatedAt: Date;
|
|
5268
5240
|
deletedAt: Date | null;
|
|
@@ -5271,6 +5243,7 @@ export declare const cxLogContract: {
|
|
|
5271
5243
|
bucketName: string;
|
|
5272
5244
|
fileSize: number;
|
|
5273
5245
|
fileUrl: string | null;
|
|
5246
|
+
status?: string | undefined;
|
|
5274
5247
|
} | null | undefined;
|
|
5275
5248
|
extension?: {
|
|
5276
5249
|
id: string;
|
|
@@ -5285,9 +5258,9 @@ export declare const cxLogContract: {
|
|
|
5285
5258
|
extensionName: string;
|
|
5286
5259
|
telephonySignature: string | null;
|
|
5287
5260
|
user?: {
|
|
5288
|
-
name: string;
|
|
5289
5261
|
id: string;
|
|
5290
5262
|
address: string | null;
|
|
5263
|
+
name: string;
|
|
5291
5264
|
email: string;
|
|
5292
5265
|
createdAt: Date;
|
|
5293
5266
|
updatedAt: Date;
|
|
@@ -5355,14 +5328,14 @@ export declare const cxLogContract: {
|
|
|
5355
5328
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5356
5329
|
name: z.ZodString;
|
|
5357
5330
|
}, "strip", z.ZodTypeAny, {
|
|
5358
|
-
name: string;
|
|
5359
5331
|
id: string;
|
|
5332
|
+
name: string;
|
|
5360
5333
|
createdAt: Date;
|
|
5361
5334
|
updatedAt: Date;
|
|
5362
5335
|
deletedAt: Date | null;
|
|
5363
5336
|
}, {
|
|
5364
|
-
name: string;
|
|
5365
5337
|
id: string;
|
|
5338
|
+
name: string;
|
|
5366
5339
|
createdAt: Date;
|
|
5367
5340
|
updatedAt: Date;
|
|
5368
5341
|
deletedAt: Date | null;
|
|
@@ -5518,8 +5491,8 @@ export declare const cxLogContract: {
|
|
|
5518
5491
|
createdAt: Date;
|
|
5519
5492
|
updatedAt: Date;
|
|
5520
5493
|
deletedAt: Date | null;
|
|
5521
|
-
name?: string | undefined;
|
|
5522
5494
|
address?: string | null | undefined;
|
|
5495
|
+
name?: string | undefined;
|
|
5523
5496
|
phone?: string | null | undefined;
|
|
5524
5497
|
industry?: string | null | undefined;
|
|
5525
5498
|
}, {
|
|
@@ -5527,8 +5500,8 @@ export declare const cxLogContract: {
|
|
|
5527
5500
|
createdAt: Date;
|
|
5528
5501
|
updatedAt: Date;
|
|
5529
5502
|
deletedAt: Date | null;
|
|
5530
|
-
name?: string | undefined;
|
|
5531
5503
|
address?: string | null | undefined;
|
|
5504
|
+
name?: string | undefined;
|
|
5532
5505
|
phone?: string | null | undefined;
|
|
5533
5506
|
industry?: string | null | undefined;
|
|
5534
5507
|
}>>;
|
|
@@ -5546,13 +5519,13 @@ export declare const cxLogContract: {
|
|
|
5546
5519
|
picture: z.ZodOptional<z.ZodString>;
|
|
5547
5520
|
additionalCredentials: z.ZodAny;
|
|
5548
5521
|
}, "strip", z.ZodTypeAny, {
|
|
5549
|
-
name: string;
|
|
5550
5522
|
id: string;
|
|
5523
|
+
name: string;
|
|
5551
5524
|
picture?: string | undefined;
|
|
5552
5525
|
additionalCredentials?: any;
|
|
5553
5526
|
}, {
|
|
5554
|
-
name: string;
|
|
5555
5527
|
id: string;
|
|
5528
|
+
name: string;
|
|
5556
5529
|
picture?: string | undefined;
|
|
5557
5530
|
additionalCredentials?: any;
|
|
5558
5531
|
}>;
|
|
@@ -5560,8 +5533,8 @@ export declare const cxLogContract: {
|
|
|
5560
5533
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5561
5534
|
id: string;
|
|
5562
5535
|
metadata: {
|
|
5563
|
-
name: string;
|
|
5564
5536
|
id: string;
|
|
5537
|
+
name: string;
|
|
5565
5538
|
picture?: string | undefined;
|
|
5566
5539
|
additionalCredentials?: any;
|
|
5567
5540
|
};
|
|
@@ -5574,8 +5547,8 @@ export declare const cxLogContract: {
|
|
|
5574
5547
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5575
5548
|
id: string;
|
|
5576
5549
|
metadata: {
|
|
5577
|
-
name: string;
|
|
5578
5550
|
id: string;
|
|
5551
|
+
name: string;
|
|
5579
5552
|
picture?: string | undefined;
|
|
5580
5553
|
additionalCredentials?: any;
|
|
5581
5554
|
};
|
|
@@ -5685,10 +5658,9 @@ export declare const cxLogContract: {
|
|
|
5685
5658
|
fileSize: z.ZodNumber;
|
|
5686
5659
|
fileKey: z.ZodString;
|
|
5687
5660
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
5688
|
-
status: z.
|
|
5661
|
+
status: z.ZodOptional<z.ZodString>;
|
|
5689
5662
|
}, "strip", z.ZodTypeAny, {
|
|
5690
5663
|
id: string;
|
|
5691
|
-
status: string | null;
|
|
5692
5664
|
createdAt: Date;
|
|
5693
5665
|
updatedAt: Date;
|
|
5694
5666
|
deletedAt: Date | null;
|
|
@@ -5697,9 +5669,9 @@ export declare const cxLogContract: {
|
|
|
5697
5669
|
bucketName: string;
|
|
5698
5670
|
fileSize: number;
|
|
5699
5671
|
fileUrl: string | null;
|
|
5672
|
+
status?: string | undefined;
|
|
5700
5673
|
}, {
|
|
5701
5674
|
id: string;
|
|
5702
|
-
status: string | null;
|
|
5703
5675
|
createdAt: Date;
|
|
5704
5676
|
updatedAt: Date;
|
|
5705
5677
|
deletedAt: Date | null;
|
|
@@ -5708,6 +5680,7 @@ export declare const cxLogContract: {
|
|
|
5708
5680
|
bucketName: string;
|
|
5709
5681
|
fileSize: number;
|
|
5710
5682
|
fileUrl: string | null;
|
|
5683
|
+
status?: string | undefined;
|
|
5711
5684
|
}>, "many">;
|
|
5712
5685
|
}, "strip", z.ZodTypeAny, {
|
|
5713
5686
|
id: string;
|
|
@@ -5734,7 +5707,6 @@ export declare const cxLogContract: {
|
|
|
5734
5707
|
dateValue: Date | null;
|
|
5735
5708
|
uploads: {
|
|
5736
5709
|
id: string;
|
|
5737
|
-
status: string | null;
|
|
5738
5710
|
createdAt: Date;
|
|
5739
5711
|
updatedAt: Date;
|
|
5740
5712
|
deletedAt: Date | null;
|
|
@@ -5743,6 +5715,7 @@ export declare const cxLogContract: {
|
|
|
5743
5715
|
bucketName: string;
|
|
5744
5716
|
fileSize: number;
|
|
5745
5717
|
fileUrl: string | null;
|
|
5718
|
+
status?: string | undefined;
|
|
5746
5719
|
}[];
|
|
5747
5720
|
}, {
|
|
5748
5721
|
id: string;
|
|
@@ -5769,7 +5742,6 @@ export declare const cxLogContract: {
|
|
|
5769
5742
|
dateValue: Date | null;
|
|
5770
5743
|
uploads: {
|
|
5771
5744
|
id: string;
|
|
5772
|
-
status: string | null;
|
|
5773
5745
|
createdAt: Date;
|
|
5774
5746
|
updatedAt: Date;
|
|
5775
5747
|
deletedAt: Date | null;
|
|
@@ -5778,6 +5750,7 @@ export declare const cxLogContract: {
|
|
|
5778
5750
|
bucketName: string;
|
|
5779
5751
|
fileSize: number;
|
|
5780
5752
|
fileUrl: string | null;
|
|
5753
|
+
status?: string | undefined;
|
|
5781
5754
|
}[];
|
|
5782
5755
|
}>, "many">;
|
|
5783
5756
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -5885,10 +5858,10 @@ export declare const cxLogContract: {
|
|
|
5885
5858
|
};
|
|
5886
5859
|
}>, "many">>;
|
|
5887
5860
|
}, "strip", z.ZodTypeAny, {
|
|
5888
|
-
name: string;
|
|
5889
5861
|
id: string;
|
|
5890
5862
|
channel: string | null;
|
|
5891
5863
|
address: string | null;
|
|
5864
|
+
name: string;
|
|
5892
5865
|
createdAt: Date;
|
|
5893
5866
|
updatedAt: Date;
|
|
5894
5867
|
deletedAt: Date | null;
|
|
@@ -5917,7 +5890,6 @@ export declare const cxLogContract: {
|
|
|
5917
5890
|
dateValue: Date | null;
|
|
5918
5891
|
uploads: {
|
|
5919
5892
|
id: string;
|
|
5920
|
-
status: string | null;
|
|
5921
5893
|
createdAt: Date;
|
|
5922
5894
|
updatedAt: Date;
|
|
5923
5895
|
deletedAt: Date | null;
|
|
@@ -5926,6 +5898,7 @@ export declare const cxLogContract: {
|
|
|
5926
5898
|
bucketName: string;
|
|
5927
5899
|
fileSize: number;
|
|
5928
5900
|
fileUrl: string | null;
|
|
5901
|
+
status?: string | undefined;
|
|
5929
5902
|
}[];
|
|
5930
5903
|
}[];
|
|
5931
5904
|
company: {
|
|
@@ -5933,8 +5906,8 @@ export declare const cxLogContract: {
|
|
|
5933
5906
|
createdAt: Date;
|
|
5934
5907
|
updatedAt: Date;
|
|
5935
5908
|
deletedAt: Date | null;
|
|
5936
|
-
name?: string | undefined;
|
|
5937
5909
|
address?: string | null | undefined;
|
|
5910
|
+
name?: string | undefined;
|
|
5938
5911
|
phone?: string | null | undefined;
|
|
5939
5912
|
industry?: string | null | undefined;
|
|
5940
5913
|
} | null;
|
|
@@ -5942,8 +5915,8 @@ export declare const cxLogContract: {
|
|
|
5942
5915
|
contactProfile: string | null;
|
|
5943
5916
|
socialProfileUrl: string | null;
|
|
5944
5917
|
tags: {
|
|
5945
|
-
name: string;
|
|
5946
5918
|
id: string;
|
|
5919
|
+
name: string;
|
|
5947
5920
|
createdAt: Date;
|
|
5948
5921
|
updatedAt: Date;
|
|
5949
5922
|
deletedAt: Date | null;
|
|
@@ -5968,8 +5941,8 @@ export declare const cxLogContract: {
|
|
|
5968
5941
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5969
5942
|
id: string;
|
|
5970
5943
|
metadata: {
|
|
5971
|
-
name: string;
|
|
5972
5944
|
id: string;
|
|
5945
|
+
name: string;
|
|
5973
5946
|
picture?: string | undefined;
|
|
5974
5947
|
additionalCredentials?: any;
|
|
5975
5948
|
};
|
|
@@ -5996,10 +5969,10 @@ export declare const cxLogContract: {
|
|
|
5996
5969
|
};
|
|
5997
5970
|
}[] | undefined;
|
|
5998
5971
|
}, {
|
|
5999
|
-
name: string;
|
|
6000
5972
|
id: string;
|
|
6001
5973
|
channel: string | null;
|
|
6002
5974
|
address: string | null;
|
|
5975
|
+
name: string;
|
|
6003
5976
|
createdAt: Date;
|
|
6004
5977
|
updatedAt: Date;
|
|
6005
5978
|
deletedAt: Date | null;
|
|
@@ -6028,7 +6001,6 @@ export declare const cxLogContract: {
|
|
|
6028
6001
|
dateValue: Date | null;
|
|
6029
6002
|
uploads: {
|
|
6030
6003
|
id: string;
|
|
6031
|
-
status: string | null;
|
|
6032
6004
|
createdAt: Date;
|
|
6033
6005
|
updatedAt: Date;
|
|
6034
6006
|
deletedAt: Date | null;
|
|
@@ -6037,6 +6009,7 @@ export declare const cxLogContract: {
|
|
|
6037
6009
|
bucketName: string;
|
|
6038
6010
|
fileSize: number;
|
|
6039
6011
|
fileUrl: string | null;
|
|
6012
|
+
status?: string | undefined;
|
|
6040
6013
|
}[];
|
|
6041
6014
|
}[];
|
|
6042
6015
|
company: {
|
|
@@ -6044,8 +6017,8 @@ export declare const cxLogContract: {
|
|
|
6044
6017
|
createdAt: Date;
|
|
6045
6018
|
updatedAt: Date;
|
|
6046
6019
|
deletedAt: Date | null;
|
|
6047
|
-
name?: string | undefined;
|
|
6048
6020
|
address?: string | null | undefined;
|
|
6021
|
+
name?: string | undefined;
|
|
6049
6022
|
phone?: string | null | undefined;
|
|
6050
6023
|
industry?: string | null | undefined;
|
|
6051
6024
|
} | null;
|
|
@@ -6053,8 +6026,8 @@ export declare const cxLogContract: {
|
|
|
6053
6026
|
contactProfile: string | null;
|
|
6054
6027
|
socialProfileUrl: string | null;
|
|
6055
6028
|
tags: {
|
|
6056
|
-
name: string;
|
|
6057
6029
|
id: string;
|
|
6030
|
+
name: string;
|
|
6058
6031
|
createdAt: Date;
|
|
6059
6032
|
updatedAt: Date;
|
|
6060
6033
|
deletedAt: Date | null;
|
|
@@ -6079,8 +6052,8 @@ export declare const cxLogContract: {
|
|
|
6079
6052
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6080
6053
|
id: string;
|
|
6081
6054
|
metadata: {
|
|
6082
|
-
name: string;
|
|
6083
6055
|
id: string;
|
|
6056
|
+
name: string;
|
|
6084
6057
|
picture?: string | undefined;
|
|
6085
6058
|
additionalCredentials?: any;
|
|
6086
6059
|
};
|
|
@@ -6225,9 +6198,9 @@ export declare const cxLogContract: {
|
|
|
6225
6198
|
telephonySignature: string | null;
|
|
6226
6199
|
}>;
|
|
6227
6200
|
}, "strip", z.ZodTypeAny, {
|
|
6228
|
-
name: string;
|
|
6229
6201
|
id: string;
|
|
6230
6202
|
address: string | null;
|
|
6203
|
+
name: string;
|
|
6231
6204
|
email: string;
|
|
6232
6205
|
createdAt: Date;
|
|
6233
6206
|
updatedAt: Date;
|
|
@@ -6268,9 +6241,9 @@ export declare const cxLogContract: {
|
|
|
6268
6241
|
telephonySignature: string | null;
|
|
6269
6242
|
};
|
|
6270
6243
|
}, {
|
|
6271
|
-
name: string;
|
|
6272
6244
|
id: string;
|
|
6273
6245
|
address: string | null;
|
|
6246
|
+
name: string;
|
|
6274
6247
|
email: string;
|
|
6275
6248
|
createdAt: Date;
|
|
6276
6249
|
updatedAt: Date;
|
|
@@ -6429,9 +6402,9 @@ export declare const cxLogContract: {
|
|
|
6429
6402
|
telephonySignature: string | null;
|
|
6430
6403
|
}>;
|
|
6431
6404
|
}, "strip", z.ZodTypeAny, {
|
|
6432
|
-
name: string;
|
|
6433
6405
|
id: string;
|
|
6434
6406
|
address: string | null;
|
|
6407
|
+
name: string;
|
|
6435
6408
|
email: string;
|
|
6436
6409
|
createdAt: Date;
|
|
6437
6410
|
updatedAt: Date;
|
|
@@ -6472,9 +6445,9 @@ export declare const cxLogContract: {
|
|
|
6472
6445
|
telephonySignature: string | null;
|
|
6473
6446
|
};
|
|
6474
6447
|
}, {
|
|
6475
|
-
name: string;
|
|
6476
6448
|
id: string;
|
|
6477
6449
|
address: string | null;
|
|
6450
|
+
name: string;
|
|
6478
6451
|
email: string;
|
|
6479
6452
|
createdAt: Date;
|
|
6480
6453
|
updatedAt: Date;
|
|
@@ -6633,9 +6606,9 @@ export declare const cxLogContract: {
|
|
|
6633
6606
|
telephonySignature: string | null;
|
|
6634
6607
|
}>;
|
|
6635
6608
|
}, "strip", z.ZodTypeAny, {
|
|
6636
|
-
name: string;
|
|
6637
6609
|
id: string;
|
|
6638
6610
|
address: string | null;
|
|
6611
|
+
name: string;
|
|
6639
6612
|
email: string;
|
|
6640
6613
|
createdAt: Date;
|
|
6641
6614
|
updatedAt: Date;
|
|
@@ -6676,9 +6649,9 @@ export declare const cxLogContract: {
|
|
|
6676
6649
|
telephonySignature: string | null;
|
|
6677
6650
|
};
|
|
6678
6651
|
}, {
|
|
6679
|
-
name: string;
|
|
6680
6652
|
id: string;
|
|
6681
6653
|
address: string | null;
|
|
6654
|
+
name: string;
|
|
6682
6655
|
email: string;
|
|
6683
6656
|
createdAt: Date;
|
|
6684
6657
|
updatedAt: Date;
|
|
@@ -6720,34 +6693,6 @@ export declare const cxLogContract: {
|
|
|
6720
6693
|
};
|
|
6721
6694
|
}>>;
|
|
6722
6695
|
contactLabel: z.ZodArray<z.ZodString, "many">;
|
|
6723
|
-
cxIntelligence: z.ZodObject<{
|
|
6724
|
-
id: z.ZodString;
|
|
6725
|
-
intelligenceType: z.ZodString;
|
|
6726
|
-
provider: z.ZodString;
|
|
6727
|
-
cxLogId: z.ZodString;
|
|
6728
|
-
transcript: z.ZodString;
|
|
6729
|
-
summary: z.ZodString;
|
|
6730
|
-
usage: z.ZodNumber;
|
|
6731
|
-
usageUnit: z.ZodString;
|
|
6732
|
-
}, "strip", z.ZodTypeAny, {
|
|
6733
|
-
id: string;
|
|
6734
|
-
summary: string;
|
|
6735
|
-
cxLogId: string;
|
|
6736
|
-
intelligenceType: string;
|
|
6737
|
-
provider: string;
|
|
6738
|
-
transcript: string;
|
|
6739
|
-
usage: number;
|
|
6740
|
-
usageUnit: string;
|
|
6741
|
-
}, {
|
|
6742
|
-
id: string;
|
|
6743
|
-
summary: string;
|
|
6744
|
-
cxLogId: string;
|
|
6745
|
-
intelligenceType: string;
|
|
6746
|
-
provider: string;
|
|
6747
|
-
transcript: string;
|
|
6748
|
-
usage: number;
|
|
6749
|
-
usageUnit: string;
|
|
6750
|
-
}>;
|
|
6751
6696
|
}, "strip", z.ZodTypeAny, {
|
|
6752
6697
|
id: string;
|
|
6753
6698
|
channel: string | null;
|
|
@@ -6757,10 +6702,10 @@ export declare const cxLogContract: {
|
|
|
6757
6702
|
deletedAt: Date | null;
|
|
6758
6703
|
entityId: string;
|
|
6759
6704
|
contact: {
|
|
6760
|
-
name: string;
|
|
6761
6705
|
id: string;
|
|
6762
6706
|
channel: string | null;
|
|
6763
6707
|
address: string | null;
|
|
6708
|
+
name: string;
|
|
6764
6709
|
createdAt: Date;
|
|
6765
6710
|
updatedAt: Date;
|
|
6766
6711
|
deletedAt: Date | null;
|
|
@@ -6789,7 +6734,6 @@ export declare const cxLogContract: {
|
|
|
6789
6734
|
dateValue: Date | null;
|
|
6790
6735
|
uploads: {
|
|
6791
6736
|
id: string;
|
|
6792
|
-
status: string | null;
|
|
6793
6737
|
createdAt: Date;
|
|
6794
6738
|
updatedAt: Date;
|
|
6795
6739
|
deletedAt: Date | null;
|
|
@@ -6798,6 +6742,7 @@ export declare const cxLogContract: {
|
|
|
6798
6742
|
bucketName: string;
|
|
6799
6743
|
fileSize: number;
|
|
6800
6744
|
fileUrl: string | null;
|
|
6745
|
+
status?: string | undefined;
|
|
6801
6746
|
}[];
|
|
6802
6747
|
}[];
|
|
6803
6748
|
company: {
|
|
@@ -6805,8 +6750,8 @@ export declare const cxLogContract: {
|
|
|
6805
6750
|
createdAt: Date;
|
|
6806
6751
|
updatedAt: Date;
|
|
6807
6752
|
deletedAt: Date | null;
|
|
6808
|
-
name?: string | undefined;
|
|
6809
6753
|
address?: string | null | undefined;
|
|
6754
|
+
name?: string | undefined;
|
|
6810
6755
|
phone?: string | null | undefined;
|
|
6811
6756
|
industry?: string | null | undefined;
|
|
6812
6757
|
} | null;
|
|
@@ -6814,8 +6759,8 @@ export declare const cxLogContract: {
|
|
|
6814
6759
|
contactProfile: string | null;
|
|
6815
6760
|
socialProfileUrl: string | null;
|
|
6816
6761
|
tags: {
|
|
6817
|
-
name: string;
|
|
6818
6762
|
id: string;
|
|
6763
|
+
name: string;
|
|
6819
6764
|
createdAt: Date;
|
|
6820
6765
|
updatedAt: Date;
|
|
6821
6766
|
deletedAt: Date | null;
|
|
@@ -6840,8 +6785,8 @@ export declare const cxLogContract: {
|
|
|
6840
6785
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6841
6786
|
id: string;
|
|
6842
6787
|
metadata: {
|
|
6843
|
-
name: string;
|
|
6844
6788
|
id: string;
|
|
6789
|
+
name: string;
|
|
6845
6790
|
picture?: string | undefined;
|
|
6846
6791
|
additionalCredentials?: any;
|
|
6847
6792
|
};
|
|
@@ -6907,8 +6852,8 @@ export declare const cxLogContract: {
|
|
|
6907
6852
|
}[];
|
|
6908
6853
|
}[];
|
|
6909
6854
|
tags: {
|
|
6910
|
-
name: string;
|
|
6911
6855
|
id: string;
|
|
6856
|
+
name: string;
|
|
6912
6857
|
createdAt: Date;
|
|
6913
6858
|
updatedAt: Date;
|
|
6914
6859
|
deletedAt: Date | null;
|
|
@@ -6947,29 +6892,26 @@ export declare const cxLogContract: {
|
|
|
6947
6892
|
room: {
|
|
6948
6893
|
id: string;
|
|
6949
6894
|
channel: {
|
|
6950
|
-
name: string;
|
|
6951
6895
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6952
6896
|
id: string;
|
|
6897
|
+
name: string;
|
|
6953
6898
|
metadata: {
|
|
6954
|
-
name: string;
|
|
6955
6899
|
id: string;
|
|
6900
|
+
name: string;
|
|
6956
6901
|
accessToken?: string | undefined;
|
|
6957
6902
|
channelSecret?: string | undefined;
|
|
6958
6903
|
additionalCredentials?: any;
|
|
6959
6904
|
senderId?: string | undefined;
|
|
6960
6905
|
whatsapp?: {
|
|
6961
|
-
|
|
6962
|
-
wabaExternalId
|
|
6963
|
-
phoneNumberId
|
|
6964
|
-
|
|
6965
|
-
clientId?: string |
|
|
6966
|
-
channelId?: string |
|
|
6967
|
-
|
|
6968
|
-
qr?: string | null | undefined;
|
|
6969
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
6906
|
+
email: string;
|
|
6907
|
+
wabaExternalId: string;
|
|
6908
|
+
phoneNumberId: string;
|
|
6909
|
+
wabaBusinessId?: string | undefined;
|
|
6910
|
+
clientId?: string | undefined;
|
|
6911
|
+
channelId?: string | undefined;
|
|
6912
|
+
status?: "active" | "pending" | undefined;
|
|
6970
6913
|
apiKey?: string | undefined;
|
|
6971
6914
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
6972
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
6973
6915
|
} | undefined;
|
|
6974
6916
|
vonageCredentials?: {
|
|
6975
6917
|
apiKey: string;
|
|
@@ -6985,9 +6927,9 @@ export declare const cxLogContract: {
|
|
|
6985
6927
|
updatedAt: Date;
|
|
6986
6928
|
deletedAt: Date | null;
|
|
6987
6929
|
actor: {
|
|
6988
|
-
name: string;
|
|
6989
6930
|
id: string;
|
|
6990
6931
|
address: string | null;
|
|
6932
|
+
name: string;
|
|
6991
6933
|
email: string;
|
|
6992
6934
|
createdAt: Date;
|
|
6993
6935
|
updatedAt: Date;
|
|
@@ -7034,8 +6976,8 @@ export declare const cxLogContract: {
|
|
|
7034
6976
|
connectedUserName: string;
|
|
7035
6977
|
connectedUserId: string;
|
|
7036
6978
|
botpressBot: {
|
|
7037
|
-
name: string;
|
|
7038
6979
|
id: string;
|
|
6980
|
+
name: string;
|
|
7039
6981
|
accessToken: string;
|
|
7040
6982
|
botId: string;
|
|
7041
6983
|
integrationId: string;
|
|
@@ -7046,9 +6988,9 @@ export declare const cxLogContract: {
|
|
|
7046
6988
|
updatedAt: Date;
|
|
7047
6989
|
deletedAt: Date | null;
|
|
7048
6990
|
actor: {
|
|
7049
|
-
name: string;
|
|
7050
6991
|
id: string;
|
|
7051
6992
|
address: string | null;
|
|
6993
|
+
name: string;
|
|
7052
6994
|
email: string;
|
|
7053
6995
|
createdAt: Date;
|
|
7054
6996
|
updatedAt: Date;
|
|
@@ -7100,8 +7042,8 @@ export declare const cxLogContract: {
|
|
|
7100
7042
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7101
7043
|
id: string;
|
|
7102
7044
|
metadata: {
|
|
7103
|
-
name: string;
|
|
7104
7045
|
id: string;
|
|
7046
|
+
name: string;
|
|
7105
7047
|
picture?: string | undefined;
|
|
7106
7048
|
additionalCredentials?: any;
|
|
7107
7049
|
};
|
|
@@ -7109,10 +7051,10 @@ export declare const cxLogContract: {
|
|
|
7109
7051
|
updatedAt: Date;
|
|
7110
7052
|
deletedAt: Date | null;
|
|
7111
7053
|
contact: {
|
|
7112
|
-
name: string;
|
|
7113
7054
|
id: string;
|
|
7114
7055
|
channel: string | null;
|
|
7115
7056
|
address: string | null;
|
|
7057
|
+
name: string;
|
|
7116
7058
|
createdAt: Date;
|
|
7117
7059
|
updatedAt: Date;
|
|
7118
7060
|
deletedAt: Date | null;
|
|
@@ -7141,7 +7083,6 @@ export declare const cxLogContract: {
|
|
|
7141
7083
|
dateValue: Date | null;
|
|
7142
7084
|
uploads: {
|
|
7143
7085
|
id: string;
|
|
7144
|
-
status: string | null;
|
|
7145
7086
|
createdAt: Date;
|
|
7146
7087
|
updatedAt: Date;
|
|
7147
7088
|
deletedAt: Date | null;
|
|
@@ -7150,6 +7091,7 @@ export declare const cxLogContract: {
|
|
|
7150
7091
|
bucketName: string;
|
|
7151
7092
|
fileSize: number;
|
|
7152
7093
|
fileUrl: string | null;
|
|
7094
|
+
status?: string | undefined;
|
|
7153
7095
|
}[];
|
|
7154
7096
|
}[];
|
|
7155
7097
|
company: {
|
|
@@ -7157,8 +7099,8 @@ export declare const cxLogContract: {
|
|
|
7157
7099
|
createdAt: Date;
|
|
7158
7100
|
updatedAt: Date;
|
|
7159
7101
|
deletedAt: Date | null;
|
|
7160
|
-
name?: string | undefined;
|
|
7161
7102
|
address?: string | null | undefined;
|
|
7103
|
+
name?: string | undefined;
|
|
7162
7104
|
phone?: string | null | undefined;
|
|
7163
7105
|
industry?: string | null | undefined;
|
|
7164
7106
|
} | null;
|
|
@@ -7166,8 +7108,8 @@ export declare const cxLogContract: {
|
|
|
7166
7108
|
contactProfile: string | null;
|
|
7167
7109
|
socialProfileUrl: string | null;
|
|
7168
7110
|
tags: {
|
|
7169
|
-
name: string;
|
|
7170
7111
|
id: string;
|
|
7112
|
+
name: string;
|
|
7171
7113
|
createdAt: Date;
|
|
7172
7114
|
updatedAt: Date;
|
|
7173
7115
|
deletedAt: Date | null;
|
|
@@ -7192,8 +7134,8 @@ export declare const cxLogContract: {
|
|
|
7192
7134
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7193
7135
|
id: string;
|
|
7194
7136
|
metadata: {
|
|
7195
|
-
name: string;
|
|
7196
7137
|
id: string;
|
|
7138
|
+
name: string;
|
|
7197
7139
|
picture?: string | undefined;
|
|
7198
7140
|
additionalCredentials?: any;
|
|
7199
7141
|
};
|
|
@@ -7224,9 +7166,9 @@ export declare const cxLogContract: {
|
|
|
7224
7166
|
socialPlatformId: string;
|
|
7225
7167
|
};
|
|
7226
7168
|
assignee: {
|
|
7227
|
-
name: string;
|
|
7228
7169
|
id: string;
|
|
7229
7170
|
address: string | null;
|
|
7171
|
+
name: string;
|
|
7230
7172
|
email: string;
|
|
7231
7173
|
createdAt: Date;
|
|
7232
7174
|
updatedAt: Date;
|
|
@@ -7294,9 +7236,9 @@ export declare const cxLogContract: {
|
|
|
7294
7236
|
callTo?: {
|
|
7295
7237
|
id: string;
|
|
7296
7238
|
user: {
|
|
7297
|
-
name: string;
|
|
7298
7239
|
id: string;
|
|
7299
7240
|
address: string | null;
|
|
7241
|
+
name: string;
|
|
7300
7242
|
email: string;
|
|
7301
7243
|
createdAt: Date;
|
|
7302
7244
|
updatedAt: Date;
|
|
@@ -7320,9 +7262,9 @@ export declare const cxLogContract: {
|
|
|
7320
7262
|
callFrom?: {
|
|
7321
7263
|
id: string;
|
|
7322
7264
|
user: {
|
|
7323
|
-
name: string;
|
|
7324
7265
|
id: string;
|
|
7325
7266
|
address: string | null;
|
|
7267
|
+
name: string;
|
|
7326
7268
|
email: string;
|
|
7327
7269
|
createdAt: Date;
|
|
7328
7270
|
updatedAt: Date;
|
|
@@ -7348,10 +7290,10 @@ export declare const cxLogContract: {
|
|
|
7348
7290
|
telephonyQueueId: string | null;
|
|
7349
7291
|
contactId: string | null;
|
|
7350
7292
|
contact?: {
|
|
7351
|
-
name: string;
|
|
7352
7293
|
id: string;
|
|
7353
7294
|
channel: string | null;
|
|
7354
7295
|
address: string | null;
|
|
7296
|
+
name: string;
|
|
7355
7297
|
createdAt: Date;
|
|
7356
7298
|
updatedAt: Date;
|
|
7357
7299
|
deletedAt: Date | null;
|
|
@@ -7380,7 +7322,6 @@ export declare const cxLogContract: {
|
|
|
7380
7322
|
dateValue: Date | null;
|
|
7381
7323
|
uploads: {
|
|
7382
7324
|
id: string;
|
|
7383
|
-
status: string | null;
|
|
7384
7325
|
createdAt: Date;
|
|
7385
7326
|
updatedAt: Date;
|
|
7386
7327
|
deletedAt: Date | null;
|
|
@@ -7389,6 +7330,7 @@ export declare const cxLogContract: {
|
|
|
7389
7330
|
bucketName: string;
|
|
7390
7331
|
fileSize: number;
|
|
7391
7332
|
fileUrl: string | null;
|
|
7333
|
+
status?: string | undefined;
|
|
7392
7334
|
}[];
|
|
7393
7335
|
}[];
|
|
7394
7336
|
company: {
|
|
@@ -7396,8 +7338,8 @@ export declare const cxLogContract: {
|
|
|
7396
7338
|
createdAt: Date;
|
|
7397
7339
|
updatedAt: Date;
|
|
7398
7340
|
deletedAt: Date | null;
|
|
7399
|
-
name?: string | undefined;
|
|
7400
7341
|
address?: string | null | undefined;
|
|
7342
|
+
name?: string | undefined;
|
|
7401
7343
|
phone?: string | null | undefined;
|
|
7402
7344
|
industry?: string | null | undefined;
|
|
7403
7345
|
} | null;
|
|
@@ -7405,8 +7347,8 @@ export declare const cxLogContract: {
|
|
|
7405
7347
|
contactProfile: string | null;
|
|
7406
7348
|
socialProfileUrl: string | null;
|
|
7407
7349
|
tags: {
|
|
7408
|
-
name: string;
|
|
7409
7350
|
id: string;
|
|
7351
|
+
name: string;
|
|
7410
7352
|
createdAt: Date;
|
|
7411
7353
|
updatedAt: Date;
|
|
7412
7354
|
deletedAt: Date | null;
|
|
@@ -7431,8 +7373,8 @@ export declare const cxLogContract: {
|
|
|
7431
7373
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7432
7374
|
id: string;
|
|
7433
7375
|
metadata: {
|
|
7434
|
-
name: string;
|
|
7435
7376
|
id: string;
|
|
7377
|
+
name: string;
|
|
7436
7378
|
picture?: string | undefined;
|
|
7437
7379
|
additionalCredentials?: any;
|
|
7438
7380
|
};
|
|
@@ -7471,7 +7413,6 @@ export declare const cxLogContract: {
|
|
|
7471
7413
|
} | null | undefined;
|
|
7472
7414
|
upload?: {
|
|
7473
7415
|
id: string;
|
|
7474
|
-
status: string | null;
|
|
7475
7416
|
createdAt: Date;
|
|
7476
7417
|
updatedAt: Date;
|
|
7477
7418
|
deletedAt: Date | null;
|
|
@@ -7480,6 +7421,7 @@ export declare const cxLogContract: {
|
|
|
7480
7421
|
bucketName: string;
|
|
7481
7422
|
fileSize: number;
|
|
7482
7423
|
fileUrl: string | null;
|
|
7424
|
+
status?: string | undefined;
|
|
7483
7425
|
} | null | undefined;
|
|
7484
7426
|
extension?: {
|
|
7485
7427
|
id: string;
|
|
@@ -7494,9 +7436,9 @@ export declare const cxLogContract: {
|
|
|
7494
7436
|
extensionName: string;
|
|
7495
7437
|
telephonySignature: string | null;
|
|
7496
7438
|
user?: {
|
|
7497
|
-
name: string;
|
|
7498
7439
|
id: string;
|
|
7499
7440
|
address: string | null;
|
|
7441
|
+
name: string;
|
|
7500
7442
|
email: string;
|
|
7501
7443
|
createdAt: Date;
|
|
7502
7444
|
updatedAt: Date;
|
|
@@ -7543,9 +7485,9 @@ export declare const cxLogContract: {
|
|
|
7543
7485
|
queueName?: string | null | undefined;
|
|
7544
7486
|
} | null;
|
|
7545
7487
|
firstAssignee: {
|
|
7546
|
-
name: string;
|
|
7547
7488
|
id: string;
|
|
7548
7489
|
address: string | null;
|
|
7490
|
+
name: string;
|
|
7549
7491
|
email: string;
|
|
7550
7492
|
createdAt: Date;
|
|
7551
7493
|
updatedAt: Date;
|
|
@@ -7587,9 +7529,9 @@ export declare const cxLogContract: {
|
|
|
7587
7529
|
};
|
|
7588
7530
|
} | null;
|
|
7589
7531
|
agent: {
|
|
7590
|
-
name: string;
|
|
7591
7532
|
id: string;
|
|
7592
7533
|
address: string | null;
|
|
7534
|
+
name: string;
|
|
7593
7535
|
email: string;
|
|
7594
7536
|
createdAt: Date;
|
|
7595
7537
|
updatedAt: Date;
|
|
@@ -7631,9 +7573,9 @@ export declare const cxLogContract: {
|
|
|
7631
7573
|
};
|
|
7632
7574
|
} | null;
|
|
7633
7575
|
closedAssignee: {
|
|
7634
|
-
name: string;
|
|
7635
7576
|
id: string;
|
|
7636
7577
|
address: string | null;
|
|
7578
|
+
name: string;
|
|
7637
7579
|
email: string;
|
|
7638
7580
|
createdAt: Date;
|
|
7639
7581
|
updatedAt: Date;
|
|
@@ -7675,16 +7617,6 @@ export declare const cxLogContract: {
|
|
|
7675
7617
|
};
|
|
7676
7618
|
} | null;
|
|
7677
7619
|
contactLabel: string[];
|
|
7678
|
-
cxIntelligence: {
|
|
7679
|
-
id: string;
|
|
7680
|
-
summary: string;
|
|
7681
|
-
cxLogId: string;
|
|
7682
|
-
intelligenceType: string;
|
|
7683
|
-
provider: string;
|
|
7684
|
-
transcript: string;
|
|
7685
|
-
usage: number;
|
|
7686
|
-
usageUnit: string;
|
|
7687
|
-
};
|
|
7688
7620
|
}, {
|
|
7689
7621
|
id: string;
|
|
7690
7622
|
channel: string | null;
|
|
@@ -7694,10 +7626,10 @@ export declare const cxLogContract: {
|
|
|
7694
7626
|
deletedAt: Date | null;
|
|
7695
7627
|
entityId: string;
|
|
7696
7628
|
contact: {
|
|
7697
|
-
name: string;
|
|
7698
7629
|
id: string;
|
|
7699
7630
|
channel: string | null;
|
|
7700
7631
|
address: string | null;
|
|
7632
|
+
name: string;
|
|
7701
7633
|
createdAt: Date;
|
|
7702
7634
|
updatedAt: Date;
|
|
7703
7635
|
deletedAt: Date | null;
|
|
@@ -7726,7 +7658,6 @@ export declare const cxLogContract: {
|
|
|
7726
7658
|
dateValue: Date | null;
|
|
7727
7659
|
uploads: {
|
|
7728
7660
|
id: string;
|
|
7729
|
-
status: string | null;
|
|
7730
7661
|
createdAt: Date;
|
|
7731
7662
|
updatedAt: Date;
|
|
7732
7663
|
deletedAt: Date | null;
|
|
@@ -7735,6 +7666,7 @@ export declare const cxLogContract: {
|
|
|
7735
7666
|
bucketName: string;
|
|
7736
7667
|
fileSize: number;
|
|
7737
7668
|
fileUrl: string | null;
|
|
7669
|
+
status?: string | undefined;
|
|
7738
7670
|
}[];
|
|
7739
7671
|
}[];
|
|
7740
7672
|
company: {
|
|
@@ -7742,8 +7674,8 @@ export declare const cxLogContract: {
|
|
|
7742
7674
|
createdAt: Date;
|
|
7743
7675
|
updatedAt: Date;
|
|
7744
7676
|
deletedAt: Date | null;
|
|
7745
|
-
name?: string | undefined;
|
|
7746
7677
|
address?: string | null | undefined;
|
|
7678
|
+
name?: string | undefined;
|
|
7747
7679
|
phone?: string | null | undefined;
|
|
7748
7680
|
industry?: string | null | undefined;
|
|
7749
7681
|
} | null;
|
|
@@ -7751,8 +7683,8 @@ export declare const cxLogContract: {
|
|
|
7751
7683
|
contactProfile: string | null;
|
|
7752
7684
|
socialProfileUrl: string | null;
|
|
7753
7685
|
tags: {
|
|
7754
|
-
name: string;
|
|
7755
7686
|
id: string;
|
|
7687
|
+
name: string;
|
|
7756
7688
|
createdAt: Date;
|
|
7757
7689
|
updatedAt: Date;
|
|
7758
7690
|
deletedAt: Date | null;
|
|
@@ -7777,8 +7709,8 @@ export declare const cxLogContract: {
|
|
|
7777
7709
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7778
7710
|
id: string;
|
|
7779
7711
|
metadata: {
|
|
7780
|
-
name: string;
|
|
7781
7712
|
id: string;
|
|
7713
|
+
name: string;
|
|
7782
7714
|
picture?: string | undefined;
|
|
7783
7715
|
additionalCredentials?: any;
|
|
7784
7716
|
};
|
|
@@ -7844,8 +7776,8 @@ export declare const cxLogContract: {
|
|
|
7844
7776
|
}[];
|
|
7845
7777
|
}[];
|
|
7846
7778
|
tags: {
|
|
7847
|
-
name: string;
|
|
7848
7779
|
id: string;
|
|
7780
|
+
name: string;
|
|
7849
7781
|
createdAt: Date;
|
|
7850
7782
|
updatedAt: Date;
|
|
7851
7783
|
deletedAt: Date | null;
|
|
@@ -7884,29 +7816,26 @@ export declare const cxLogContract: {
|
|
|
7884
7816
|
room: {
|
|
7885
7817
|
id: string;
|
|
7886
7818
|
channel: {
|
|
7887
|
-
name: string;
|
|
7888
7819
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7889
7820
|
id: string;
|
|
7821
|
+
name: string;
|
|
7890
7822
|
metadata: {
|
|
7891
|
-
name: string;
|
|
7892
7823
|
id: string;
|
|
7824
|
+
name: string;
|
|
7893
7825
|
accessToken?: string | undefined;
|
|
7894
7826
|
channelSecret?: string | undefined;
|
|
7895
7827
|
additionalCredentials?: any;
|
|
7896
7828
|
senderId?: string | undefined;
|
|
7897
7829
|
whatsapp?: {
|
|
7898
|
-
|
|
7899
|
-
wabaExternalId
|
|
7900
|
-
phoneNumberId
|
|
7901
|
-
|
|
7902
|
-
clientId?: string |
|
|
7903
|
-
channelId?: string |
|
|
7904
|
-
|
|
7905
|
-
qr?: string | null | undefined;
|
|
7906
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
7830
|
+
email: string;
|
|
7831
|
+
wabaExternalId: string;
|
|
7832
|
+
phoneNumberId: string;
|
|
7833
|
+
wabaBusinessId?: string | undefined;
|
|
7834
|
+
clientId?: string | undefined;
|
|
7835
|
+
channelId?: string | undefined;
|
|
7836
|
+
status?: "active" | "pending" | undefined;
|
|
7907
7837
|
apiKey?: string | undefined;
|
|
7908
7838
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
7909
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
7910
7839
|
} | undefined;
|
|
7911
7840
|
vonageCredentials?: {
|
|
7912
7841
|
apiKey: string;
|
|
@@ -7922,9 +7851,9 @@ export declare const cxLogContract: {
|
|
|
7922
7851
|
updatedAt: Date;
|
|
7923
7852
|
deletedAt: Date | null;
|
|
7924
7853
|
actor: {
|
|
7925
|
-
name: string;
|
|
7926
7854
|
id: string;
|
|
7927
7855
|
address: string | null;
|
|
7856
|
+
name: string;
|
|
7928
7857
|
email: string;
|
|
7929
7858
|
createdAt: Date;
|
|
7930
7859
|
updatedAt: Date;
|
|
@@ -7971,8 +7900,8 @@ export declare const cxLogContract: {
|
|
|
7971
7900
|
connectedUserName: string;
|
|
7972
7901
|
connectedUserId: string;
|
|
7973
7902
|
botpressBot: {
|
|
7974
|
-
name: string;
|
|
7975
7903
|
id: string;
|
|
7904
|
+
name: string;
|
|
7976
7905
|
accessToken: string;
|
|
7977
7906
|
botId: string;
|
|
7978
7907
|
integrationId: string;
|
|
@@ -7983,9 +7912,9 @@ export declare const cxLogContract: {
|
|
|
7983
7912
|
updatedAt: Date;
|
|
7984
7913
|
deletedAt: Date | null;
|
|
7985
7914
|
actor: {
|
|
7986
|
-
name: string;
|
|
7987
7915
|
id: string;
|
|
7988
7916
|
address: string | null;
|
|
7917
|
+
name: string;
|
|
7989
7918
|
email: string;
|
|
7990
7919
|
createdAt: Date;
|
|
7991
7920
|
updatedAt: Date;
|
|
@@ -8037,8 +7966,8 @@ export declare const cxLogContract: {
|
|
|
8037
7966
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8038
7967
|
id: string;
|
|
8039
7968
|
metadata: {
|
|
8040
|
-
name: string;
|
|
8041
7969
|
id: string;
|
|
7970
|
+
name: string;
|
|
8042
7971
|
picture?: string | undefined;
|
|
8043
7972
|
additionalCredentials?: any;
|
|
8044
7973
|
};
|
|
@@ -8046,10 +7975,10 @@ export declare const cxLogContract: {
|
|
|
8046
7975
|
updatedAt: Date;
|
|
8047
7976
|
deletedAt: Date | null;
|
|
8048
7977
|
contact: {
|
|
8049
|
-
name: string;
|
|
8050
7978
|
id: string;
|
|
8051
7979
|
channel: string | null;
|
|
8052
7980
|
address: string | null;
|
|
7981
|
+
name: string;
|
|
8053
7982
|
createdAt: Date;
|
|
8054
7983
|
updatedAt: Date;
|
|
8055
7984
|
deletedAt: Date | null;
|
|
@@ -8078,7 +8007,6 @@ export declare const cxLogContract: {
|
|
|
8078
8007
|
dateValue: Date | null;
|
|
8079
8008
|
uploads: {
|
|
8080
8009
|
id: string;
|
|
8081
|
-
status: string | null;
|
|
8082
8010
|
createdAt: Date;
|
|
8083
8011
|
updatedAt: Date;
|
|
8084
8012
|
deletedAt: Date | null;
|
|
@@ -8087,6 +8015,7 @@ export declare const cxLogContract: {
|
|
|
8087
8015
|
bucketName: string;
|
|
8088
8016
|
fileSize: number;
|
|
8089
8017
|
fileUrl: string | null;
|
|
8018
|
+
status?: string | undefined;
|
|
8090
8019
|
}[];
|
|
8091
8020
|
}[];
|
|
8092
8021
|
company: {
|
|
@@ -8094,8 +8023,8 @@ export declare const cxLogContract: {
|
|
|
8094
8023
|
createdAt: Date;
|
|
8095
8024
|
updatedAt: Date;
|
|
8096
8025
|
deletedAt: Date | null;
|
|
8097
|
-
name?: string | undefined;
|
|
8098
8026
|
address?: string | null | undefined;
|
|
8027
|
+
name?: string | undefined;
|
|
8099
8028
|
phone?: string | null | undefined;
|
|
8100
8029
|
industry?: string | null | undefined;
|
|
8101
8030
|
} | null;
|
|
@@ -8103,8 +8032,8 @@ export declare const cxLogContract: {
|
|
|
8103
8032
|
contactProfile: string | null;
|
|
8104
8033
|
socialProfileUrl: string | null;
|
|
8105
8034
|
tags: {
|
|
8106
|
-
name: string;
|
|
8107
8035
|
id: string;
|
|
8036
|
+
name: string;
|
|
8108
8037
|
createdAt: Date;
|
|
8109
8038
|
updatedAt: Date;
|
|
8110
8039
|
deletedAt: Date | null;
|
|
@@ -8129,8 +8058,8 @@ export declare const cxLogContract: {
|
|
|
8129
8058
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8130
8059
|
id: string;
|
|
8131
8060
|
metadata: {
|
|
8132
|
-
name: string;
|
|
8133
8061
|
id: string;
|
|
8062
|
+
name: string;
|
|
8134
8063
|
picture?: string | undefined;
|
|
8135
8064
|
additionalCredentials?: any;
|
|
8136
8065
|
};
|
|
@@ -8161,9 +8090,9 @@ export declare const cxLogContract: {
|
|
|
8161
8090
|
socialPlatformId: string;
|
|
8162
8091
|
};
|
|
8163
8092
|
assignee: {
|
|
8164
|
-
name: string;
|
|
8165
8093
|
id: string;
|
|
8166
8094
|
address: string | null;
|
|
8095
|
+
name: string;
|
|
8167
8096
|
email: string;
|
|
8168
8097
|
createdAt: Date;
|
|
8169
8098
|
updatedAt: Date;
|
|
@@ -8231,9 +8160,9 @@ export declare const cxLogContract: {
|
|
|
8231
8160
|
callTo?: {
|
|
8232
8161
|
id: string;
|
|
8233
8162
|
user: {
|
|
8234
|
-
name: string;
|
|
8235
8163
|
id: string;
|
|
8236
8164
|
address: string | null;
|
|
8165
|
+
name: string;
|
|
8237
8166
|
email: string;
|
|
8238
8167
|
createdAt: Date;
|
|
8239
8168
|
updatedAt: Date;
|
|
@@ -8257,9 +8186,9 @@ export declare const cxLogContract: {
|
|
|
8257
8186
|
callFrom?: {
|
|
8258
8187
|
id: string;
|
|
8259
8188
|
user: {
|
|
8260
|
-
name: string;
|
|
8261
8189
|
id: string;
|
|
8262
8190
|
address: string | null;
|
|
8191
|
+
name: string;
|
|
8263
8192
|
email: string;
|
|
8264
8193
|
createdAt: Date;
|
|
8265
8194
|
updatedAt: Date;
|
|
@@ -8285,10 +8214,10 @@ export declare const cxLogContract: {
|
|
|
8285
8214
|
telephonyQueueId: string | null;
|
|
8286
8215
|
contactId: string | null;
|
|
8287
8216
|
contact?: {
|
|
8288
|
-
name: string;
|
|
8289
8217
|
id: string;
|
|
8290
8218
|
channel: string | null;
|
|
8291
8219
|
address: string | null;
|
|
8220
|
+
name: string;
|
|
8292
8221
|
createdAt: Date;
|
|
8293
8222
|
updatedAt: Date;
|
|
8294
8223
|
deletedAt: Date | null;
|
|
@@ -8317,7 +8246,6 @@ export declare const cxLogContract: {
|
|
|
8317
8246
|
dateValue: Date | null;
|
|
8318
8247
|
uploads: {
|
|
8319
8248
|
id: string;
|
|
8320
|
-
status: string | null;
|
|
8321
8249
|
createdAt: Date;
|
|
8322
8250
|
updatedAt: Date;
|
|
8323
8251
|
deletedAt: Date | null;
|
|
@@ -8326,6 +8254,7 @@ export declare const cxLogContract: {
|
|
|
8326
8254
|
bucketName: string;
|
|
8327
8255
|
fileSize: number;
|
|
8328
8256
|
fileUrl: string | null;
|
|
8257
|
+
status?: string | undefined;
|
|
8329
8258
|
}[];
|
|
8330
8259
|
}[];
|
|
8331
8260
|
company: {
|
|
@@ -8333,8 +8262,8 @@ export declare const cxLogContract: {
|
|
|
8333
8262
|
createdAt: Date;
|
|
8334
8263
|
updatedAt: Date;
|
|
8335
8264
|
deletedAt: Date | null;
|
|
8336
|
-
name?: string | undefined;
|
|
8337
8265
|
address?: string | null | undefined;
|
|
8266
|
+
name?: string | undefined;
|
|
8338
8267
|
phone?: string | null | undefined;
|
|
8339
8268
|
industry?: string | null | undefined;
|
|
8340
8269
|
} | null;
|
|
@@ -8342,8 +8271,8 @@ export declare const cxLogContract: {
|
|
|
8342
8271
|
contactProfile: string | null;
|
|
8343
8272
|
socialProfileUrl: string | null;
|
|
8344
8273
|
tags: {
|
|
8345
|
-
name: string;
|
|
8346
8274
|
id: string;
|
|
8275
|
+
name: string;
|
|
8347
8276
|
createdAt: Date;
|
|
8348
8277
|
updatedAt: Date;
|
|
8349
8278
|
deletedAt: Date | null;
|
|
@@ -8368,8 +8297,8 @@ export declare const cxLogContract: {
|
|
|
8368
8297
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8369
8298
|
id: string;
|
|
8370
8299
|
metadata: {
|
|
8371
|
-
name: string;
|
|
8372
8300
|
id: string;
|
|
8301
|
+
name: string;
|
|
8373
8302
|
picture?: string | undefined;
|
|
8374
8303
|
additionalCredentials?: any;
|
|
8375
8304
|
};
|
|
@@ -8408,7 +8337,6 @@ export declare const cxLogContract: {
|
|
|
8408
8337
|
} | null | undefined;
|
|
8409
8338
|
upload?: {
|
|
8410
8339
|
id: string;
|
|
8411
|
-
status: string | null;
|
|
8412
8340
|
createdAt: Date;
|
|
8413
8341
|
updatedAt: Date;
|
|
8414
8342
|
deletedAt: Date | null;
|
|
@@ -8417,6 +8345,7 @@ export declare const cxLogContract: {
|
|
|
8417
8345
|
bucketName: string;
|
|
8418
8346
|
fileSize: number;
|
|
8419
8347
|
fileUrl: string | null;
|
|
8348
|
+
status?: string | undefined;
|
|
8420
8349
|
} | null | undefined;
|
|
8421
8350
|
extension?: {
|
|
8422
8351
|
id: string;
|
|
@@ -8431,9 +8360,9 @@ export declare const cxLogContract: {
|
|
|
8431
8360
|
extensionName: string;
|
|
8432
8361
|
telephonySignature: string | null;
|
|
8433
8362
|
user?: {
|
|
8434
|
-
name: string;
|
|
8435
8363
|
id: string;
|
|
8436
8364
|
address: string | null;
|
|
8365
|
+
name: string;
|
|
8437
8366
|
email: string;
|
|
8438
8367
|
createdAt: Date;
|
|
8439
8368
|
updatedAt: Date;
|
|
@@ -8480,9 +8409,9 @@ export declare const cxLogContract: {
|
|
|
8480
8409
|
queueName?: string | null | undefined;
|
|
8481
8410
|
} | null;
|
|
8482
8411
|
firstAssignee: {
|
|
8483
|
-
name: string;
|
|
8484
8412
|
id: string;
|
|
8485
8413
|
address: string | null;
|
|
8414
|
+
name: string;
|
|
8486
8415
|
email: string;
|
|
8487
8416
|
createdAt: Date;
|
|
8488
8417
|
updatedAt: Date;
|
|
@@ -8524,9 +8453,9 @@ export declare const cxLogContract: {
|
|
|
8524
8453
|
};
|
|
8525
8454
|
} | null;
|
|
8526
8455
|
agent: {
|
|
8527
|
-
name: string;
|
|
8528
8456
|
id: string;
|
|
8529
8457
|
address: string | null;
|
|
8458
|
+
name: string;
|
|
8530
8459
|
email: string;
|
|
8531
8460
|
createdAt: Date;
|
|
8532
8461
|
updatedAt: Date;
|
|
@@ -8568,9 +8497,9 @@ export declare const cxLogContract: {
|
|
|
8568
8497
|
};
|
|
8569
8498
|
} | null;
|
|
8570
8499
|
closedAssignee: {
|
|
8571
|
-
name: string;
|
|
8572
8500
|
id: string;
|
|
8573
8501
|
address: string | null;
|
|
8502
|
+
name: string;
|
|
8574
8503
|
email: string;
|
|
8575
8504
|
createdAt: Date;
|
|
8576
8505
|
updatedAt: Date;
|
|
@@ -8612,16 +8541,6 @@ export declare const cxLogContract: {
|
|
|
8612
8541
|
};
|
|
8613
8542
|
} | null;
|
|
8614
8543
|
contactLabel: string[];
|
|
8615
|
-
cxIntelligence: {
|
|
8616
|
-
id: string;
|
|
8617
|
-
summary: string;
|
|
8618
|
-
cxLogId: string;
|
|
8619
|
-
intelligenceType: string;
|
|
8620
|
-
provider: string;
|
|
8621
|
-
transcript: string;
|
|
8622
|
-
usage: number;
|
|
8623
|
-
usageUnit: string;
|
|
8624
|
-
};
|
|
8625
8544
|
}>, "many">;
|
|
8626
8545
|
}, "strip", z.ZodTypeAny, {
|
|
8627
8546
|
total: number;
|
|
@@ -8637,10 +8556,10 @@ export declare const cxLogContract: {
|
|
|
8637
8556
|
deletedAt: Date | null;
|
|
8638
8557
|
entityId: string;
|
|
8639
8558
|
contact: {
|
|
8640
|
-
name: string;
|
|
8641
8559
|
id: string;
|
|
8642
8560
|
channel: string | null;
|
|
8643
8561
|
address: string | null;
|
|
8562
|
+
name: string;
|
|
8644
8563
|
createdAt: Date;
|
|
8645
8564
|
updatedAt: Date;
|
|
8646
8565
|
deletedAt: Date | null;
|
|
@@ -8669,7 +8588,6 @@ export declare const cxLogContract: {
|
|
|
8669
8588
|
dateValue: Date | null;
|
|
8670
8589
|
uploads: {
|
|
8671
8590
|
id: string;
|
|
8672
|
-
status: string | null;
|
|
8673
8591
|
createdAt: Date;
|
|
8674
8592
|
updatedAt: Date;
|
|
8675
8593
|
deletedAt: Date | null;
|
|
@@ -8678,6 +8596,7 @@ export declare const cxLogContract: {
|
|
|
8678
8596
|
bucketName: string;
|
|
8679
8597
|
fileSize: number;
|
|
8680
8598
|
fileUrl: string | null;
|
|
8599
|
+
status?: string | undefined;
|
|
8681
8600
|
}[];
|
|
8682
8601
|
}[];
|
|
8683
8602
|
company: {
|
|
@@ -8685,8 +8604,8 @@ export declare const cxLogContract: {
|
|
|
8685
8604
|
createdAt: Date;
|
|
8686
8605
|
updatedAt: Date;
|
|
8687
8606
|
deletedAt: Date | null;
|
|
8688
|
-
name?: string | undefined;
|
|
8689
8607
|
address?: string | null | undefined;
|
|
8608
|
+
name?: string | undefined;
|
|
8690
8609
|
phone?: string | null | undefined;
|
|
8691
8610
|
industry?: string | null | undefined;
|
|
8692
8611
|
} | null;
|
|
@@ -8694,8 +8613,8 @@ export declare const cxLogContract: {
|
|
|
8694
8613
|
contactProfile: string | null;
|
|
8695
8614
|
socialProfileUrl: string | null;
|
|
8696
8615
|
tags: {
|
|
8697
|
-
name: string;
|
|
8698
8616
|
id: string;
|
|
8617
|
+
name: string;
|
|
8699
8618
|
createdAt: Date;
|
|
8700
8619
|
updatedAt: Date;
|
|
8701
8620
|
deletedAt: Date | null;
|
|
@@ -8720,8 +8639,8 @@ export declare const cxLogContract: {
|
|
|
8720
8639
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8721
8640
|
id: string;
|
|
8722
8641
|
metadata: {
|
|
8723
|
-
name: string;
|
|
8724
8642
|
id: string;
|
|
8643
|
+
name: string;
|
|
8725
8644
|
picture?: string | undefined;
|
|
8726
8645
|
additionalCredentials?: any;
|
|
8727
8646
|
};
|
|
@@ -8787,8 +8706,8 @@ export declare const cxLogContract: {
|
|
|
8787
8706
|
}[];
|
|
8788
8707
|
}[];
|
|
8789
8708
|
tags: {
|
|
8790
|
-
name: string;
|
|
8791
8709
|
id: string;
|
|
8710
|
+
name: string;
|
|
8792
8711
|
createdAt: Date;
|
|
8793
8712
|
updatedAt: Date;
|
|
8794
8713
|
deletedAt: Date | null;
|
|
@@ -8827,29 +8746,26 @@ export declare const cxLogContract: {
|
|
|
8827
8746
|
room: {
|
|
8828
8747
|
id: string;
|
|
8829
8748
|
channel: {
|
|
8830
|
-
name: string;
|
|
8831
8749
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8832
8750
|
id: string;
|
|
8751
|
+
name: string;
|
|
8833
8752
|
metadata: {
|
|
8834
|
-
name: string;
|
|
8835
8753
|
id: string;
|
|
8754
|
+
name: string;
|
|
8836
8755
|
accessToken?: string | undefined;
|
|
8837
8756
|
channelSecret?: string | undefined;
|
|
8838
8757
|
additionalCredentials?: any;
|
|
8839
8758
|
senderId?: string | undefined;
|
|
8840
8759
|
whatsapp?: {
|
|
8841
|
-
|
|
8842
|
-
wabaExternalId
|
|
8843
|
-
phoneNumberId
|
|
8844
|
-
|
|
8845
|
-
clientId?: string |
|
|
8846
|
-
channelId?: string |
|
|
8847
|
-
|
|
8848
|
-
qr?: string | null | undefined;
|
|
8849
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
8760
|
+
email: string;
|
|
8761
|
+
wabaExternalId: string;
|
|
8762
|
+
phoneNumberId: string;
|
|
8763
|
+
wabaBusinessId?: string | undefined;
|
|
8764
|
+
clientId?: string | undefined;
|
|
8765
|
+
channelId?: string | undefined;
|
|
8766
|
+
status?: "active" | "pending" | undefined;
|
|
8850
8767
|
apiKey?: string | undefined;
|
|
8851
8768
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
8852
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
8853
8769
|
} | undefined;
|
|
8854
8770
|
vonageCredentials?: {
|
|
8855
8771
|
apiKey: string;
|
|
@@ -8865,9 +8781,9 @@ export declare const cxLogContract: {
|
|
|
8865
8781
|
updatedAt: Date;
|
|
8866
8782
|
deletedAt: Date | null;
|
|
8867
8783
|
actor: {
|
|
8868
|
-
name: string;
|
|
8869
8784
|
id: string;
|
|
8870
8785
|
address: string | null;
|
|
8786
|
+
name: string;
|
|
8871
8787
|
email: string;
|
|
8872
8788
|
createdAt: Date;
|
|
8873
8789
|
updatedAt: Date;
|
|
@@ -8914,8 +8830,8 @@ export declare const cxLogContract: {
|
|
|
8914
8830
|
connectedUserName: string;
|
|
8915
8831
|
connectedUserId: string;
|
|
8916
8832
|
botpressBot: {
|
|
8917
|
-
name: string;
|
|
8918
8833
|
id: string;
|
|
8834
|
+
name: string;
|
|
8919
8835
|
accessToken: string;
|
|
8920
8836
|
botId: string;
|
|
8921
8837
|
integrationId: string;
|
|
@@ -8926,9 +8842,9 @@ export declare const cxLogContract: {
|
|
|
8926
8842
|
updatedAt: Date;
|
|
8927
8843
|
deletedAt: Date | null;
|
|
8928
8844
|
actor: {
|
|
8929
|
-
name: string;
|
|
8930
8845
|
id: string;
|
|
8931
8846
|
address: string | null;
|
|
8847
|
+
name: string;
|
|
8932
8848
|
email: string;
|
|
8933
8849
|
createdAt: Date;
|
|
8934
8850
|
updatedAt: Date;
|
|
@@ -8980,8 +8896,8 @@ export declare const cxLogContract: {
|
|
|
8980
8896
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8981
8897
|
id: string;
|
|
8982
8898
|
metadata: {
|
|
8983
|
-
name: string;
|
|
8984
8899
|
id: string;
|
|
8900
|
+
name: string;
|
|
8985
8901
|
picture?: string | undefined;
|
|
8986
8902
|
additionalCredentials?: any;
|
|
8987
8903
|
};
|
|
@@ -8989,10 +8905,10 @@ export declare const cxLogContract: {
|
|
|
8989
8905
|
updatedAt: Date;
|
|
8990
8906
|
deletedAt: Date | null;
|
|
8991
8907
|
contact: {
|
|
8992
|
-
name: string;
|
|
8993
8908
|
id: string;
|
|
8994
8909
|
channel: string | null;
|
|
8995
8910
|
address: string | null;
|
|
8911
|
+
name: string;
|
|
8996
8912
|
createdAt: Date;
|
|
8997
8913
|
updatedAt: Date;
|
|
8998
8914
|
deletedAt: Date | null;
|
|
@@ -9021,7 +8937,6 @@ export declare const cxLogContract: {
|
|
|
9021
8937
|
dateValue: Date | null;
|
|
9022
8938
|
uploads: {
|
|
9023
8939
|
id: string;
|
|
9024
|
-
status: string | null;
|
|
9025
8940
|
createdAt: Date;
|
|
9026
8941
|
updatedAt: Date;
|
|
9027
8942
|
deletedAt: Date | null;
|
|
@@ -9030,6 +8945,7 @@ export declare const cxLogContract: {
|
|
|
9030
8945
|
bucketName: string;
|
|
9031
8946
|
fileSize: number;
|
|
9032
8947
|
fileUrl: string | null;
|
|
8948
|
+
status?: string | undefined;
|
|
9033
8949
|
}[];
|
|
9034
8950
|
}[];
|
|
9035
8951
|
company: {
|
|
@@ -9037,8 +8953,8 @@ export declare const cxLogContract: {
|
|
|
9037
8953
|
createdAt: Date;
|
|
9038
8954
|
updatedAt: Date;
|
|
9039
8955
|
deletedAt: Date | null;
|
|
9040
|
-
name?: string | undefined;
|
|
9041
8956
|
address?: string | null | undefined;
|
|
8957
|
+
name?: string | undefined;
|
|
9042
8958
|
phone?: string | null | undefined;
|
|
9043
8959
|
industry?: string | null | undefined;
|
|
9044
8960
|
} | null;
|
|
@@ -9046,8 +8962,8 @@ export declare const cxLogContract: {
|
|
|
9046
8962
|
contactProfile: string | null;
|
|
9047
8963
|
socialProfileUrl: string | null;
|
|
9048
8964
|
tags: {
|
|
9049
|
-
name: string;
|
|
9050
8965
|
id: string;
|
|
8966
|
+
name: string;
|
|
9051
8967
|
createdAt: Date;
|
|
9052
8968
|
updatedAt: Date;
|
|
9053
8969
|
deletedAt: Date | null;
|
|
@@ -9072,8 +8988,8 @@ export declare const cxLogContract: {
|
|
|
9072
8988
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9073
8989
|
id: string;
|
|
9074
8990
|
metadata: {
|
|
9075
|
-
name: string;
|
|
9076
8991
|
id: string;
|
|
8992
|
+
name: string;
|
|
9077
8993
|
picture?: string | undefined;
|
|
9078
8994
|
additionalCredentials?: any;
|
|
9079
8995
|
};
|
|
@@ -9104,9 +9020,9 @@ export declare const cxLogContract: {
|
|
|
9104
9020
|
socialPlatformId: string;
|
|
9105
9021
|
};
|
|
9106
9022
|
assignee: {
|
|
9107
|
-
name: string;
|
|
9108
9023
|
id: string;
|
|
9109
9024
|
address: string | null;
|
|
9025
|
+
name: string;
|
|
9110
9026
|
email: string;
|
|
9111
9027
|
createdAt: Date;
|
|
9112
9028
|
updatedAt: Date;
|
|
@@ -9174,9 +9090,9 @@ export declare const cxLogContract: {
|
|
|
9174
9090
|
callTo?: {
|
|
9175
9091
|
id: string;
|
|
9176
9092
|
user: {
|
|
9177
|
-
name: string;
|
|
9178
9093
|
id: string;
|
|
9179
9094
|
address: string | null;
|
|
9095
|
+
name: string;
|
|
9180
9096
|
email: string;
|
|
9181
9097
|
createdAt: Date;
|
|
9182
9098
|
updatedAt: Date;
|
|
@@ -9200,9 +9116,9 @@ export declare const cxLogContract: {
|
|
|
9200
9116
|
callFrom?: {
|
|
9201
9117
|
id: string;
|
|
9202
9118
|
user: {
|
|
9203
|
-
name: string;
|
|
9204
9119
|
id: string;
|
|
9205
9120
|
address: string | null;
|
|
9121
|
+
name: string;
|
|
9206
9122
|
email: string;
|
|
9207
9123
|
createdAt: Date;
|
|
9208
9124
|
updatedAt: Date;
|
|
@@ -9228,10 +9144,10 @@ export declare const cxLogContract: {
|
|
|
9228
9144
|
telephonyQueueId: string | null;
|
|
9229
9145
|
contactId: string | null;
|
|
9230
9146
|
contact?: {
|
|
9231
|
-
name: string;
|
|
9232
9147
|
id: string;
|
|
9233
9148
|
channel: string | null;
|
|
9234
9149
|
address: string | null;
|
|
9150
|
+
name: string;
|
|
9235
9151
|
createdAt: Date;
|
|
9236
9152
|
updatedAt: Date;
|
|
9237
9153
|
deletedAt: Date | null;
|
|
@@ -9260,7 +9176,6 @@ export declare const cxLogContract: {
|
|
|
9260
9176
|
dateValue: Date | null;
|
|
9261
9177
|
uploads: {
|
|
9262
9178
|
id: string;
|
|
9263
|
-
status: string | null;
|
|
9264
9179
|
createdAt: Date;
|
|
9265
9180
|
updatedAt: Date;
|
|
9266
9181
|
deletedAt: Date | null;
|
|
@@ -9269,6 +9184,7 @@ export declare const cxLogContract: {
|
|
|
9269
9184
|
bucketName: string;
|
|
9270
9185
|
fileSize: number;
|
|
9271
9186
|
fileUrl: string | null;
|
|
9187
|
+
status?: string | undefined;
|
|
9272
9188
|
}[];
|
|
9273
9189
|
}[];
|
|
9274
9190
|
company: {
|
|
@@ -9276,8 +9192,8 @@ export declare const cxLogContract: {
|
|
|
9276
9192
|
createdAt: Date;
|
|
9277
9193
|
updatedAt: Date;
|
|
9278
9194
|
deletedAt: Date | null;
|
|
9279
|
-
name?: string | undefined;
|
|
9280
9195
|
address?: string | null | undefined;
|
|
9196
|
+
name?: string | undefined;
|
|
9281
9197
|
phone?: string | null | undefined;
|
|
9282
9198
|
industry?: string | null | undefined;
|
|
9283
9199
|
} | null;
|
|
@@ -9285,8 +9201,8 @@ export declare const cxLogContract: {
|
|
|
9285
9201
|
contactProfile: string | null;
|
|
9286
9202
|
socialProfileUrl: string | null;
|
|
9287
9203
|
tags: {
|
|
9288
|
-
name: string;
|
|
9289
9204
|
id: string;
|
|
9205
|
+
name: string;
|
|
9290
9206
|
createdAt: Date;
|
|
9291
9207
|
updatedAt: Date;
|
|
9292
9208
|
deletedAt: Date | null;
|
|
@@ -9311,8 +9227,8 @@ export declare const cxLogContract: {
|
|
|
9311
9227
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9312
9228
|
id: string;
|
|
9313
9229
|
metadata: {
|
|
9314
|
-
name: string;
|
|
9315
9230
|
id: string;
|
|
9231
|
+
name: string;
|
|
9316
9232
|
picture?: string | undefined;
|
|
9317
9233
|
additionalCredentials?: any;
|
|
9318
9234
|
};
|
|
@@ -9351,7 +9267,6 @@ export declare const cxLogContract: {
|
|
|
9351
9267
|
} | null | undefined;
|
|
9352
9268
|
upload?: {
|
|
9353
9269
|
id: string;
|
|
9354
|
-
status: string | null;
|
|
9355
9270
|
createdAt: Date;
|
|
9356
9271
|
updatedAt: Date;
|
|
9357
9272
|
deletedAt: Date | null;
|
|
@@ -9360,6 +9275,7 @@ export declare const cxLogContract: {
|
|
|
9360
9275
|
bucketName: string;
|
|
9361
9276
|
fileSize: number;
|
|
9362
9277
|
fileUrl: string | null;
|
|
9278
|
+
status?: string | undefined;
|
|
9363
9279
|
} | null | undefined;
|
|
9364
9280
|
extension?: {
|
|
9365
9281
|
id: string;
|
|
@@ -9374,9 +9290,9 @@ export declare const cxLogContract: {
|
|
|
9374
9290
|
extensionName: string;
|
|
9375
9291
|
telephonySignature: string | null;
|
|
9376
9292
|
user?: {
|
|
9377
|
-
name: string;
|
|
9378
9293
|
id: string;
|
|
9379
9294
|
address: string | null;
|
|
9295
|
+
name: string;
|
|
9380
9296
|
email: string;
|
|
9381
9297
|
createdAt: Date;
|
|
9382
9298
|
updatedAt: Date;
|
|
@@ -9423,9 +9339,9 @@ export declare const cxLogContract: {
|
|
|
9423
9339
|
queueName?: string | null | undefined;
|
|
9424
9340
|
} | null;
|
|
9425
9341
|
firstAssignee: {
|
|
9426
|
-
name: string;
|
|
9427
9342
|
id: string;
|
|
9428
9343
|
address: string | null;
|
|
9344
|
+
name: string;
|
|
9429
9345
|
email: string;
|
|
9430
9346
|
createdAt: Date;
|
|
9431
9347
|
updatedAt: Date;
|
|
@@ -9467,9 +9383,9 @@ export declare const cxLogContract: {
|
|
|
9467
9383
|
};
|
|
9468
9384
|
} | null;
|
|
9469
9385
|
agent: {
|
|
9470
|
-
name: string;
|
|
9471
9386
|
id: string;
|
|
9472
9387
|
address: string | null;
|
|
9388
|
+
name: string;
|
|
9473
9389
|
email: string;
|
|
9474
9390
|
createdAt: Date;
|
|
9475
9391
|
updatedAt: Date;
|
|
@@ -9511,9 +9427,9 @@ export declare const cxLogContract: {
|
|
|
9511
9427
|
};
|
|
9512
9428
|
} | null;
|
|
9513
9429
|
closedAssignee: {
|
|
9514
|
-
name: string;
|
|
9515
9430
|
id: string;
|
|
9516
9431
|
address: string | null;
|
|
9432
|
+
name: string;
|
|
9517
9433
|
email: string;
|
|
9518
9434
|
createdAt: Date;
|
|
9519
9435
|
updatedAt: Date;
|
|
@@ -9555,16 +9471,6 @@ export declare const cxLogContract: {
|
|
|
9555
9471
|
};
|
|
9556
9472
|
} | null;
|
|
9557
9473
|
contactLabel: string[];
|
|
9558
|
-
cxIntelligence: {
|
|
9559
|
-
id: string;
|
|
9560
|
-
summary: string;
|
|
9561
|
-
cxLogId: string;
|
|
9562
|
-
intelligenceType: string;
|
|
9563
|
-
provider: string;
|
|
9564
|
-
transcript: string;
|
|
9565
|
-
usage: number;
|
|
9566
|
-
usageUnit: string;
|
|
9567
|
-
};
|
|
9568
9474
|
}[];
|
|
9569
9475
|
}, {
|
|
9570
9476
|
total: number;
|
|
@@ -9580,10 +9486,10 @@ export declare const cxLogContract: {
|
|
|
9580
9486
|
deletedAt: Date | null;
|
|
9581
9487
|
entityId: string;
|
|
9582
9488
|
contact: {
|
|
9583
|
-
name: string;
|
|
9584
9489
|
id: string;
|
|
9585
9490
|
channel: string | null;
|
|
9586
9491
|
address: string | null;
|
|
9492
|
+
name: string;
|
|
9587
9493
|
createdAt: Date;
|
|
9588
9494
|
updatedAt: Date;
|
|
9589
9495
|
deletedAt: Date | null;
|
|
@@ -9612,7 +9518,6 @@ export declare const cxLogContract: {
|
|
|
9612
9518
|
dateValue: Date | null;
|
|
9613
9519
|
uploads: {
|
|
9614
9520
|
id: string;
|
|
9615
|
-
status: string | null;
|
|
9616
9521
|
createdAt: Date;
|
|
9617
9522
|
updatedAt: Date;
|
|
9618
9523
|
deletedAt: Date | null;
|
|
@@ -9621,6 +9526,7 @@ export declare const cxLogContract: {
|
|
|
9621
9526
|
bucketName: string;
|
|
9622
9527
|
fileSize: number;
|
|
9623
9528
|
fileUrl: string | null;
|
|
9529
|
+
status?: string | undefined;
|
|
9624
9530
|
}[];
|
|
9625
9531
|
}[];
|
|
9626
9532
|
company: {
|
|
@@ -9628,8 +9534,8 @@ export declare const cxLogContract: {
|
|
|
9628
9534
|
createdAt: Date;
|
|
9629
9535
|
updatedAt: Date;
|
|
9630
9536
|
deletedAt: Date | null;
|
|
9631
|
-
name?: string | undefined;
|
|
9632
9537
|
address?: string | null | undefined;
|
|
9538
|
+
name?: string | undefined;
|
|
9633
9539
|
phone?: string | null | undefined;
|
|
9634
9540
|
industry?: string | null | undefined;
|
|
9635
9541
|
} | null;
|
|
@@ -9637,8 +9543,8 @@ export declare const cxLogContract: {
|
|
|
9637
9543
|
contactProfile: string | null;
|
|
9638
9544
|
socialProfileUrl: string | null;
|
|
9639
9545
|
tags: {
|
|
9640
|
-
name: string;
|
|
9641
9546
|
id: string;
|
|
9547
|
+
name: string;
|
|
9642
9548
|
createdAt: Date;
|
|
9643
9549
|
updatedAt: Date;
|
|
9644
9550
|
deletedAt: Date | null;
|
|
@@ -9663,8 +9569,8 @@ export declare const cxLogContract: {
|
|
|
9663
9569
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9664
9570
|
id: string;
|
|
9665
9571
|
metadata: {
|
|
9666
|
-
name: string;
|
|
9667
9572
|
id: string;
|
|
9573
|
+
name: string;
|
|
9668
9574
|
picture?: string | undefined;
|
|
9669
9575
|
additionalCredentials?: any;
|
|
9670
9576
|
};
|
|
@@ -9730,8 +9636,8 @@ export declare const cxLogContract: {
|
|
|
9730
9636
|
}[];
|
|
9731
9637
|
}[];
|
|
9732
9638
|
tags: {
|
|
9733
|
-
name: string;
|
|
9734
9639
|
id: string;
|
|
9640
|
+
name: string;
|
|
9735
9641
|
createdAt: Date;
|
|
9736
9642
|
updatedAt: Date;
|
|
9737
9643
|
deletedAt: Date | null;
|
|
@@ -9770,29 +9676,26 @@ export declare const cxLogContract: {
|
|
|
9770
9676
|
room: {
|
|
9771
9677
|
id: string;
|
|
9772
9678
|
channel: {
|
|
9773
|
-
name: string;
|
|
9774
9679
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9775
9680
|
id: string;
|
|
9681
|
+
name: string;
|
|
9776
9682
|
metadata: {
|
|
9777
|
-
name: string;
|
|
9778
9683
|
id: string;
|
|
9684
|
+
name: string;
|
|
9779
9685
|
accessToken?: string | undefined;
|
|
9780
9686
|
channelSecret?: string | undefined;
|
|
9781
9687
|
additionalCredentials?: any;
|
|
9782
9688
|
senderId?: string | undefined;
|
|
9783
9689
|
whatsapp?: {
|
|
9784
|
-
|
|
9785
|
-
wabaExternalId
|
|
9786
|
-
phoneNumberId
|
|
9787
|
-
|
|
9788
|
-
clientId?: string |
|
|
9789
|
-
channelId?: string |
|
|
9790
|
-
|
|
9791
|
-
qr?: string | null | undefined;
|
|
9792
|
-
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
9690
|
+
email: string;
|
|
9691
|
+
wabaExternalId: string;
|
|
9692
|
+
phoneNumberId: string;
|
|
9693
|
+
wabaBusinessId?: string | undefined;
|
|
9694
|
+
clientId?: string | undefined;
|
|
9695
|
+
channelId?: string | undefined;
|
|
9696
|
+
status?: "active" | "pending" | undefined;
|
|
9793
9697
|
apiKey?: string | undefined;
|
|
9794
9698
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
9795
|
-
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
9796
9699
|
} | undefined;
|
|
9797
9700
|
vonageCredentials?: {
|
|
9798
9701
|
apiKey: string;
|
|
@@ -9808,9 +9711,9 @@ export declare const cxLogContract: {
|
|
|
9808
9711
|
updatedAt: Date;
|
|
9809
9712
|
deletedAt: Date | null;
|
|
9810
9713
|
actor: {
|
|
9811
|
-
name: string;
|
|
9812
9714
|
id: string;
|
|
9813
9715
|
address: string | null;
|
|
9716
|
+
name: string;
|
|
9814
9717
|
email: string;
|
|
9815
9718
|
createdAt: Date;
|
|
9816
9719
|
updatedAt: Date;
|
|
@@ -9857,8 +9760,8 @@ export declare const cxLogContract: {
|
|
|
9857
9760
|
connectedUserName: string;
|
|
9858
9761
|
connectedUserId: string;
|
|
9859
9762
|
botpressBot: {
|
|
9860
|
-
name: string;
|
|
9861
9763
|
id: string;
|
|
9764
|
+
name: string;
|
|
9862
9765
|
accessToken: string;
|
|
9863
9766
|
botId: string;
|
|
9864
9767
|
integrationId: string;
|
|
@@ -9869,9 +9772,9 @@ export declare const cxLogContract: {
|
|
|
9869
9772
|
updatedAt: Date;
|
|
9870
9773
|
deletedAt: Date | null;
|
|
9871
9774
|
actor: {
|
|
9872
|
-
name: string;
|
|
9873
9775
|
id: string;
|
|
9874
9776
|
address: string | null;
|
|
9777
|
+
name: string;
|
|
9875
9778
|
email: string;
|
|
9876
9779
|
createdAt: Date;
|
|
9877
9780
|
updatedAt: Date;
|
|
@@ -9923,8 +9826,8 @@ export declare const cxLogContract: {
|
|
|
9923
9826
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9924
9827
|
id: string;
|
|
9925
9828
|
metadata: {
|
|
9926
|
-
name: string;
|
|
9927
9829
|
id: string;
|
|
9830
|
+
name: string;
|
|
9928
9831
|
picture?: string | undefined;
|
|
9929
9832
|
additionalCredentials?: any;
|
|
9930
9833
|
};
|
|
@@ -9932,10 +9835,10 @@ export declare const cxLogContract: {
|
|
|
9932
9835
|
updatedAt: Date;
|
|
9933
9836
|
deletedAt: Date | null;
|
|
9934
9837
|
contact: {
|
|
9935
|
-
name: string;
|
|
9936
9838
|
id: string;
|
|
9937
9839
|
channel: string | null;
|
|
9938
9840
|
address: string | null;
|
|
9841
|
+
name: string;
|
|
9939
9842
|
createdAt: Date;
|
|
9940
9843
|
updatedAt: Date;
|
|
9941
9844
|
deletedAt: Date | null;
|
|
@@ -9964,7 +9867,6 @@ export declare const cxLogContract: {
|
|
|
9964
9867
|
dateValue: Date | null;
|
|
9965
9868
|
uploads: {
|
|
9966
9869
|
id: string;
|
|
9967
|
-
status: string | null;
|
|
9968
9870
|
createdAt: Date;
|
|
9969
9871
|
updatedAt: Date;
|
|
9970
9872
|
deletedAt: Date | null;
|
|
@@ -9973,6 +9875,7 @@ export declare const cxLogContract: {
|
|
|
9973
9875
|
bucketName: string;
|
|
9974
9876
|
fileSize: number;
|
|
9975
9877
|
fileUrl: string | null;
|
|
9878
|
+
status?: string | undefined;
|
|
9976
9879
|
}[];
|
|
9977
9880
|
}[];
|
|
9978
9881
|
company: {
|
|
@@ -9980,8 +9883,8 @@ export declare const cxLogContract: {
|
|
|
9980
9883
|
createdAt: Date;
|
|
9981
9884
|
updatedAt: Date;
|
|
9982
9885
|
deletedAt: Date | null;
|
|
9983
|
-
name?: string | undefined;
|
|
9984
9886
|
address?: string | null | undefined;
|
|
9887
|
+
name?: string | undefined;
|
|
9985
9888
|
phone?: string | null | undefined;
|
|
9986
9889
|
industry?: string | null | undefined;
|
|
9987
9890
|
} | null;
|
|
@@ -9989,8 +9892,8 @@ export declare const cxLogContract: {
|
|
|
9989
9892
|
contactProfile: string | null;
|
|
9990
9893
|
socialProfileUrl: string | null;
|
|
9991
9894
|
tags: {
|
|
9992
|
-
name: string;
|
|
9993
9895
|
id: string;
|
|
9896
|
+
name: string;
|
|
9994
9897
|
createdAt: Date;
|
|
9995
9898
|
updatedAt: Date;
|
|
9996
9899
|
deletedAt: Date | null;
|
|
@@ -10015,8 +9918,8 @@ export declare const cxLogContract: {
|
|
|
10015
9918
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10016
9919
|
id: string;
|
|
10017
9920
|
metadata: {
|
|
10018
|
-
name: string;
|
|
10019
9921
|
id: string;
|
|
9922
|
+
name: string;
|
|
10020
9923
|
picture?: string | undefined;
|
|
10021
9924
|
additionalCredentials?: any;
|
|
10022
9925
|
};
|
|
@@ -10047,9 +9950,9 @@ export declare const cxLogContract: {
|
|
|
10047
9950
|
socialPlatformId: string;
|
|
10048
9951
|
};
|
|
10049
9952
|
assignee: {
|
|
10050
|
-
name: string;
|
|
10051
9953
|
id: string;
|
|
10052
9954
|
address: string | null;
|
|
9955
|
+
name: string;
|
|
10053
9956
|
email: string;
|
|
10054
9957
|
createdAt: Date;
|
|
10055
9958
|
updatedAt: Date;
|
|
@@ -10117,9 +10020,9 @@ export declare const cxLogContract: {
|
|
|
10117
10020
|
callTo?: {
|
|
10118
10021
|
id: string;
|
|
10119
10022
|
user: {
|
|
10120
|
-
name: string;
|
|
10121
10023
|
id: string;
|
|
10122
10024
|
address: string | null;
|
|
10025
|
+
name: string;
|
|
10123
10026
|
email: string;
|
|
10124
10027
|
createdAt: Date;
|
|
10125
10028
|
updatedAt: Date;
|
|
@@ -10143,9 +10046,9 @@ export declare const cxLogContract: {
|
|
|
10143
10046
|
callFrom?: {
|
|
10144
10047
|
id: string;
|
|
10145
10048
|
user: {
|
|
10146
|
-
name: string;
|
|
10147
10049
|
id: string;
|
|
10148
10050
|
address: string | null;
|
|
10051
|
+
name: string;
|
|
10149
10052
|
email: string;
|
|
10150
10053
|
createdAt: Date;
|
|
10151
10054
|
updatedAt: Date;
|
|
@@ -10171,10 +10074,10 @@ export declare const cxLogContract: {
|
|
|
10171
10074
|
telephonyQueueId: string | null;
|
|
10172
10075
|
contactId: string | null;
|
|
10173
10076
|
contact?: {
|
|
10174
|
-
name: string;
|
|
10175
10077
|
id: string;
|
|
10176
10078
|
channel: string | null;
|
|
10177
10079
|
address: string | null;
|
|
10080
|
+
name: string;
|
|
10178
10081
|
createdAt: Date;
|
|
10179
10082
|
updatedAt: Date;
|
|
10180
10083
|
deletedAt: Date | null;
|
|
@@ -10203,7 +10106,6 @@ export declare const cxLogContract: {
|
|
|
10203
10106
|
dateValue: Date | null;
|
|
10204
10107
|
uploads: {
|
|
10205
10108
|
id: string;
|
|
10206
|
-
status: string | null;
|
|
10207
10109
|
createdAt: Date;
|
|
10208
10110
|
updatedAt: Date;
|
|
10209
10111
|
deletedAt: Date | null;
|
|
@@ -10212,6 +10114,7 @@ export declare const cxLogContract: {
|
|
|
10212
10114
|
bucketName: string;
|
|
10213
10115
|
fileSize: number;
|
|
10214
10116
|
fileUrl: string | null;
|
|
10117
|
+
status?: string | undefined;
|
|
10215
10118
|
}[];
|
|
10216
10119
|
}[];
|
|
10217
10120
|
company: {
|
|
@@ -10219,8 +10122,8 @@ export declare const cxLogContract: {
|
|
|
10219
10122
|
createdAt: Date;
|
|
10220
10123
|
updatedAt: Date;
|
|
10221
10124
|
deletedAt: Date | null;
|
|
10222
|
-
name?: string | undefined;
|
|
10223
10125
|
address?: string | null | undefined;
|
|
10126
|
+
name?: string | undefined;
|
|
10224
10127
|
phone?: string | null | undefined;
|
|
10225
10128
|
industry?: string | null | undefined;
|
|
10226
10129
|
} | null;
|
|
@@ -10228,8 +10131,8 @@ export declare const cxLogContract: {
|
|
|
10228
10131
|
contactProfile: string | null;
|
|
10229
10132
|
socialProfileUrl: string | null;
|
|
10230
10133
|
tags: {
|
|
10231
|
-
name: string;
|
|
10232
10134
|
id: string;
|
|
10135
|
+
name: string;
|
|
10233
10136
|
createdAt: Date;
|
|
10234
10137
|
updatedAt: Date;
|
|
10235
10138
|
deletedAt: Date | null;
|
|
@@ -10254,8 +10157,8 @@ export declare const cxLogContract: {
|
|
|
10254
10157
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10255
10158
|
id: string;
|
|
10256
10159
|
metadata: {
|
|
10257
|
-
name: string;
|
|
10258
10160
|
id: string;
|
|
10161
|
+
name: string;
|
|
10259
10162
|
picture?: string | undefined;
|
|
10260
10163
|
additionalCredentials?: any;
|
|
10261
10164
|
};
|
|
@@ -10294,7 +10197,6 @@ export declare const cxLogContract: {
|
|
|
10294
10197
|
} | null | undefined;
|
|
10295
10198
|
upload?: {
|
|
10296
10199
|
id: string;
|
|
10297
|
-
status: string | null;
|
|
10298
10200
|
createdAt: Date;
|
|
10299
10201
|
updatedAt: Date;
|
|
10300
10202
|
deletedAt: Date | null;
|
|
@@ -10303,6 +10205,7 @@ export declare const cxLogContract: {
|
|
|
10303
10205
|
bucketName: string;
|
|
10304
10206
|
fileSize: number;
|
|
10305
10207
|
fileUrl: string | null;
|
|
10208
|
+
status?: string | undefined;
|
|
10306
10209
|
} | null | undefined;
|
|
10307
10210
|
extension?: {
|
|
10308
10211
|
id: string;
|
|
@@ -10317,9 +10220,9 @@ export declare const cxLogContract: {
|
|
|
10317
10220
|
extensionName: string;
|
|
10318
10221
|
telephonySignature: string | null;
|
|
10319
10222
|
user?: {
|
|
10320
|
-
name: string;
|
|
10321
10223
|
id: string;
|
|
10322
10224
|
address: string | null;
|
|
10225
|
+
name: string;
|
|
10323
10226
|
email: string;
|
|
10324
10227
|
createdAt: Date;
|
|
10325
10228
|
updatedAt: Date;
|
|
@@ -10366,9 +10269,9 @@ export declare const cxLogContract: {
|
|
|
10366
10269
|
queueName?: string | null | undefined;
|
|
10367
10270
|
} | null;
|
|
10368
10271
|
firstAssignee: {
|
|
10369
|
-
name: string;
|
|
10370
10272
|
id: string;
|
|
10371
10273
|
address: string | null;
|
|
10274
|
+
name: string;
|
|
10372
10275
|
email: string;
|
|
10373
10276
|
createdAt: Date;
|
|
10374
10277
|
updatedAt: Date;
|
|
@@ -10410,9 +10313,9 @@ export declare const cxLogContract: {
|
|
|
10410
10313
|
};
|
|
10411
10314
|
} | null;
|
|
10412
10315
|
agent: {
|
|
10413
|
-
name: string;
|
|
10414
10316
|
id: string;
|
|
10415
10317
|
address: string | null;
|
|
10318
|
+
name: string;
|
|
10416
10319
|
email: string;
|
|
10417
10320
|
createdAt: Date;
|
|
10418
10321
|
updatedAt: Date;
|
|
@@ -10454,9 +10357,9 @@ export declare const cxLogContract: {
|
|
|
10454
10357
|
};
|
|
10455
10358
|
} | null;
|
|
10456
10359
|
closedAssignee: {
|
|
10457
|
-
name: string;
|
|
10458
10360
|
id: string;
|
|
10459
10361
|
address: string | null;
|
|
10362
|
+
name: string;
|
|
10460
10363
|
email: string;
|
|
10461
10364
|
createdAt: Date;
|
|
10462
10365
|
updatedAt: Date;
|
|
@@ -10498,16 +10401,6 @@ export declare const cxLogContract: {
|
|
|
10498
10401
|
};
|
|
10499
10402
|
} | null;
|
|
10500
10403
|
contactLabel: string[];
|
|
10501
|
-
cxIntelligence: {
|
|
10502
|
-
id: string;
|
|
10503
|
-
summary: string;
|
|
10504
|
-
cxLogId: string;
|
|
10505
|
-
intelligenceType: string;
|
|
10506
|
-
provider: string;
|
|
10507
|
-
transcript: string;
|
|
10508
|
-
usage: number;
|
|
10509
|
-
usageUnit: string;
|
|
10510
|
-
};
|
|
10511
10404
|
}[];
|
|
10512
10405
|
}>;
|
|
10513
10406
|
401: z.ZodObject<{
|
|
@@ -10590,7 +10483,7 @@ export declare const cxLogContract: {
|
|
|
10590
10483
|
agentIds?: string[] | undefined;
|
|
10591
10484
|
direction?: ("inbound" | "outbound")[] | undefined;
|
|
10592
10485
|
disposition?: string[] | undefined;
|
|
10593
|
-
sentimentScore?: ("
|
|
10486
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
|
10594
10487
|
csatScore?: string[] | undefined;
|
|
10595
10488
|
sla?: "meet" | "unmeet" | undefined;
|
|
10596
10489
|
tags?: string[] | undefined;
|
|
@@ -10619,7 +10512,7 @@ export declare const cxLogContract: {
|
|
|
10619
10512
|
agentIds?: string[] | undefined;
|
|
10620
10513
|
direction?: ("inbound" | "outbound")[] | undefined;
|
|
10621
10514
|
disposition?: string[] | undefined;
|
|
10622
|
-
sentimentScore?: ("
|
|
10515
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
|
10623
10516
|
csatScore?: string[] | undefined;
|
|
10624
10517
|
sla?: "meet" | "unmeet" | undefined;
|
|
10625
10518
|
tags?: string[] | undefined;
|
|
@@ -10669,51 +10562,6 @@ export declare const cxLogContract: {
|
|
|
10669
10562
|
'x-client-timezone'?: string | undefined;
|
|
10670
10563
|
}>>>;
|
|
10671
10564
|
};
|
|
10672
|
-
syncSla: {
|
|
10673
|
-
body: null;
|
|
10674
|
-
summary: "Export cx-logs";
|
|
10675
|
-
method: "POST";
|
|
10676
|
-
responses: {
|
|
10677
|
-
200: null;
|
|
10678
|
-
401: z.ZodObject<{
|
|
10679
|
-
message: z.ZodString;
|
|
10680
|
-
error: z.ZodAny;
|
|
10681
|
-
}, "strip", z.ZodTypeAny, {
|
|
10682
|
-
message: string;
|
|
10683
|
-
error?: any;
|
|
10684
|
-
}, {
|
|
10685
|
-
message: string;
|
|
10686
|
-
error?: any;
|
|
10687
|
-
}>;
|
|
10688
|
-
500: z.ZodObject<{
|
|
10689
|
-
message: z.ZodString;
|
|
10690
|
-
error: z.ZodAny;
|
|
10691
|
-
}, "strip", z.ZodTypeAny, {
|
|
10692
|
-
message: string;
|
|
10693
|
-
error?: any;
|
|
10694
|
-
}, {
|
|
10695
|
-
message: string;
|
|
10696
|
-
error?: any;
|
|
10697
|
-
}>;
|
|
10698
|
-
};
|
|
10699
|
-
path: "/cx-logs/sync-sla";
|
|
10700
|
-
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
10701
|
-
'x-tenant': z.ZodString;
|
|
10702
|
-
authorization: z.ZodString;
|
|
10703
|
-
'x-code': z.ZodOptional<z.ZodString>;
|
|
10704
|
-
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
|
10705
|
-
}, "strip", z.ZodTypeAny, {
|
|
10706
|
-
'x-tenant': string;
|
|
10707
|
-
authorization: string;
|
|
10708
|
-
'x-client-timezone': string;
|
|
10709
|
-
'x-code'?: string | undefined;
|
|
10710
|
-
}, {
|
|
10711
|
-
'x-tenant': string;
|
|
10712
|
-
authorization: string;
|
|
10713
|
-
'x-code'?: string | undefined;
|
|
10714
|
-
'x-client-timezone'?: string | undefined;
|
|
10715
|
-
}>>>;
|
|
10716
|
-
};
|
|
10717
10565
|
updateSla: {
|
|
10718
10566
|
body: z.ZodObject<{
|
|
10719
10567
|
roomId: z.ZodString;
|