@kl1/contracts 1.0.27 → 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 (81) hide show
  1. package/dist/index.js +144 -56
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +143 -56
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/app/index.d.ts +17 -0
  6. package/dist/src/app/index.d.ts.map +1 -0
  7. package/dist/src/attribute/index.d.ts +108 -108
  8. package/dist/src/attribute/schema.d.ts +24 -24
  9. package/dist/src/attribute-option/schema.d.ts +9 -9
  10. package/dist/src/base-contract.d.ts +9 -9
  11. package/dist/src/call-log/schema.d.ts +9 -9
  12. package/dist/src/category/index.d.ts +42 -42
  13. package/dist/src/category/schema.d.ts +9 -9
  14. package/dist/src/channel/index.d.ts +38 -38
  15. package/dist/src/channel/schema.d.ts +9 -9
  16. package/dist/src/chat/index.d.ts +5335 -5335
  17. package/dist/src/chat/schema.d.ts +876 -876
  18. package/dist/src/chat/validation.d.ts +1008 -1008
  19. package/dist/src/comment/index.d.ts +363 -363
  20. package/dist/src/comment/schema.d.ts +105 -105
  21. package/dist/src/company/index.d.ts +288 -288
  22. package/dist/src/company/schema.d.ts +87 -87
  23. package/dist/src/company/validation.d.ts +162 -162
  24. package/dist/src/contact/index.d.ts +1212 -1212
  25. package/dist/src/contact/schema.d.ts +201 -201
  26. package/dist/src/contact/validation.d.ts +997 -997
  27. package/dist/src/contact-email/schema.d.ts +9 -9
  28. package/dist/src/contact-phone/schema.d.ts +9 -9
  29. package/dist/src/contract.d.ts +9737 -9761
  30. package/dist/src/contract.d.ts.map +1 -1
  31. package/dist/src/custom-field/schema.d.ts +9 -9
  32. package/dist/src/custom-field-upload/schema.d.ts +9 -9
  33. package/dist/src/cx-log/index.d.ts +621 -621
  34. package/dist/src/cx-log/schema.d.ts +564 -564
  35. package/dist/src/dashboard/index.d.ts +6 -6
  36. package/dist/src/dashboard/index.d.ts.map +1 -1
  37. package/dist/src/dashboard/schema.d.ts +2 -2
  38. package/dist/src/dashboard/schema.d.ts.map +1 -1
  39. package/dist/src/evaluate-form/index.d.ts +47 -0
  40. package/dist/src/evaluate-form/index.d.ts.map +1 -0
  41. package/dist/src/evaluate-form/schema.d.ts +9 -9
  42. package/dist/src/evaluate-form/validation.d.ts +28 -0
  43. package/dist/src/evaluate-form/validation.d.ts.map +1 -0
  44. package/dist/src/group/schema.d.ts +9 -9
  45. package/dist/src/index.d.ts +1 -0
  46. package/dist/src/index.d.ts.map +1 -1
  47. package/dist/src/log-form/schema.d.ts +9 -9
  48. package/dist/src/mail/mail-contract.d.ts +63 -63
  49. package/dist/src/mail/mail-server.d.ts +216 -0
  50. package/dist/src/mail/mail-server.d.ts.map +1 -0
  51. package/dist/src/mail/room-contract.d.ts +63 -63
  52. package/dist/src/mail/schemas/room-validation.schema.d.ts +14 -14
  53. package/dist/src/mail/schemas/room.schema.d.ts +25 -25
  54. package/dist/src/messenger/index.d.ts +492 -492
  55. package/dist/src/platform-contact/schema.d.ts +30 -0
  56. package/dist/src/platform-contact/schema.d.ts.map +1 -0
  57. package/dist/src/tag/index.d.ts +45 -45
  58. package/dist/src/tag/schema.d.ts +9 -9
  59. package/dist/src/tag-group/schema.d.ts +9 -9
  60. package/dist/src/telephony-agent-presence-status/index.d.ts +93 -93
  61. package/dist/src/telephony-agent-presence-status/schema.d.ts +33 -33
  62. package/dist/src/telephony-cdr/schema.d.ts +9 -9
  63. package/dist/src/telephony-live-queue-call/schema.d.ts +9 -9
  64. package/dist/src/telephony-queue-call-count/schema.d.ts +9 -9
  65. package/dist/src/tenant/schema.d.ts +9 -9
  66. package/dist/src/ticket/index.d.ts +774 -909
  67. package/dist/src/ticket/index.d.ts.map +1 -1
  68. package/dist/src/ticket/schema.d.ts +135 -135
  69. package/dist/src/ticket/validation.d.ts +168 -338
  70. package/dist/src/ticket/validation.d.ts.map +1 -1
  71. package/dist/src/upload/schema.d.ts +9 -9
  72. package/dist/src/user-presence-status-log/index.d.ts +36 -36
  73. package/dist/src/user-presence-status-log/schema.d.ts +39 -39
  74. package/dist/src/widget/index.d.ts +150 -79
  75. package/dist/src/widget/index.d.ts.map +1 -1
  76. package/dist/src/widget/schema.d.ts +9 -9
  77. package/dist/src/widget/validation.d.ts +10 -0
  78. package/dist/src/widget/validation.d.ts.map +1 -1
  79. package/dist/src/wrap-up-form/index.d.ts +96 -96
  80. package/dist/src/wrap-up-form/schema.d.ts +24 -24
  81. package/package.json +10 -4
