@kl1/contracts 1.0.26 → 1.0.28

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 (101) hide show
  1. package/dist/index.js +1634 -1538
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +1633 -1538
  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/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/auth/index.d.ts +89 -89
  11. package/dist/src/base-contract.d.ts +9 -9
  12. package/dist/src/call-log/schema.d.ts +9 -9
  13. package/dist/src/category/index.d.ts +42 -42
  14. package/dist/src/category/schema.d.ts +9 -9
  15. package/dist/src/channel/index.d.ts +537 -351
  16. package/dist/src/channel/index.d.ts.map +1 -1
  17. package/dist/src/channel/schema.d.ts +98 -101
  18. package/dist/src/channel/schema.d.ts.map +1 -1
  19. package/dist/src/channel/validation.d.ts +89 -89
  20. package/dist/src/chat/index.d.ts +13187 -13187
  21. package/dist/src/chat/schema.d.ts +2360 -2360
  22. package/dist/src/chat/validation.d.ts +3251 -3251
  23. package/dist/src/comment/index.d.ts +1368 -1368
  24. package/dist/src/comment/schema.d.ts +388 -388
  25. package/dist/src/company/index.d.ts +324 -321
  26. package/dist/src/company/index.d.ts.map +1 -1
  27. package/dist/src/company/schema.d.ts +196 -59
  28. package/dist/src/company/schema.d.ts.map +1 -1
  29. package/dist/src/company/validation.d.ts +177 -177
  30. package/dist/src/contact/index.d.ts +2171 -2171
  31. package/dist/src/contact/schema.d.ts +362 -362
  32. package/dist/src/contact/validation.d.ts +1685 -1685
  33. package/dist/src/contact-email/schema.d.ts +9 -9
  34. package/dist/src/contact-phone/schema.d.ts +9 -9
  35. package/dist/src/contract.d.ts +26873 -26391
  36. package/dist/src/contract.d.ts.map +1 -1
  37. package/dist/src/custom-field/schema.d.ts +12 -12
  38. package/dist/src/custom-field-upload/schema.d.ts +9 -9
  39. package/dist/src/cx-log/index.d.ts +1644 -1644
  40. package/dist/src/cx-log/schema.d.ts +1400 -1400
  41. package/dist/src/dashboard/index.d.ts +11 -7
  42. package/dist/src/dashboard/index.d.ts.map +1 -1
  43. package/dist/src/dashboard/schema.d.ts +127 -2
  44. package/dist/src/dashboard/schema.d.ts.map +1 -1
  45. package/dist/src/evaluate-form/schema.d.ts +9 -9
  46. package/dist/src/extension/index.d.ts +115 -115
  47. package/dist/src/extension/schema.d.ts +9 -9
  48. package/dist/src/group/schema.d.ts +9 -9
  49. package/dist/src/index.d.ts +1 -0
  50. package/dist/src/index.d.ts.map +1 -1
  51. package/dist/src/log-form/schema.d.ts +9 -9
  52. package/dist/src/mail/account-contract.d.ts +168 -168
  53. package/dist/src/mail/mail-contract.d.ts +3357 -3357
  54. package/dist/src/mail/message-contract.d.ts +152 -152
  55. package/dist/src/mail/room-contract.d.ts +3036 -3036
  56. package/dist/src/mail/schemas/account-validation.schema.d.ts +168 -168
  57. package/dist/src/mail/schemas/account.schema.d.ts +33 -33
  58. package/dist/src/mail/schemas/message.schema.d.ts +108 -108
  59. package/dist/src/mail/schemas/room-validation.schema.d.ts +1000 -1000
  60. package/dist/src/mail/schemas/room.schema.d.ts +806 -806
  61. package/dist/src/messenger/index.d.ts +2201 -2071
  62. package/dist/src/messenger/index.d.ts.map +1 -1
  63. package/dist/src/messenger/validation.d.ts +108 -1
  64. package/dist/src/messenger/validation.d.ts.map +1 -1
  65. package/dist/src/permission/index.d.ts +15 -15
  66. package/dist/src/permission/schema.d.ts +9 -9
  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 -757
  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 +66 -0
  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 +150 -79
  89. package/dist/src/widget/index.d.ts.map +1 -1
  90. package/dist/src/widget/schema.d.ts +9 -9
  91. package/dist/src/widget/validation.d.ts +10 -0
  92. package/dist/src/widget/validation.d.ts.map +1 -1
  93. package/dist/src/wrap-up-form/index.d.ts +96 -96
  94. package/dist/src/wrap-up-form/schema.d.ts +24 -24
  95. package/package.json +4 -10
  96. package/dist/src/app/index.d.ts +0 -17
  97. package/dist/src/app/index.d.ts.map +0 -1
  98. package/dist/src/mail/mail-server.d.ts +0 -216
  99. package/dist/src/mail/mail-server.d.ts.map +0 -1
  100. package/dist/src/platform-contact/schema.d.ts +0 -30
  101. package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -1,18 +1,18 @@
