@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
@@ -206,89 +206,89 @@ export declare const authContract: {
206
206
  requestId: z.ZodString;
207
207
  user: z.ZodObject<{
208
208
  id: z.ZodString;
209
- createdAt: z.ZodString;
210
- updatedAt: z.ZodString;
211
- deletedAt: z.ZodNullable<z.ZodString>;
209
+ createdAt: z.ZodDate;
210
+ updatedAt: z.ZodDate;
211
+ deletedAt: z.ZodNullable<z.ZodDate>;
212
212
  name: z.ZodString;
213
213
  email: z.ZodString;
214
- emailVerifiedAt: z.ZodNullable<z.ZodString>;
214
+ emailVerifiedAt: z.ZodNullable<z.ZodDate>;
215
215
  password: z.ZodString;
216
216
  address: z.ZodNullable<z.ZodString>;
217
217
  phone: z.ZodNullable<z.ZodString>;
218
218
  notificationCount: z.ZodNullable<z.ZodNumber>;
219
219
  roles: z.ZodArray<z.ZodObject<{
220
220
  id: z.ZodString;
221
- createdAt: z.ZodString;
222
- updatedAt: z.ZodString;
223
- deletedAt: z.ZodNullable<z.ZodString>;
221
+ createdAt: z.ZodDate;
222
+ updatedAt: z.ZodDate;
223
+ deletedAt: z.ZodNullable<z.ZodDate>;
224
224
  systemName: z.ZodString;
225
225
  displayName: z.ZodString;
226
226
  description: z.ZodNullable<z.ZodString>;
227
227
  permissions: z.ZodArray<z.ZodObject<{
228
228
  id: z.ZodString;
229
- createdAt: z.ZodString;
230
- updatedAt: z.ZodString;
231
- deletedAt: z.ZodNullable<z.ZodString>;
229
+ createdAt: z.ZodDate;
230
+ updatedAt: z.ZodDate;
231
+ deletedAt: z.ZodNullable<z.ZodDate>;
232
232
  systemName: z.ZodString;
233
233
  displayName: z.ZodString;
234
234
  description: z.ZodNullable<z.ZodString>;
235
235
  }, "strip", z.ZodTypeAny, {
236
236
  id: string;
237
237
  description: string | null;
238
- createdAt: string;
239
- updatedAt: string;
240
- deletedAt: string | null;
238
+ createdAt: Date;
239
+ updatedAt: Date;
240
+ deletedAt: Date | null;
241
241
  systemName: string;
242
242
  displayName: string;
243
243
  }, {
244
244
  id: string;
245
245
  description: string | null;
246
- createdAt: string;
247
- updatedAt: string;
248
- deletedAt: string | null;
246
+ createdAt: Date;
247
+ updatedAt: Date;
248
+ deletedAt: Date | null;
249
249
  systemName: string;
250
250
  displayName: string;
251
251
  }>, "many">;
252
252
  }, "strip", z.ZodTypeAny, {
253
253
  id: string;
254
254
  description: string | null;
255
- createdAt: string;
256
- updatedAt: string;
257
- deletedAt: string | null;
255
+ createdAt: Date;
256
+ updatedAt: Date;
257
+ deletedAt: Date | null;
258
258
  systemName: string;
259
259
  displayName: string;
260
260
  permissions: {
261
261
  id: string;
262
262
  description: string | null;
263
- createdAt: string;
264
- updatedAt: string;
265
- deletedAt: string | null;
263
+ createdAt: Date;
264
+ updatedAt: Date;
265
+ deletedAt: Date | null;
266
266
  systemName: string;
267
267
  displayName: string;
268
268
  }[];
269
269
  }, {
270
270
  id: string;
271
271
  description: string | null;
272
- createdAt: string;
273
- updatedAt: string;
274
- deletedAt: string | null;
272
+ createdAt: Date;
273
+ updatedAt: Date;
274
+ deletedAt: Date | null;
275
275
  systemName: string;
276
276
  displayName: string;
277
277
  permissions: {
278
278
  id: string;
279
279
  description: string | null;
280
- createdAt: string;
281
- updatedAt: string;
282
- deletedAt: string | null;
280
+ createdAt: Date;
281
+ updatedAt: Date;
282
+ deletedAt: Date | null;
283
283
  systemName: string;
284
284
  displayName: string;
285
285
  }[];
286
286
  }>, "many">;
287
287
  extension: z.ZodOptional<z.ZodObject<{
288
288
  id: z.ZodString;
289
- createdAt: z.ZodString;
290
- updatedAt: z.ZodString;
291
- deletedAt: z.ZodNullable<z.ZodString>;
289
+ createdAt: z.ZodDate;
290
+ updatedAt: z.ZodDate;
291
+ deletedAt: z.ZodNullable<z.ZodDate>;
292
292
  userId: z.ZodNullable<z.ZodString>;
293
293
  sipServerUrl: z.ZodString;
294
294
  sipUserName: z.ZodString;
@@ -297,9 +297,9 @@ export declare const authContract: {
297
297
  telephonySignature: z.ZodNullable<z.ZodString>;
298
298
  }, "strip", z.ZodTypeAny, {
299
299
  id: string;
300
- createdAt: string;
301
- updatedAt: string;
302
- deletedAt: string | null;
300
+ createdAt: Date;
301
+ updatedAt: Date;
302
+ deletedAt: Date | null;
303
303
  userId: string | null;
304
304
  sipServerUrl: string;
305
305
  sipUserName: string;
@@ -308,9 +308,9 @@ export declare const authContract: {
308
308
  telephonySignature: string | null;
309
309
  }, {
310
310
  id: string;
311
- createdAt: string;
312
- updatedAt: string;
313
- deletedAt: string | null;
311
+ createdAt: Date;
312
+ updatedAt: Date;
313
+ deletedAt: Date | null;
314
314
  userId: string | null;
315
315
  sipServerUrl: string;
316
316
  sipUserName: string;
@@ -323,36 +323,36 @@ export declare const authContract: {
323
323
  address: string | null;
324
324
  name: string;
325
325
  email: string;
326
- createdAt: string;
327
- updatedAt: string;
328
- deletedAt: string | null;
329
- emailVerifiedAt: string | null;
326
+ createdAt: Date;
327
+ updatedAt: Date;
328
+ deletedAt: Date | null;
329
+ emailVerifiedAt: Date | null;
330
330
  password: string;
331
331
  phone: string | null;
332
332
  notificationCount: number | null;
333
333
  roles: {
334
334
  id: string;
335
335
  description: string | null;
336
- createdAt: string;
337
- updatedAt: string;
338
- deletedAt: string | null;
336
+ createdAt: Date;
337
+ updatedAt: Date;
338
+ deletedAt: Date | null;
339
339
  systemName: string;
340
340
  displayName: string;
341
341
  permissions: {
342
342
  id: string;
343
343
  description: string | null;
344
- createdAt: string;
345
- updatedAt: string;
346
- deletedAt: string | null;
344
+ createdAt: Date;
345
+ updatedAt: Date;
346
+ deletedAt: Date | null;
347
347
  systemName: string;
348
348
  displayName: string;
349
349
  }[];
350
350
  }[];
351
351
  extension?: {
352
352
  id: string;
353
- createdAt: string;
354
- updatedAt: string;
355
- deletedAt: string | null;
353
+ createdAt: Date;
354
+ updatedAt: Date;
355
+ deletedAt: Date | null;
356
356
  userId: string | null;
357
357
  sipServerUrl: string;
358
358
  sipUserName: string;
@@ -365,36 +365,36 @@ export declare const authContract: {
365
365
  address: string | null;
366
366
  name: string;
367
367
  email: string;
368
- createdAt: string;
369
- updatedAt: string;
370
- deletedAt: string | null;
371
- emailVerifiedAt: string | null;
368
+ createdAt: Date;
369
+ updatedAt: Date;
370
+ deletedAt: Date | null;
371
+ emailVerifiedAt: Date | null;
372
372
  password: string;
373
373
  phone: string | null;
374
374
  notificationCount: number | null;
375
375
  roles: {
376
376
  id: string;
377
377
  description: string | null;
378
- createdAt: string;
379
- updatedAt: string;
380
- deletedAt: string | null;
378
+ createdAt: Date;
379
+ updatedAt: Date;
380
+ deletedAt: Date | null;
381
381
  systemName: string;
382
382
  displayName: string;
383
383
  permissions: {
384
384
  id: string;
385
385
  description: string | null;
386
- createdAt: string;
387
- updatedAt: string;
388
- deletedAt: string | null;
386
+ createdAt: Date;
387
+ updatedAt: Date;
388
+ deletedAt: Date | null;
389
389
  systemName: string;
390
390
  displayName: string;
391
391
  }[];
392
392
  }[];
393
393
  extension?: {
394
394
  id: string;
395
- createdAt: string;
396
- updatedAt: string;
397
- deletedAt: string | null;
395
+ createdAt: Date;
396
+ updatedAt: Date;
397
+ deletedAt: Date | null;
398
398
  userId: string | null;
399
399
  sipServerUrl: string;
400
400
  sipUserName: string;
@@ -409,36 +409,36 @@ export declare const authContract: {
409
409
  address: string | null;
410
410
  name: string;
411
411
  email: string;
412
- createdAt: string;
413
- updatedAt: string;
414
- deletedAt: string | null;
415
- emailVerifiedAt: string | null;
412
+ createdAt: Date;
413
+ updatedAt: Date;
414
+ deletedAt: Date | null;
415
+ emailVerifiedAt: Date | null;
416
416
  password: string;
417
417
  phone: string | null;
418
418
  notificationCount: number | null;
419
419
  roles: {
420
420
  id: string;
421
421
  description: string | null;
422
- createdAt: string;
423
- updatedAt: string;
424
- deletedAt: string | null;
422
+ createdAt: Date;
423
+ updatedAt: Date;
424
+ deletedAt: Date | null;
425
425
  systemName: string;
426
426
  displayName: string;
427
427
  permissions: {
428
428
  id: string;
429
429
  description: string | null;
430
- createdAt: string;
431
- updatedAt: string;
432
- deletedAt: string | null;
430
+ createdAt: Date;
431
+ updatedAt: Date;
432
+ deletedAt: Date | null;
433
433
  systemName: string;
434
434
  displayName: string;
435
435
  }[];
436
436
  }[];
437
437
  extension?: {
438
438
  id: string;
439
- createdAt: string;
440
- updatedAt: string;
441
- deletedAt: string | null;
439
+ createdAt: Date;
440
+ updatedAt: Date;
441
+ deletedAt: Date | null;
442
442
  userId: string | null;
443
443
  sipServerUrl: string;
444
444
  sipUserName: string;
@@ -454,36 +454,36 @@ export declare const authContract: {
454
454
  address: string | null;
455
455
  name: string;
456
456
  email: string;
457
- createdAt: string;
458
- updatedAt: string;
459
- deletedAt: string | null;
460
- emailVerifiedAt: string | null;
457
+ createdAt: Date;
458
+ updatedAt: Date;
459
+ deletedAt: Date | null;
460
+ emailVerifiedAt: Date | null;
461
461
  password: string;
462
462
  phone: string | null;
463
463
  notificationCount: number | null;
464
464
  roles: {
465
465
  id: string;
466
466
  description: string | null;
467
- createdAt: string;
468
- updatedAt: string;
469
- deletedAt: string | null;
467
+ createdAt: Date;
468
+ updatedAt: Date;
469
+ deletedAt: Date | null;
470
470
  systemName: string;
471
471
  displayName: string;
472
472
  permissions: {
473
473
  id: string;
474
474
  description: string | null;
475
- createdAt: string;
476
- updatedAt: string;
477
- deletedAt: string | null;
475
+ createdAt: Date;
476
+ updatedAt: Date;
477
+ deletedAt: Date | null;
478
478
  systemName: string;
479
479
  displayName: string;
480
480
  }[];
481
481
  }[];
482
482
  extension?: {
483
483
  id: string;
484
- createdAt: string;
485
- updatedAt: string;
486
- deletedAt: string | null;
484
+ createdAt: Date;
485
+ updatedAt: Date;
486
+ deletedAt: Date | null;
487
487
  userId: string | null;
488
488
  sipServerUrl: string;
489
489
  sipUserName: string;
@@ -17,19 +17,19 @@ export declare const DefaultHeaderSchema: z.ZodNullable<z.ZodOptional<z.ZodObjec
17
17
  }>>>;
18
18
  export declare const DefaultEntitySchema: z.ZodObject<{
19
19
  id: z.ZodString;
20
- createdAt: z.ZodString;
21
- updatedAt: z.ZodString;
22
- deletedAt: z.ZodNullable<z.ZodString>;
20
+ createdAt: z.ZodDate;
21
+ updatedAt: z.ZodDate;
22
+ deletedAt: z.ZodNullable<z.ZodDate>;
23
23
  }, "strip", z.ZodTypeAny, {
24
24
  id: string;
25
- createdAt: string;
26
- updatedAt: string;
27
- deletedAt: string | null;
25
+ createdAt: Date;
26
+ updatedAt: Date;
27
+ deletedAt: Date | null;
28
28
  }, {
29
29
  id: string;
30
- createdAt: string;
31
- updatedAt: string;
32
- deletedAt: string | null;
30
+ createdAt: Date;
31
+ updatedAt: Date;
32
+ deletedAt: Date | null;
33
33
  }>;
34
34
  export declare const DefaultQueryParamsSchema: z.ZodObject<{
35
35
  page: z.ZodDefault<z.ZodNumber>;
@@ -1,9 +1,9 @@
1
1
  import z from 'zod';
2
2
  export declare const CallLogSchema: 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
  callFrom: z.ZodString;
8
8
  callTo: z.ZodString;
9
9
  duration: z.ZodNumber;
@@ -21,9 +21,9 @@ export declare const CallLogSchema: z.ZodObject<{
21
21
  type: string;
22
22
  id: string;
23
23
  status: string;
24
- createdAt: string;
25
- updatedAt: string;
26
- deletedAt: string | null;
24
+ createdAt: Date;
25
+ updatedAt: Date;
26
+ deletedAt: Date | null;
27
27
  extensionId: string;
28
28
  uniqueCallId: string;
29
29
  callFrom: string;
@@ -39,9 +39,9 @@ export declare const CallLogSchema: z.ZodObject<{
39
39
  type: string;
40
40
  id: string;
41
41
  status: string;
42
- createdAt: string;
43
- updatedAt: string;
44
- deletedAt: string | null;
42
+ createdAt: Date;
43
+ updatedAt: Date;
44
+ deletedAt: Date | null;
45
45
  extensionId: string;
46
46
  uniqueCallId: string;
47
47
  callFrom: string;
@@ -28,9 +28,9 @@ export declare const categoryContract: {
28
28
  requestId: z.ZodString;
29
29
  category: z.ZodObject<{
30
30
  id: z.ZodString;
31
- createdAt: z.ZodString;
32
- updatedAt: z.ZodString;
33
- deletedAt: z.ZodNullable<z.ZodString>;
31
+ createdAt: z.ZodDate;
32
+ updatedAt: z.ZodDate;
33
+ deletedAt: z.ZodNullable<z.ZodDate>;
34
34
  value: z.ZodString;
35
35
  level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
36
36
  parentId: z.ZodNullable<z.ZodString>;
@@ -86,9 +86,9 @@ export declare const categoryContract: {
86
86
  }, "strip", z.ZodTypeAny, {
87
87
  id: string;
88
88
  value: string;
89
- createdAt: string;
90
- updatedAt: string;
91
- deletedAt: string | null;
89
+ createdAt: Date;
90
+ updatedAt: Date;
91
+ deletedAt: Date | null;
92
92
  level: 2 | 1 | 3;
93
93
  parentId: string | null;
94
94
  childCategoryList: {
@@ -107,9 +107,9 @@ export declare const categoryContract: {
107
107
  }, {
108
108
  id: string;
109
109
  value: string;
110
- createdAt: string;
111
- updatedAt: string;
112
- deletedAt: string | null;
110
+ createdAt: Date;
111
+ updatedAt: Date;
112
+ deletedAt: Date | null;
113
113
  level: 2 | 1 | 3;
114
114
  parentId: string | null;
115
115
  childCategoryList: {
@@ -131,9 +131,9 @@ export declare const categoryContract: {
131
131
  category: {
132
132
  id: string;
133
133
  value: string;
134
- createdAt: string;
135
- updatedAt: string;
136
- deletedAt: string | null;
134
+ createdAt: Date;
135
+ updatedAt: Date;
136
+ deletedAt: Date | null;
137
137
  level: 2 | 1 | 3;
138
138
  parentId: string | null;
139
139
  childCategoryList: {
@@ -155,9 +155,9 @@ export declare const categoryContract: {
155
155
  category: {
156
156
  id: string;
157
157
  value: string;
158
- createdAt: string;
159
- updatedAt: string;
160
- deletedAt: string | null;
158
+ createdAt: Date;
159
+ updatedAt: Date;
160
+ deletedAt: Date | null;
161
161
  level: 2 | 1 | 3;
162
162
  parentId: string | null;
163
163
  childCategoryList: {
@@ -225,9 +225,9 @@ export declare const categoryContract: {
225
225
  data: z.ZodArray<z.ZodType<{
226
226
  id: string;
227
227
  value: string;
228
- createdAt: string;
229
- updatedAt: string;
230
- deletedAt: string | null;
228
+ createdAt: Date;
229
+ updatedAt: Date;
230
+ deletedAt: Date | null;
231
231
  level: 2 | 1 | 3;
232
232
  parentId: string | null;
233
233
  childCategoryList: {
@@ -246,9 +246,9 @@ export declare const categoryContract: {
246
246
  }, z.ZodTypeDef, {
247
247
  id: string;
248
248
  value: string;
249
- createdAt: string;
250
- updatedAt: string;
251
- deletedAt: string | null;
249
+ createdAt: Date;
250
+ updatedAt: Date;
251
+ deletedAt: Date | null;
252
252
  level: 2 | 1 | 3;
253
253
  parentId: string | null;
254
254
  childCategoryList: {
@@ -269,9 +269,9 @@ export declare const categoryContract: {
269
269
  data: {
270
270
  id: string;
271
271
  value: string;
272
- createdAt: string;
273
- updatedAt: string;
274
- deletedAt: string | null;
272
+ createdAt: Date;
273
+ updatedAt: Date;
274
+ deletedAt: Date | null;
275
275
  level: 2 | 1 | 3;
276
276
  parentId: string | null;
277
277
  childCategoryList: {
@@ -296,9 +296,9 @@ export declare const categoryContract: {
296
296
  data: {
297
297
  id: string;
298
298
  value: string;
299
- createdAt: string;
300
- updatedAt: string;
301
- deletedAt: string | null;
299
+ createdAt: Date;
300
+ updatedAt: Date;
301
+ deletedAt: Date | null;
302
302
  level: 2 | 1 | 3;
303
303
  parentId: string | null;
304
304
  childCategoryList: {
@@ -370,9 +370,9 @@ export declare const categoryContract: {
370
370
  requestId: z.ZodString;
371
371
  category: z.ZodObject<{
372
372
  id: z.ZodString;
373
- createdAt: z.ZodString;
374
- updatedAt: z.ZodString;
375
- deletedAt: z.ZodNullable<z.ZodString>;
373
+ createdAt: z.ZodDate;
374
+ updatedAt: z.ZodDate;
375
+ deletedAt: z.ZodNullable<z.ZodDate>;
376
376
  value: z.ZodString;
377
377
  level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
378
378
  parentId: z.ZodNullable<z.ZodString>;
@@ -428,9 +428,9 @@ export declare const categoryContract: {
428
428
  }, "strip", z.ZodTypeAny, {
429
429
  id: string;
430
430
  value: string;
431
- createdAt: string;
432
- updatedAt: string;
433
- deletedAt: string | null;
431
+ createdAt: Date;
432
+ updatedAt: Date;
433
+ deletedAt: Date | null;
434
434
  level: 2 | 1 | 3;
435
435
  parentId: string | null;
436
436
  childCategoryList: {
@@ -449,9 +449,9 @@ export declare const categoryContract: {
449
449
  }, {
450
450
  id: string;
451
451
  value: string;
452
- createdAt: string;
453
- updatedAt: string;
454
- deletedAt: string | null;
452
+ createdAt: Date;
453
+ updatedAt: Date;
454
+ deletedAt: Date | null;
455
455
  level: 2 | 1 | 3;
456
456
  parentId: string | null;
457
457
  childCategoryList: {
@@ -473,9 +473,9 @@ export declare const categoryContract: {
473
473
  category: {
474
474
  id: string;
475
475
  value: string;
476
- createdAt: string;
477
- updatedAt: string;
478
- deletedAt: string | null;
476
+ createdAt: Date;
477
+ updatedAt: Date;
478
+ deletedAt: Date | null;
479
479
  level: 2 | 1 | 3;
480
480
  parentId: string | null;
481
481
  childCategoryList: {
@@ -497,9 +497,9 @@ export declare const categoryContract: {
497
497
  category: {
498
498
  id: string;
499
499
  value: string;
500
- createdAt: string;
501
- updatedAt: string;
502
- deletedAt: string | null;
500
+ createdAt: Date;
501
+ updatedAt: Date;
502
+ deletedAt: Date | null;
503
503
  level: 2 | 1 | 3;
504
504
  parentId: string | null;
505
505
  childCategoryList: {
@@ -2,9 +2,9 @@ import { z } from 'zod';
2
2
  export declare const CategoryLevelSchema: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
3
3
  export declare const CategorySchema: z.ZodObject<{
4
4
  id: z.ZodString;
5
- createdAt: z.ZodString;
6
- updatedAt: z.ZodString;
7
- deletedAt: z.ZodNullable<z.ZodString>;
5
+ createdAt: z.ZodDate;
6
+ updatedAt: z.ZodDate;
7
+ deletedAt: z.ZodNullable<z.ZodDate>;
8
8
  value: z.ZodString;
9
9
  level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
10
10
  parentId: z.ZodNullable<z.ZodString>;
@@ -60,9 +60,9 @@ export declare const CategorySchema: z.ZodObject<{
60
60
  }, "strip", z.ZodTypeAny, {
61
61
  id: string;
62
62
  value: string;
63
- createdAt: string;
64
- updatedAt: string;
65
- deletedAt: string | null;
63
+ createdAt: Date;
64
+ updatedAt: Date;
65
+ deletedAt: Date | null;
66
66
  level: 2 | 1 | 3;
67
67
  parentId: string | null;
68
68
  childCategoryList: {
@@ -81,9 +81,9 @@ export declare const CategorySchema: z.ZodObject<{
81
81
  }, {
82
82
  id: string;
83
83
  value: string;
84
- createdAt: string;
85
- updatedAt: string;
86
- deletedAt: string | null;
84
+ createdAt: Date;
85
+ updatedAt: Date;
86
+ deletedAt: Date | null;
87
87
  level: 2 | 1 | 3;
88
88
  parentId: string | null;
89
89
  childCategoryList: {