@kl1/contracts 1.0.47 → 1.0.49
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 +3441 -3175
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3441 -3175
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +7 -7
- package/dist/src/activity-log/schema.d.ts +7 -7
- package/dist/src/attribute/index.d.ts +12 -12
- package/dist/src/attribute/schema.d.ts +2 -2
- package/dist/src/auth/index.d.ts +7 -7
- package/dist/src/call-log/schema.d.ts +3 -3
- package/dist/src/channel/index.d.ts +36 -36
- package/dist/src/channel/schema.d.ts +8 -10
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +564 -561
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +127 -121
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +183 -180
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +212 -212
- package/dist/src/comment/schema.d.ts +60 -60
- package/dist/src/company/index.d.ts +32 -32
- package/dist/src/company/schema.d.ts +10 -10
- package/dist/src/company/validation.d.ts +18 -18
- package/dist/src/contact/index.d.ts +88 -88
- package/dist/src/contact/schema.d.ts +14 -14
- package/dist/src/contact/validation.d.ts +72 -72
- package/dist/src/contract.d.ts +9174 -2386
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +2 -2
- package/dist/src/cx-log/index.d.ts +118 -118
- package/dist/src/cx-log/schema.d.ts +98 -98
- package/dist/src/extension/index.d.ts +33 -27
- package/dist/src/extension/index.d.ts.map +1 -1
- package/dist/src/extension/schema.d.ts +3 -3
- package/dist/src/extension/validation.d.ts +12 -6
- package/dist/src/extension/validation.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +6643 -0
- package/dist/src/instagram/index.d.ts.map +1 -0
- package/dist/src/instagram/schema.d.ts +2 -0
- package/dist/src/instagram/schema.d.ts.map +1 -0
- package/dist/src/instagram/validation.d.ts +109 -0
- package/dist/src/instagram/validation.d.ts.map +1 -0
- package/dist/src/mail/mail-contract.d.ts +12 -12
- package/dist/src/mail/room-contract.d.ts +12 -12
- package/dist/src/mail/schemas/room-validation.schema.d.ts +4 -4
- package/dist/src/mail/schemas/room.schema.d.ts +2 -2
- package/dist/src/messenger/index.d.ts +94 -94
- package/dist/src/telephony-agent-presence-status/index.d.ts +23 -23
- package/dist/src/telephony-agent-presence-status/schema.d.ts +7 -7
- package/dist/src/telephony-cdr/index.d.ts +99 -99
- package/dist/src/telephony-cdr/schema.d.ts +32 -32
- package/dist/src/ticket/index.d.ts +214 -214
- package/dist/src/ticket/schema.d.ts +36 -36
- package/dist/src/user/index.d.ts +23 -23
- package/dist/src/user/schema.d.ts +5 -5
- package/dist/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/src/user-presence-status-log/schema.d.ts +7 -7
- package/dist/src/wrap-up-form/index.d.ts +143 -1
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +13 -0
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
- 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
@@ -121,9 +121,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
121
121
|
createdAt: Date;
|
122
122
|
updatedAt: Date;
|
123
123
|
deletedAt: Date | null;
|
124
|
-
isDefault: boolean;
|
125
124
|
systemName: string;
|
126
125
|
displayName: string;
|
126
|
+
isDefault: boolean;
|
127
127
|
isArchived: boolean;
|
128
128
|
isRequired: boolean;
|
129
129
|
isUnique: boolean;
|
@@ -134,9 +134,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
134
134
|
createdAt: Date;
|
135
135
|
updatedAt: Date;
|
136
136
|
deletedAt: Date | null;
|
137
|
-
isDefault: boolean;
|
138
137
|
systemName: string;
|
139
138
|
displayName: string;
|
139
|
+
isDefault: boolean;
|
140
140
|
isArchived: boolean;
|
141
141
|
isRequired: boolean;
|
142
142
|
isUnique: boolean;
|
@@ -153,9 +153,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
153
153
|
createdAt: Date;
|
154
154
|
updatedAt: Date;
|
155
155
|
deletedAt: Date | null;
|
156
|
-
isDefault: boolean;
|
157
156
|
systemName: string;
|
158
157
|
displayName: string;
|
158
|
+
isDefault: boolean;
|
159
159
|
isArchived: boolean;
|
160
160
|
isRequired: boolean;
|
161
161
|
isUnique: boolean;
|
@@ -176,9 +176,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
176
176
|
createdAt: Date;
|
177
177
|
updatedAt: Date;
|
178
178
|
deletedAt: Date | null;
|
179
|
-
isDefault: boolean;
|
180
179
|
systemName: string;
|
181
180
|
displayName: string;
|
181
|
+
isDefault: boolean;
|
182
182
|
isArchived: boolean;
|
183
183
|
isRequired: boolean;
|
184
184
|
isUnique: boolean;
|
@@ -277,9 +277,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
277
277
|
createdAt: Date;
|
278
278
|
updatedAt: Date;
|
279
279
|
deletedAt: Date | null;
|
280
|
-
isDefault: boolean;
|
281
280
|
systemName: string;
|
282
281
|
displayName: string;
|
282
|
+
isDefault: boolean;
|
283
283
|
isArchived: boolean;
|
284
284
|
isRequired: boolean;
|
285
285
|
isUnique: boolean;
|
@@ -290,9 +290,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
290
290
|
createdAt: Date;
|
291
291
|
updatedAt: Date;
|
292
292
|
deletedAt: Date | null;
|
293
|
-
isDefault: boolean;
|
294
293
|
systemName: string;
|
295
294
|
displayName: string;
|
295
|
+
isDefault: boolean;
|
296
296
|
isArchived: boolean;
|
297
297
|
isRequired: boolean;
|
298
298
|
isUnique: boolean;
|
@@ -386,9 +386,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
386
386
|
createdAt: Date;
|
387
387
|
updatedAt: Date;
|
388
388
|
deletedAt: Date | null;
|
389
|
-
isDefault: boolean;
|
390
389
|
systemName: string;
|
391
390
|
displayName: string;
|
391
|
+
isDefault: boolean;
|
392
392
|
isArchived: boolean;
|
393
393
|
isRequired: boolean;
|
394
394
|
isUnique: boolean;
|
@@ -428,9 +428,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
428
428
|
createdAt: Date;
|
429
429
|
updatedAt: Date;
|
430
430
|
deletedAt: Date | null;
|
431
|
-
isDefault: boolean;
|
432
431
|
systemName: string;
|
433
432
|
displayName: string;
|
433
|
+
isDefault: boolean;
|
434
434
|
isArchived: boolean;
|
435
435
|
isRequired: boolean;
|
436
436
|
isUnique: boolean;
|
@@ -583,9 +583,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
583
583
|
createdAt: Date;
|
584
584
|
updatedAt: Date;
|
585
585
|
deletedAt: Date | null;
|
586
|
-
isDefault: boolean;
|
587
586
|
systemName: string;
|
588
587
|
displayName: string;
|
588
|
+
isDefault: boolean;
|
589
589
|
isArchived: boolean;
|
590
590
|
isRequired: boolean;
|
591
591
|
isUnique: boolean;
|
@@ -686,9 +686,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
686
686
|
createdAt: Date;
|
687
687
|
updatedAt: Date;
|
688
688
|
deletedAt: Date | null;
|
689
|
-
isDefault: boolean;
|
690
689
|
systemName: string;
|
691
690
|
displayName: string;
|
691
|
+
isDefault: boolean;
|
692
692
|
isArchived: boolean;
|
693
693
|
isRequired: boolean;
|
694
694
|
isUnique: boolean;
|
@@ -850,7 +850,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
850
850
|
sipServerUrl: z.ZodString;
|
851
851
|
sipUserName: z.ZodString;
|
852
852
|
webphoneLoginUser: z.ZodString;
|
853
|
-
extensionId: z.
|
853
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
854
854
|
extensionName: z.ZodString;
|
855
855
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
856
856
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
@@ -942,7 +942,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
942
942
|
sipServerUrl: z.ZodString;
|
943
943
|
sipUserName: z.ZodString;
|
944
944
|
webphoneLoginUser: z.ZodString;
|
945
|
-
extensionId: z.
|
945
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
946
946
|
extensionName: z.ZodString;
|
947
947
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
948
948
|
}, "strip", z.ZodTypeAny, {
|
@@ -954,7 +954,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
954
954
|
sipServerUrl: string;
|
955
955
|
sipUserName: string;
|
956
956
|
webphoneLoginUser: string;
|
957
|
-
extensionId:
|
957
|
+
extensionId: string | null;
|
958
958
|
extensionName: string;
|
959
959
|
telephonySignature: string | null;
|
960
960
|
}, {
|
@@ -966,7 +966,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
966
966
|
sipServerUrl: string;
|
967
967
|
sipUserName: string;
|
968
968
|
webphoneLoginUser: string;
|
969
|
-
extensionId:
|
969
|
+
extensionId: string | null;
|
970
970
|
extensionName: string;
|
971
971
|
telephonySignature: string | null;
|
972
972
|
}>;
|
@@ -1009,7 +1009,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1009
1009
|
sipServerUrl: string;
|
1010
1010
|
sipUserName: string;
|
1011
1011
|
webphoneLoginUser: string;
|
1012
|
-
extensionId:
|
1012
|
+
extensionId: string | null;
|
1013
1013
|
extensionName: string;
|
1014
1014
|
telephonySignature: string | null;
|
1015
1015
|
};
|
@@ -1052,7 +1052,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1052
1052
|
sipServerUrl: string;
|
1053
1053
|
sipUserName: string;
|
1054
1054
|
webphoneLoginUser: string;
|
1055
|
-
extensionId:
|
1055
|
+
extensionId: string | null;
|
1056
1056
|
extensionName: string;
|
1057
1057
|
telephonySignature: string | null;
|
1058
1058
|
};
|
@@ -1066,7 +1066,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1066
1066
|
sipServerUrl: string;
|
1067
1067
|
sipUserName: string;
|
1068
1068
|
webphoneLoginUser: string;
|
1069
|
-
extensionId:
|
1069
|
+
extensionId: string | null;
|
1070
1070
|
extensionName: string;
|
1071
1071
|
telephonySignature: string | null;
|
1072
1072
|
user?: {
|
@@ -1108,7 +1108,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1108
1108
|
sipServerUrl: string;
|
1109
1109
|
sipUserName: string;
|
1110
1110
|
webphoneLoginUser: string;
|
1111
|
-
extensionId:
|
1111
|
+
extensionId: string | null;
|
1112
1112
|
extensionName: string;
|
1113
1113
|
telephonySignature: string | null;
|
1114
1114
|
};
|
@@ -1122,7 +1122,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1122
1122
|
sipServerUrl: string;
|
1123
1123
|
sipUserName: string;
|
1124
1124
|
webphoneLoginUser: string;
|
1125
|
-
extensionId:
|
1125
|
+
extensionId: string | null;
|
1126
1126
|
extensionName: string;
|
1127
1127
|
telephonySignature: string | null;
|
1128
1128
|
user?: {
|
@@ -1164,7 +1164,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1164
1164
|
sipServerUrl: string;
|
1165
1165
|
sipUserName: string;
|
1166
1166
|
webphoneLoginUser: string;
|
1167
|
-
extensionId:
|
1167
|
+
extensionId: string | null;
|
1168
1168
|
extensionName: string;
|
1169
1169
|
telephonySignature: string | null;
|
1170
1170
|
};
|
@@ -1216,9 +1216,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1216
1216
|
createdAt: Date;
|
1217
1217
|
updatedAt: Date;
|
1218
1218
|
deletedAt: Date | null;
|
1219
|
-
isDefault: boolean;
|
1220
1219
|
systemName: string;
|
1221
1220
|
displayName: string;
|
1221
|
+
isDefault: boolean;
|
1222
1222
|
isArchived: boolean;
|
1223
1223
|
isRequired: boolean;
|
1224
1224
|
isUnique: boolean;
|
@@ -1331,7 +1331,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1331
1331
|
sipServerUrl: string;
|
1332
1332
|
sipUserName: string;
|
1333
1333
|
webphoneLoginUser: string;
|
1334
|
-
extensionId:
|
1334
|
+
extensionId: string | null;
|
1335
1335
|
extensionName: string;
|
1336
1336
|
telephonySignature: string | null;
|
1337
1337
|
user?: {
|
@@ -1373,7 +1373,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1373
1373
|
sipServerUrl: string;
|
1374
1374
|
sipUserName: string;
|
1375
1375
|
webphoneLoginUser: string;
|
1376
|
-
extensionId:
|
1376
|
+
extensionId: string | null;
|
1377
1377
|
extensionName: string;
|
1378
1378
|
telephonySignature: string | null;
|
1379
1379
|
};
|
@@ -1423,9 +1423,9 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1423
1423
|
createdAt: Date;
|
1424
1424
|
updatedAt: Date;
|
1425
1425
|
deletedAt: Date | null;
|
1426
|
-
isDefault: boolean;
|
1427
1426
|
systemName: string;
|
1428
1427
|
displayName: string;
|
1428
|
+
isDefault: boolean;
|
1429
1429
|
isArchived: boolean;
|
1430
1430
|
isRequired: boolean;
|
1431
1431
|
isUnique: boolean;
|
@@ -1538,7 +1538,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1538
1538
|
sipServerUrl: string;
|
1539
1539
|
sipUserName: string;
|
1540
1540
|
webphoneLoginUser: string;
|
1541
|
-
extensionId:
|
1541
|
+
extensionId: string | null;
|
1542
1542
|
extensionName: string;
|
1543
1543
|
telephonySignature: string | null;
|
1544
1544
|
user?: {
|
@@ -1580,7 +1580,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1580
1580
|
sipServerUrl: string;
|
1581
1581
|
sipUserName: string;
|
1582
1582
|
webphoneLoginUser: string;
|
1583
|
-
extensionId:
|
1583
|
+
extensionId: string | null;
|
1584
1584
|
extensionName: string;
|
1585
1585
|
telephonySignature: string | null;
|
1586
1586
|
};
|
@@ -1781,7 +1781,7 @@ export declare const TelephonyExtensionSchema: z.ZodObject<{
|
|
1781
1781
|
sipServerUrl: z.ZodString;
|
1782
1782
|
sipUserName: z.ZodString;
|
1783
1783
|
webphoneLoginUser: z.ZodString;
|
1784
|
-
extensionId: z.
|
1784
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
1785
1785
|
extensionName: z.ZodString;
|
1786
1786
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1787
1787
|
}, "strip", z.ZodTypeAny, {
|
@@ -1793,7 +1793,7 @@ export declare const TelephonyExtensionSchema: z.ZodObject<{
|
|
1793
1793
|
sipServerUrl: string;
|
1794
1794
|
sipUserName: string;
|
1795
1795
|
webphoneLoginUser: string;
|
1796
|
-
extensionId:
|
1796
|
+
extensionId: string | null;
|
1797
1797
|
extensionName: string;
|
1798
1798
|
telephonySignature: string | null;
|
1799
1799
|
}, {
|
@@ -1805,7 +1805,7 @@ export declare const TelephonyExtensionSchema: z.ZodObject<{
|
|
1805
1805
|
sipServerUrl: string;
|
1806
1806
|
sipUserName: string;
|
1807
1807
|
webphoneLoginUser: string;
|
1808
|
-
extensionId:
|
1808
|
+
extensionId: string | null;
|
1809
1809
|
extensionName: string;
|
1810
1810
|
telephonySignature: string | null;
|
1811
1811
|
}>;
|
@@ -2058,7 +2058,7 @@ export declare const TelephonyExtensionListSchema: z.ZodArray<z.ZodObject<{
|
|
2058
2058
|
sipServerUrl: z.ZodString;
|
2059
2059
|
sipUserName: z.ZodString;
|
2060
2060
|
webphoneLoginUser: z.ZodString;
|
2061
|
-
extensionId: z.
|
2061
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
2062
2062
|
extensionName: z.ZodString;
|
2063
2063
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
2064
2064
|
}, "strip", z.ZodTypeAny, {
|
@@ -2070,7 +2070,7 @@ export declare const TelephonyExtensionListSchema: z.ZodArray<z.ZodObject<{
|
|
2070
2070
|
sipServerUrl: string;
|
2071
2071
|
sipUserName: string;
|
2072
2072
|
webphoneLoginUser: string;
|
2073
|
-
extensionId:
|
2073
|
+
extensionId: string | null;
|
2074
2074
|
extensionName: string;
|
2075
2075
|
telephonySignature: string | null;
|
2076
2076
|
}, {
|
@@ -2082,7 +2082,7 @@ export declare const TelephonyExtensionListSchema: z.ZodArray<z.ZodObject<{
|
|
2082
2082
|
sipServerUrl: string;
|
2083
2083
|
sipUserName: string;
|
2084
2084
|
webphoneLoginUser: string;
|
2085
|
-
extensionId:
|
2085
|
+
extensionId: string | null;
|
2086
2086
|
extensionName: string;
|
2087
2087
|
telephonySignature: string | null;
|
2088
2088
|
}>;
|