1
1
  import z from 'zod';
2
2
  export declare const TicketCustomFieldSchema: z.ZodObject<{
3
3
  id: z.ZodString;
4
- createdAt: z.ZodDate;
5
- updatedAt: z.ZodDate;
6
- deletedAt: z.ZodNullable<z.ZodDate>;
4
+ createdAt: z.ZodString;
5
+ updatedAt: z.ZodString;
6
+ deletedAt: z.ZodNullable<z.ZodString>;
7
7
  textValue: z.ZodNullable<z.ZodString>;
8
8
  booleanValue: z.ZodNullable<z.ZodBoolean>;
9
9
  numberValue: z.ZodNullable<z.ZodNumber>;
10
- dateValue: z.ZodNullable<z.ZodDate>;
10
+ dateValue: z.ZodNullable<z.ZodString>;
11
11
  attribute: z.ZodObject<Omit<{
12
12
  id: z.ZodString;
13
- createdAt: z.ZodDate;
14
- updatedAt: z.ZodDate;
15
- deletedAt: z.ZodNullable<z.ZodDate>;
13
+ createdAt: z.ZodString;
14
+ updatedAt: z.ZodString;
15
+ deletedAt: z.ZodNullable<z.ZodString>;
16
16
  systemName: z.ZodString;
17
17
  displayName: z.ZodString;
18
18
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -42,23 +42,23 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
42
42
  }>, "many">;
43
43
  group: z.ZodObject<{
44
44
  id: z.ZodString;
45
- createdAt: z.ZodDate;
46
- updatedAt: z.ZodDate;
47
- deletedAt: z.ZodNullable<z.ZodDate>;
45
+ createdAt: z.ZodString;
46
+ updatedAt: z.ZodString;
47
+ deletedAt: z.ZodNullable<z.ZodString>;
48
48
  systemName: z.ZodString;
49
49
  displayName: z.ZodString;
50
50
  }, "strip", z.ZodTypeAny, {
51
51
  id: string;
52
- createdAt: Date;
53
- updatedAt: Date;
54
- deletedAt: Date | null;
52
+ createdAt: string;
53
+ updatedAt: string;
54
+ deletedAt: string | null;
55
55
  systemName: string;
56
56
  displayName: string;
57
57
  }, {
58
58
  id: string;
59
- createdAt: Date;
60
- updatedAt: Date;
61
- deletedAt: Date | null;
59
+ createdAt: string;
60
+ updatedAt: string;
61
+ deletedAt: string | null;
62
62
  systemName: string;
63
63
  displayName: string;
64
64
  }>;
@@ -66,9 +66,9 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
66
66
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
67
67
  id: string;
68
68
  position: number;
69
- createdAt: Date;
70
- updatedAt: Date;
71
- deletedAt: Date | null;
69
+ createdAt: string;
70
+ updatedAt: string;
71
+ deletedAt: string | null;
72
72
  isDefault: boolean;
73
73
  systemName: string;
74
74
  displayName: string;
@@ -79,9 +79,9 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
79
79
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
80
80
  id: string;
81
81
  position: number;
82
- createdAt: Date;
83
- updatedAt: Date;
84
- deletedAt: Date | null;
82
+ createdAt: string;
83
+ updatedAt: string;
84
+ deletedAt: string | null;
85
85
  isDefault: boolean;
86
86
  systemName: string;
87
87
  displayName: string;
@@ -91,33 +91,33 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
91
91
  }>;
