@kl1/contracts 1.0.48 → 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.
Files changed (49) hide show
  1. package/dist/index.js +3429 -3321
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +3429 -3321
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/attribute/index.d.ts +12 -12
  6. package/dist/src/attribute/schema.d.ts +2 -2
  7. package/dist/src/chat/index.d.ts +211 -211
  8. package/dist/src/chat/schema.d.ts +54 -48
  9. package/dist/src/chat/schema.d.ts.map +1 -1
  10. package/dist/src/chat/validation.d.ts +62 -62
  11. package/dist/src/comment/index.d.ts +94 -94
  12. package/dist/src/comment/schema.d.ts +26 -26
  13. package/dist/src/company/index.d.ts +32 -32
  14. package/dist/src/company/schema.d.ts +10 -10
  15. package/dist/src/company/validation.d.ts +18 -18
  16. package/dist/src/contact/index.d.ts +88 -88
  17. package/dist/src/contact/schema.d.ts +14 -14
  18. package/dist/src/contact/validation.d.ts +72 -72
  19. package/dist/src/contract.d.ts +7609 -830
  20. package/dist/src/contract.d.ts.map +1 -1
  21. package/dist/src/custom-field/schema.d.ts +2 -2
  22. package/dist/src/cx-log/index.d.ts +52 -52
  23. package/dist/src/cx-log/schema.d.ts +44 -44
  24. package/dist/src/instagram/index.d.ts +6643 -0
  25. package/dist/src/instagram/index.d.ts.map +1 -0
  26. package/dist/src/instagram/schema.d.ts +2 -0
  27. package/dist/src/instagram/schema.d.ts.map +1 -0
  28. package/dist/src/instagram/validation.d.ts +109 -0
  29. package/dist/src/instagram/validation.d.ts.map +1 -0
  30. package/dist/src/mail/mail-contract.d.ts +12 -12
  31. package/dist/src/mail/room-contract.d.ts +12 -12
  32. package/dist/src/mail/schemas/room-validation.schema.d.ts +4 -4
  33. package/dist/src/mail/schemas/room.schema.d.ts +2 -2
  34. package/dist/src/messenger/index.d.ts +32 -32
  35. package/dist/src/telephony-cdr/index.d.ts +42 -42
  36. package/dist/src/telephony-cdr/schema.d.ts +12 -12
  37. package/dist/src/ticket/index.d.ts +118 -118
  38. package/dist/src/ticket/schema.d.ts +22 -22
  39. package/dist/src/wrap-up-form/index.d.ts +143 -1
  40. package/dist/src/wrap-up-form/index.d.ts.map +1 -1
  41. package/dist/src/wrap-up-form/validation.d.ts +13 -0
  42. package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
  43. package/package.json +1 -1
  44. package/dist/src/app/index.d.ts +0 -17
  45. package/dist/src/app/index.d.ts.map +0 -1
  46. package/dist/src/mail/mail-server.d.ts +0 -216
  47. package/dist/src/mail/mail-server.d.ts.map +0 -1
  48. package/dist/src/platform-contact/schema.d.ts +0 -30
  49. package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -136,9 +136,9 @@ export declare const attributeContract: {
136
136
  createdAt: Date;
137
137
  updatedAt: Date;
138
138
  deletedAt: Date | null;
139
- isDefault: boolean;
140
139
  systemName: string;
141
140
  displayName: string;
141
+ isDefault: boolean;
142
142
  isArchived: boolean;
143
143
  isRequired: boolean;
144
144
  isUnique: boolean;
@@ -164,9 +164,9 @@ export declare const attributeContract: {
164
164
  createdAt: Date;
165
165
  updatedAt: Date;
166
166
  deletedAt: Date | null;
167
- isDefault: boolean;
168
167
  systemName: string;
169
168
  displayName: string;
169
+ isDefault: boolean;
170
170
  isArchived: boolean;
171
171
  isRequired: boolean;
172
172
  isUnique: boolean;
@@ -195,9 +195,9 @@ export declare const attributeContract: {
195
195
  createdAt: Date;
196
196
  updatedAt: Date;
197
197
  deletedAt: Date | null;
198
- isDefault: boolean;
199
198
  systemName: string;
200
199
  displayName: string;
200
+ isDefault: boolean;
201
201
  isArchived: boolean;
202
202
  isRequired: boolean;
203
203
  isUnique: boolean;
@@ -226,9 +226,9 @@ export declare const attributeContract: {
226
226
  createdAt: Date;
227
227
  updatedAt: Date;
228
228
  deletedAt: Date | null;
229
- isDefault: boolean;
230
229
  systemName: string;
231
230
  displayName: string;
231
+ isDefault: boolean;
232
232
  isArchived: boolean;
233
233
  isRequired: boolean;
234
234
  isUnique: boolean;
@@ -354,9 +354,9 @@ export declare const attributeContract: {
354
354
  createdAt: Date;
355
355
  updatedAt: Date;
356
356
  deletedAt: Date | null;
357
- isDefault: boolean;
358
357
  systemName: string;
359
358
  displayName: string;
359
+ isDefault: boolean;
360
360
  isArchived: boolean;
361
361
  isRequired: boolean;
362
362
  isUnique: boolean;
@@ -382,9 +382,9 @@ export declare const attributeContract: {
382
382
  createdAt: Date;
383
383
  updatedAt: Date;
384
384
  deletedAt: Date | null;
385
- isDefault: boolean;
386
385
  systemName: string;
387
386
  displayName: string;
387
+ isDefault: boolean;
388
388
  isArchived: boolean;
389
389
  isRequired: boolean;
390
390
  isUnique: boolean;
@@ -412,9 +412,9 @@ export declare const attributeContract: {
412
412
  createdAt: Date;
413
413
  updatedAt: Date;
414
414
  deletedAt: Date | null;
415
- isDefault: boolean;
416
415
  systemName: string;
417
416
  displayName: string;
417
+ isDefault: boolean;
418
418
  isArchived: boolean;
419
419
  isRequired: boolean;
420
420
  isUnique: boolean;
@@ -443,9 +443,9 @@ export declare const attributeContract: {
443
443
  createdAt: Date;
444
444
  updatedAt: Date;
445
445
  deletedAt: Date | null;
446
- isDefault: boolean;
447
446
  systemName: string;
448
447
  displayName: string;
448
+ isDefault: boolean;
449
449
  isArchived: boolean;
450
450
  isRequired: boolean;
451
451
  isUnique: boolean;
@@ -616,9 +616,9 @@ export declare const attributeContract: {
616
616
  createdAt: Date;
617
617
  updatedAt: Date;
618
618
  deletedAt: Date | null;
619
- isDefault: boolean;
620
619
  systemName: string;
621
620
  displayName: string;
621
+ isDefault: boolean;
622
622
  isArchived: boolean;
623
623
  isRequired: boolean;
624
624
  isUnique: boolean;
@@ -644,9 +644,9 @@ export declare const attributeContract: {
644
644
  createdAt: Date;
645
645
  updatedAt: Date;
646
646
  deletedAt: Date | null;
647
- isDefault: boolean;
648
647
  systemName: string;
649
648
  displayName: string;
649
+ isDefault: boolean;
650
650
  isArchived: boolean;
651
651
  isRequired: boolean;
652
652
  isUnique: boolean;
@@ -675,9 +675,9 @@ export declare const attributeContract: {
675
675
  createdAt: Date;
676
676
  updatedAt: Date;
677
677
  deletedAt: Date | null;
678
- isDefault: boolean;
679
678
  systemName: string;
680
679
  displayName: string;
680
+ isDefault: boolean;
681
681
  isArchived: boolean;
682
682
  isRequired: boolean;
683
683
  isUnique: boolean;
@@ -706,9 +706,9 @@ export declare const attributeContract: {
706
706
  createdAt: Date;
707
707
  updatedAt: Date;
708
708
  deletedAt: Date | null;
709
- isDefault: boolean;
710
709
  systemName: string;
711
710
  displayName: string;
711
+ isDefault: boolean;
712
712
  isArchived: boolean;
713
713
  isRequired: boolean;
714
714
  isUnique: boolean;
@@ -92,9 +92,9 @@ export declare const AttributeSchema: z.ZodObject<{
92
92
  createdAt: Date;
93
93
  updatedAt: Date;
94
94
  deletedAt: Date | null;
95
- isDefault: boolean;
96
95
  systemName: string;
97
96
  displayName: string;
97
+ isDefault: boolean;
98
98
  isArchived: boolean;
99
99
  isRequired: boolean;
100
100
  isUnique: boolean;
@@ -120,9 +120,9 @@ export declare const AttributeSchema: z.ZodObject<{
120
120
  createdAt: Date;
121
121
  updatedAt: Date;
122
122
  deletedAt: Date | null;
123
- isDefault: boolean;
124
123
  systemName: string;
125
124
  displayName: string;
125
+ isDefault: boolean;
126
126
  isArchived: boolean;
127
127
  isRequired: boolean;
128
128
  isUnique: boolean;