@kl1/contracts 1.0.25 → 1.0.27
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 +1673 -1458
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1669 -1458
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +399 -0
- package/dist/src/activity-log/index.d.ts.map +1 -0
- package/dist/src/activity-log/schema.d.ts +369 -0
- package/dist/src/activity-log/schema.d.ts.map +1 -0
- package/dist/src/activity-log/validation.d.ts +2 -0
- package/dist/src/activity-log/validation.d.ts.map +1 -0
- package/dist/src/attribute/index.d.ts +108 -108
- package/dist/src/attribute/schema.d.ts +24 -24
- package/dist/src/attribute-option/schema.d.ts +9 -9
- package/dist/src/base-contract.d.ts +9 -9
- package/dist/src/call-log/schema.d.ts +9 -9
- package/dist/src/category/index.d.ts +42 -42
- package/dist/src/category/schema.d.ts +9 -9
- package/dist/src/channel/index.d.ts +218 -32
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts +9 -9
- package/dist/src/chat/index.d.ts +5335 -5335
- package/dist/src/chat/schema.d.ts +877 -877
- package/dist/src/chat/validation.d.ts +1009 -1009
- package/dist/src/comment/index.d.ts +4688 -0
- package/dist/src/comment/index.d.ts.map +1 -0
- package/dist/src/comment/schema.d.ts +1257 -0
- package/dist/src/comment/schema.d.ts.map +1 -0
- package/dist/src/comment/validation.d.ts +38 -0
- package/dist/src/comment/validation.d.ts.map +1 -0
- package/dist/src/company/index.d.ts +296 -293
- package/dist/src/company/index.d.ts.map +1 -1
- package/dist/src/company/schema.d.ts +191 -54
- package/dist/src/company/schema.d.ts.map +1 -1
- package/dist/src/company/validation.d.ts +162 -162
- package/dist/src/contact/index.d.ts +1213 -1213
- package/dist/src/contact/schema.d.ts +201 -201
- package/dist/src/contact/validation.d.ts +997 -997
- package/dist/src/contact-email/schema.d.ts +9 -9
- package/dist/src/contact-phone/schema.d.ts +9 -9
- package/dist/src/contract.d.ts +14189 -8798
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +9 -9
- package/dist/src/custom-field-upload/schema.d.ts +9 -9
- package/dist/src/cx-log/index.d.ts +621 -621
- package/dist/src/cx-log/schema.d.ts +564 -564
- package/dist/src/dashboard/index.d.ts +24 -20
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +125 -0
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/evaluate-form/schema.d.ts +9 -9
- package/dist/src/group/schema.d.ts +9 -9
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/log-form/schema.d.ts +9 -9
- package/dist/src/mail/mail-contract.d.ts +21 -21
- package/dist/src/mail/room-contract.d.ts +21 -21
- package/dist/src/mail/schemas/room.schema.d.ts +15 -15
- package/dist/src/messenger/index.d.ts +1226 -1096
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/messenger/validation.d.ts +108 -1
- package/dist/src/messenger/validation.d.ts.map +1 -1
- package/dist/src/tag/index.d.ts +45 -45
- package/dist/src/tag/schema.d.ts +9 -9
- package/dist/src/tag-group/schema.d.ts +9 -9
- package/dist/src/telephony-agent-presence-status/index.d.ts +93 -93
- package/dist/src/telephony-agent-presence-status/schema.d.ts +33 -33
- package/dist/src/telephony-cdr/schema.d.ts +9 -9
- package/dist/src/telephony-live-queue-call/schema.d.ts +9 -9
- package/dist/src/telephony-queue-call-count/schema.d.ts +9 -9
- package/dist/src/tenant/schema.d.ts +9 -9
- package/dist/src/ticket/index.d.ts +570 -570
- package/dist/src/ticket/schema.d.ts +135 -135
- package/dist/src/upload/schema.d.ts +9 -9
- package/dist/src/user-presence-status-log/index.d.ts +36 -36
- package/dist/src/user-presence-status-log/schema.d.ts +39 -39
- package/dist/src/widget/index.d.ts +78 -78
- package/dist/src/widget/schema.d.ts +9 -9
- package/dist/src/wrap-up-form/index.d.ts +96 -96
- package/dist/src/wrap-up-form/schema.d.ts +24 -24
- package/package.json +4 -10
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -8,25 +8,25 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
8
8
|
responses: {
|
9
9
|
200: z.ZodArray<z.ZodObject<{
|
10
10
|
id: z.ZodString;
|
11
|
-
createdAt: z.
|
12
|
-
updatedAt: z.
|
13
|
-
deletedAt: z.ZodNullable<z.
|
11
|
+
createdAt: z.ZodString;
|
12
|
+
updatedAt: z.ZodString;
|
13
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
14
14
|
status: z.ZodString;
|
15
15
|
description: z.ZodString;
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
17
17
|
id: string;
|
18
18
|
description: string;
|
19
19
|
status: string;
|
20
|
-
createdAt:
|
21
|
-
updatedAt:
|
22
|
-
deletedAt:
|
20
|
+
createdAt: string;
|
21
|
+
updatedAt: string;
|
22
|
+
deletedAt: string | null;
|
23
23
|
}, {
|
24
24
|
id: string;
|
25
25
|
description: string;
|
26
26
|
status: string;
|
27
|
-
createdAt:
|
28
|
-
updatedAt:
|
29
|
-
deletedAt:
|
27
|
+
createdAt: string;
|
28
|
+
updatedAt: string;
|
29
|
+
deletedAt: string | null;
|
30
30
|
}>, "many">;
|
31
31
|
400: z.ZodObject<{
|
32
32
|
message: z.ZodString;
|
@@ -80,9 +80,9 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
80
80
|
responses: {
|
81
81
|
200: z.ZodArray<z.ZodObject<{
|
82
82
|
id: z.ZodString;
|
83
|
-
createdAt: z.
|
84
|
-
updatedAt: z.
|
85
|
-
deletedAt: z.ZodNullable<z.
|
83
|
+
createdAt: z.ZodString;
|
84
|
+
updatedAt: z.ZodString;
|
85
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
86
86
|
user: z.ZodObject<{
|
87
87
|
id: z.ZodString;
|
88
88
|
createdAt: z.ZodDate;
|
@@ -284,25 +284,25 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
284
284
|
}>;
|
285
285
|
presenceStatus: z.ZodObject<{
|
286
286
|
id: z.ZodString;
|
287
|
-
createdAt: z.
|
288
|
-
updatedAt: z.
|
289
|
-
deletedAt: z.ZodNullable<z.
|
287
|
+
createdAt: z.ZodString;
|
288
|
+
updatedAt: z.ZodString;
|
289
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
290
290
|
status: z.ZodString;
|
291
291
|
description: z.ZodString;
|
292
292
|
}, "strip", z.ZodTypeAny, {
|
293
293
|
id: string;
|
294
294
|
description: string;
|
295
295
|
status: string;
|
296
|
-
createdAt:
|
297
|
-
updatedAt:
|
298
|
-
deletedAt:
|
296
|
+
createdAt: string;
|
297
|
+
updatedAt: string;
|
298
|
+
deletedAt: string | null;
|
299
299
|
}, {
|
300
300
|
id: string;
|
301
301
|
description: string;
|
302
302
|
status: string;
|
303
|
-
createdAt:
|
304
|
-
updatedAt:
|
305
|
-
deletedAt:
|
303
|
+
createdAt: string;
|
304
|
+
updatedAt: string;
|
305
|
+
deletedAt: string | null;
|
306
306
|
}>;
|
307
307
|
customPresenceStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
308
308
|
}, "strip", z.ZodTypeAny, {
|
@@ -350,16 +350,16 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
350
350
|
telephonySignature: string | null;
|
351
351
|
} | undefined;
|
352
352
|
};
|
353
|
-
createdAt:
|
354
|
-
updatedAt:
|
355
|
-
deletedAt:
|
353
|
+
createdAt: string;
|
354
|
+
updatedAt: string;
|
355
|
+
deletedAt: string | null;
|
356
356
|
presenceStatus: {
|
357
357
|
id: string;
|
358
358
|
description: string;
|
359
359
|
status: string;
|
360
|
-
createdAt:
|
361
|
-
updatedAt:
|
362
|
-
deletedAt:
|
360
|
+
createdAt: string;
|
361
|
+
updatedAt: string;
|
362
|
+
deletedAt: string | null;
|
363
363
|
};
|
364
364
|
customPresenceStatus?: string | null | undefined;
|
365
365
|
}, {
|
@@ -407,16 +407,16 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
407
407
|
telephonySignature: string | null;
|
408
408
|
} | undefined;
|
409
409
|
};
|
410
|
-
createdAt:
|
411
|
-
updatedAt:
|
412
|
-
deletedAt:
|
410
|
+
createdAt: string;
|
411
|
+
updatedAt: string;
|
412
|
+
deletedAt: string | null;
|
413
413
|
presenceStatus: {
|
414
414
|
id: string;
|
415
415
|
description: string;
|
416
416
|
status: string;
|
417
|
-
createdAt:
|
418
|
-
updatedAt:
|
419
|
-
deletedAt:
|
417
|
+
createdAt: string;
|
418
|
+
updatedAt: string;
|
419
|
+
deletedAt: string | null;
|
420
420
|
};
|
421
421
|
customPresenceStatus?: string | null | undefined;
|
422
422
|
}>, "many">;
|
@@ -479,9 +479,9 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
479
479
|
responses: {
|
480
480
|
200: z.ZodObject<{
|
481
481
|
id: z.ZodString;
|
482
|
-
createdAt: z.
|
483
|
-
updatedAt: z.
|
484
|
-
deletedAt: z.ZodNullable<z.
|
482
|
+
createdAt: z.ZodString;
|
483
|
+
updatedAt: z.ZodString;
|
484
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
485
485
|
user: z.ZodObject<{
|
486
486
|
id: z.ZodString;
|
487
487
|
createdAt: z.ZodDate;
|
@@ -683,25 +683,25 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
683
683
|
}>;
|
684
684
|
presenceStatus: z.ZodObject<{
|
685
685
|
id: z.ZodString;
|
686
|
-
createdAt: z.
|
687
|
-
updatedAt: z.
|
688
|
-
deletedAt: z.ZodNullable<z.
|
686
|
+
createdAt: z.ZodString;
|
687
|
+
updatedAt: z.ZodString;
|
688
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
689
689
|
status: z.ZodString;
|
690
690
|
description: z.ZodString;
|
691
691
|
}, "strip", z.ZodTypeAny, {
|
692
692
|
id: string;
|
693
693
|
description: string;
|
694
694
|
status: string;
|
695
|
-
createdAt:
|
696
|
-
updatedAt:
|
697
|
-
deletedAt:
|
695
|
+
createdAt: string;
|
696
|
+
updatedAt: string;
|
697
|
+
deletedAt: string | null;
|
698
698
|
}, {
|
699
699
|
id: string;
|
700
700
|
description: string;
|
701
701
|
status: string;
|
702
|
-
createdAt:
|
703
|
-
updatedAt:
|
704
|
-
deletedAt:
|
702
|
+
createdAt: string;
|
703
|
+
updatedAt: string;
|
704
|
+
deletedAt: string | null;
|
705
705
|
}>;
|
706
706
|
customPresenceStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
707
707
|
}, "strip", z.ZodTypeAny, {
|
@@ -749,16 +749,16 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
749
749
|
telephonySignature: string | null;
|
750
750
|
} | undefined;
|
751
751
|
};
|
752
|
-
createdAt:
|
753
|
-
updatedAt:
|
754
|
-
deletedAt:
|
752
|
+
createdAt: string;
|
753
|
+
updatedAt: string;
|
754
|
+
deletedAt: string | null;
|
755
755
|
presenceStatus: {
|
756
756
|
id: string;
|
757
757
|
description: string;
|
758
758
|
status: string;
|
759
|
-
createdAt:
|
760
|
-
updatedAt:
|
761
|
-
deletedAt:
|
759
|
+
createdAt: string;
|
760
|
+
updatedAt: string;
|
761
|
+
deletedAt: string | null;
|
762
762
|
};
|
763
763
|
customPresenceStatus?: string | null | undefined;
|
764
764
|
}, {
|
@@ -806,16 +806,16 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
806
806
|
telephonySignature: string | null;
|
807
807
|
} | undefined;
|
808
808
|
};
|
809
|
-
createdAt:
|
810
|
-
updatedAt:
|
811
|
-
deletedAt:
|
809
|
+
createdAt: string;
|
810
|
+
updatedAt: string;
|
811
|
+
deletedAt: string | null;
|
812
812
|
presenceStatus: {
|
813
813
|
id: string;
|
814
814
|
description: string;
|
815
815
|
status: string;
|
816
|
-
createdAt:
|
817
|
-
updatedAt:
|
818
|
-
deletedAt:
|
816
|
+
createdAt: string;
|
817
|
+
updatedAt: string;
|
818
|
+
deletedAt: string | null;
|
819
819
|
};
|
820
820
|
customPresenceStatus?: string | null | undefined;
|
821
821
|
}>;
|
@@ -889,9 +889,9 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
889
889
|
requestId: z.ZodString;
|
890
890
|
userPresenceStatu: z.ZodObject<{
|
891
891
|
id: z.ZodString;
|
892
|
-
createdAt: z.
|
893
|
-
updatedAt: z.
|
894
|
-
deletedAt: z.ZodNullable<z.
|
892
|
+
createdAt: z.ZodString;
|
893
|
+
updatedAt: z.ZodString;
|
894
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
895
895
|
user: z.ZodObject<{
|
896
896
|
id: z.ZodString;
|
897
897
|
createdAt: z.ZodDate;
|
@@ -1093,25 +1093,25 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
1093
1093
|
}>;
|
1094
1094
|
presenceStatus: z.ZodObject<{
|
1095
1095
|
id: z.ZodString;
|
1096
|
-
createdAt: z.
|
1097
|
-
updatedAt: z.
|
1098
|
-
deletedAt: z.ZodNullable<z.
|
1096
|
+
createdAt: z.ZodString;
|
1097
|
+
updatedAt: z.ZodString;
|
1098
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1099
1099
|
status: z.ZodString;
|
1100
1100
|
description: z.ZodString;
|
1101
1101
|
}, "strip", z.ZodTypeAny, {
|
1102
1102
|
id: string;
|
1103
1103
|
description: string;
|
1104
1104
|
status: string;
|
1105
|
-
createdAt:
|
1106
|
-
updatedAt:
|
1107
|
-
deletedAt:
|
1105
|
+
createdAt: string;
|
1106
|
+
updatedAt: string;
|
1107
|
+
deletedAt: string | null;
|
1108
1108
|
}, {
|
1109
1109
|
id: string;
|
1110
1110
|
description: string;
|
1111
1111
|
status: string;
|
1112
|
-
createdAt:
|
1113
|
-
updatedAt:
|
1114
|
-
deletedAt:
|
1112
|
+
createdAt: string;
|
1113
|
+
updatedAt: string;
|
1114
|
+
deletedAt: string | null;
|
1115
1115
|
}>;
|
1116
1116
|
customPresenceStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1117
1117
|
}, "strip", z.ZodTypeAny, {
|
@@ -1159,16 +1159,16 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
1159
1159
|
telephonySignature: string | null;
|
1160
1160
|
} | undefined;
|
1161
1161
|
};
|
1162
|
-
createdAt:
|
1163
|
-
updatedAt:
|
1164
|
-
deletedAt:
|
1162
|
+
createdAt: string;
|
1163
|
+
updatedAt: string;
|
1164
|
+
deletedAt: string | null;
|
1165
1165
|
presenceStatus: {
|
1166
1166
|
id: string;
|
1167
1167
|
description: string;
|
1168
1168
|
status: string;
|
1169
|
-
createdAt:
|
1170
|
-
updatedAt:
|
1171
|
-
deletedAt:
|
1169
|
+
createdAt: string;
|
1170
|
+
updatedAt: string;
|
1171
|
+
deletedAt: string | null;
|
1172
1172
|
};
|
1173
1173
|
customPresenceStatus?: string | null | undefined;
|
1174
1174
|
}, {
|
@@ -1216,16 +1216,16 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
1216
1216
|
telephonySignature: string | null;
|
1217
1217
|
} | undefined;
|
1218
1218
|
};
|
1219
|
-
createdAt:
|
1220
|
-
updatedAt:
|
1221
|
-
deletedAt:
|
1219
|
+
createdAt: string;
|
1220
|
+
updatedAt: string;
|
1221
|
+
deletedAt: string | null;
|
1222
1222
|
presenceStatus: {
|
1223
1223
|
id: string;
|
1224
1224
|
description: string;
|
1225
1225
|
status: string;
|
1226
|
-
createdAt:
|
1227
|
-
updatedAt:
|
1228
|
-
deletedAt:
|
1226
|
+
createdAt: string;
|
1227
|
+
updatedAt: string;
|
1228
|
+
deletedAt: string | null;
|
1229
1229
|
};
|
1230
1230
|
customPresenceStatus?: string | null | undefined;
|
1231
1231
|
}>;
|
@@ -1276,16 +1276,16 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
1276
1276
|
telephonySignature: string | null;
|
1277
1277
|
} | undefined;
|
1278
1278
|
};
|
1279
|
-
createdAt:
|
1280
|
-
updatedAt:
|
1281
|
-
deletedAt:
|
1279
|
+
createdAt: string;
|
1280
|
+
updatedAt: string;
|
1281
|
+
deletedAt: string | null;
|
1282
1282
|
presenceStatus: {
|
1283
1283
|
id: string;
|
1284
1284
|
description: string;
|
1285
1285
|
status: string;
|
1286
|
-
createdAt:
|
1287
|
-
updatedAt:
|
1288
|
-
deletedAt:
|
1286
|
+
createdAt: string;
|
1287
|
+
updatedAt: string;
|
1288
|
+
deletedAt: string | null;
|
1289
1289
|
};
|
1290
1290
|
customPresenceStatus?: string | null | undefined;
|
1291
1291
|
};
|
@@ -1336,16 +1336,16 @@ export declare const telephonyAgentPresenceStatusContract: {
|
|
1336
1336
|
telephonySignature: string | null;
|
1337
1337
|
} | undefined;
|
1338
1338
|
};
|
1339
|
-
createdAt:
|
1340
|
-
updatedAt:
|
1341
|
-
deletedAt:
|
1339
|
+
createdAt: string;
|
1340
|
+
updatedAt: string;
|
1341
|
+
deletedAt: string | null;
|
1342
1342
|
presenceStatus: {
|
1343
1343
|
id: string;
|
1344
1344
|
description: string;
|
1345
1345
|
status: string;
|
1346
|
-
createdAt:
|
1347
|
-
updatedAt:
|
1348
|
-
deletedAt:
|
1346
|
+
createdAt: string;
|
1347
|
+
updatedAt: string;
|
1348
|
+
deletedAt: string | null;
|
1349
1349
|
};
|
1350
1350
|
customPresenceStatus?: string | null | undefined;
|
1351
1351
|
};
|
@@ -1,31 +1,31 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const PresenceStatusSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodString;
|
5
|
+
updatedAt: z.ZodString;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
7
7
|
status: z.ZodString;
|
8
8
|
description: z.ZodString;
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
10
10
|
id: string;
|
11
11
|
description: string;
|
12
12
|
status: string;
|
13
|
-
createdAt:
|
14
|
-
updatedAt:
|
15
|
-
deletedAt:
|
13
|
+
createdAt: string;
|
14
|
+
updatedAt: string;
|
15
|
+
deletedAt: string | null;
|
16
16
|
}, {
|
17
17
|
id: string;
|
18
18
|
description: string;
|
19
19
|
status: string;
|
20
|
-
createdAt:
|
21
|
-
updatedAt:
|
22
|
-
deletedAt:
|
20
|
+
createdAt: string;
|
21
|
+
updatedAt: string;
|
22
|
+
deletedAt: string | null;
|
23
23
|
}>;
|
24
24
|
export declare const UserPresenceStatusSchema: z.ZodObject<{
|
25
25
|
id: z.ZodString;
|
26
|
-
createdAt: z.
|
27
|
-
updatedAt: z.
|
28
|
-
deletedAt: z.ZodNullable<z.
|
26
|
+
createdAt: z.ZodString;
|
27
|
+
updatedAt: z.ZodString;
|
28
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
29
29
|
user: z.ZodObject<{
|
30
30
|
id: z.ZodString;
|
31
31
|
createdAt: z.ZodDate;
|
@@ -227,25 +227,25 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
227
227
|
}>;
|
228
228
|
presenceStatus: z.ZodObject<{
|
229
229
|
id: z.ZodString;
|
230
|
-
createdAt: z.
|
231
|
-
updatedAt: z.
|
232
|
-
deletedAt: z.ZodNullable<z.
|
230
|
+
createdAt: z.ZodString;
|
231
|
+
updatedAt: z.ZodString;
|
232
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
233
233
|
status: z.ZodString;
|
234
234
|
description: z.ZodString;
|
235
235
|
}, "strip", z.ZodTypeAny, {
|
236
236
|
id: string;
|
237
237
|
description: string;
|
238
238
|
status: string;
|
239
|
-
createdAt:
|
240
|
-
updatedAt:
|
241
|
-
deletedAt:
|
239
|
+
createdAt: string;
|
240
|
+
updatedAt: string;
|
241
|
+
deletedAt: string | null;
|
242
242
|
}, {
|
243
243
|
id: string;
|
244
244
|
description: string;
|
245
245
|
status: string;
|
246
|
-
createdAt:
|
247
|
-
updatedAt:
|
248
|
-
deletedAt:
|
246
|
+
createdAt: string;
|
247
|
+
updatedAt: string;
|
248
|
+
deletedAt: string | null;
|
249
249
|
}>;
|
250
250
|
customPresenceStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
251
251
|
}, "strip", z.ZodTypeAny, {
|
@@ -293,16 +293,16 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
293
293
|
telephonySignature: string | null;
|
294
294
|
} | undefined;
|
295
295
|
};
|
296
|
-
createdAt:
|
297
|
-
updatedAt:
|
298
|
-
deletedAt:
|
296
|
+
createdAt: string;
|
297
|
+
updatedAt: string;
|
298
|
+
deletedAt: string | null;
|
299
299
|
presenceStatus: {
|
300
300
|
id: string;
|
301
301
|
description: string;
|
302
302
|
status: string;
|
303
|
-
createdAt:
|
304
|
-
updatedAt:
|
305
|
-
deletedAt:
|
303
|
+
createdAt: string;
|
304
|
+
updatedAt: string;
|
305
|
+
deletedAt: string | null;
|
306
306
|
};
|
307
307
|
customPresenceStatus?: string | null | undefined;
|
308
308
|
}, {
|
@@ -350,16 +350,16 @@ export declare const UserPresenceStatusSchema: z.ZodObject<{
|
|
350
350
|
telephonySignature: string | null;
|
351
351
|
} | undefined;
|
352
352
|
};
|
353
|
-
createdAt:
|
354
|
-
updatedAt:
|
355
|
-
deletedAt:
|
353
|
+
createdAt: string;
|
354
|
+
updatedAt: string;
|
355
|
+
deletedAt: string | null;
|
356
356
|
presenceStatus: {
|
357
357
|
id: string;
|
358
358
|
description: string;
|
359
359
|
status: string;
|
360
|
-
createdAt:
|
361
|
-
updatedAt:
|
362
|
-
deletedAt:
|
360
|
+
createdAt: string;
|
361
|
+
updatedAt: string;
|
362
|
+
deletedAt: string | null;
|
363
363
|
};
|
364
364
|
customPresenceStatus?: string | null | undefined;
|
365
365
|
}>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const TelephonyCdrSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodString;
|
5
|
+
updatedAt: z.ZodString;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
7
7
|
uniqueCallId: z.ZodString;
|
8
8
|
timeStart: z.ZodString;
|
9
9
|
callFrom: z.ZodString;
|
@@ -28,9 +28,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
28
28
|
id: string;
|
29
29
|
recording: string | null;
|
30
30
|
status: string;
|
31
|
-
createdAt:
|
32
|
-
updatedAt:
|
33
|
-
deletedAt:
|
31
|
+
createdAt: string;
|
32
|
+
updatedAt: string;
|
33
|
+
deletedAt: string | null;
|
34
34
|
extensionId: string | null;
|
35
35
|
uniqueCallId: string;
|
36
36
|
timeStart: string;
|
@@ -52,9 +52,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
52
52
|
id: string;
|
53
53
|
recording: string | null;
|
54
54
|
status: string;
|
55
|
-
createdAt:
|
56
|
-
updatedAt:
|
57
|
-
deletedAt:
|
55
|
+
createdAt: string;
|
56
|
+
updatedAt: string;
|
57
|
+
deletedAt: string | null;
|
58
58
|
extensionId: string | null;
|
59
59
|
uniqueCallId: string;
|
60
60
|
timeStart: string;
|
@@ -1,26 +1,26 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const TelephonyLiveQueueCall: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodString;
|
5
|
+
updatedAt: z.ZodString;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
7
7
|
uniqueCallId: z.ZodString;
|
8
8
|
status: z.ZodString;
|
9
9
|
queueNumber: z.ZodString;
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
11
11
|
id: string;
|
12
12
|
status: string;
|
13
|
-
createdAt:
|
14
|
-
updatedAt:
|
15
|
-
deletedAt:
|
13
|
+
createdAt: string;
|
14
|
+
updatedAt: string;
|
15
|
+
deletedAt: string | null;
|
16
16
|
uniqueCallId: string;
|
17
17
|
queueNumber: string;
|
18
18
|
}, {
|
19
19
|
id: string;
|
20
20
|
status: string;
|
21
|
-
createdAt:
|
22
|
-
updatedAt:
|
23
|
-
deletedAt:
|
21
|
+
createdAt: string;
|
22
|
+
updatedAt: string;
|
23
|
+
deletedAt: string | null;
|
24
24
|
uniqueCallId: string;
|
25
25
|
queueNumber: string;
|
26
26
|
}>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const TelephonyQueueCallCountSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodString;
|
5
|
+
updatedAt: z.ZodString;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
7
7
|
telephonyQueueId: z.ZodString;
|
8
8
|
totalQueueCall: z.ZodNumber;
|
9
9
|
missedQueueCall: z.ZodNumber;
|
@@ -17,9 +17,9 @@ export declare const TelephonyQueueCallCountSchema: z.ZodObject<{
|
|
17
17
|
missedCallPercent: z.ZodNumber;
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
19
19
|
id: string;
|
20
|
-
createdAt:
|
21
|
-
updatedAt:
|
22
|
-
deletedAt:
|
20
|
+
createdAt: string;
|
21
|
+
updatedAt: string;
|
22
|
+
deletedAt: string | null;
|
23
23
|
telephonyQueueId: string;
|
24
24
|
sla: number;
|
25
25
|
totalQueueCall: number;
|
@@ -33,9 +33,9 @@ export declare const TelephonyQueueCallCountSchema: z.ZodObject<{
|
|
33
33
|
missedCallPercent: number;
|
34
34
|
}, {
|
35
35
|
id: string;
|
36
|
-
createdAt:
|
37
|
-
updatedAt:
|
38
|
-
deletedAt:
|
36
|
+
createdAt: string;
|
37
|
+
updatedAt: string;
|
38
|
+
deletedAt: string | null;
|
39
39
|
telephonyQueueId: string;
|
40
40
|
sla: number;
|
41
41
|
totalQueueCall: number;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const TenantSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodString;
|
5
|
+
updatedAt: z.ZodString;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
7
7
|
name: z.ZodString;
|
8
8
|
company: z.ZodString;
|
9
9
|
status: z.ZodString;
|
@@ -14,9 +14,9 @@ export declare const TenantSchema: z.ZodObject<{
|
|
14
14
|
id: string;
|
15
15
|
name: string;
|
16
16
|
status: string;
|
17
|
-
createdAt:
|
18
|
-
updatedAt:
|
19
|
-
deletedAt:
|
17
|
+
createdAt: string;
|
18
|
+
updatedAt: string;
|
19
|
+
deletedAt: string | null;
|
20
20
|
company: string;
|
21
21
|
isDedicated: boolean;
|
22
22
|
users: string[];
|
@@ -25,9 +25,9 @@ export declare const TenantSchema: z.ZodObject<{
|
|
25
25
|
id: string;
|
26
26
|
name: string;
|
27
27
|
status: string;
|
28
|
-
createdAt:
|
29
|
-
updatedAt:
|
30
|
-
deletedAt:
|
28
|
+
createdAt: string;
|
29
|
+
updatedAt: string;
|
30
|
+
deletedAt: string | null;
|
31
31
|
company: string;
|
32
32
|
isDedicated: boolean;
|
33
33
|
users: string[];
|