@kl1/contracts 1.0.28 → 1.0.29

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 (92) hide show
  1. package/dist/index.js +179 -124
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +178 -124
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/activity-log/index.d.ts +113 -113
  6. package/dist/src/activity-log/schema.d.ts +122 -122
  7. package/dist/src/app/index.d.ts +17 -0
  8. package/dist/src/app/index.d.ts.map +1 -0
  9. package/dist/src/attribute/index.d.ts +108 -108
  10. package/dist/src/attribute/schema.d.ts +24 -24
  11. package/dist/src/attribute-option/schema.d.ts +9 -9
  12. package/dist/src/auth/index.d.ts +89 -89
  13. package/dist/src/base-contract.d.ts +9 -9
  14. package/dist/src/call-log/schema.d.ts +9 -9
  15. package/dist/src/category/index.d.ts +42 -42
  16. package/dist/src/category/schema.d.ts +9 -9
  17. package/dist/src/channel/index.d.ts +357 -357
  18. package/dist/src/channel/schema.d.ts +101 -98
  19. package/dist/src/channel/schema.d.ts.map +1 -1
  20. package/dist/src/channel/validation.d.ts +89 -89
  21. package/dist/src/chat/index.d.ts +13187 -13187
  22. package/dist/src/chat/schema.d.ts +2360 -2360
  23. package/dist/src/chat/validation.d.ts +3251 -3251
  24. package/dist/src/comment/index.d.ts +1368 -1368
  25. package/dist/src/comment/schema.d.ts +388 -388
  26. package/dist/src/company/index.d.ts +316 -316
  27. package/dist/src/company/schema.d.ts +95 -95
  28. package/dist/src/company/validation.d.ts +177 -177
  29. package/dist/src/contact/index.d.ts +2171 -2171
  30. package/dist/src/contact/schema.d.ts +362 -362
  31. package/dist/src/contact/validation.d.ts +1685 -1685
  32. package/dist/src/contact-email/schema.d.ts +9 -9
  33. package/dist/src/contact-phone/schema.d.ts +9 -9
  34. package/dist/src/contract.d.ts +26474 -26668
  35. package/dist/src/contract.d.ts.map +1 -1
  36. package/dist/src/custom-field/schema.d.ts +12 -12
  37. package/dist/src/custom-field-upload/schema.d.ts +9 -9
  38. package/dist/src/cx-log/index.d.ts +1644 -1644
  39. package/dist/src/cx-log/schema.d.ts +1400 -1400
  40. package/dist/src/evaluate-form/index.d.ts +47 -0
  41. package/dist/src/evaluate-form/index.d.ts.map +1 -0
  42. package/dist/src/evaluate-form/schema.d.ts +9 -9
  43. package/dist/src/evaluate-form/validation.d.ts +28 -0
  44. package/dist/src/evaluate-form/validation.d.ts.map +1 -0
  45. package/dist/src/extension/index.d.ts +115 -115
  46. package/dist/src/extension/schema.d.ts +9 -9
  47. package/dist/src/group/schema.d.ts +9 -9
  48. package/dist/src/index.d.ts +1 -0
  49. package/dist/src/index.d.ts.map +1 -1
  50. package/dist/src/log-form/schema.d.ts +9 -9
  51. package/dist/src/mail/account-contract.d.ts +168 -168
  52. package/dist/src/mail/mail-contract.d.ts +3398 -3398
  53. package/dist/src/mail/mail-server.d.ts +216 -0
  54. package/dist/src/mail/mail-server.d.ts.map +1 -0
  55. package/dist/src/mail/message-contract.d.ts +152 -152
  56. package/dist/src/mail/room-contract.d.ts +3078 -3078
  57. package/dist/src/mail/schemas/account-validation.schema.d.ts +168 -168
  58. package/dist/src/mail/schemas/account.schema.d.ts +33 -33
  59. package/dist/src/mail/schemas/message.schema.d.ts +108 -108
  60. package/dist/src/mail/schemas/room-validation.schema.d.ts +1014 -1014
  61. package/dist/src/mail/schemas/room.schema.d.ts +816 -816
  62. package/dist/src/messenger/index.d.ts +1569 -1569
  63. package/dist/src/permission/index.d.ts +15 -15
  64. package/dist/src/permission/schema.d.ts +9 -9
  65. package/dist/src/platform-contact/schema.d.ts +30 -0
  66. package/dist/src/platform-contact/schema.d.ts.map +1 -0
  67. package/dist/src/role/index.d.ts +96 -96
  68. package/dist/src/role/schema.d.ts +24 -24
  69. package/dist/src/tag/index.d.ts +45 -45
  70. package/dist/src/tag/schema.d.ts +9 -9
  71. package/dist/src/tag-group/schema.d.ts +9 -9
  72. package/dist/src/telephony-agent-presence-status/index.d.ts +386 -386
  73. package/dist/src/telephony-agent-presence-status/schema.d.ts +122 -122
  74. package/dist/src/telephony-cdr/schema.d.ts +9 -9
  75. package/dist/src/telephony-live-queue-call/schema.d.ts +9 -9
  76. package/dist/src/telephony-queue-call-count/schema.d.ts +9 -9
  77. package/dist/src/tenant/schema.d.ts +9 -9
  78. package/dist/src/ticket/index.d.ts +858 -1094
  79. package/dist/src/ticket/index.d.ts.map +1 -1
  80. package/dist/src/ticket/schema.d.ts +212 -212
  81. package/dist/src/ticket/validation.d.ts +102 -338
  82. package/dist/src/ticket/validation.d.ts.map +1 -1
  83. package/dist/src/upload/schema.d.ts +9 -9
  84. package/dist/src/user/index.d.ts +293 -293
  85. package/dist/src/user/schema.d.ts +63 -63
  86. package/dist/src/user-presence-status-log/index.d.ts +88 -88
  87. package/dist/src/user-presence-status-log/schema.d.ts +128 -128
  88. package/dist/src/widget/index.d.ts +78 -78
  89. package/dist/src/widget/schema.d.ts +9 -9
  90. package/dist/src/wrap-up-form/index.d.ts +96 -96
  91. package/dist/src/wrap-up-form/schema.d.ts +24 -24
  92. package/package.json +10 -4
