@kl1/contracts 1.0.49 → 1.0.50
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 +3320 -3422
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3320 -3422
- 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/attribute/index.d.ts +12 -12
- package/dist/src/attribute/schema.d.ts +2 -2
- package/dist/src/chat/index.d.ts +211 -211
- package/dist/src/chat/schema.d.ts +48 -54
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +62 -62
- package/dist/src/comment/index.d.ts +94 -94
- package/dist/src/comment/schema.d.ts +26 -26
- 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 +1363 -8150
- 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 +52 -52
- package/dist/src/cx-log/schema.d.ts +44 -44
- package/dist/src/mail/mail-contract.d.ts +12 -12
- 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 +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 +32 -32
- 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 +60 -68
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +12 -12
- package/dist/src/telephony-cdr/validation.d.ts +8 -26
- package/dist/src/telephony-cdr/validation.d.ts.map +1 -1
- package/dist/src/ticket/index.d.ts +118 -118
- package/dist/src/ticket/schema.d.ts +22 -22
- package/dist/src/wrap-up-form/index.d.ts +1 -143
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/dist/src/wrap-up-form/validation.d.ts +0 -13
- package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/src/instagram/index.d.ts +0 -6643
- package/dist/src/instagram/index.d.ts.map +0 -1
- package/dist/src/instagram/schema.d.ts +0 -2
- package/dist/src/instagram/schema.d.ts.map +0 -1
- package/dist/src/instagram/validation.d.ts +0 -109
- package/dist/src/instagram/validation.d.ts.map +0 -1
@@ -69,9 +69,9 @@ export declare const CompanyCustomFieldSchema: z.ZodObject<{
|
|
69
69
|
createdAt: Date;
|
70
70
|
updatedAt: Date;
|
71
71
|
deletedAt: Date | null;
|
72
|
+
isDefault: boolean;
|
72
73
|
systemName: string;
|
73
74
|
displayName: string;
|
74
|
-
isDefault: boolean;
|
75
75
|
isArchived: boolean;
|
76
76
|
isRequired: boolean;
|
77
77
|
isUnique: boolean;
|
@@ -82,9 +82,9 @@ export declare const CompanyCustomFieldSchema: z.ZodObject<{
|
|
82
82
|
createdAt: Date;
|
83
83
|
updatedAt: Date;
|
84
84
|
deletedAt: Date | null;
|
85
|
+
isDefault: boolean;
|
85
86
|
systemName: string;
|
86
87
|
displayName: string;
|
87
|
-
isDefault: boolean;
|
88
88
|
isArchived: boolean;
|
89
89
|
isRequired: boolean;
|
90
90
|
isUnique: boolean;
|
@@ -101,9 +101,9 @@ export declare const CompanyCustomFieldSchema: z.ZodObject<{
|
|
101
101
|
createdAt: Date;
|
102
102
|
updatedAt: Date;
|
103
103
|
deletedAt: Date | null;
|
104
|
+
isDefault: boolean;
|
104
105
|
systemName: string;
|
105
106
|
displayName: string;
|
106
|
-
isDefault: boolean;
|
107
107
|
isArchived: boolean;
|
108
108
|
isRequired: boolean;
|
109
109
|
isUnique: boolean;
|
@@ -124,9 +124,9 @@ export declare const CompanyCustomFieldSchema: z.ZodObject<{
|
|
124
124
|
createdAt: Date;
|
125
125
|
updatedAt: Date;
|
126
126
|
deletedAt: Date | null;
|
127
|
+
isDefault: boolean;
|
127
128
|
systemName: string;
|
128
129
|
displayName: string;
|
129
|
-
isDefault: boolean;
|
130
130
|
isArchived: boolean;
|
131
131
|
isRequired: boolean;
|
132
132
|
isUnique: boolean;
|
@@ -215,9 +215,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
215
215
|
createdAt: Date;
|
216
216
|
updatedAt: Date;
|
217
217
|
deletedAt: Date | null;
|
218
|
+
isDefault: boolean;
|
218
219
|
systemName: string;
|
219
220
|
displayName: string;
|
220
|
-
isDefault: boolean;
|
221
221
|
isArchived: boolean;
|
222
222
|
isRequired: boolean;
|
223
223
|
isUnique: boolean;
|
@@ -228,9 +228,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
228
228
|
createdAt: Date;
|
229
229
|
updatedAt: Date;
|
230
230
|
deletedAt: Date | null;
|
231
|
+
isDefault: boolean;
|
231
232
|
systemName: string;
|
232
233
|
displayName: string;
|
233
|
-
isDefault: boolean;
|
234
234
|
isArchived: boolean;
|
235
235
|
isRequired: boolean;
|
236
236
|
isUnique: boolean;
|
@@ -247,9 +247,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
247
247
|
createdAt: Date;
|
248
248
|
updatedAt: Date;
|
249
249
|
deletedAt: Date | null;
|
250
|
+
isDefault: boolean;
|
250
251
|
systemName: string;
|
251
252
|
displayName: string;
|
252
|
-
isDefault: boolean;
|
253
253
|
isArchived: boolean;
|
254
254
|
isRequired: boolean;
|
255
255
|
isUnique: boolean;
|
@@ -270,9 +270,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
270
270
|
createdAt: Date;
|
271
271
|
updatedAt: Date;
|
272
272
|
deletedAt: Date | null;
|
273
|
+
isDefault: boolean;
|
273
274
|
systemName: string;
|
274
275
|
displayName: string;
|
275
|
-
isDefault: boolean;
|
276
276
|
isArchived: boolean;
|
277
277
|
isRequired: boolean;
|
278
278
|
isUnique: boolean;
|
@@ -303,9 +303,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
303
303
|
createdAt: Date;
|
304
304
|
updatedAt: Date;
|
305
305
|
deletedAt: Date | null;
|
306
|
+
isDefault: boolean;
|
306
307
|
systemName: string;
|
307
308
|
displayName: string;
|
308
|
-
isDefault: boolean;
|
309
309
|
isArchived: boolean;
|
310
310
|
isRequired: boolean;
|
311
311
|
isUnique: boolean;
|
@@ -336,9 +336,9 @@ export declare const CompanySchema: z.ZodObject<{
|
|
336
336
|
createdAt: Date;
|
337
337
|
updatedAt: Date;
|
338
338
|
deletedAt: Date | null;
|
339
|
+
isDefault: boolean;
|
339
340
|
systemName: string;
|
340
341
|
displayName: string;
|
341
|
-
isDefault: boolean;
|
342
342
|
isArchived: boolean;
|
343
343
|
isRequired: boolean;
|
344
344
|
isUnique: boolean;
|
@@ -179,9 +179,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
179
179
|
createdAt: Date;
|
180
180
|
updatedAt: Date;
|
181
181
|
deletedAt: Date | null;
|
182
|
+
isDefault: boolean;
|
182
183
|
systemName: string;
|
183
184
|
displayName: string;
|
184
|
-
isDefault: boolean;
|
185
185
|
isArchived: boolean;
|
186
186
|
isRequired: boolean;
|
187
187
|
isUnique: boolean;
|
@@ -192,9 +192,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
192
192
|
createdAt: Date;
|
193
193
|
updatedAt: Date;
|
194
194
|
deletedAt: Date | null;
|
195
|
+
isDefault: boolean;
|
195
196
|
systemName: string;
|
196
197
|
displayName: string;
|
197
|
-
isDefault: boolean;
|
198
198
|
isArchived: boolean;
|
199
199
|
isRequired: boolean;
|
200
200
|
isUnique: boolean;
|
@@ -211,9 +211,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
211
211
|
createdAt: Date;
|
212
212
|
updatedAt: Date;
|
213
213
|
deletedAt: Date | null;
|
214
|
+
isDefault: boolean;
|
214
215
|
systemName: string;
|
215
216
|
displayName: string;
|
216
|
-
isDefault: boolean;
|
217
217
|
isArchived: boolean;
|
218
218
|
isRequired: boolean;
|
219
219
|
isUnique: boolean;
|
@@ -234,9 +234,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
234
234
|
createdAt: Date;
|
235
235
|
updatedAt: Date;
|
236
236
|
deletedAt: Date | null;
|
237
|
+
isDefault: boolean;
|
237
238
|
systemName: string;
|
238
239
|
displayName: string;
|
239
|
-
isDefault: boolean;
|
240
240
|
isArchived: boolean;
|
241
241
|
isRequired: boolean;
|
242
242
|
isUnique: boolean;
|
@@ -267,9 +267,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
267
267
|
createdAt: Date;
|
268
268
|
updatedAt: Date;
|
269
269
|
deletedAt: Date | null;
|
270
|
+
isDefault: boolean;
|
270
271
|
systemName: string;
|
271
272
|
displayName: string;
|
272
|
-
isDefault: boolean;
|
273
273
|
isArchived: boolean;
|
274
274
|
isRequired: boolean;
|
275
275
|
isUnique: boolean;
|
@@ -300,9 +300,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
300
300
|
createdAt: Date;
|
301
301
|
updatedAt: Date;
|
302
302
|
deletedAt: Date | null;
|
303
|
+
isDefault: boolean;
|
303
304
|
systemName: string;
|
304
305
|
displayName: string;
|
305
|
-
isDefault: boolean;
|
306
306
|
isArchived: boolean;
|
307
307
|
isRequired: boolean;
|
308
308
|
isUnique: boolean;
|
@@ -401,9 +401,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
401
401
|
createdAt: Date;
|
402
402
|
updatedAt: Date;
|
403
403
|
deletedAt: Date | null;
|
404
|
+
isDefault: boolean;
|
404
405
|
systemName: string;
|
405
406
|
displayName: string;
|
406
|
-
isDefault: boolean;
|
407
407
|
isArchived: boolean;
|
408
408
|
isRequired: boolean;
|
409
409
|
isUnique: boolean;
|
@@ -414,9 +414,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
414
414
|
createdAt: Date;
|
415
415
|
updatedAt: Date;
|
416
416
|
deletedAt: Date | null;
|
417
|
+
isDefault: boolean;
|
417
418
|
systemName: string;
|
418
419
|
displayName: string;
|
419
|
-
isDefault: boolean;
|
420
420
|
isArchived: boolean;
|
421
421
|
isRequired: boolean;
|
422
422
|
isUnique: boolean;
|
@@ -433,9 +433,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
433
433
|
createdAt: Date;
|
434
434
|
updatedAt: Date;
|
435
435
|
deletedAt: Date | null;
|
436
|
+
isDefault: boolean;
|
436
437
|
systemName: string;
|
437
438
|
displayName: string;
|
438
|
-
isDefault: boolean;
|
439
439
|
isArchived: boolean;
|
440
440
|
isRequired: boolean;
|
441
441
|
isUnique: boolean;
|
@@ -456,9 +456,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
456
456
|
createdAt: Date;
|
457
457
|
updatedAt: Date;
|
458
458
|
deletedAt: Date | null;
|
459
|
+
isDefault: boolean;
|
459
460
|
systemName: string;
|
460
461
|
displayName: string;
|
461
|
-
isDefault: boolean;
|
462
462
|
isArchived: boolean;
|
463
463
|
isRequired: boolean;
|
464
464
|
isUnique: boolean;
|
@@ -489,9 +489,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
489
489
|
createdAt: Date;
|
490
490
|
updatedAt: Date;
|
491
491
|
deletedAt: Date | null;
|
492
|
+
isDefault: boolean;
|
492
493
|
systemName: string;
|
493
494
|
displayName: string;
|
494
|
-
isDefault: boolean;
|
495
495
|
isArchived: boolean;
|
496
496
|
isRequired: boolean;
|
497
497
|
isUnique: boolean;
|
@@ -522,9 +522,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
522
522
|
createdAt: Date;
|
523
523
|
updatedAt: Date;
|
524
524
|
deletedAt: Date | null;
|
525
|
+
isDefault: boolean;
|
525
526
|
systemName: string;
|
526
527
|
displayName: string;
|
527
|
-
isDefault: boolean;
|
528
528
|
isArchived: boolean;
|
529
529
|
isRequired: boolean;
|
530
530
|
isUnique: boolean;
|
@@ -672,9 +672,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
672
672
|
createdAt: Date;
|
673
673
|
updatedAt: Date;
|
674
674
|
deletedAt: Date | null;
|
675
|
+
isDefault: boolean;
|
675
676
|
systemName: string;
|
676
677
|
displayName: string;
|
677
|
-
isDefault: boolean;
|
678
678
|
isArchived: boolean;
|
679
679
|
isRequired: boolean;
|
680
680
|
isUnique: boolean;
|
@@ -685,9 +685,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
685
685
|
createdAt: Date;
|
686
686
|
updatedAt: Date;
|
687
687
|
deletedAt: Date | null;
|
688
|
+
isDefault: boolean;
|
688
689
|
systemName: string;
|
689
690
|
displayName: string;
|
690
|
-
isDefault: boolean;
|
691
691
|
isArchived: boolean;
|
692
692
|
isRequired: boolean;
|
693
693
|
isUnique: boolean;
|
@@ -704,9 +704,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
704
704
|
createdAt: Date;
|
705
705
|
updatedAt: Date;
|
706
706
|
deletedAt: Date | null;
|
707
|
+
isDefault: boolean;
|
707
708
|
systemName: string;
|
708
709
|
displayName: string;
|
709
|
-
isDefault: boolean;
|
710
710
|
isArchived: boolean;
|
711
711
|
isRequired: boolean;
|
712
712
|
isUnique: boolean;
|
@@ -727,9 +727,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
727
727
|
createdAt: Date;
|
728
728
|
updatedAt: Date;
|
729
729
|
deletedAt: Date | null;
|
730
|
+
isDefault: boolean;
|
730
731
|
systemName: string;
|
731
732
|
displayName: string;
|
732
|
-
isDefault: boolean;
|
733
733
|
isArchived: boolean;
|
734
734
|
isRequired: boolean;
|
735
735
|
isUnique: boolean;
|
@@ -760,9 +760,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
760
760
|
createdAt: Date;
|
761
761
|
updatedAt: Date;
|
762
762
|
deletedAt: Date | null;
|
763
|
+
isDefault: boolean;
|
763
764
|
systemName: string;
|
764
765
|
displayName: string;
|
765
|
-
isDefault: boolean;
|
766
766
|
isArchived: boolean;
|
767
767
|
isRequired: boolean;
|
768
768
|
isUnique: boolean;
|
@@ -793,9 +793,9 @@ export declare const CompanyContractsValidationSchema: {
|
|
793
793
|
createdAt: Date;
|
794
794
|
updatedAt: Date;
|
795
795
|
deletedAt: Date | null;
|
796
|
+
isDefault: boolean;
|
796
797
|
systemName: string;
|
797
798
|
displayName: string;
|
798
|
-
isDefault: boolean;
|
799
799
|
isArchived: boolean;
|
800
800
|
isRequired: boolean;
|
801
801
|
isUnique: boolean;
|