@kl1/contracts 1.0.66 → 1.0.68
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/index.js +2328 -2331
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2328 -2331
- package/dist/index.mjs.map +1 -1
- package/dist/src/app/index.d.ts +17 -0
- package/dist/src/app/index.d.ts.map +1 -0
- package/dist/src/call-log/schema.d.ts +4 -4
- package/dist/src/call-log/validation.d.ts +2 -2
- package/dist/src/channel/index.d.ts +67 -707
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/validation.d.ts +19 -0
- package/dist/src/channel/validation.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +600 -600
- package/dist/src/chat/schema.d.ts +74 -74
- package/dist/src/chat/validation.d.ts +128 -128
- package/dist/src/comment/index.d.ts +609 -609
- package/dist/src/comment/schema.d.ts +144 -144
- package/dist/src/contract.d.ts +3401 -4062
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +90 -90
- package/dist/src/cx-log/schema.d.ts +62 -62
- package/dist/src/dashboard/index.d.ts +16 -31
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +6 -15
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +78 -78
- package/dist/src/line/index.d.ts +96 -96
- package/dist/src/line/schema.d.ts +19 -19
- package/dist/src/line/schema.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +24 -24
- package/dist/src/mail/mail-server.d.ts +216 -0
- package/dist/src/mail/mail-server.d.ts.map +1 -0
- package/dist/src/mail/room-contract.d.ts +24 -24
- package/dist/src/mail/schemas/room-validation.schema.d.ts +8 -8
- package/dist/src/mail/schemas/room.schema.d.ts +4 -4
- package/dist/src/messenger/index.d.ts +78 -78
- package/dist/src/platform-contact/schema.d.ts +30 -0
- package/dist/src/platform-contact/schema.d.ts.map +1 -0
- package/dist/src/telephony-cdr/index.d.ts +38 -38
- package/dist/src/telephony-cdr/schema.d.ts +6 -6
- package/dist/src/telephony-cdr/validation.d.ts +5 -5
- package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
- package/dist/src/ticket/index.d.ts +1084 -1084
- package/dist/src/ticket/schema.d.ts +72 -72
- package/dist/src/ticket/validation.d.ts +12 -12
- package/dist/src/user-presence-status-log/index.d.ts +4 -9
- package/dist/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/src/user-presence-status-log/validation.d.ts +7 -0
- package/dist/src/user-presence-status-log/validation.d.ts.map +1 -1
- package/dist/src/wrap-up-form/index.d.ts +19 -19
- package/dist/src/wrap-up-form/schema.d.ts +2 -2
- package/dist/src/wrap-up-form/validation.d.ts +3 -3
- package/package.json +1 -1
@@ -57,9 +57,9 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
57
57
|
updatedAt: Date;
|
58
58
|
deletedAt: Date | null;
|
59
59
|
}[];
|
60
|
+
note: string | null;
|
60
61
|
callFrom: string | null;
|
61
62
|
callTo: string | null;
|
62
|
-
note: string | null;
|
63
63
|
}, {
|
64
64
|
id: string;
|
65
65
|
disposition: string | null;
|
@@ -73,9 +73,9 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
73
73
|
updatedAt: Date;
|
74
74
|
deletedAt: Date | null;
|
75
75
|
}[];
|
76
|
+
note: string | null;
|
76
77
|
callFrom: string | null;
|
77
78
|
callTo: string | null;
|
78
|
-
note: string | null;
|
79
79
|
}>>;
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
81
81
|
id: string;
|
@@ -86,14 +86,14 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
86
86
|
updatedAt: Date;
|
87
87
|
deletedAt: Date | null;
|
88
88
|
entityId: string;
|
89
|
-
|
90
|
-
contactId: string | null;
|
89
|
+
firstResponseTime: number | null;
|
91
90
|
caseId: number;
|
92
91
|
entityName: string;
|
92
|
+
contactId: string | null;
|
93
|
+
queueId: string | null;
|
93
94
|
agentId: string | null;
|
94
95
|
startedDate: Date | null;
|
95
96
|
handledTime: number | null;
|
96
|
-
firstResponseTime: number | null;
|
97
97
|
wrapUpForm: {
|
98
98
|
id: string;
|
99
99
|
disposition: string | null;
|
@@ -107,9 +107,9 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
107
107
|
updatedAt: Date;
|
108
108
|
deletedAt: Date | null;
|
109
109
|
}[];
|
110
|
+
note: string | null;
|
110
111
|
callFrom: string | null;
|
111
112
|
callTo: string | null;
|
112
|
-
note: string | null;
|
113
113
|
} | null;
|
114
114
|
}, {
|
115
115
|
id: string;
|
@@ -120,14 +120,14 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
120
120
|
updatedAt: Date;
|
121
121
|
deletedAt: Date | null;
|
122
122
|
entityId: string;
|
123
|
-
|
124
|
-
contactId: string | null;
|
123
|
+
firstResponseTime: number | null;
|
125
124
|
caseId: number;
|
126
125
|
entityName: string;
|
126
|
+
contactId: string | null;
|
127
|
+
queueId: string | null;
|
127
128
|
agentId: string | null;
|
128
129
|
startedDate: Date | null;
|
129
130
|
handledTime: number | null;
|
130
|
-
firstResponseTime: number | null;
|
131
131
|
wrapUpForm: {
|
132
132
|
id: string;
|
133
133
|
disposition: string | null;
|
@@ -141,9 +141,9 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
141
141
|
updatedAt: Date;
|
142
142
|
deletedAt: Date | null;
|
143
143
|
}[];
|
144
|
+
note: string | null;
|
144
145
|
callFrom: string | null;
|
145
146
|
callTo: string | null;
|
146
|
-
note: string | null;
|
147
147
|
} | null;
|
148
148
|
}>;
|
149
149
|
export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
@@ -229,9 +229,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
229
229
|
updatedAt: Date;
|
230
230
|
deletedAt: Date | null;
|
231
231
|
}[];
|
232
|
+
note: string | null;
|
232
233
|
callFrom: string | null;
|
233
234
|
callTo: string | null;
|
234
|
-
note: string | null;
|
235
235
|
}, {
|
236
236
|
id: string;
|
237
237
|
disposition: string | null;
|
@@ -245,9 +245,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
245
245
|
updatedAt: Date;
|
246
246
|
deletedAt: Date | null;
|
247
247
|
}[];
|
248
|
+
note: string | null;
|
248
249
|
callFrom: string | null;
|
249
250
|
callTo: string | null;
|
250
|
-
note: string | null;
|
251
251
|
}>>;
|
252
252
|
room: z.ZodNullable<z.ZodObject<{
|
253
253
|
id: z.ZodString;
|
@@ -1056,7 +1056,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1056
1056
|
createdAt: Date;
|
1057
1057
|
updatedAt: Date;
|
1058
1058
|
deletedAt: Date | null;
|
1059
|
-
channelId: string;
|
1060
1059
|
contact: {
|
1061
1060
|
id: string;
|
1062
1061
|
channel: string | null;
|
@@ -1161,6 +1160,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1161
1160
|
};
|
1162
1161
|
}[] | undefined;
|
1163
1162
|
};
|
1163
|
+
channelId: string;
|
1164
1164
|
socialPlatformId: string;
|
1165
1165
|
}, {
|
1166
1166
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -1174,7 +1174,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1174
1174
|
createdAt: Date;
|
1175
1175
|
updatedAt: Date;
|
1176
1176
|
deletedAt: Date | null;
|
1177
|
-
channelId: string;
|
1178
1177
|
contact: {
|
1179
1178
|
id: string;
|
1180
1179
|
channel: string | null;
|
@@ -1279,6 +1278,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1279
1278
|
};
|
1280
1279
|
}[] | undefined;
|
1281
1280
|
};
|
1281
|
+
channelId: string;
|
1282
1282
|
socialPlatformId: string;
|
1283
1283
|
}>;
|
1284
1284
|
actor: z.ZodObject<{
|
@@ -2104,12 +2104,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2104
2104
|
telephonySignature: string | null;
|
2105
2105
|
};
|
2106
2106
|
};
|
2107
|
-
firstResponseTime: number;
|
2108
2107
|
lastMessage: string;
|
2109
2108
|
handleTime: number;
|
2110
2109
|
closeAt: Date;
|
2111
2110
|
unreadCount: number;
|
2112
2111
|
firstResponseAt: Date;
|
2112
|
+
firstResponseTime: number;
|
2113
2113
|
isLatest: boolean;
|
2114
2114
|
platformContact: {
|
2115
2115
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -2123,7 +2123,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2123
2123
|
createdAt: Date;
|
2124
2124
|
updatedAt: Date;
|
2125
2125
|
deletedAt: Date | null;
|
2126
|
-
channelId: string;
|
2127
2126
|
contact: {
|
2128
2127
|
id: string;
|
2129
2128
|
channel: string | null;
|
@@ -2228,6 +2227,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2228
2227
|
};
|
2229
2228
|
}[] | undefined;
|
2230
2229
|
};
|
2230
|
+
channelId: string;
|
2231
2231
|
socialPlatformId: string;
|
2232
2232
|
};
|
2233
2233
|
assignee: {
|
@@ -2389,12 +2389,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2389
2389
|
telephonySignature: string | null;
|
2390
2390
|
};
|
2391
2391
|
};
|
2392
|
-
firstResponseTime: number;
|
2393
2392
|
lastMessage: string;
|
2394
2393
|
handleTime: number;
|
2395
2394
|
closeAt: Date;
|
2396
2395
|
unreadCount: number;
|
2397
2396
|
firstResponseAt: Date;
|
2397
|
+
firstResponseTime: number;
|
2398
2398
|
isLatest: boolean;
|
2399
2399
|
platformContact: {
|
2400
2400
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -2408,7 +2408,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2408
2408
|
createdAt: Date;
|
2409
2409
|
updatedAt: Date;
|
2410
2410
|
deletedAt: Date | null;
|
2411
|
-
channelId: string;
|
2412
2411
|
contact: {
|
2413
2412
|
id: string;
|
2414
2413
|
channel: string | null;
|
@@ -2513,6 +2512,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2513
2512
|
};
|
2514
2513
|
}[] | undefined;
|
2515
2514
|
};
|
2515
|
+
channelId: string;
|
2516
2516
|
socialPlatformId: string;
|
2517
2517
|
};
|
2518
2518
|
assignee: {
|
@@ -3807,10 +3807,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3807
3807
|
updatedAt: Date;
|
3808
3808
|
deletedAt: Date | null;
|
3809
3809
|
extensionId: string | null;
|
3810
|
-
|
3811
|
-
timeStart: string;
|
3810
|
+
contactId: string | null;
|
3812
3811
|
callFrom: string;
|
3813
3812
|
callTo: string;
|
3813
|
+
uniqueCallId: string;
|
3814
|
+
timeStart: string;
|
3814
3815
|
callDuration: number | null;
|
3815
3816
|
talkDuration: number | null;
|
3816
3817
|
srcTrunkName: string | null;
|
@@ -3821,7 +3822,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3821
3822
|
uploadId: string | null;
|
3822
3823
|
serialNumber: string | null;
|
3823
3824
|
telephonyQueueId: string | null;
|
3824
|
-
contactId: string | null;
|
3825
3825
|
contact?: {
|
3826
3826
|
id: string;
|
3827
3827
|
channel: string | null;
|
@@ -4014,10 +4014,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4014
4014
|
updatedAt: Date;
|
4015
4015
|
deletedAt: Date | null;
|
4016
4016
|
extensionId: string | null;
|
4017
|
-
|
4018
|
-
timeStart: string;
|
4017
|
+
contactId: string | null;
|
4019
4018
|
callFrom: string;
|
4020
4019
|
callTo: string;
|
4020
|
+
uniqueCallId: string;
|
4021
|
+
timeStart: string;
|
4021
4022
|
callDuration: number | null;
|
4022
4023
|
talkDuration: number | null;
|
4023
4024
|
srcTrunkName: string | null;
|
@@ -4028,7 +4029,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4028
4029
|
uploadId: string | null;
|
4029
4030
|
serialNumber: string | null;
|
4030
4031
|
telephonyQueueId: string | null;
|
4031
|
-
contactId: string | null;
|
4032
4032
|
contact?: {
|
4033
4033
|
id: string;
|
4034
4034
|
channel: string | null;
|
@@ -5296,11 +5296,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5296
5296
|
};
|
5297
5297
|
}[] | undefined;
|
5298
5298
|
} | null;
|
5299
|
+
firstResponseTime: string | null;
|
5299
5300
|
caseId: number;
|
5300
5301
|
entityName: string;
|
5301
5302
|
startedDate: string | null;
|
5302
5303
|
handledTime: string | null;
|
5303
|
-
firstResponseTime: string | null;
|
5304
5304
|
wrapUpForm: {
|
5305
5305
|
id: string;
|
5306
5306
|
disposition: string | null;
|
@@ -5314,21 +5314,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5314
5314
|
updatedAt: Date;
|
5315
5315
|
deletedAt: Date | null;
|
5316
5316
|
}[];
|
5317
|
+
note: string | null;
|
5317
5318
|
callFrom: string | null;
|
5318
5319
|
callTo: string | null;
|
5319
|
-
note: string | null;
|
5320
|
-
} | null;
|
5321
|
-
customerPhone: string | null;
|
5322
|
-
channelType: string | null;
|
5323
|
-
slaMeet: string | null;
|
5324
|
-
evaluateForm: {
|
5325
|
-
id: string;
|
5326
|
-
createdAt: Date;
|
5327
|
-
updatedAt: Date;
|
5328
|
-
deletedAt: Date | null;
|
5329
|
-
cxLogId: string;
|
5330
|
-
sentimentScore?: string | null | undefined;
|
5331
|
-
csatScore?: string | null | undefined;
|
5332
5320
|
} | null;
|
5333
5321
|
room: {
|
5334
5322
|
id: string;
|
@@ -5380,12 +5368,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5380
5368
|
telephonySignature: string | null;
|
5381
5369
|
};
|
5382
5370
|
};
|
5383
|
-
firstResponseTime: number;
|
5384
5371
|
lastMessage: string;
|
5385
5372
|
handleTime: number;
|
5386
5373
|
closeAt: Date;
|
5387
5374
|
unreadCount: number;
|
5388
5375
|
firstResponseAt: Date;
|
5376
|
+
firstResponseTime: number;
|
5389
5377
|
isLatest: boolean;
|
5390
5378
|
platformContact: {
|
5391
5379
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -5399,7 +5387,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5399
5387
|
createdAt: Date;
|
5400
5388
|
updatedAt: Date;
|
5401
5389
|
deletedAt: Date | null;
|
5402
|
-
channelId: string;
|
5403
5390
|
contact: {
|
5404
5391
|
id: string;
|
5405
5392
|
channel: string | null;
|
@@ -5504,6 +5491,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5504
5491
|
};
|
5505
5492
|
}[] | undefined;
|
5506
5493
|
};
|
5494
|
+
channelId: string;
|
5507
5495
|
socialPlatformId: string;
|
5508
5496
|
};
|
5509
5497
|
assignee: {
|
@@ -5616,6 +5604,18 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5616
5604
|
} | undefined;
|
5617
5605
|
} | undefined;
|
5618
5606
|
} | null;
|
5607
|
+
customerPhone: string | null;
|
5608
|
+
channelType: string | null;
|
5609
|
+
slaMeet: string | null;
|
5610
|
+
evaluateForm: {
|
5611
|
+
id: string;
|
5612
|
+
createdAt: Date;
|
5613
|
+
updatedAt: Date;
|
5614
|
+
deletedAt: Date | null;
|
5615
|
+
cxLogId: string;
|
5616
|
+
sentimentScore?: string | null | undefined;
|
5617
|
+
csatScore?: string | null | undefined;
|
5618
|
+
} | null;
|
5619
5619
|
telephonyCdr: {
|
5620
5620
|
type: string;
|
5621
5621
|
id: string;
|
@@ -5625,10 +5625,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5625
5625
|
updatedAt: Date;
|
5626
5626
|
deletedAt: Date | null;
|
5627
5627
|
extensionId: string | null;
|
5628
|
-
|
5629
|
-
timeStart: string;
|
5628
|
+
contactId: string | null;
|
5630
5629
|
callFrom: string;
|
5631
5630
|
callTo: string;
|
5631
|
+
uniqueCallId: string;
|
5632
|
+
timeStart: string;
|
5632
5633
|
callDuration: number | null;
|
5633
5634
|
talkDuration: number | null;
|
5634
5635
|
srcTrunkName: string | null;
|
@@ -5639,7 +5640,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5639
5640
|
uploadId: string | null;
|
5640
5641
|
serialNumber: string | null;
|
5641
5642
|
telephonyQueueId: string | null;
|
5642
|
-
contactId: string | null;
|
5643
5643
|
contact?: {
|
5644
5644
|
id: string;
|
5645
5645
|
channel: string | null;
|
@@ -5985,11 +5985,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5985
5985
|
};
|
5986
5986
|
}[] | undefined;
|
5987
5987
|
} | null;
|
5988
|
+
firstResponseTime: string | null;
|
5988
5989
|
caseId: number;
|
5989
5990
|
entityName: string;
|
5990
5991
|
startedDate: string | null;
|
5991
5992
|
handledTime: string | null;
|
5992
|
-
firstResponseTime: string | null;
|
5993
5993
|
wrapUpForm: {
|
5994
5994
|
id: string;
|
5995
5995
|
disposition: string | null;
|
@@ -6003,21 +6003,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6003
6003
|
updatedAt: Date;
|
6004
6004
|
deletedAt: Date | null;
|
6005
6005
|
}[];
|
6006
|
+
note: string | null;
|
6006
6007
|
callFrom: string | null;
|
6007
6008
|
callTo: string | null;
|
6008
|
-
note: string | null;
|
6009
|
-
} | null;
|
6010
|
-
customerPhone: string | null;
|
6011
|
-
channelType: string | null;
|
6012
|
-
slaMeet: string | null;
|
6013
|
-
evaluateForm: {
|
6014
|
-
id: string;
|
6015
|
-
createdAt: Date;
|
6016
|
-
updatedAt: Date;
|
6017
|
-
deletedAt: Date | null;
|
6018
|
-
cxLogId: string;
|
6019
|
-
sentimentScore?: string | null | undefined;
|
6020
|
-
csatScore?: string | null | undefined;
|
6021
6009
|
} | null;
|
6022
6010
|
room: {
|
6023
6011
|
id: string;
|
@@ -6069,12 +6057,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6069
6057
|
telephonySignature: string | null;
|
6070
6058
|
};
|
6071
6059
|
};
|
6072
|
-
firstResponseTime: number;
|
6073
6060
|
lastMessage: string;
|
6074
6061
|
handleTime: number;
|
6075
6062
|
closeAt: Date;
|
6076
6063
|
unreadCount: number;
|
6077
6064
|
firstResponseAt: Date;
|
6065
|
+
firstResponseTime: number;
|
6078
6066
|
isLatest: boolean;
|
6079
6067
|
platformContact: {
|
6080
6068
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
|
@@ -6088,7 +6076,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6088
6076
|
createdAt: Date;
|
6089
6077
|
updatedAt: Date;
|
6090
6078
|
deletedAt: Date | null;
|
6091
|
-
channelId: string;
|
6092
6079
|
contact: {
|
6093
6080
|
id: string;
|
6094
6081
|
channel: string | null;
|
@@ -6193,6 +6180,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6193
6180
|
};
|
6194
6181
|
}[] | undefined;
|
6195
6182
|
};
|
6183
|
+
channelId: string;
|
6196
6184
|
socialPlatformId: string;
|
6197
6185
|
};
|
6198
6186
|
assignee: {
|
@@ -6305,6 +6293,18 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6305
6293
|
} | undefined;
|
6306
6294
|
} | undefined;
|
6307
6295
|
} | null;
|
6296
|
+
customerPhone: string | null;
|
6297
|
+
channelType: string | null;
|
6298
|
+
slaMeet: string | null;
|
6299
|
+
evaluateForm: {
|
6300
|
+
id: string;
|
6301
|
+
createdAt: Date;
|
6302
|
+
updatedAt: Date;
|
6303
|
+
deletedAt: Date | null;
|
6304
|
+
cxLogId: string;
|
6305
|
+
sentimentScore?: string | null | undefined;
|
6306
|
+
csatScore?: string | null | undefined;
|
6307
|
+
} | null;
|
6308
6308
|
telephonyCdr: {
|
6309
6309
|
type: string;
|
6310
6310
|
id: string;
|
@@ -6314,10 +6314,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6314
6314
|
updatedAt: Date;
|
6315
6315
|
deletedAt: Date | null;
|
6316
6316
|
extensionId: string | null;
|
6317
|
-
|
6318
|
-
timeStart: string;
|
6317
|
+
contactId: string | null;
|
6319
6318
|
callFrom: string;
|
6320
6319
|
callTo: string;
|
6320
|
+
uniqueCallId: string;
|
6321
|
+
timeStart: string;
|
6321
6322
|
callDuration: number | null;
|
6322
6323
|
talkDuration: number | null;
|
6323
6324
|
srcTrunkName: string | null;
|
@@ -6328,7 +6329,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6328
6329
|
uploadId: string | null;
|
6329
6330
|
serialNumber: string | null;
|
6330
6331
|
telephonyQueueId: string | null;
|
6331
|
-
contactId: string | null;
|
6332
6332
|
contact?: {
|
6333
6333
|
id: string;
|
6334
6334
|
channel: string | null;
|
@@ -1761,43 +1761,28 @@ export declare const dashboardContract: {
|
|
1761
1761
|
responses: {
|
1762
1762
|
200: z.ZodObject<{
|
1763
1763
|
requestId: z.ZodString;
|
1764
|
-
messageRoomStatusDispositionData: z.ZodObject<{
|
1765
|
-
|
1766
|
-
|
1767
|
-
followUpDispositionCount: z.ZodNullable<z.ZodNumber>;
|
1768
|
-
blankDispositionCount: z.ZodNullable<z.ZodNumber>;
|
1769
|
-
escalatedDispositionCount: z.ZodNullable<z.ZodNumber>;
|
1764
|
+
messageRoomStatusDispositionData: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
1765
|
+
name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1766
|
+
count: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
1770
1767
|
}, "strip", z.ZodTypeAny, {
|
1771
|
-
|
1772
|
-
|
1773
|
-
followUpDispositionCount: number | null;
|
1774
|
-
blankDispositionCount: number | null;
|
1775
|
-
escalatedDispositionCount: number | null;
|
1768
|
+
name?: string | null | undefined;
|
1769
|
+
count?: number | null | undefined;
|
1776
1770
|
}, {
|
1777
|
-
|
1778
|
-
|
1779
|
-
|
1780
|
-
blankDispositionCount: number | null;
|
1781
|
-
escalatedDispositionCount: number | null;
|
1782
|
-
}>;
|
1771
|
+
name?: string | null | undefined;
|
1772
|
+
count?: number | null | undefined;
|
1773
|
+
}>, "many">>;
|
1783
1774
|
}, "strip", z.ZodTypeAny, {
|
1784
1775
|
requestId: string;
|
1785
|
-
messageRoomStatusDispositionData
|
1786
|
-
|
1787
|
-
|
1788
|
-
|
1789
|
-
blankDispositionCount: number | null;
|
1790
|
-
escalatedDispositionCount: number | null;
|
1791
|
-
};
|
1776
|
+
messageRoomStatusDispositionData?: {
|
1777
|
+
name?: string | null | undefined;
|
1778
|
+
count?: number | null | undefined;
|
1779
|
+
}[] | undefined;
|
1792
1780
|
}, {
|
1793
1781
|
requestId: string;
|
1794
|
-
messageRoomStatusDispositionData
|
1795
|
-
|
1796
|
-
|
1797
|
-
|
1798
|
-
blankDispositionCount: number | null;
|
1799
|
-
escalatedDispositionCount: number | null;
|
1800
|
-
};
|
1782
|
+
messageRoomStatusDispositionData?: {
|
1783
|
+
name?: string | null | undefined;
|
1784
|
+
count?: number | null | undefined;
|
1785
|
+
}[] | undefined;
|
1801
1786
|
}>;
|
1802
1787
|
401: z.ZodObject<{
|
1803
1788
|
message: z.ZodString;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dashboard/index.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dashboard/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8P7B,CAAC"}
|
@@ -1016,23 +1016,14 @@ export declare const MessagePlatformDataSchema: z.ZodObject<{
|
|
1016
1016
|
} | null;
|
1017
1017
|
}>;
|
1018
1018
|
export declare const MessageDispositionSchema: z.ZodObject<{
|
1019
|
-
|
1020
|
-
|
1021
|
-
followUpDispositionCount: z.ZodNullable<z.ZodNumber>;
|
1022
|
-
blankDispositionCount: z.ZodNullable<z.ZodNumber>;
|
1023
|
-
escalatedDispositionCount: z.ZodNullable<z.ZodNumber>;
|
1019
|
+
name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1020
|
+
count: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
1024
1021
|
}, "strip", z.ZodTypeAny, {
|
1025
|
-
|
1026
|
-
|
1027
|
-
followUpDispositionCount: number | null;
|
1028
|
-
blankDispositionCount: number | null;
|
1029
|
-
escalatedDispositionCount: number | null;
|
1022
|
+
name?: string | null | undefined;
|
1023
|
+
count?: number | null | undefined;
|
1030
1024
|
}, {
|
1031
|
-
|
1032
|
-
|
1033
|
-
followUpDispositionCount: number | null;
|
1034
|
-
blankDispositionCount: number | null;
|
1035
|
-
escalatedDispositionCount: number | null;
|
1025
|
+
name?: string | null | undefined;
|
1026
|
+
count?: number | null | undefined;
|
1036
1027
|
}>;
|
1037
1028
|
export declare const MessageIncomingDataSchema: z.ZodArray<z.ZodObject<{
|
1038
1029
|
platform: z.ZodNullable<z.ZodString>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/dashboard/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAmBpB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAC;AAiBH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU9B,CAAC;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtC,CAAC;AAEH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjD,CAAC;AAEH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5C,CAAC;AAEH,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIzD,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKvC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;EAGzC,CAAC;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;EAIzC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYpC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;WAQ/B,CAAC;AACF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;WAM7B,CAAC;AACF,eAAO,MAAM,+BAA+B;;;;;;;;;YAO3C,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;aAMnB,CAAC;AACd,eAAO,MAAM,6BAA6B;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAK9B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyB/B,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKpC,CAAC;AAEH,eAAO,MAAM,wBAAwB
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/dashboard/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAmBpB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;EAGxC,CAAC;AAiBH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU9B,CAAC;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtC,CAAC;AAEH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjD,CAAC;AAEH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5C,CAAC;AAEH,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIzD,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKvC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;EAGzC,CAAC;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;EAIzC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYpC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;WAQ/B,CAAC;AACF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;WAM7B,CAAC;AACF,eAAO,MAAM,+BAA+B;;;;;;;;;YAO3C,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;aAMnB,CAAC;AACd,eAAO,MAAM,6BAA6B;;;;;;;;;EAGxC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAK9B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyB/B,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKpC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;EAGnC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;WAMrC,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;YAE1C,CAAC"}
|