@@ -62,9 +62,9 @@ export declare const attributeContract: {
62
62
  requestId: z.ZodString;
63
63
  attribute: z.ZodObject<{
64
64
  id: z.ZodString;
65
- createdAt: z.ZodString;
66
- updatedAt: z.ZodString;
67
- deletedAt: z.ZodNullable<z.ZodString>;
65
+ createdAt: z.ZodDate;
66
+ updatedAt: z.ZodDate;
67
+ deletedAt: z.ZodNullable<z.ZodDate>;
68
68
  systemName: z.ZodString;
69
69
  displayName: z.ZodString;
70
70
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -94,23 +94,23 @@ export declare const attributeContract: {
94
94
  }>, "many">;
95
95
  group: z.ZodObject<{
96
96
  id: z.ZodString;
97
- createdAt: z.ZodString;
98
- updatedAt: z.ZodString;
99
- deletedAt: z.ZodNullable<z.ZodString>;
97
+ createdAt: z.ZodDate;
98
+ updatedAt: z.ZodDate;
99
+ deletedAt: z.ZodNullable<z.ZodDate>;
100
100
  systemName: z.ZodString;
101
101
  displayName: z.ZodString;
102
102
  }, "strip", z.ZodTypeAny, {
103
103
  id: string;
104
- createdAt: string;
105
- updatedAt: string;
106
- deletedAt: string | null;
104
+ createdAt: Date;
105
+ updatedAt: Date;
106
+ deletedAt: Date | null;
107
107
  systemName: string;
108
108
  displayName: string;
109
109
  }, {
110
110
  id: string;
111
- createdAt: string;
112
- updatedAt: string;
113
- deletedAt: string | null;
111
+ createdAt: Date;
112
+ updatedAt: Date;
113
+ deletedAt: Date | null;
114
114
  systemName: string;
115
115
  displayName: string;
116
116
  }>;
@@ -127,15 +127,15 @@ export declare const attributeContract: {
127
127
  }[];
128
128
  group: {
129
129
  id: string;
130
- createdAt: string;
131
- updatedAt: string;
132
- deletedAt: string | null;
130
+ createdAt: Date;
131
+ updatedAt: Date;
132
+ deletedAt: Date | null;
133
133
  systemName: string;
134
134
  displayName: string;
135
135
  };
136
- createdAt: string;
137
- updatedAt: string;
138
- deletedAt: string | null;
136
+ createdAt: Date;
137
+ updatedAt: Date;
138
+ deletedAt: Date | null;
139
139
  isDefault: boolean;
140
140
  systemName: string;
141
141
  displayName: string;
@@ -155,15 +155,15 @@ export declare const attributeContract: {
155
155
  }[];
156
156
  group: {
157
157
  id: string;
158
- createdAt: string;
159
- updatedAt: string;
160
- deletedAt: string | null;
158
+ createdAt: Date;
159
+ updatedAt: Date;
160
+ deletedAt: Date | null;
161
161
  systemName: string;
162
162
  displayName: string;
163
163
  };
164
- createdAt: string;
165
- updatedAt: string;
166
- deletedAt: string | null;
164
+ createdAt: Date;
165
+ updatedAt: Date;
166
+ deletedAt: Date | null;
167
167
  isDefault: boolean;
168
168
  systemName: string;
169
169
  displayName: string;
@@ -186,15 +186,15 @@ export declare const attributeContract: {
186
186
  }[];
187
187
  group: {
188
188
  id: string;
189
- createdAt: string;
190
- updatedAt: string;
191
- deletedAt: string | null;
189
+ createdAt: Date;
190
+ updatedAt: Date;
191
+ deletedAt: Date | null;
192
192
  systemName: string;
193
193
  displayName: string;
194
194
  };
195
- createdAt: string;
196
- updatedAt: string;
197
- deletedAt: string | null;
195
+ createdAt: Date;
196
+ updatedAt: Date;
197
+ deletedAt: Date | null;
198
198
  isDefault: boolean;
199
199
  systemName: string;
200
200
  displayName: string;
@@ -217,15 +217,15 @@ export declare const attributeContract: {
217
217
  }[];
218
218
  group: {
219
219
  id: string;
220
- createdAt: string;
221
- updatedAt: string;
222
- deletedAt: string | null;
220
+ createdAt: Date;
221
+ updatedAt: Date;
222
+ deletedAt: Date | null;
223
223
  systemName: string;
224
224
  displayName: string;
225
225
  };
226
- createdAt: string;
227
- updatedAt: string;
228
- deletedAt: string | null;
226
+ createdAt: Date;
227
+ updatedAt: Date;
228
+ deletedAt: Date | null;
229
229
  isDefault: boolean;
230
230
  systemName: string;
231
231
  displayName: string;
@@ -280,9 +280,9 @@ export declare const attributeContract: {
280
280
  requestId: z.ZodString;
281
281
  attributes: z.ZodArray<z.ZodObject<{
282
282
  id: z.ZodString;
283
- createdAt: z.ZodString;
284
- updatedAt: z.ZodString;
285
- deletedAt: z.ZodNullable<z.ZodString>;
283
+ createdAt: z.ZodDate;
284
+ updatedAt: z.ZodDate;
285
+ deletedAt: z.ZodNullable<z.ZodDate>;
286
286
  systemName: z.ZodString;
287
287
  displayName: z.ZodString;
288
288
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -312,23 +312,23 @@ export declare const attributeContract: {
312
312
  }>, "many">;
313
313
  group: z.ZodObject<{
314
314
  id: z.ZodString;
315
- createdAt: z.ZodString;
316
- updatedAt: z.ZodString;
317
- deletedAt: z.ZodNullable<z.ZodString>;
315
+ createdAt: z.ZodDate;
316
+ updatedAt: z.ZodDate;
317
+ deletedAt: z.ZodNullable<z.ZodDate>;
318
318
  systemName: z.ZodString;
319
319
  displayName: z.ZodString;
320
320
  }, "strip", z.ZodTypeAny, {
321
321
  id: string;
322
- createdAt: string;
323
- updatedAt: string;
324
- deletedAt: string | null;
322
+ createdAt: Date;
323
+ updatedAt: Date;
324
+ deletedAt: Date | null;
325
325
  systemName: string;
326
326
  displayName: string;
327
327
  }, {
328
328
  id: string;
329
- createdAt: string;
330
- updatedAt: string;
331
- deletedAt: string | null;
329
+ createdAt: Date;
330
+ updatedAt: Date;
331
+ deletedAt: Date | null;
332
332
  systemName: string;
333
333
  displayName: string;
334
334
  }>;
@@ -345,15 +345,15 @@ export declare const attributeContract: {
345
345
  }[];
346
346
  group: {
347
347
  id: string;
348
- createdAt: string;
349
- updatedAt: string;
350
- deletedAt: string | null;
348
+ createdAt: Date;
349
+ updatedAt: Date;
350
+ deletedAt: Date | null;
351
351
  systemName: string;
352
352
  displayName: string;
353
353
  };
354
- createdAt: string;
355
- updatedAt: string;
356
- deletedAt: string | null;
354
+ createdAt: Date;
355
+ updatedAt: Date;
356
+ deletedAt: Date | null;
357
357
  isDefault: boolean;
358
358
  systemName: string;
359
359
  displayName: string;
@@ -373,15 +373,15 @@ export declare const attributeContract: {
373
373
  }[];
374
374
  group: {
375
375
  id: string;
376
- createdAt: string;
377
- updatedAt: string;
378
- deletedAt: string | null;
376
+ createdAt: Date;
377
+ updatedAt: Date;
378
+ deletedAt: Date | null;
379
379
  systemName: string;
380
380
  displayName: string;
381
381
  };
382
- createdAt: string;
383
- updatedAt: string;
384
- deletedAt: string | null;
382
+ createdAt: Date;
383
+ updatedAt: Date;
384
+ deletedAt: Date | null;
385
385
  isDefault: boolean;
386
386
  systemName: string;
387
387
  displayName: string;
@@ -403,15 +403,15 @@ export declare const attributeContract: {
403
403
  }[];
404
404
  group: {
405
405
  id: string;
406
- createdAt: string;
407
- updatedAt: string;
408
- deletedAt: string | null;
406
+ createdAt: Date;
407
+ updatedAt: Date;
408
+ deletedAt: Date | null;
409
409
  systemName: string;
410
410
  displayName: string;
411
411
  };
412
- createdAt: string;
413
- updatedAt: string;
414
- deletedAt: string | null;
412
+ createdAt: Date;
413
+ updatedAt: Date;
414
+ deletedAt: Date | null;
415
415
  isDefault: boolean;
416
416
  systemName: string;
417
417
  displayName: string;
@@ -434,15 +434,15 @@ export declare const attributeContract: {
434
434
  }[];
435
435
  group: {
436
436
  id: string;
437
- createdAt: string;
438
- updatedAt: string;
439
- deletedAt: string | null;
437
+ createdAt: Date;
438
+ updatedAt: Date;
439
+ deletedAt: Date | null;
440
440
  systemName: string;
441
441
  displayName: string;
442
442
  };
443
- createdAt: string;
444
- updatedAt: string;
445
- deletedAt: string | null;
443
+ createdAt: Date;
444
+ updatedAt: Date;
445
+ deletedAt: Date | null;
446
446
  isDefault: boolean;
447
447
  systemName: string;
448
448
  displayName: string;
@@ -542,9 +542,9 @@ export declare const attributeContract: {
542
542
  requestId: z.ZodString;
543
543
  attribute: z.ZodObject<{
544
544
  id: z.ZodString;
545
- createdAt: z.ZodString;
546
- updatedAt: z.ZodString;
547
- deletedAt: z.ZodNullable<z.ZodString>;
545
+ createdAt: z.ZodDate;
546
+ updatedAt: z.ZodDate;
547
+ deletedAt: z.ZodNullable<z.ZodDate>;
548
548
  systemName: z.ZodString;
549
549
  displayName: z.ZodString;
550
550
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -574,23 +574,23 @@ export declare const attributeContract: {
574
574
  }>, "many">;
575
575
  group: z.ZodObject<{
576
576
  id: z.ZodString;
577
- createdAt: z.ZodString;
578
- updatedAt: z.ZodString;
579
- deletedAt: z.ZodNullable<z.ZodString>;
577
+ createdAt: z.ZodDate;
578
+ updatedAt: z.ZodDate;
579
+ deletedAt: z.ZodNullable<z.ZodDate>;
580
580
  systemName: z.ZodString;
581
581
  displayName: z.ZodString;
582
582
  }, "strip", z.ZodTypeAny, {
583
583
  id: string;
584
- createdAt: string;
585
- updatedAt: string;
586
- deletedAt: string | null;
584
+ createdAt: Date;
585
+ updatedAt: Date;
586
+ deletedAt: Date | null;
587
587
  systemName: string;
588
588
  displayName: string;
589
589
  }, {
590
590
  id: string;
591
- createdAt: string;
592
- updatedAt: string;
593
- deletedAt: string | null;
591
+ createdAt: Date;
592
+ updatedAt: Date;
593
+ deletedAt: Date | null;
594
594
  systemName: string;
595
595
  displayName: string;
596
596
  }>;
@@ -607,15 +607,15 @@ export declare const attributeContract: {
607
607
  }[];
608
608
  group: {
609
609
  id: string;
610
- createdAt: string;
611
- updatedAt: string;
612
- deletedAt: string | null;
610
+ createdAt: Date;
611
+ updatedAt: Date;
612
+ deletedAt: Date | null;
613
613
  systemName: string;
614
614
  displayName: string;
615
615
  };
616
- createdAt: string;
617
- updatedAt: string;
618
- deletedAt: string | null;
616
+ createdAt: Date;
617
+ updatedAt: Date;
618
+ deletedAt: Date | null;
619
619
  isDefault: boolean;
620
620
  systemName: string;
621
621
  displayName: string;
@@ -635,15 +635,15 @@ export declare const attributeContract: {
635
635
  }[];
636
636
  group: {
637
637
  id: string;
638
- createdAt: string;
639
- updatedAt: string;
640
- deletedAt: string | null;
638
+ createdAt: Date;
639
+ updatedAt: Date;
640
+ deletedAt: Date | null;
641
641
  systemName: string;
642
642
  displayName: string;
643
643
  };
644
- createdAt: string;
645
- updatedAt: string;
646
- deletedAt: string | null;
644
+ createdAt: Date;
645
+ updatedAt: Date;
646
+ deletedAt: Date | null;
647
647
  isDefault: boolean;
648
648
  systemName: string;
649
649
  displayName: string;
@@ -666,15 +666,15 @@ export declare const attributeContract: {
666
666
  }[];
667
667
  group: {
668
668
  id: string;
669
- createdAt: string;
670
- updatedAt: string;
671
- deletedAt: string | null;
669
+ createdAt: Date;
670
+ updatedAt: Date;
671
+ deletedAt: Date | null;
672
672
  systemName: string;
673
673
  displayName: string;
674
674
  };
675
- createdAt: string;
676
- updatedAt: string;
677
- deletedAt: string | null;
675
+ createdAt: Date;
676
+ updatedAt: Date;
677
+ deletedAt: Date | null;
678
678
  isDefault: boolean;
679
679
  systemName: string;
680
680
  displayName: string;
@@ -697,15 +697,15 @@ export declare const attributeContract: {
697
697
  }[];
698
698
  group: {
699
699
  id: string;
700
- createdAt: string;
701
- updatedAt: string;
702
- deletedAt: string | null;
700
+ createdAt: Date;
701
+ updatedAt: Date;
702
+ deletedAt: Date | null;
703
703
  systemName: string;
704
704
  displayName: string;
705
705
  };
706
- createdAt: string;
707
- updatedAt: string;
708
- deletedAt: string | null;
706
+ createdAt: Date;
707
+ updatedAt: Date;
708
+ deletedAt: Date | null;
709
709
  isDefault: boolean;
710
710
  systemName: string;
711
711
  displayName: string;
@@ -18,9 +18,9 @@ export declare const AttributeOptionSchema: z.ZodObject<{
18
18
  }>;
19
19
  export declare const AttributeSchema: z.ZodObject<{
20
20
  id: z.ZodString;
21
- createdAt: z.ZodString;
22
- updatedAt: z.ZodString;
23
- deletedAt: z.ZodNullable<z.ZodString>;
21
+ createdAt: z.ZodDate;
22
+ updatedAt: z.ZodDate;
23
+ deletedAt: z.ZodNullable<z.ZodDate>;
24
24
  systemName: z.ZodString;
25
25
  displayName: z.ZodString;
26
26
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -50,23 +50,23 @@ export declare const AttributeSchema: z.ZodObject<{
50
50
  }>, "many">;
51
51
  group: z.ZodObject<{
52
52
  id: z.ZodString;
53
- createdAt: z.ZodString;
54
- updatedAt: z.ZodString;
55
- deletedAt: z.ZodNullable<z.ZodString>;
53
+ createdAt: z.ZodDate;
54
+ updatedAt: z.ZodDate;
55
+ deletedAt: z.ZodNullable<z.ZodDate>;
56
56
  systemName: z.ZodString;
57
57
  displayName: z.ZodString;
58
58
  }, "strip", z.ZodTypeAny, {
59
59
  id: string;
60
- createdAt: string;
61
- updatedAt: string;
62
- deletedAt: string | null;
60
+ createdAt: Date;
61
+ updatedAt: Date;
62
+ deletedAt: Date | null;
63
63
  systemName: string;
64
64
  displayName: string;
65
65
  }, {
66
66
  id: string;
67
- createdAt: string;
68
- updatedAt: string;
69
- deletedAt: string | null;
67
+ createdAt: Date;
68
+ updatedAt: Date;
69
+ deletedAt: Date | null;
70
70
  systemName: string;
71
71
  displayName: string;
72
72
  }>;
@@ -83,15 +83,15 @@ export declare const AttributeSchema: z.ZodObject<{
83
83
  }[];
84
84
  group: {
85
85
  id: string;
86
- createdAt: string;
87
- updatedAt: string;
88
- deletedAt: string | null;
86
+ createdAt: Date;
87
+ updatedAt: Date;
88
+ deletedAt: Date | null;
89
89
  systemName: string;
90
90
  displayName: string;
91
91
  };
92
- createdAt: string;
93
- updatedAt: string;
94
- deletedAt: string | null;
92
+ createdAt: Date;
93
+ updatedAt: Date;
94
+ deletedAt: Date | null;
95
95
  isDefault: boolean;
96
96
  systemName: string;
97
97
  displayName: string;
@@ -111,15 +111,15 @@ export declare const AttributeSchema: z.ZodObject<{
111
111
  }[];
112
112
  group: {
113
113
  id: string;
114
- createdAt: string;
115
- updatedAt: string;
116
- deletedAt: string | null;
114
+ createdAt: Date;
115
+ updatedAt: Date;
116
+ deletedAt: Date | null;
117
117
  systemName: string;
118
118
  displayName: string;
119
119
  };
120
- createdAt: string;
121
- updatedAt: string;
122
- deletedAt: string | null;
120
+ createdAt: Date;
121
+ updatedAt: Date;
122
+ deletedAt: Date | null;
123
123
  isDefault: boolean;
124
124
  systemName: string;
125
125
  displayName: string;
@@ -1,9 +1,9 @@
1
1
  import z from 'zod';
2
2
  export declare const AttributeOptionSchema: z.ZodObject<{
3
3
  id: z.ZodString;
4
- createdAt: z.ZodString;
5
- updatedAt: z.ZodString;
6
- deletedAt: z.ZodNullable<z.ZodString>;
4
+ createdAt: z.ZodDate;
5
+ updatedAt: z.ZodDate;
6
+ deletedAt: z.ZodNullable<z.ZodDate>;
7
7
  value: z.ZodString;
8
8
  label: z.ZodString;
9
9
  position: z.ZodNumber;
@@ -14,9 +14,9 @@ export declare const AttributeOptionSchema: z.ZodObject<{
14
14
  position: number;
15
15
  value: string;
16
16
  label: string;
17
- createdAt: string;
18
- updatedAt: string;
19
- deletedAt: string | null;
17
+ createdAt: Date;
18
+ updatedAt: Date;
19
+ deletedAt: Date | null;
20
20
  isDefault: boolean;
21
21
  attributeId: string;
22
22
  }, {
@@ -24,9 +24,9 @@ export declare const AttributeOptionSchema: z.ZodObject<{
24
24
  position: number;
25
25
  value: string;
26
26
  label: string;
27
- createdAt: string;
28
- updatedAt: string;
29
- deletedAt: string | null;
27
+ createdAt: Date;
28
+ updatedAt: Date;
29
+ deletedAt: Date | null;
30
30
  isDefault: boolean;
31
31
  attributeId: string;
32
32
  }>;