@kl1/contracts 1.0.50 → 1.0.51
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 +3433 -3325
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3433 -3325
- package/dist/index.mjs.map +1 -1
- 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 +54 -48
- 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 +7609 -830
- 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/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 +32 -32
- package/dist/src/telephony-cdr/index.d.ts +42 -42
- package/dist/src/telephony-cdr/schema.d.ts +12 -12
- 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 +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
@@ -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;
|
73
72
|
systemName: string;
|
74
73
|
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;
|
86
85
|
systemName: string;
|
87
86
|
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;
|
105
104
|
systemName: string;
|
106
105
|
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;
|
128
127
|
systemName: string;
|
129
128
|
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;
|
219
218
|
systemName: string;
|
220
219
|
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;
|
232
231
|
systemName: string;
|
233
232
|
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;
|
251
250
|
systemName: string;
|
252
251
|
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;
|
274
273
|
systemName: string;
|
275
274
|
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;
|
307
306
|
systemName: string;
|
308
307
|
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;
|
340
339
|
systemName: string;
|
341
340
|
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;
|
183
182
|
systemName: string;
|
184
183
|
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;
|
196
195
|
systemName: string;
|
197
196
|
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;
|
215
214
|
systemName: string;
|
216
215
|
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;
|
238
237
|
systemName: string;
|
239
238
|
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;
|
271
270
|
systemName: string;
|
272
271
|
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;
|
304
303
|
systemName: string;
|
305
304
|
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;
|
405
404
|
systemName: string;
|
406
405
|
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;
|
418
417
|
systemName: string;
|
419
418
|
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;
|
437
436
|
systemName: string;
|
438
437
|
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;
|
460
459
|
systemName: string;
|
461
460
|
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;
|
493
492
|
systemName: string;
|
494
493
|
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;
|
526
525
|
systemName: string;
|
527
526
|
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;
|
676
675
|
systemName: string;
|
677
676
|
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;
|
689
688
|
systemName: string;
|
690
689
|
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;
|
708
707
|
systemName: string;
|
709
708
|
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;
|
731
730
|
systemName: string;
|
732
731
|
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;
|
764
763
|
systemName: string;
|
765
764
|
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;
|
797
796
|
systemName: string;
|
798
797
|
displayName: string;
|
798
|
+
isDefault: boolean;
|
799
799
|
isArchived: boolean;
|
800
800
|
isRequired: boolean;
|
801
801
|
isUnique: boolean;
|