@@ -144,27 +144,27 @@ export declare const companyContract: {
144
144
  requestId: z.ZodString;
145
145
  data: z.ZodObject<{
146
146
  id: z.ZodString;
147
- createdAt: z.ZodString;
148
- updatedAt: z.ZodString;
149
- deletedAt: z.ZodNullable<z.ZodString>;
147
+ createdAt: z.ZodDate;
148
+ updatedAt: z.ZodDate;
149
+ deletedAt: z.ZodNullable<z.ZodDate>;
150
150
  name: z.ZodOptional<z.ZodString>;
151
151
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
152
152
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
153
153
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
154
154
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
155
155
  id: z.ZodString;
156
- createdAt: z.ZodString;
157
- updatedAt: z.ZodString;
158
- deletedAt: z.ZodNullable<z.ZodString>;
156
+ createdAt: z.ZodDate;
157
+ updatedAt: z.ZodDate;
158
+ deletedAt: z.ZodNullable<z.ZodDate>;
159
159
  textValue: z.ZodNullable<z.ZodString>;
160
160
  booleanValue: z.ZodNullable<z.ZodBoolean>;
161
161
  numberValue: z.ZodNullable<z.ZodNumber>;
162
162
  dateValue: z.ZodNullable<z.ZodDate>;
163
163
  attribute: z.ZodObject<Omit<{
164
164
  id: z.ZodString;
165
- createdAt: z.ZodString;
166
- updatedAt: z.ZodString;
167
- deletedAt: z.ZodNullable<z.ZodString>;
165
+ createdAt: z.ZodDate;
166
+ updatedAt: z.ZodDate;
167
+ deletedAt: z.ZodNullable<z.ZodDate>;
168
168
  systemName: z.ZodString;
169
169
  displayName: z.ZodString;
170
170
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -194,23 +194,23 @@ export declare const companyContract: {
194
194
  }>, "many">;
195
195
  group: z.ZodObject<{
196
196
  id: z.ZodString;
197
- createdAt: z.ZodString;
198
- updatedAt: z.ZodString;
199
- deletedAt: z.ZodNullable<z.ZodString>;
197
+ createdAt: z.ZodDate;
198
+ updatedAt: z.ZodDate;
199
+ deletedAt: z.ZodNullable<z.ZodDate>;
200
200
  systemName: z.ZodString;
201
201
  displayName: z.ZodString;
202
202
  }, "strip", z.ZodTypeAny, {
203
203
  id: string;
204
- createdAt: string;
205
- updatedAt: string;
206
- deletedAt: string | null;
204
+ createdAt: Date;
205
+ updatedAt: Date;
206
+ deletedAt: Date | null;
207
207
  systemName: string;
208
208
  displayName: string;
209
209
  }, {
210
210
  id: string;
211
- createdAt: string;
212
- updatedAt: string;
213
- deletedAt: string | null;
211
+ createdAt: Date;
212
+ updatedAt: Date;
213
+ deletedAt: Date | null;
214
214
  systemName: string;
215
215
  displayName: string;
216
216
  }>;
@@ -218,9 +218,9 @@ export declare const companyContract: {
218
218
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
219
219
  id: string;
220
220
  position: number;
221
- createdAt: string;
222
- updatedAt: string;
223
- deletedAt: string | null;
221
+ createdAt: Date;
222
+ updatedAt: Date;
223
+ deletedAt: Date | null;
224
224
  isDefault: boolean;
225
225
  systemName: string;
226
226
  displayName: string;
@@ -231,9 +231,9 @@ export declare const companyContract: {
231
231
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
232
232
  id: string;
233
233
  position: number;
234
- createdAt: string;
235
- updatedAt: string;
236
- deletedAt: string | null;
234
+ createdAt: Date;
235
+ updatedAt: Date;
236
+ deletedAt: Date | null;
237
237
  isDefault: boolean;
238
238
  systemName: string;
239
239
  displayName: string;
@@ -243,16 +243,16 @@ export declare const companyContract: {
243
243
  }>;
244
244
  }, "strip", z.ZodTypeAny, {
245
245
  id: string;
246
- createdAt: string;
247
- updatedAt: string;
248
- deletedAt: string | null;
246
+ createdAt: Date;
247
+ updatedAt: Date;
248
+ deletedAt: Date | null;
249
249
  attribute: {
250
250
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
251
251
  id: string;
252
252
  position: number;
253
- createdAt: string;
254
- updatedAt: string;
255
- deletedAt: string | null;
253
+ createdAt: Date;
254
+ updatedAt: Date;
255
+ deletedAt: Date | null;
256
256
  isDefault: boolean;
257
257
  systemName: string;
258
258
  displayName: string;
@@ -266,16 +266,16 @@ export declare const companyContract: {
266
266
  dateValue: Date | null;
267
267
  }, {
268
268
  id: string;
269
- createdAt: string;
270
- updatedAt: string;
271
- deletedAt: string | null;
269
+ createdAt: Date;
270
+ updatedAt: Date;
271
+ deletedAt: Date | null;
272
272
  attribute: {
273
273
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
274
274
  id: string;
275
275
  position: number;
276
- createdAt: string;
277
- updatedAt: string;
278
- deletedAt: string | null;
276
+ createdAt: Date;
277
+ updatedAt: Date;
278
+ deletedAt: Date | null;
279
279
  isDefault: boolean;
280
280
  systemName: string;
281
281
  displayName: string;
@@ -290,25 +290,25 @@ export declare const companyContract: {
290
290
  }>, "many">>;
291
291
  }, "strip", z.ZodTypeAny, {
292
292
  id: string;
293
- createdAt: string;
294
- updatedAt: string;
295
- deletedAt: string | null;
293
+ createdAt: Date;
294
+ updatedAt: Date;
295
+ deletedAt: Date | null;
296
296
  name?: string | undefined;
297
297
  phone?: string | null | undefined;
298
298
  address?: string | null | undefined;
299
299
  industry?: string | null | undefined;
300
300
  customFields?: {
301
301
  id: string;
302
- createdAt: string;
303
- updatedAt: string;
304
- deletedAt: string | null;
302
+ createdAt: Date;
303
+ updatedAt: Date;
304
+ deletedAt: Date | null;
305
305
  attribute: {
306
306
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
307
307
  id: string;
308
308
  position: number;
309
- createdAt: string;
310
- updatedAt: string;
311
- deletedAt: string | null;
309
+ createdAt: Date;
310
+ updatedAt: Date;
311
+ deletedAt: Date | null;
312
312
  isDefault: boolean;
313
313
  systemName: string;
314
314
  displayName: string;
@@ -323,25 +323,25 @@ export declare const companyContract: {
323
323
  }[] | undefined;
324
324
  }, {
325
325
  id: string;
326
- createdAt: string;
327
- updatedAt: string;
328
- deletedAt: string | null;
326
+ createdAt: Date;
327
+ updatedAt: Date;
328
+ deletedAt: Date | null;
329
329
  name?: string | undefined;
330
330
  phone?: string | null | undefined;
331
331
  address?: string | null | undefined;
332
332
  industry?: string | null | undefined;
333
333
  customFields?: {
334
334
  id: string;
335
- createdAt: string;
336
- updatedAt: string;
337
- deletedAt: string | null;
335
+ createdAt: Date;
336
+ updatedAt: Date;
337
+ deletedAt: Date | null;
338
338
  attribute: {
339
339
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
340
340
  id: string;
341
341
  position: number;
342
- createdAt: string;
343
- updatedAt: string;
344
- deletedAt: string | null;
342
+ createdAt: Date;
343
+ updatedAt: Date;
344
+ deletedAt: Date | null;
345
345
  isDefault: boolean;
346
346
  systemName: string;
347
347
  displayName: string;
@@ -358,25 +358,25 @@ export declare const companyContract: {
358
358
  }, "strip", z.ZodTypeAny, {
359
359
  data: {
360
360
  id: string;
361
- createdAt: string;
362
- updatedAt: string;
363
- deletedAt: string | null;
361
+ createdAt: Date;
362
+ updatedAt: Date;
363
+ deletedAt: Date | null;
364
364
  name?: string | undefined;
365
365
  phone?: string | null | undefined;
366
366
  address?: string | null | undefined;
367
367
  industry?: string | null | undefined;
368
368
  customFields?: {
369
369
  id: string;
370
- createdAt: string;
371
- updatedAt: string;
372
- deletedAt: string | null;
370
+ createdAt: Date;
371
+ updatedAt: Date;
372
+ deletedAt: Date | null;
373
373
  attribute: {
374
374
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
375
375
  id: string;
376
376
  position: number;
377
- createdAt: string;
378
- updatedAt: string;
379
- deletedAt: string | null;
377
+ createdAt: Date;
378
+ updatedAt: Date;
379
+ deletedAt: Date | null;
380
380
  isDefault: boolean;
381
381
  systemName: string;
382
382
  displayName: string;
@@ -394,25 +394,25 @@ export declare const companyContract: {
394
394
  }, {
395
395
  data: {
396
396
  id: string;
397
- createdAt: string;
398
- updatedAt: string;
399
- deletedAt: string | null;
397
+ createdAt: Date;
398
+ updatedAt: Date;
399
+ deletedAt: Date | null;
400
400
  name?: string | undefined;
401
401
  phone?: string | null | undefined;
402
402
  address?: string | null | undefined;
403
403
  industry?: string | null | undefined;
404
404
  customFields?: {
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
  attribute: {
410
410
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
411
411
  id: string;
412
412
  position: number;
413
- createdAt: string;
414
- updatedAt: string;
415
- deletedAt: string | null;
413
+ createdAt: Date;
414
+ updatedAt: Date;
415
+ deletedAt: Date | null;
416
416
  isDefault: boolean;
417
417
  systemName: string;
418
418
  displayName: string;
@@ -626,27 +626,27 @@ export declare const companyContract: {
626
626
  requestId: z.ZodString;
627
627
  data: z.ZodObject<{
628
628
  id: z.ZodString;
629
- createdAt: z.ZodString;
630
- updatedAt: z.ZodString;
631
- deletedAt: z.ZodNullable<z.ZodString>;
629
+ createdAt: z.ZodDate;
630
+ updatedAt: z.ZodDate;
631
+ deletedAt: z.ZodNullable<z.ZodDate>;
632
632
  name: z.ZodOptional<z.ZodString>;
633
633
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
634
634
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
635
635
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
636
636
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
637
637
  id: z.ZodString;
638
- createdAt: z.ZodString;
639
- updatedAt: z.ZodString;
640
- deletedAt: z.ZodNullable<z.ZodString>;
638
+ createdAt: z.ZodDate;
639
+ updatedAt: z.ZodDate;
640
+ deletedAt: z.ZodNullable<z.ZodDate>;
641
641
  textValue: z.ZodNullable<z.ZodString>;
642
642
  booleanValue: z.ZodNullable<z.ZodBoolean>;
643
643
  numberValue: z.ZodNullable<z.ZodNumber>;
644
644
  dateValue: z.ZodNullable<z.ZodDate>;
645
645
  attribute: z.ZodObject<Omit<{
646
646
  id: z.ZodString;
647
- createdAt: z.ZodString;
648
- updatedAt: z.ZodString;
649
- deletedAt: z.ZodNullable<z.ZodString>;
647
+ createdAt: z.ZodDate;
648
+ updatedAt: z.ZodDate;
649
+ deletedAt: z.ZodNullable<z.ZodDate>;
650
650
  systemName: z.ZodString;
651
651
  displayName: z.ZodString;
652
652
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -676,23 +676,23 @@ export declare const companyContract: {
676
676
  }>, "many">;
677
677
  group: z.ZodObject<{
678
678
  id: z.ZodString;
679
- createdAt: z.ZodString;
680
- updatedAt: z.ZodString;
681
- deletedAt: z.ZodNullable<z.ZodString>;
679
+ createdAt: z.ZodDate;
680
+ updatedAt: z.ZodDate;
681
+ deletedAt: z.ZodNullable<z.ZodDate>;
682
682
  systemName: z.ZodString;
683
683
  displayName: z.ZodString;
684
684
  }, "strip", z.ZodTypeAny, {
685
685
  id: string;
686
- createdAt: string;
687
- updatedAt: string;
688
- deletedAt: string | null;
686
+ createdAt: Date;
687
+ updatedAt: Date;
688
+ deletedAt: Date | null;
689
689
  systemName: string;
690
690
  displayName: string;
691
691
  }, {
692
692
  id: string;
693
- createdAt: string;
694
- updatedAt: string;
695
- deletedAt: string | null;
693
+ createdAt: Date;
694
+ updatedAt: Date;
695
+ deletedAt: Date | null;
696
696
  systemName: string;
697
697
  displayName: string;
698
698
  }>;
@@ -700,9 +700,9 @@ export declare const companyContract: {
700
700
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
701
701
  id: string;
702
702
  position: number;
703
- createdAt: string;
704
- updatedAt: string;
705
- deletedAt: string | null;
703
+ createdAt: Date;
704
+ updatedAt: Date;
705
+ deletedAt: Date | null;
706
706
  isDefault: boolean;
707
707
  systemName: string;
708
708
  displayName: string;
@@ -713,9 +713,9 @@ export declare const companyContract: {
713
713
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
714
714
  id: string;
715
715
  position: number;
716
- createdAt: string;
717
- updatedAt: string;
718
- deletedAt: string | null;
716
+ createdAt: Date;
717
+ updatedAt: Date;
718
+ deletedAt: Date | null;
719
719
  isDefault: boolean;
720
720
  systemName: string;
721
721
  displayName: string;
@@ -725,16 +725,16 @@ export declare const companyContract: {
725
725
  }>;
726
726
  }, "strip", z.ZodTypeAny, {
727
727
  id: string;
728
- createdAt: string;
729
- updatedAt: string;
730
- deletedAt: string | null;
728
+ createdAt: Date;
729
+ updatedAt: Date;
730
+ deletedAt: Date | null;
731
731
  attribute: {
732
732
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
733
733
  id: string;
734
734
  position: number;
735
- createdAt: string;
736
- updatedAt: string;
737
- deletedAt: string | null;
735
+ createdAt: Date;
736
+ updatedAt: Date;
737
+ deletedAt: Date | null;
738
738
  isDefault: boolean;
739
739
  systemName: string;
740
740
  displayName: string;
@@ -748,16 +748,16 @@ export declare const companyContract: {
748
748
  dateValue: Date | null;
749
749
  }, {
750
750
  id: string;
751
- createdAt: string;
752
- updatedAt: string;
753
- deletedAt: string | null;
751
+ createdAt: Date;
752
+ updatedAt: Date;
753
+ deletedAt: Date | null;
754
754
  attribute: {
755
755
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
756
756
  id: string;
757
757
  position: number;
758
- createdAt: string;
759
- updatedAt: string;
760
- deletedAt: string | null;
758
+ createdAt: Date;
759
+ updatedAt: Date;
760
+ deletedAt: Date | null;
761
761
  isDefault: boolean;
762
762
  systemName: string;
763
763
  displayName: string;
@@ -772,25 +772,25 @@ export declare const companyContract: {
772
772
  }>, "many">>;
773
773
  }, "strip", z.ZodTypeAny, {
774
774
  id: string;
775
- createdAt: string;
776
- updatedAt: string;
777
- deletedAt: string | null;
775
+ createdAt: Date;
776
+ updatedAt: Date;
777
+ deletedAt: Date | null;
778
778
  name?: string | undefined;
779
779
  phone?: string | null | undefined;
780
780
  address?: string | null | undefined;
781
781
  industry?: string | null | undefined;
782
782
  customFields?: {
783
783
  id: string;
784
- createdAt: string;
785
- updatedAt: string;
786
- deletedAt: string | null;
784
+ createdAt: Date;
785
+ updatedAt: Date;
786
+ deletedAt: Date | null;
787
787
  attribute: {
788
788
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
789
789
  id: string;
790
790
  position: number;
791
- createdAt: string;
792
- updatedAt: string;
793
- deletedAt: string | null;
791
+ createdAt: Date;
792
+ updatedAt: Date;
793
+ deletedAt: Date | null;
794
794
  isDefault: boolean;
795
795
  systemName: string;
796
796
  displayName: string;
@@ -805,25 +805,25 @@ export declare const companyContract: {
805
805
  }[] | undefined;
806
806
  }, {
807
807
  id: string;
808
- createdAt: string;
809
- updatedAt: string;
810
- deletedAt: string | null;
808
+ createdAt: Date;
809
+ updatedAt: Date;
810
+ deletedAt: Date | null;
811
811
  name?: string | undefined;
812
812
  phone?: string | null | undefined;
813
813
  address?: string | null | undefined;
814
814
  industry?: string | null | undefined;
815
815
  customFields?: {
816
816
  id: string;
817
- createdAt: string;
818
- updatedAt: string;
819
- deletedAt: string | null;
817
+ createdAt: Date;
818
+ updatedAt: Date;
819
+ deletedAt: Date | null;
820
820
  attribute: {
821
821
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
822
822
  id: string;
823
823
  position: number;
824
- createdAt: string;
825
- updatedAt: string;
826
- deletedAt: string | null;
824
+ createdAt: Date;
825
+ updatedAt: Date;
826
+ deletedAt: Date | null;
827
827
  isDefault: boolean;
828
828
  systemName: string;
829
829
  displayName: string;
@@ -840,25 +840,25 @@ export declare const companyContract: {
840
840
  }, "strip", z.ZodTypeAny, {
841
841
  data: {
842
842
  id: string;
843
- createdAt: string;
844
- updatedAt: string;
845
- deletedAt: string | null;
843
+ createdAt: Date;
844
+ updatedAt: Date;
845
+ deletedAt: Date | null;
846
846
  name?: string | undefined;
847
847
  phone?: string | null | undefined;
848
848
  address?: string | null | undefined;
849
849
  industry?: string | null | undefined;
850
850
  customFields?: {
851
851
  id: string;
852
- createdAt: string;
853
- updatedAt: string;
854
- deletedAt: string | null;
852
+ createdAt: Date;
853
+ updatedAt: Date;
854
+ deletedAt: Date | null;
855
855
  attribute: {
856
856
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
857
857
  id: string;
858
858
  position: number;
859
- createdAt: string;
860
- updatedAt: string;
861
- deletedAt: string | null;
859
+ createdAt: Date;
860
+ updatedAt: Date;
861
+ deletedAt: Date | null;
862
862
  isDefault: boolean;
863
863
  systemName: string;
864
864
  displayName: string;
@@ -876,25 +876,25 @@ export declare const companyContract: {
876
876
  }, {
877
877
  data: {
878
878
  id: string;
879
- createdAt: string;
880
- updatedAt: string;
881
- deletedAt: string | null;
879
+ createdAt: Date;
880
+ updatedAt: Date;
881
+ deletedAt: Date | null;
882
882
  name?: string | undefined;
883
883
  phone?: string | null | undefined;
884
884
  address?: string | null | undefined;
885
885
  industry?: string | null | undefined;
886
886
  customFields?: {
887
887
  id: string;
888
- createdAt: string;
889
- updatedAt: string;
890
- deletedAt: string | null;
888
+ createdAt: Date;
889
+ updatedAt: Date;
890
+ deletedAt: Date | null;
891
891
  attribute: {
892
892
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
893
893
  id: string;
894
894
  position: number;
895
- createdAt: string;
896
- updatedAt: string;
897
- deletedAt: string | null;
895
+ createdAt: Date;
896
+ updatedAt: Date;
897
+ deletedAt: Date | null;
898
898
  isDefault: boolean;
899
899
  systemName: string;
900
900
  displayName: string;
@@ -1055,27 +1055,27 @@ export declare const companyContract: {
1055
1055
  requestId: z.ZodString;
1056
1056
  data: z.ZodObject<{
1057
1057
  id: z.ZodString;
1058
- createdAt: z.ZodString;
1059
- updatedAt: z.ZodString;
1060
- deletedAt: z.ZodNullable<z.ZodString>;
1058
+ createdAt: z.ZodDate;
1059
+ updatedAt: z.ZodDate;
1060
+ deletedAt: z.ZodNullable<z.ZodDate>;
1061
1061
  name: z.ZodOptional<z.ZodString>;
1062
1062
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1063
1063
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1064
1064
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1065
1065
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
1066
1066
  id: z.ZodString;
1067
- createdAt: z.ZodString;
1068
- updatedAt: z.ZodString;
1069
- deletedAt: z.ZodNullable<z.ZodString>;
1067
+ createdAt: z.ZodDate;
1068
+ updatedAt: z.ZodDate;
1069
+ deletedAt: z.ZodNullable<z.ZodDate>;
1070
1070
  textValue: z.ZodNullable<z.ZodString>;
1071
1071
  booleanValue: z.ZodNullable<z.ZodBoolean>;
1072
1072
  numberValue: z.ZodNullable<z.ZodNumber>;
1073
1073
  dateValue: z.ZodNullable<z.ZodDate>;
1074
1074
  attribute: z.ZodObject<Omit<{
1075
1075
  id: z.ZodString;
1076
- createdAt: z.ZodString;
1077
- updatedAt: z.ZodString;
1078
- deletedAt: z.ZodNullable<z.ZodString>;
1076
+ createdAt: z.ZodDate;
1077
+ updatedAt: z.ZodDate;
1078
+ deletedAt: z.ZodNullable<z.ZodDate>;
1079
1079
  systemName: z.ZodString;
1080
1080
  displayName: z.ZodString;
1081
1081
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -1105,23 +1105,23 @@ export declare const companyContract: {
1105
1105
  }>, "many">;
1106
1106
  group: z.ZodObject<{
1107
1107
  id: z.ZodString;
1108
- createdAt: z.ZodString;
1109
- updatedAt: z.ZodString;
1110
- deletedAt: z.ZodNullable<z.ZodString>;
1108
+ createdAt: z.ZodDate;
1109
+ updatedAt: z.ZodDate;
1110
+ deletedAt: z.ZodNullable<z.ZodDate>;
1111
1111
  systemName: z.ZodString;
1112
1112
  displayName: z.ZodString;
1113
1113
  }, "strip", z.ZodTypeAny, {
1114
1114
  id: string;
1115
- createdAt: string;
1116
- updatedAt: string;
1117
- deletedAt: string | null;
1115
+ createdAt: Date;
1116
+ updatedAt: Date;
1117
+ deletedAt: Date | null;
1118
1118
  systemName: string;
1119
1119
  displayName: string;
1120
1120
  }, {
1121
1121
  id: string;
1122
- createdAt: string;
1123
- updatedAt: string;
1124
- deletedAt: string | null;
1122
+ createdAt: Date;
1123
+ updatedAt: Date;
1124
+ deletedAt: Date | null;
1125
1125
  systemName: string;
1126
1126
  displayName: string;
1127
1127
  }>;
@@ -1129,9 +1129,9 @@ export declare const companyContract: {
1129
1129
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1130
1130
  id: string;
1131
1131
  position: number;
1132
- createdAt: string;
1133
- updatedAt: string;
1134
- deletedAt: string | null;
1132
+ createdAt: Date;
1133
+ updatedAt: Date;
1134
+ deletedAt: Date | null;
1135
1135
  isDefault: boolean;
1136
1136
  systemName: string;
1137
1137
  displayName: string;
@@ -1142,9 +1142,9 @@ export declare const companyContract: {
1142
1142
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1143
1143
  id: string;
1144
1144
  position: number;
1145
- createdAt: string;
1146
- updatedAt: string;
1147
- deletedAt: string | null;
1145
+ createdAt: Date;
1146
+ updatedAt: Date;
1147
+ deletedAt: Date | null;
1148
1148
  isDefault: boolean;
1149
1149
  systemName: string;
1150
1150
  displayName: string;
@@ -1154,16 +1154,16 @@ export declare const companyContract: {
1154
1154
  }>;
1155
1155
  }, "strip", z.ZodTypeAny, {
1156
1156
  id: string;
1157
- createdAt: string;
1158
- updatedAt: string;
1159
- deletedAt: string | null;
1157
+ createdAt: Date;
1158
+ updatedAt: Date;
1159
+ deletedAt: Date | null;
1160
1160
  attribute: {
1161
1161
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1162
1162
  id: string;
1163
1163
  position: number;
1164
- createdAt: string;
1165
- updatedAt: string;
1166
- deletedAt: string | null;
1164
+ createdAt: Date;
1165
+ updatedAt: Date;
1166
+ deletedAt: Date | null;
1167
1167
  isDefault: boolean;
1168
1168
  systemName: string;
1169
1169
  displayName: string;
@@ -1177,16 +1177,16 @@ export declare const companyContract: {
1177
1177
  dateValue: Date | null;
1178
1178
  }, {
1179
1179
  id: string;
1180
- createdAt: string;
1181
- updatedAt: string;
1182
- deletedAt: string | null;
1180
+ createdAt: Date;
1181
+ updatedAt: Date;
1182
+ deletedAt: Date | null;
1183
1183
  attribute: {
1184
1184
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1185
1185
  id: string;
1186
1186
  position: number;
1187
- createdAt: string;
1188
- updatedAt: string;
1189
- deletedAt: string | null;
1187
+ createdAt: Date;
1188
+ updatedAt: Date;
1189
+ deletedAt: Date | null;
1190
1190
  isDefault: boolean;
1191
1191
  systemName: string;
1192
1192
  displayName: string;
@@ -1201,25 +1201,25 @@ export declare const companyContract: {
1201
1201
  }>, "many">>;
1202
1202
  }, "strip", z.ZodTypeAny, {
1203
1203
  id: string;
1204
- createdAt: string;
1205
- updatedAt: string;
1206
- deletedAt: string | null;
1204
+ createdAt: Date;
1205
+ updatedAt: Date;
1206
+ deletedAt: Date | null;
1207
1207
  name?: string | undefined;
1208
1208
  phone?: string | null | undefined;
1209
1209
  address?: string | null | undefined;
1210
1210
  industry?: string | null | undefined;
1211
1211
  customFields?: {
1212
1212
  id: string;
1213
- createdAt: string;
1214
- updatedAt: string;
1215
- deletedAt: string | null;
1213
+ createdAt: Date;
1214
+ updatedAt: Date;
1215
+ deletedAt: Date | null;
1216
1216
  attribute: {
1217
1217
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1218
1218
  id: string;
1219
1219
  position: number;
1220
- createdAt: string;
1221
- updatedAt: string;
1222
- deletedAt: string | null;
1220
+ createdAt: Date;
1221
+ updatedAt: Date;
1222
+ deletedAt: Date | null;
1223
1223
  isDefault: boolean;
1224
1224
  systemName: string;
1225
1225
  displayName: string;
@@ -1234,25 +1234,25 @@ export declare const companyContract: {
1234
1234
  }[] | undefined;
1235
1235
  }, {
1236
1236
  id: string;
1237
- createdAt: string;
1238
- updatedAt: string;
1239
- deletedAt: string | null;
1237
+ createdAt: Date;
1238
+ updatedAt: Date;
1239
+ deletedAt: Date | null;
1240
1240
  name?: string | undefined;
1241
1241
  phone?: string | null | undefined;
1242
1242
  address?: string | null | undefined;
1243
1243
  industry?: string | null | undefined;
1244
1244
  customFields?: {
1245
1245
  id: string;
1246
- createdAt: string;
1247
- updatedAt: string;
1248
- deletedAt: string | null;
1246
+ createdAt: Date;
1247
+ updatedAt: Date;
1248
+ deletedAt: Date | null;
1249
1249
  attribute: {
1250
1250
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1251
1251
  id: string;
1252
1252
  position: number;
1253
- createdAt: string;
1254
- updatedAt: string;
1255
- deletedAt: string | null;
1253
+ createdAt: Date;
1254
+ updatedAt: Date;
1255
+ deletedAt: Date | null;
1256
1256
  isDefault: boolean;
1257
1257
  systemName: string;
1258
1258
  displayName: string;
@@ -1269,25 +1269,25 @@ export declare const companyContract: {
1269
1269
  }, "strip", z.ZodTypeAny, {
1270
1270
  data: {
1271
1271
  id: string;
1272
- createdAt: string;
1273
- updatedAt: string;
1274
- deletedAt: string | null;
1272
+ createdAt: Date;
1273
+ updatedAt: Date;
1274
+ deletedAt: Date | null;
1275
1275
  name?: string | undefined;
1276
1276
  phone?: string | null | undefined;
1277
1277
  address?: string | null | undefined;
1278
1278
  industry?: string | null | undefined;
1279
1279
  customFields?: {
1280
1280
  id: string;
1281
- createdAt: string;
1282
- updatedAt: string;
1283
- deletedAt: string | null;
1281
+ createdAt: Date;
1282
+ updatedAt: Date;
1283
+ deletedAt: Date | null;
1284
1284
  attribute: {
1285
1285
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1286
1286
  id: string;
1287
1287
  position: number;
1288
- createdAt: string;
1289
- updatedAt: string;
1290
- deletedAt: string | null;
1288
+ createdAt: Date;
1289
+ updatedAt: Date;
1290
+ deletedAt: Date | null;
1291
1291
  isDefault: boolean;
1292
1292
  systemName: string;
1293
1293
  displayName: string;
@@ -1305,25 +1305,25 @@ export declare const companyContract: {
1305
1305
  }, {
1306
1306
  data: {
1307
1307
  id: string;
1308
- createdAt: string;
1309
- updatedAt: string;
1310
- deletedAt: string | null;
1308
+ createdAt: Date;
1309
+ updatedAt: Date;
1310
+ deletedAt: Date | null;
1311
1311
  name?: string | undefined;
1312
1312
  phone?: string | null | undefined;
1313
1313
  address?: string | null | undefined;
1314
1314
  industry?: string | null | undefined;
1315
1315
  customFields?: {
1316
1316
  id: string;
1317
- createdAt: string;
1318
- updatedAt: string;
1319
- deletedAt: string | null;
1317
+ createdAt: Date;
1318
+ updatedAt: Date;
1319
+ deletedAt: Date | null;
1320
1320
  attribute: {
1321
1321
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1322
1322
  id: string;
1323
1323
  position: number;
1324
- createdAt: string;
1325
- updatedAt: string;
1326
- deletedAt: string | null;
1324
+ createdAt: Date;
1325
+ updatedAt: Date;
1326
+ deletedAt: Date | null;
1327
1327
  isDefault: boolean;
1328
1328
  systemName: string;
1329
1329
  displayName: string;
@@ -1456,27 +1456,27 @@ export declare const companyContract: {
1456
1456
  lastPage: z.ZodNumber;
1457
1457
  data: z.ZodArray<z.ZodObject<{
1458
1458
  id: z.ZodString;
1459
- createdAt: z.ZodString;
1460
- updatedAt: z.ZodString;
1461
- deletedAt: z.ZodNullable<z.ZodString>;
1459
+ createdAt: z.ZodDate;
1460
+ updatedAt: z.ZodDate;
1461
+ deletedAt: z.ZodNullable<z.ZodDate>;
1462
1462
  name: z.ZodOptional<z.ZodString>;
1463
1463
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1464
1464
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1465
1465
  industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1466
1466
  customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
1467
1467
  id: z.ZodString;
1468
- createdAt: z.ZodString;
1469
- updatedAt: z.ZodString;
1470
- deletedAt: z.ZodNullable<z.ZodString>;
1468
+ createdAt: z.ZodDate;
1469
+ updatedAt: z.ZodDate;
1470
+ deletedAt: z.ZodNullable<z.ZodDate>;
1471
1471
  textValue: z.ZodNullable<z.ZodString>;
1472
1472
  booleanValue: z.ZodNullable<z.ZodBoolean>;
1473
1473
  numberValue: z.ZodNullable<z.ZodNumber>;
1474
1474
  dateValue: z.ZodNullable<z.ZodDate>;
1475
1475
  attribute: z.ZodObject<Omit<{
1476
1476
  id: z.ZodString;
1477
- createdAt: z.ZodString;
1478
- updatedAt: z.ZodString;
1479
- deletedAt: z.ZodNullable<z.ZodString>;
1477
+ createdAt: z.ZodDate;
1478
+ updatedAt: z.ZodDate;
1479
+ deletedAt: z.ZodNullable<z.ZodDate>;
1480
1480
  systemName: z.ZodString;
1481
1481
  displayName: z.ZodString;
1482
1482
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -1506,23 +1506,23 @@ export declare const companyContract: {
1506
1506
  }>, "many">;
1507
1507
  group: z.ZodObject<{
1508
1508
  id: z.ZodString;
1509
- createdAt: z.ZodString;
1510
- updatedAt: z.ZodString;
1511
- deletedAt: z.ZodNullable<z.ZodString>;
1509
+ createdAt: z.ZodDate;
1510
+ updatedAt: z.ZodDate;
1511
+ deletedAt: z.ZodNullable<z.ZodDate>;
1512
1512
  systemName: z.ZodString;
1513
1513
  displayName: z.ZodString;
1514
1514
  }, "strip", z.ZodTypeAny, {
1515
1515
  id: string;
1516
- createdAt: string;
1517
- updatedAt: string;
1518
- deletedAt: string | null;
1516
+ createdAt: Date;
1517
+ updatedAt: Date;
1518
+ deletedAt: Date | null;
1519
1519
  systemName: string;
1520
1520
  displayName: string;
1521
1521
  }, {
1522
1522
  id: string;
1523
- createdAt: string;
1524
- updatedAt: string;
1525
- deletedAt: string | null;
1523
+ createdAt: Date;
1524
+ updatedAt: Date;
1525
+ deletedAt: Date | null;
1526
1526
  systemName: string;
1527
1527
  displayName: string;
1528
1528
  }>;
@@ -1530,9 +1530,9 @@ export declare const companyContract: {
1530
1530
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1531
1531
  id: string;
1532
1532
  position: number;
1533
- createdAt: string;
1534
- updatedAt: string;
1535
- deletedAt: string | null;
1533
+ createdAt: Date;
1534
+ updatedAt: Date;
1535
+ deletedAt: Date | null;
1536
1536
  isDefault: boolean;
1537
1537
  systemName: string;
1538
1538
  displayName: string;
@@ -1543,9 +1543,9 @@ export declare const companyContract: {
1543
1543
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1544
1544
  id: string;
1545
1545
  position: number;
1546
- createdAt: string;
1547
- updatedAt: string;
1548
- deletedAt: string | null;
1546
+ createdAt: Date;
1547
+ updatedAt: Date;
1548
+ deletedAt: Date | null;
1549
1549
  isDefault: boolean;
1550
1550
  systemName: string;
1551
1551
  displayName: string;
@@ -1555,16 +1555,16 @@ export declare const companyContract: {
1555
1555
  }>;
1556
1556
  }, "strip", z.ZodTypeAny, {
1557
1557
  id: string;
1558
- createdAt: string;
1559
- updatedAt: string;
1560
- deletedAt: string | null;
1558
+ createdAt: Date;
1559
+ updatedAt: Date;
1560
+ deletedAt: Date | null;
1561
1561
  attribute: {
1562
1562
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1563
1563
  id: string;
1564
1564
  position: number;
1565
- createdAt: string;
1566
- updatedAt: string;
1567
- deletedAt: string | null;
1565
+ createdAt: Date;
1566
+ updatedAt: Date;
1567
+ deletedAt: Date | null;
1568
1568
  isDefault: boolean;
1569
1569
  systemName: string;
1570
1570
  displayName: string;
@@ -1578,16 +1578,16 @@ export declare const companyContract: {
1578
1578
  dateValue: Date | null;
1579
1579
  }, {
1580
1580
  id: string;
1581
- createdAt: string;
1582
- updatedAt: string;
1583
- deletedAt: string | null;
1581
+ createdAt: Date;
1582
+ updatedAt: Date;
1583
+ deletedAt: Date | null;
1584
1584
  attribute: {
1585
1585
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1586
1586
  id: string;
1587
1587
  position: number;
1588
- createdAt: string;
1589
- updatedAt: string;
1590
- deletedAt: string | null;
1588
+ createdAt: Date;
1589
+ updatedAt: Date;
1590
+ deletedAt: Date | null;
1591
1591
  isDefault: boolean;
1592
1592
  systemName: string;
1593
1593
  displayName: string;
@@ -1602,25 +1602,25 @@ export declare const companyContract: {
1602
1602
  }>, "many">>;
1603
1603
  }, "strip", z.ZodTypeAny, {
1604
1604
  id: string;
1605
- createdAt: string;
1606
- updatedAt: string;
1607
- deletedAt: string | null;
1605
+ createdAt: Date;
1606
+ updatedAt: Date;
1607
+ deletedAt: Date | null;
1608
1608
  name?: string | undefined;
1609
1609
  phone?: string | null | undefined;
1610
1610
  address?: string | null | undefined;
1611
1611
  industry?: string | null | undefined;
1612
1612
  customFields?: {
1613
1613
  id: string;
1614
- createdAt: string;
1615
- updatedAt: string;
1616
- deletedAt: string | null;
1614
+ createdAt: Date;
1615
+ updatedAt: Date;
1616
+ deletedAt: Date | null;
1617
1617
  attribute: {
1618
1618
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1619
1619
  id: string;
1620
1620
  position: number;
1621
- createdAt: string;
1622
- updatedAt: string;
1623
- deletedAt: string | null;
1621
+ createdAt: Date;
1622
+ updatedAt: Date;
1623
+ deletedAt: Date | null;
1624
1624
  isDefault: boolean;
1625
1625
  systemName: string;
1626
1626
  displayName: string;
@@ -1635,25 +1635,25 @@ export declare const companyContract: {
1635
1635
  }[] | undefined;
1636
1636
  }, {
1637
1637
  id: string;
1638
- createdAt: string;
1639
- updatedAt: string;
1640
- deletedAt: string | null;
1638
+ createdAt: Date;
1639
+ updatedAt: Date;
1640
+ deletedAt: Date | null;
1641
1641
  name?: string | undefined;
1642
1642
  phone?: string | null | undefined;
1643
1643
  address?: string | null | undefined;
1644
1644
  industry?: string | null | undefined;
1645
1645
  customFields?: {
1646
1646
  id: string;
1647
- createdAt: string;
1648
- updatedAt: string;
1649
- deletedAt: string | null;
1647
+ createdAt: Date;
1648
+ updatedAt: Date;
1649
+ deletedAt: Date | null;
1650
1650
  attribute: {
1651
1651
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1652
1652
  id: string;
1653
1653
  position: number;
1654
- createdAt: string;
1655
- updatedAt: string;
1656
- deletedAt: string | null;
1654
+ createdAt: Date;
1655
+ updatedAt: Date;
1656
+ deletedAt: Date | null;
1657
1657
  isDefault: boolean;
1658
1658
  systemName: string;
1659
1659
  displayName: string;
@@ -1670,25 +1670,25 @@ export declare const companyContract: {
1670
1670
  }, "strip", z.ZodTypeAny, {
1671
1671
  data: {
1672
1672
  id: string;
1673
- createdAt: string;
1674
- updatedAt: string;
1675
- deletedAt: string | null;
1673
+ createdAt: Date;
1674
+ updatedAt: Date;
1675
+ deletedAt: Date | null;
1676
1676
  name?: string | undefined;
1677
1677
  phone?: string | null | undefined;
1678
1678
  address?: string | null | undefined;
1679
1679
  industry?: string | null | undefined;
1680
1680
  customFields?: {
1681
1681
  id: string;
1682
- createdAt: string;
1683
- updatedAt: string;
1684
- deletedAt: string | null;
1682
+ createdAt: Date;
1683
+ updatedAt: Date;
1684
+ deletedAt: Date | null;
1685
1685
  attribute: {
1686
1686
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1687
1687
  id: string;
1688
1688
  position: number;
1689
- createdAt: string;
1690
- updatedAt: string;
1691
- deletedAt: string | null;
1689
+ createdAt: Date;
1690
+ updatedAt: Date;
1691
+ deletedAt: Date | null;
1692
1692
  isDefault: boolean;
1693
1693
  systemName: string;
1694
1694
  displayName: string;
@@ -1710,25 +1710,25 @@ export declare const companyContract: {
1710
1710
  }, {
1711
1711
  data: {
1712
1712
  id: string;
1713
- createdAt: string;
1714
- updatedAt: string;
1715
- deletedAt: string | null;
1713
+ createdAt: Date;
1714
+ updatedAt: Date;
1715
+ deletedAt: Date | null;
1716
1716
  name?: string | undefined;
1717
1717
  phone?: string | null | undefined;
1718
1718
  address?: string | null | undefined;
1719
1719
  industry?: string | null | undefined;
1720
1720
  customFields?: {
1721
1721
  id: string;
1722
- createdAt: string;
1723
- updatedAt: string;
1724
- deletedAt: string | null;
1722
+ createdAt: Date;
1723
+ updatedAt: Date;
1724
+ deletedAt: Date | null;
1725
1725
  attribute: {
1726
1726
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
1727
1727
  id: string;
1728
1728
  position: number;
1729
- createdAt: string;
1730
- updatedAt: string;
1731
- deletedAt: string | null;
1729
+ createdAt: Date;
1730
+ updatedAt: Date;
1731
+ deletedAt: Date | null;
1732
1732
  isDefault: boolean;
1733
1733
  systemName: string;
1734
1734
  displayName: string;