92
92
  uploads: z.ZodArray<z.ZodObject<{
93
93
  id: z.ZodString;
94
- createdAt: z.ZodDate;
95
- updatedAt: z.ZodDate;
96
- deletedAt: z.ZodNullable<z.ZodDate>;
94
+ createdAt: z.ZodString;
95
+ updatedAt: z.ZodString;
96
+ deletedAt: z.ZodNullable<z.ZodString>;
97
97
  customFieldId: z.ZodString;
98
98
  upload: z.ZodObject<{
99
99
  id: z.ZodString;
100
- createdAt: z.ZodDate;
101
- updatedAt: z.ZodDate;
102
- deletedAt: z.ZodNullable<z.ZodDate>;
100
+ createdAt: z.ZodString;
101
+ updatedAt: z.ZodString;
102
+ deletedAt: z.ZodNullable<z.ZodString>;
103
103
  bucketName: z.ZodString;
104
104
  fileName: z.ZodString;
105
105
  fileSize: z.ZodNumber;
106
106
  fileKey: z.ZodString;
107
107
  }, "strip", z.ZodTypeAny, {
108
108
  id: string;
109
- createdAt: Date;
110
- updatedAt: Date;
111
- deletedAt: Date | null;
109
+ createdAt: string;
110
+ updatedAt: string;
111
+ deletedAt: string | null;
112
112
  fileName: string;
113
113
  fileKey: string;
114
114
  bucketName: string;
115
115
  fileSize: number;
116
116
  }, {
117
117
  id: string;
118
- createdAt: Date;
119
- updatedAt: Date;
120
- deletedAt: Date | null;
118
+ createdAt: string;
119
+ updatedAt: string;
120
+ deletedAt: string | null;
121
121
  fileName: string;
122
122
  fileKey: string;
123
123
  bucketName: string;
@@ -125,15 +125,15 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
125
125
  }>;
126
126
  }, "strip", z.ZodTypeAny, {
127
127
  id: string;
128
- createdAt: Date;
129
- updatedAt: Date;
130
- deletedAt: Date | null;
128
+ createdAt: string;
129
+ updatedAt: string;
130
+ deletedAt: string | null;
131
131
  customFieldId: string;
132
132
  upload: {
133
133
  id: string;
134
- createdAt: Date;
135
- updatedAt: Date;
136
- deletedAt: Date | null;
134
+ createdAt: string;
135
+ updatedAt: string;
136
+ deletedAt: string | null;
137
137
  fileName: string;
138
138
  fileKey: string;
139
139
  bucketName: string;
@@ -141,15 +141,15 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
141
141
  };
142
142
  }, {
143
143
  id: string;
144
- createdAt: Date;
145
- updatedAt: Date;
146
- deletedAt: Date | null;
144
+ createdAt: string;
145
+ updatedAt: string;
146
+ deletedAt: string | null;
147
147
  customFieldId: string;
148
148
  upload: {
149
149
  id: string;
150
- createdAt: Date;
151
- updatedAt: Date;
152
- deletedAt: Date | null;
150
+ createdAt: string;
151
+ updatedAt: string;
152
+ deletedAt: string | null;
153
153
  fileName: string;
154
154
  fileKey: string;
155
155
  bucketName: string;
@@ -158,16 +158,16 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
158
158
  }>, "many">;
159
159
  }, "strip", z.ZodTypeAny, {
160
160
  id: string;
161
- createdAt: Date;
162
- updatedAt: Date;
163
- deletedAt: Date | null;
161
+ createdAt: string;
162
+ updatedAt: string;
163
+ deletedAt: string | null;
164
164
  attribute: {
165
165
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
166
166
  id: string;
167
167
  position: number;
168
- createdAt: Date;
169
- updatedAt: Date;
170
- deletedAt: Date | null;
168
+ createdAt: string;
169
+ updatedAt: string;
170
+ deletedAt: string | null;
171
171
  isDefault: boolean;
172
172
  systemName: string;
173
173
  displayName: string;
@@ -178,18 +178,18 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
178
178
  textValue: string | null;
179
179
  booleanValue: boolean | null;
180
180
  numberValue: number | null;
181
- dateValue: Date | null;
181
+ dateValue: string | null;
182
182
  uploads: {
183
183
  id: string;
184
- createdAt: Date;
185
- updatedAt: Date;
186
- deletedAt: Date | null;
184
+ createdAt: string;
185
+ updatedAt: string;
186
+ deletedAt: string | null;
187
187
  customFieldId: string;
188
188
  upload: {
189
189
  id: string;
190
- createdAt: Date;
191
- updatedAt: Date;
192
- deletedAt: Date | null;
190
+ createdAt: string;
191
+ updatedAt: string;
192
+ deletedAt: string | null;
193
193
  fileName: string;
194
194
  fileKey: string;
195
195
  bucketName: string;
@@ -198,16 +198,16 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
198
198
  }[];
199
199
  }, {
200
200
  id: string;
201
- createdAt: Date;
202
- updatedAt: Date;
203
- deletedAt: Date | null;
201
+ createdAt: string;
202
+ updatedAt: string;
203
+ deletedAt: string | null;
204
204
  attribute: {
205
205
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
206
206
  id: string;
207
207
  position: number;
208
- createdAt: Date;
209
- updatedAt: Date;
210
- deletedAt: Date | null;
208
+ createdAt: string;
209
+ updatedAt: string;
210
+ deletedAt: string | null;
211
211
  isDefault: boolean;
212
212
  systemName: string;
213
213
  displayName: string;
@@ -218,18 +218,18 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
218
218
  textValue: string | null;
219
219
  booleanValue: boolean | null;
220
220
  numberValue: number | null;
221
- dateValue: Date | null;
221
+ dateValue: string | null;
222
222
  uploads: {
223
223
  id: string;
224
- createdAt: Date;
225
- updatedAt: Date;
226
- deletedAt: Date | null;
224
+ createdAt: string;
225
+ updatedAt: string;
226
+ deletedAt: string | null;
227
227
  customFieldId: string;
228
228
  upload: {
229
229
  id: string;
230
- createdAt: Date;
231
- updatedAt: Date;
232
- deletedAt: Date | null;
230
+ createdAt: string;
231
+ updatedAt: string;
232
+ deletedAt: string | null;
233
233
  fileName: string;
234
234
  fileKey: string;
235
235
  bucketName: string;
@@ -239,91 +239,91 @@ export declare const TicketCustomFieldSchema: z.ZodObject<{
239
239
  }>;
240
240
  export declare const TicketEntityTypesSchema: z.ZodObject<{
241
241
  id: z.ZodString;
242
- createdAt: z.ZodDate;
243
- updatedAt: z.ZodDate;
244
- deletedAt: z.ZodNullable<z.ZodDate>;
242
+ createdAt: z.ZodString;
243
+ updatedAt: z.ZodString;
244
+ deletedAt: z.ZodNullable<z.ZodString>;
245
245
  entity: z.ZodString;
246
246
  description: z.ZodNullable<z.ZodString>;
247
247
  }, "strip", z.ZodTypeAny, {
248
248
  id: string;
249
249
  description: string | null;
250
- createdAt: Date;
251
- updatedAt: Date;
252
- deletedAt: Date | null;
250
+ createdAt: string;
251
+ updatedAt: string;
252
+ deletedAt: string | null;
253
253
  entity: string;
254
254
  }, {
255
255
  id: string;
256
256
  description: string | null;
257
- createdAt: Date;
258
- updatedAt: Date;
259
- deletedAt: Date | null;
257
+ createdAt: string;
258
+ updatedAt: string;
259
+ deletedAt: string | null;
260
260
  entity: string;
261
261
  }>;
262
262
  export declare const TicketActivitySchema: z.ZodObject<{
263
263
  id: z.ZodString;
264
- createdAt: z.ZodDate;
265
- updatedAt: z.ZodDate;
266
- deletedAt: z.ZodNullable<z.ZodDate>;
264
+ createdAt: z.ZodString;
265
+ updatedAt: z.ZodString;
266
+ deletedAt: z.ZodNullable<z.ZodString>;
267
267
  entityId: z.ZodString;
268
268
  description: z.ZodString;
269
269
  entityType: z.ZodObject<{
270
270
  id: z.ZodString;
271
- createdAt: z.ZodDate;
272
- updatedAt: z.ZodDate;
273
- deletedAt: z.ZodNullable<z.ZodDate>;
271
+ createdAt: z.ZodString;
272
+ updatedAt: z.ZodString;
273
+ deletedAt: z.ZodNullable<z.ZodString>;
274
274
  entity: z.ZodString;
275
275
  description: z.ZodNullable<z.ZodString>;
276
276
  }, "strip", z.ZodTypeAny, {
277
277
  id: string;
278
278
  description: string | null;
279
- createdAt: Date;
280
- updatedAt: Date;
281
- deletedAt: Date | null;
279
+ createdAt: string;
280
+ updatedAt: string;
281
+ deletedAt: string | null;
282
282
  entity: string;
283
283
  }, {
284
284
  id: string;
285
285
  description: string | null;
286
- createdAt: Date;
287
- updatedAt: Date;
288
- deletedAt: Date | null;
286
+ createdAt: string;
287
+ updatedAt: string;
288
+ deletedAt: string | null;
289
289
  entity: string;
290
290
  }>;
291
291
  }, "strip", z.ZodTypeAny, {
292
292
  id: string;
293
293
  description: string;
294
- createdAt: Date;
295
- updatedAt: Date;
296
- deletedAt: Date | null;
294
+ createdAt: string;
295
+ updatedAt: string;
296
+ deletedAt: string | null;
297
297
  entityId: string;
298
298
  entityType: {
299
299
  id: string;
300
300
  description: string | null;
301
- createdAt: Date;
302
- updatedAt: Date;
303
- deletedAt: Date | null;
301
+ createdAt: string;
302
+ updatedAt: string;
303
+ deletedAt: string | null;
304
304
  entity: string;
305
305
  };
306
306
  }, {
307
307
  id: string;
308
308
  description: string;
309
- createdAt: Date;
310
- updatedAt: Date;
311
- deletedAt: Date | null;
309
+ createdAt: string;
310
+ updatedAt: string;
311
+ deletedAt: string | null;
312
312
  entityId: string;
313
313
  entityType: {
314
314
  id: string;
315
315
  description: string | null;
316
- createdAt: Date;
317
- updatedAt: Date;
318
- deletedAt: Date | null;
316
+ createdAt: string;
317
+ updatedAt: string;
318
+ deletedAt: string | null;
319
319
  entity: string;
320
320
  };
321
321
  }>;
322
322
  export declare const TicketSchema: z.ZodObject<{
323
323
  id: z.ZodString;
324
- createdAt: z.ZodDate;
325
- updatedAt: z.ZodDate;
326
- deletedAt: z.ZodNullable<z.ZodDate>;
324
+ createdAt: z.ZodString;
325
+ updatedAt: z.ZodString;
326
+ deletedAt: z.ZodNullable<z.ZodString>;
327
327
  title: z.ZodString;
328
328
  description: z.ZodNullable<z.ZodString>;
329
329
  type: z.ZodString;
@@ -337,18 +337,18 @@ export declare const TicketSchema: z.ZodObject<{
337
337
  ticketNumber: z.ZodOptional<z.ZodNumber>;
338
338
  customFields: z.ZodArray<z.ZodObject<{
339
339
  id: z.ZodString;
340
- createdAt: z.ZodDate;
341
- updatedAt: z.ZodDate;
342
- deletedAt: z.ZodNullable<z.ZodDate>;
340
+ createdAt: z.ZodString;
341
+ updatedAt: z.ZodString;
342
+ deletedAt: z.ZodNullable<z.ZodString>;
343
343
  textValue: z.ZodNullable<z.ZodString>;
344
344
  booleanValue: z.ZodNullable<z.ZodBoolean>;
345
345
  numberValue: z.ZodNullable<z.ZodNumber>;
346
- dateValue: z.ZodNullable<z.ZodDate>;
346
+ dateValue: z.ZodNullable<z.ZodString>;
347
347
  attribute: z.ZodObject<Omit<{
348
348
  id: z.ZodString;
349
- createdAt: z.ZodDate;
350
- updatedAt: z.ZodDate;
351
- deletedAt: z.ZodNullable<z.ZodDate>;
349
+ createdAt: z.ZodString;
350
+ updatedAt: z.ZodString;
351
+ deletedAt: z.ZodNullable<z.ZodString>;
352
352
  systemName: z.ZodString;
353
353
  displayName: z.ZodString;
354
354
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -378,23 +378,23 @@ export declare const TicketSchema: z.ZodObject<{
378
378
  }>, "many">;
379
379
  group: z.ZodObject<{
380
380
  id: z.ZodString;
381
- createdAt: z.ZodDate;
382
- updatedAt: z.ZodDate;
383
- deletedAt: z.ZodNullable<z.ZodDate>;
381
+ createdAt: z.ZodString;
382
+ updatedAt: z.ZodString;
383
+ deletedAt: z.ZodNullable<z.ZodString>;
384
384
  systemName: z.ZodString;
385
385
  displayName: z.ZodString;
386
386
  }, "strip", z.ZodTypeAny, {
387
387
  id: string;
388
- createdAt: Date;
389
- updatedAt: Date;
390
- deletedAt: Date | null;
388
+ createdAt: string;
389
+ updatedAt: string;
390
+ deletedAt: string | null;
391
391
  systemName: string;
392
392
  displayName: string;
393
393
  }, {
394
394
  id: string;
395
- createdAt: Date;
396
- updatedAt: Date;
397
- deletedAt: Date | null;
395
+ createdAt: string;
396
+ updatedAt: string;
397
+ deletedAt: string | null;
398
398
  systemName: string;
399
399
  displayName: string;
400
400
  }>;
@@ -402,9 +402,9 @@ export declare const TicketSchema: z.ZodObject<{
402
402
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
403
403
  id: string;
404
404
  position: number;
405
- createdAt: Date;
406
- updatedAt: Date;
407
- deletedAt: Date | null;
405
+ createdAt: string;
406
+ updatedAt: string;
407
+ deletedAt: string | null;
408
408
  isDefault: boolean;
409
409
  systemName: string;
410
410
  displayName: string;
@@ -415,9 +415,9 @@ export declare const TicketSchema: z.ZodObject<{
415
415
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
416
416
  id: string;
417
417
  position: number;
418
- createdAt: Date;
419
- updatedAt: Date;
420
- deletedAt: Date | null;
418
+ createdAt: string;
419
+ updatedAt: string;
420
+ deletedAt: string | null;
421
421
  isDefault: boolean;
422
422
  systemName: string;
423
423
  displayName: string;
@@ -427,33 +427,33 @@ export declare const TicketSchema: z.ZodObject<{
427
427
  }>;
428
428
  uploads: z.ZodArray<z.ZodObject<{
429
429
  id: z.ZodString;
430
- createdAt: z.ZodDate;
431
- updatedAt: z.ZodDate;
432
- deletedAt: z.ZodNullable<z.ZodDate>;
430
+ createdAt: z.ZodString;
431
+ updatedAt: z.ZodString;
432
+ deletedAt: z.ZodNullable<z.ZodString>;
433
433
  customFieldId: z.ZodString;
434
434
  upload: z.ZodObject<{
435
435
  id: z.ZodString;
436
- createdAt: z.ZodDate;
437
- updatedAt: z.ZodDate;
438
- deletedAt: z.ZodNullable<z.ZodDate>;
436
+ createdAt: z.ZodString;
437
+ updatedAt: z.ZodString;
438
+ deletedAt: z.ZodNullable<z.ZodString>;
439
439
  bucketName: z.ZodString;
440
440
  fileName: z.ZodString;
441
441
  fileSize: z.ZodNumber;
442
442
  fileKey: z.ZodString;
443
443
  }, "strip", z.ZodTypeAny, {
444
444
  id: string;
445
- createdAt: Date;
446
- updatedAt: Date;
447
- deletedAt: Date | null;
445
+ createdAt: string;
446
+ updatedAt: string;
447
+ deletedAt: string | null;
448
448
  fileName: string;
449
449
  fileKey: string;
450
450
  bucketName: string;
451
451
  fileSize: number;
452
452
  }, {
453
453
  id: string;
454
- createdAt: Date;
455
- updatedAt: Date;
456
- deletedAt: Date | null;
454
+ createdAt: string;
455
+ updatedAt: string;
456
+ deletedAt: string | null;
457
457
  fileName: string;
458
458
  fileKey: string;
459
459
  bucketName: string;
@@ -461,15 +461,15 @@ export declare const TicketSchema: z.ZodObject<{
461
461
  }>;
462
462
  }, "strip", z.ZodTypeAny, {
463
463
  id: string;
464
- createdAt: Date;
465
- updatedAt: Date;
466
- deletedAt: Date | null;
464
+ createdAt: string;
465
+ updatedAt: string;
466
+ deletedAt: string | null;
467
467
  customFieldId: string;
468
468
  upload: {
469
469
  id: string;
470
- createdAt: Date;
471
- updatedAt: Date;
472
- deletedAt: Date | null;
470
+ createdAt: string;
471
+ updatedAt: string;
472
+ deletedAt: string | null;
473
473
  fileName: string;
474
474
  fileKey: string;
475
475
  bucketName: string;
@@ -477,15 +477,15 @@ export declare const TicketSchema: z.ZodObject<{
477
477
  };
478
478
  }, {
479
479
  id: string;
480
- createdAt: Date;
481
- updatedAt: Date;
482
- deletedAt: Date | null;
480
+ createdAt: string;
481
+ updatedAt: string;
482
+ deletedAt: string | null;
483
483
  customFieldId: string;
484
484
  upload: {
485
485
  id: string;
486
- createdAt: Date;
487
- updatedAt: Date;
488
- deletedAt: Date | null;
486
+ createdAt: string;
487
+ updatedAt: string;
488
+ deletedAt: string | null;
489
489
  fileName: string;
490
490
  fileKey: string;
491
491
  bucketName: string;
@@ -494,16 +494,16 @@ export declare const TicketSchema: z.ZodObject<{
494
494
  }>, "many">;
495
495
  }, "strip", z.ZodTypeAny, {
496
496
  id: string;
497
- createdAt: Date;
498
- updatedAt: Date;
499
- deletedAt: Date | null;
497
+ createdAt: string;
498
+ updatedAt: string;
499
+ deletedAt: string | null;
500
500
  attribute: {
501
501
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
502
502
  id: string;
503
503
  position: number;
504
- createdAt: Date;
505
- updatedAt: Date;
506
- deletedAt: Date | null;
504
+ createdAt: string;
505
+ updatedAt: string;
506
+ deletedAt: string | null;
507
507
  isDefault: boolean;
508
508
  systemName: string;
509
509
  displayName: string;
@@ -514,18 +514,18 @@ export declare const TicketSchema: z.ZodObject<{
514
514
  textValue: string | null;
515
515
  booleanValue: boolean | null;
516
516
  numberValue: number | null;
517
- dateValue: Date | null;
517
+ dateValue: string | null;
518
518
  uploads: {
519
519
  id: string;
520
- createdAt: Date;
521
- updatedAt: Date;
522
- deletedAt: Date | null;
520
+ createdAt: string;
521
+ updatedAt: string;
522
+ deletedAt: string | null;
523
523
  customFieldId: string;
524
524
  upload: {
525
525
  id: string;
526
- createdAt: Date;
527
- updatedAt: Date;
528
- deletedAt: Date | null;
526
+ createdAt: string;
527
+ updatedAt: string;
528
+ deletedAt: string | null;
529
529
  fileName: string;
530
530
  fileKey: string;
531
531
  bucketName: string;
@@ -534,16 +534,16 @@ export declare const TicketSchema: z.ZodObject<{
534
534
  }[];
535
535
  }, {
536
536
  id: string;
537
- createdAt: Date;
538
- updatedAt: Date;
539
- deletedAt: Date | null;
537
+ createdAt: string;
538
+ updatedAt: string;
539
+ deletedAt: string | null;
540
540
  attribute: {
541
541
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
542
542
  id: string;
543
543
  position: number;
544
- createdAt: Date;
545
- updatedAt: Date;
546
- deletedAt: Date | null;
544
+ createdAt: string;
545
+ updatedAt: string;
546
+ deletedAt: string | null;
547
547
  isDefault: boolean;
548
548
  systemName: string;
549
549
  displayName: string;
@@ -554,18 +554,18 @@ export declare const TicketSchema: z.ZodObject<{
554
554
  textValue: string | null;
555
555
  booleanValue: boolean | null;
556
556
  numberValue: number | null;
557
- dateValue: Date | null;
557
+ dateValue: string | null;
558
558
  uploads: {
559
559
  id: string;
560
- createdAt: Date;
561
- updatedAt: Date;
562
- deletedAt: Date | null;
560
+ createdAt: string;
561
+ updatedAt: string;
562
+ deletedAt: string | null;
563
563
  customFieldId: string;
564
564
  upload: {
565
565
  id: string;
566
- createdAt: Date;
567
- updatedAt: Date;
568
- deletedAt: Date | null;
566
+ createdAt: string;
567
+ updatedAt: string;
568
+ deletedAt: string | null;
569
569
  fileName: string;
570
570
  fileKey: string;
571
571
  bucketName: string;
@@ -581,21 +581,21 @@ export declare const TicketSchema: z.ZodObject<{
581
581
  title: string;
582
582
  description: string | null;
583
583
  status: string;
584
- createdAt: Date;
585
- updatedAt: Date;
586
- deletedAt: Date | null;
584
+ createdAt: string;
585
+ updatedAt: string;
586
+ deletedAt: string | null;
587
587
  customFields: {
588
588
  id: string;
589
- createdAt: Date;
590
- updatedAt: Date;
591
- deletedAt: Date | null;
589
+ createdAt: string;
590
+ updatedAt: string;
591
+ deletedAt: string | null;
592
592
  attribute: {
593
593
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
594
594
  id: string;
595
595
  position: number;
596
- createdAt: Date;
597
- updatedAt: Date;
598
- deletedAt: Date | null;
596
+ createdAt: string;
597
+ updatedAt: string;
598
+ deletedAt: string | null;
599
599
  isDefault: boolean;
600
600
  systemName: string;
601
601
  displayName: string;
@@ -606,18 +606,18 @@ export declare const TicketSchema: z.ZodObject<{
606
606
  textValue: string | null;
607
607
  booleanValue: boolean | null;
608
608
  numberValue: number | null;
609
- dateValue: Date | null;
609
+ dateValue: string | null;
610
610
  uploads: {
611
611
  id: string;
612
- createdAt: Date;
613
- updatedAt: Date;
614
- deletedAt: Date | null;
612
+ createdAt: string;
613
+ updatedAt: string;
614
+ deletedAt: string | null;
615
615
  customFieldId: string;
616
616
  upload: {
617
617
  id: string;
618
- createdAt: Date;
619
- updatedAt: Date;
620
- deletedAt: Date | null;
618
+ createdAt: string;
619
+ updatedAt: string;
620
+ deletedAt: string | null;
621
621
  fileName: string;
622
622
  fileKey: string;
623
623
  bucketName: string;
@@ -638,21 +638,21 @@ export declare const TicketSchema: z.ZodObject<{
638
638
  title: string;
639
639
  description: string | null;
640
640
  status: string;
641
- createdAt: Date;
642
- updatedAt: Date;
643
- deletedAt: Date | null;
641
+ createdAt: string;
642
+ updatedAt: string;
643
+ deletedAt: string | null;
644
644
  customFields: {
645
645
  id: string;
646
- createdAt: Date;
647
- updatedAt: Date;
648
- deletedAt: Date | null;
646
+ createdAt: string;
647
+ updatedAt: string;
648
+ deletedAt: string | null;
649
649
  attribute: {
650
650
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
651
651
  id: string;
652
652
  position: number;
653
- createdAt: Date;
654
- updatedAt: Date;
655
- deletedAt: Date | null;
653
+ createdAt: string;
654
+ updatedAt: string;
655
+ deletedAt: string | null;
656
656
  isDefault: boolean;
657
657
  systemName: string;
658
658
  displayName: string;
@@ -663,18 +663,18 @@ export declare const TicketSchema: z.ZodObject<{
663
663
  textValue: string | null;
664
664
  booleanValue: boolean | null;
665
665
  numberValue: number | null;
666
- dateValue: Date | null;
666
+ dateValue: string | null;
667
667
  uploads: {
668
668
  id: string;
669
- createdAt: Date;
670
- updatedAt: Date;
671
- deletedAt: Date | null;
669
+ createdAt: string;
670
+ updatedAt: string;
671
+ deletedAt: string | null;
672
672
  customFieldId: string;
673
673
  upload: {
674
674
  id: string;
675
- createdAt: Date;
676
- updatedAt: Date;
677
- deletedAt: Date | null;
675
+ createdAt: string;
676
+ updatedAt: string;
677
+ deletedAt: string | null;
678
678
  fileName: string;
679
679
  fileKey: string;
680
680
  bucketName: string;