@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.
- package/dist/index.js +179 -124
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +178 -124
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +113 -113
- package/dist/src/activity-log/schema.d.ts +122 -122
- package/dist/src/app/index.d.ts +17 -0
- package/dist/src/app/index.d.ts.map +1 -0
- package/dist/src/attribute/index.d.ts +108 -108
- package/dist/src/attribute/schema.d.ts +24 -24
- package/dist/src/attribute-option/schema.d.ts +9 -9
- package/dist/src/auth/index.d.ts +89 -89
- package/dist/src/base-contract.d.ts +9 -9
- package/dist/src/call-log/schema.d.ts +9 -9
- package/dist/src/category/index.d.ts +42 -42
- package/dist/src/category/schema.d.ts +9 -9
- package/dist/src/channel/index.d.ts +357 -357
- package/dist/src/channel/schema.d.ts +101 -98
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/channel/validation.d.ts +89 -89
- package/dist/src/chat/index.d.ts +13187 -13187
- package/dist/src/chat/schema.d.ts +2360 -2360
- package/dist/src/chat/validation.d.ts +3251 -3251
- package/dist/src/comment/index.d.ts +1368 -1368
- package/dist/src/comment/schema.d.ts +388 -388
- package/dist/src/company/index.d.ts +316 -316
- package/dist/src/company/schema.d.ts +95 -95
- package/dist/src/company/validation.d.ts +177 -177
- package/dist/src/contact/index.d.ts +2171 -2171
- package/dist/src/contact/schema.d.ts +362 -362
- package/dist/src/contact/validation.d.ts +1685 -1685
- package/dist/src/contact-email/schema.d.ts +9 -9
- package/dist/src/contact-phone/schema.d.ts +9 -9
- package/dist/src/contract.d.ts +26474 -26668
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +12 -12
- package/dist/src/custom-field-upload/schema.d.ts +9 -9
- package/dist/src/cx-log/index.d.ts +1644 -1644
- package/dist/src/cx-log/schema.d.ts +1400 -1400
- package/dist/src/evaluate-form/index.d.ts +47 -0
- package/dist/src/evaluate-form/index.d.ts.map +1 -0
- package/dist/src/evaluate-form/schema.d.ts +9 -9
- package/dist/src/evaluate-form/validation.d.ts +28 -0
- package/dist/src/evaluate-form/validation.d.ts.map +1 -0
- package/dist/src/extension/index.d.ts +115 -115
- package/dist/src/extension/schema.d.ts +9 -9
- package/dist/src/group/schema.d.ts +9 -9
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/log-form/schema.d.ts +9 -9
- package/dist/src/mail/account-contract.d.ts +168 -168
- package/dist/src/mail/mail-contract.d.ts +3398 -3398
- package/dist/src/mail/mail-server.d.ts +216 -0
- package/dist/src/mail/mail-server.d.ts.map +1 -0
- package/dist/src/mail/message-contract.d.ts +152 -152
- package/dist/src/mail/room-contract.d.ts +3078 -3078
- package/dist/src/mail/schemas/account-validation.schema.d.ts +168 -168
- package/dist/src/mail/schemas/account.schema.d.ts +33 -33
- package/dist/src/mail/schemas/message.schema.d.ts +108 -108
- package/dist/src/mail/schemas/room-validation.schema.d.ts +1014 -1014
- package/dist/src/mail/schemas/room.schema.d.ts +816 -816
- package/dist/src/messenger/index.d.ts +1569 -1569
- package/dist/src/permission/index.d.ts +15 -15
- package/dist/src/permission/schema.d.ts +9 -9
- package/dist/src/platform-contact/schema.d.ts +30 -0
- package/dist/src/platform-contact/schema.d.ts.map +1 -0
- package/dist/src/role/index.d.ts +96 -96
- package/dist/src/role/schema.d.ts +24 -24
- package/dist/src/tag/index.d.ts +45 -45
- package/dist/src/tag/schema.d.ts +9 -9
- package/dist/src/tag-group/schema.d.ts +9 -9
- package/dist/src/telephony-agent-presence-status/index.d.ts +386 -386
- package/dist/src/telephony-agent-presence-status/schema.d.ts +122 -122
- package/dist/src/telephony-cdr/schema.d.ts +9 -9
- package/dist/src/telephony-live-queue-call/schema.d.ts +9 -9
- package/dist/src/telephony-queue-call-count/schema.d.ts +9 -9
- package/dist/src/tenant/schema.d.ts +9 -9
- package/dist/src/ticket/index.d.ts +858 -1094
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/schema.d.ts +212 -212
- package/dist/src/ticket/validation.d.ts +102 -338
- package/dist/src/ticket/validation.d.ts.map +1 -1
- package/dist/src/upload/schema.d.ts +9 -9
- package/dist/src/user/index.d.ts +293 -293
- package/dist/src/user/schema.d.ts +63 -63
- package/dist/src/user-presence-status-log/index.d.ts +88 -88
- package/dist/src/user-presence-status-log/schema.d.ts +128 -128
- package/dist/src/widget/index.d.ts +78 -78
- package/dist/src/widget/schema.d.ts +9 -9
- package/dist/src/wrap-up-form/index.d.ts +96 -96
- package/dist/src/wrap-up-form/schema.d.ts +24 -24
- package/package.json +10 -4
@@ -9,98 +9,37 @@ export type ExportAllTicketQueryRequest = z.infer<typeof ExportAllTicketQuerySch
|
|
9
9
|
export declare const ticketContract: {
|
10
10
|
createTicket: {
|
11
11
|
body: z.ZodObject<{
|
12
|
-
title: z.
|
13
|
-
|
14
|
-
attributeId: z.ZodString;
|
15
|
-
value: z.ZodString;
|
16
|
-
}, "strip", z.ZodTypeAny, {
|
17
|
-
value: string;
|
18
|
-
isRequired: boolean;
|
19
|
-
attributeId: string;
|
12
|
+
title: z.ZodEffects<z.AnyZodObject, {
|
13
|
+
[x: string]: any;
|
20
14
|
}, {
|
21
|
-
|
22
|
-
isRequired: boolean;
|
23
|
-
attributeId: string;
|
15
|
+
[x: string]: any;
|
24
16
|
}>;
|
25
|
-
description: z.
|
26
|
-
|
27
|
-
attributeId: z.ZodString;
|
28
|
-
value: z.ZodString;
|
29
|
-
}, "strip", z.ZodTypeAny, {
|
30
|
-
value: string;
|
31
|
-
isRequired: boolean;
|
32
|
-
attributeId: string;
|
17
|
+
description: z.ZodEffects<z.AnyZodObject, {
|
18
|
+
[x: string]: any;
|
33
19
|
}, {
|
34
|
-
|
35
|
-
isRequired: boolean;
|
36
|
-
attributeId: string;
|
20
|
+
[x: string]: any;
|
37
21
|
}>;
|
38
|
-
status: z.
|
39
|
-
|
40
|
-
attributeId: z.ZodString;
|
41
|
-
value: z.ZodString;
|
42
|
-
}, "strip", z.ZodTypeAny, {
|
43
|
-
value: string;
|
44
|
-
isRequired: boolean;
|
45
|
-
attributeId: string;
|
22
|
+
status: z.ZodEffects<z.AnyZodObject, {
|
23
|
+
[x: string]: any;
|
46
24
|
}, {
|
47
|
-
|
48
|
-
isRequired: boolean;
|
49
|
-
attributeId: string;
|
25
|
+
[x: string]: any;
|
50
26
|
}>;
|
51
|
-
type: z.
|
52
|
-
|
53
|
-
attributeId: z.ZodString;
|
54
|
-
value: z.ZodString;
|
55
|
-
}, "strip", z.ZodTypeAny, {
|
56
|
-
value: string;
|
57
|
-
isRequired: boolean;
|
58
|
-
attributeId: string;
|
27
|
+
type: z.ZodEffects<z.AnyZodObject, {
|
28
|
+
[x: string]: any;
|
59
29
|
}, {
|
60
|
-
|
61
|
-
isRequired: boolean;
|
62
|
-
attributeId: string;
|
30
|
+
[x: string]: any;
|
63
31
|
}>;
|
64
|
-
priority: z.
|
65
|
-
|
66
|
-
attributeId: z.ZodString;
|
67
|
-
value: z.ZodString;
|
68
|
-
}, "strip", z.ZodTypeAny, {
|
69
|
-
value: string;
|
70
|
-
isRequired: boolean;
|
71
|
-
attributeId: string;
|
32
|
+
priority: z.ZodEffects<z.AnyZodObject, {
|
33
|
+
[x: string]: any;
|
72
34
|
}, {
|
73
|
-
|
74
|
-
isRequired: boolean;
|
75
|
-
attributeId: string;
|
35
|
+
[x: string]: any;
|
76
36
|
}>;
|
77
|
-
contact: z.
|
78
|
-
|
79
|
-
attributeId: z.ZodString;
|
80
|
-
value: z.ZodString;
|
81
|
-
}, "strip", z.ZodTypeAny, {
|
82
|
-
value: string;
|
83
|
-
isRequired: boolean;
|
84
|
-
attributeId: string;
|
37
|
+
contact: z.ZodEffects<z.AnyZodObject, {
|
38
|
+
[x: string]: any;
|
85
39
|
}, {
|
86
|
-
|
87
|
-
isRequired: boolean;
|
88
|
-
attributeId: string;
|
40
|
+
[x: string]: any;
|
89
41
|
}>;
|
90
42
|
assignee: z.ZodObject<{
|
91
|
-
isRequired: z.ZodBoolean;
|
92
|
-
attributeId: z.ZodOptional<z.ZodString>;
|
93
|
-
value: z.ZodOptional<z.ZodString>;
|
94
|
-
}, "strip", z.ZodTypeAny, {
|
95
|
-
isRequired: boolean;
|
96
|
-
attributeId?: string | undefined;
|
97
|
-
value?: string | undefined;
|
98
|
-
}, {
|
99
|
-
isRequired: boolean;
|
100
|
-
attributeId?: string | undefined;
|
101
|
-
value?: string | undefined;
|
102
|
-
}>;
|
103
|
-
channel: z.ZodObject<{
|
104
43
|
isRequired: z.ZodBoolean;
|
105
44
|
attributeId: z.ZodString;
|
106
45
|
value: z.ZodString;
|
@@ -113,18 +52,15 @@ export declare const ticketContract: {
|
|
113
52
|
isRequired: boolean;
|
114
53
|
attributeId: string;
|
115
54
|
}>;
|
116
|
-
|
117
|
-
|
118
|
-
attributeId: z.ZodString;
|
119
|
-
value: z.ZodArray<z.ZodString, "many">;
|
120
|
-
}, "strip", z.ZodTypeAny, {
|
121
|
-
value: string[];
|
122
|
-
isRequired: boolean;
|
123
|
-
attributeId: string;
|
55
|
+
channel: z.ZodEffects<z.AnyZodObject, {
|
56
|
+
[x: string]: any;
|
124
57
|
}, {
|
125
|
-
|
126
|
-
|
127
|
-
|
58
|
+
[x: string]: any;
|
59
|
+
}>;
|
60
|
+
tags: z.ZodEffects<z.AnyZodObject, {
|
61
|
+
[x: string]: any;
|
62
|
+
}, {
|
63
|
+
[x: string]: any;
|
128
64
|
}>;
|
129
65
|
categories: z.ZodObject<{
|
130
66
|
isRequired: z.ZodBoolean;
|
@@ -139,24 +75,10 @@ export declare const ticketContract: {
|
|
139
75
|
isRequired: boolean;
|
140
76
|
attributeId: string;
|
141
77
|
}>;
|
142
|
-
customFields: z.ZodArray<z.
|
143
|
-
|
144
|
-
attributeId: z.ZodString;
|
145
|
-
value: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
146
|
-
type: z.ZodString;
|
147
|
-
isDefaultAttribute: z.ZodBoolean;
|
148
|
-
}, "strip", z.ZodTypeAny, {
|
149
|
-
type: string;
|
150
|
-
value: (string | string[]) & (string | string[] | undefined);
|
151
|
-
isRequired: boolean;
|
152
|
-
attributeId: string;
|
153
|
-
isDefaultAttribute: boolean;
|
78
|
+
customFields: z.ZodArray<z.ZodEffects<z.AnyZodObject, {
|
79
|
+
[x: string]: any;
|
154
80
|
}, {
|
155
|
-
|
156
|
-
value: (string | string[]) & (string | string[] | undefined);
|
157
|
-
isRequired: boolean;
|
158
|
-
attributeId: string;
|
159
|
-
isDefaultAttribute: boolean;
|
81
|
+
[x: string]: any;
|
160
82
|
}>, "many">;
|
161
83
|
reasonToAssign: z.ZodOptional<z.ZodObject<{
|
162
84
|
value: z.ZodString;
|
@@ -167,34 +89,22 @@ export declare const ticketContract: {
|
|
167
89
|
}>>;
|
168
90
|
}, "strip", z.ZodTypeAny, {
|
169
91
|
type: {
|
170
|
-
|
171
|
-
isRequired: boolean;
|
172
|
-
attributeId: string;
|
92
|
+
[x: string]: any;
|
173
93
|
};
|
174
94
|
channel: {
|
175
|
-
|
176
|
-
isRequired: boolean;
|
177
|
-
attributeId: string;
|
95
|
+
[x: string]: any;
|
178
96
|
};
|
179
97
|
priority: {
|
180
|
-
|
181
|
-
isRequired: boolean;
|
182
|
-
attributeId: string;
|
98
|
+
[x: string]: any;
|
183
99
|
};
|
184
100
|
title: {
|
185
|
-
|
186
|
-
isRequired: boolean;
|
187
|
-
attributeId: string;
|
101
|
+
[x: string]: any;
|
188
102
|
};
|
189
103
|
description: {
|
190
|
-
|
191
|
-
isRequired: boolean;
|
192
|
-
attributeId: string;
|
104
|
+
[x: string]: any;
|
193
105
|
};
|
194
106
|
status: {
|
195
|
-
|
196
|
-
isRequired: boolean;
|
197
|
-
attributeId: string;
|
107
|
+
[x: string]: any;
|
198
108
|
};
|
199
109
|
categories: {
|
200
110
|
value: string[];
|
@@ -202,60 +112,40 @@ export declare const ticketContract: {
|
|
202
112
|
attributeId: string;
|
203
113
|
};
|
204
114
|
contact: {
|
205
|
-
|
206
|
-
isRequired: boolean;
|
207
|
-
attributeId: string;
|
115
|
+
[x: string]: any;
|
208
116
|
};
|
209
117
|
customFields: {
|
210
|
-
|
211
|
-
value: (string | string[]) & (string | string[] | undefined);
|
212
|
-
isRequired: boolean;
|
213
|
-
attributeId: string;
|
214
|
-
isDefaultAttribute: boolean;
|
118
|
+
[x: string]: any;
|
215
119
|
}[];
|
216
120
|
tags: {
|
217
|
-
|
218
|
-
isRequired: boolean;
|
219
|
-
attributeId: string;
|
121
|
+
[x: string]: any;
|
220
122
|
};
|
221
123
|
assignee: {
|
124
|
+
value: string;
|
222
125
|
isRequired: boolean;
|
223
|
-
attributeId
|
224
|
-
value?: string | undefined;
|
126
|
+
attributeId: string;
|
225
127
|
};
|
226
128
|
reasonToAssign?: {
|
227
129
|
value: string;
|
228
130
|
} | undefined;
|
229
131
|
}, {
|
230
132
|
type: {
|
231
|
-
|
232
|
-
isRequired: boolean;
|
233
|
-
attributeId: string;
|
133
|
+
[x: string]: any;
|
234
134
|
};
|
235
135
|
channel: {
|
236
|
-
|
237
|
-
isRequired: boolean;
|
238
|
-
attributeId: string;
|
136
|
+
[x: string]: any;
|
239
137
|
};
|
240
138
|
priority: {
|
241
|
-
|
242
|
-
isRequired: boolean;
|
243
|
-
attributeId: string;
|
139
|
+
[x: string]: any;
|
244
140
|
};
|
245
141
|
title: {
|
246
|
-
|
247
|
-
isRequired: boolean;
|
248
|
-
attributeId: string;
|
142
|
+
[x: string]: any;
|
249
143
|
};
|
250
144
|
description: {
|
251
|
-
|
252
|
-
isRequired: boolean;
|
253
|
-
attributeId: string;
|
145
|
+
[x: string]: any;
|
254
146
|
};
|
255
147
|
status: {
|
256
|
-
|
257
|
-
isRequired: boolean;
|
258
|
-
attributeId: string;
|
148
|
+
[x: string]: any;
|
259
149
|
};
|
260
150
|
categories: {
|
261
151
|
value: string[];
|
@@ -263,26 +153,18 @@ export declare const ticketContract: {
|
|
263
153
|
attributeId: string;
|
264
154
|
};
|
265
155
|
contact: {
|
266
|
-
|
267
|
-
isRequired: boolean;
|
268
|
-
attributeId: string;
|
156
|
+
[x: string]: any;
|
269
157
|
};
|
270
158
|
customFields: {
|
271
|
-
|
272
|
-
value: (string | string[]) & (string | string[] | undefined);
|
273
|
-
isRequired: boolean;
|
274
|
-
attributeId: string;
|
275
|
-
isDefaultAttribute: boolean;
|
159
|
+
[x: string]: any;
|
276
160
|
}[];
|
277
161
|
tags: {
|
278
|
-
|
279
|
-
isRequired: boolean;
|
280
|
-
attributeId: string;
|
162
|
+
[x: string]: any;
|
281
163
|
};
|
282
164
|
assignee: {
|
165
|
+
value: string;
|
283
166
|
isRequired: boolean;
|
284
|
-
attributeId
|
285
|
-
value?: string | undefined;
|
167
|
+
attributeId: string;
|
286
168
|
};
|
287
169
|
reasonToAssign?: {
|
288
170
|
value: string;
|
@@ -295,9 +177,9 @@ export declare const ticketContract: {
|
|
295
177
|
requestId: z.ZodString;
|
296
178
|
message: z.ZodObject<{
|
297
179
|
id: z.ZodString;
|
298
|
-
createdAt: z.
|
299
|
-
updatedAt: z.
|
300
|
-
deletedAt: z.ZodNullable<z.
|
180
|
+
createdAt: z.ZodDate;
|
181
|
+
updatedAt: z.ZodDate;
|
182
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
301
183
|
title: z.ZodString;
|
302
184
|
description: z.ZodNullable<z.ZodString>;
|
303
185
|
type: z.ZodString;
|
@@ -311,18 +193,18 @@ export declare const ticketContract: {
|
|
311
193
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
312
194
|
customFields: z.ZodArray<z.ZodObject<{
|
313
195
|
id: z.ZodString;
|
314
|
-
createdAt: z.
|
315
|
-
updatedAt: z.
|
316
|
-
deletedAt: z.ZodNullable<z.
|
196
|
+
createdAt: z.ZodDate;
|
197
|
+
updatedAt: z.ZodDate;
|
198
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
317
199
|
textValue: z.ZodNullable<z.ZodString>;
|
318
200
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
319
201
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
320
|
-
dateValue: z.ZodNullable<z.
|
202
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
321
203
|
attribute: z.ZodObject<Omit<{
|
322
204
|
id: z.ZodString;
|
323
|
-
createdAt: z.
|
324
|
-
updatedAt: z.
|
325
|
-
deletedAt: z.ZodNullable<z.
|
205
|
+
createdAt: z.ZodDate;
|
206
|
+
updatedAt: z.ZodDate;
|
207
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
326
208
|
systemName: z.ZodString;
|
327
209
|
displayName: z.ZodString;
|
328
210
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -352,23 +234,23 @@ export declare const ticketContract: {
|
|
352
234
|
}>, "many">;
|
353
235
|
group: z.ZodObject<{
|
354
236
|
id: z.ZodString;
|
355
|
-
createdAt: z.
|
356
|
-
updatedAt: z.
|
357
|
-
deletedAt: z.ZodNullable<z.
|
237
|
+
createdAt: z.ZodDate;
|
238
|
+
updatedAt: z.ZodDate;
|
239
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
358
240
|
systemName: z.ZodString;
|
359
241
|
displayName: z.ZodString;
|
360
242
|
}, "strip", z.ZodTypeAny, {
|
361
243
|
id: string;
|
362
|
-
createdAt:
|
363
|
-
updatedAt:
|
364
|
-
deletedAt:
|
244
|
+
createdAt: Date;
|
245
|
+
updatedAt: Date;
|
246
|
+
deletedAt: Date | null;
|
365
247
|
systemName: string;
|
366
248
|
displayName: string;
|
367
249
|
}, {
|
368
250
|
id: string;
|
369
|
-
createdAt:
|
370
|
-
updatedAt:
|
371
|
-
deletedAt:
|
251
|
+
createdAt: Date;
|
252
|
+
updatedAt: Date;
|
253
|
+
deletedAt: Date | null;
|
372
254
|
systemName: string;
|
373
255
|
displayName: string;
|
374
256
|
}>;
|
@@ -376,9 +258,9 @@ export declare const ticketContract: {
|
|
376
258
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
377
259
|
id: string;
|
378
260
|
position: number;
|
379
|
-
createdAt:
|
380
|
-
updatedAt:
|
381
|
-
deletedAt:
|
261
|
+
createdAt: Date;
|
262
|
+
updatedAt: Date;
|
263
|
+
deletedAt: Date | null;
|
382
264
|
isDefault: boolean;
|
383
265
|
systemName: string;
|
384
266
|
displayName: string;
|
@@ -389,9 +271,9 @@ export declare const ticketContract: {
|
|
389
271
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
390
272
|
id: string;
|
391
273
|
position: number;
|
392
|
-
createdAt:
|
393
|
-
updatedAt:
|
394
|
-
deletedAt:
|
274
|
+
createdAt: Date;
|
275
|
+
updatedAt: Date;
|
276
|
+
deletedAt: Date | null;
|
395
277
|
isDefault: boolean;
|
396
278
|
systemName: string;
|
397
279
|
displayName: string;
|
@@ -401,33 +283,33 @@ export declare const ticketContract: {
|
|
401
283
|
}>;
|
402
284
|
uploads: z.ZodArray<z.ZodObject<{
|
403
285
|
id: z.ZodString;
|
404
|
-
createdAt: z.
|
405
|
-
updatedAt: z.
|
406
|
-
deletedAt: z.ZodNullable<z.
|
286
|
+
createdAt: z.ZodDate;
|
287
|
+
updatedAt: z.ZodDate;
|
288
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
407
289
|
customFieldId: z.ZodString;
|
408
290
|
upload: z.ZodObject<{
|
409
291
|
id: z.ZodString;
|
410
|
-
createdAt: z.
|
411
|
-
updatedAt: z.
|
412
|
-
deletedAt: z.ZodNullable<z.
|
292
|
+
createdAt: z.ZodDate;
|
293
|
+
updatedAt: z.ZodDate;
|
294
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
413
295
|
bucketName: z.ZodString;
|
414
296
|
fileName: z.ZodString;
|
415
297
|
fileSize: z.ZodNumber;
|
416
298
|
fileKey: z.ZodString;
|
417
299
|
}, "strip", z.ZodTypeAny, {
|
418
300
|
id: string;
|
419
|
-
createdAt:
|
420
|
-
updatedAt:
|
421
|
-
deletedAt:
|
301
|
+
createdAt: Date;
|
302
|
+
updatedAt: Date;
|
303
|
+
deletedAt: Date | null;
|
422
304
|
fileName: string;
|
423
305
|
fileKey: string;
|
424
306
|
bucketName: string;
|
425
307
|
fileSize: number;
|
426
308
|
}, {
|
427
309
|
id: string;
|
428
|
-
createdAt:
|
429
|
-
updatedAt:
|
430
|
-
deletedAt:
|
310
|
+
createdAt: Date;
|
311
|
+
updatedAt: Date;
|
312
|
+
deletedAt: Date | null;
|
431
313
|
fileName: string;
|
432
314
|
fileKey: string;
|
433
315
|
bucketName: string;
|
@@ -435,15 +317,15 @@ export declare const ticketContract: {
|
|
435
317
|
}>;
|
436
318
|
}, "strip", z.ZodTypeAny, {
|
437
319
|
id: string;
|
438
|
-
createdAt:
|
439
|
-
updatedAt:
|
440
|
-
deletedAt:
|
320
|
+
createdAt: Date;
|
321
|
+
updatedAt: Date;
|
322
|
+
deletedAt: Date | null;
|
441
323
|
customFieldId: string;
|
442
324
|
upload: {
|
443
325
|
id: string;
|
444
|
-
createdAt:
|
445
|
-
updatedAt:
|
446
|
-
deletedAt:
|
326
|
+
createdAt: Date;
|
327
|
+
updatedAt: Date;
|
328
|
+
deletedAt: Date | null;
|
447
329
|
fileName: string;
|
448
330
|
fileKey: string;
|
449
331
|
bucketName: string;
|
@@ -451,15 +333,15 @@ export declare const ticketContract: {
|
|
451
333
|
};
|
452
334
|
}, {
|
453
335
|
id: string;
|
454
|
-
createdAt:
|
455
|
-
updatedAt:
|
456
|
-
deletedAt:
|
336
|
+
createdAt: Date;
|
337
|
+
updatedAt: Date;
|
338
|
+
deletedAt: Date | null;
|
457
339
|
customFieldId: string;
|
458
340
|
upload: {
|
459
341
|
id: string;
|
460
|
-
createdAt:
|
461
|
-
updatedAt:
|
462
|
-
deletedAt:
|
342
|
+
createdAt: Date;
|
343
|
+
updatedAt: Date;
|
344
|
+
deletedAt: Date | null;
|
463
345
|
fileName: string;
|
464
346
|
fileKey: string;
|
465
347
|
bucketName: string;
|
@@ -468,16 +350,16 @@ export declare const ticketContract: {
|
|
468
350
|
}>, "many">;
|
469
351
|
}, "strip", z.ZodTypeAny, {
|
470
352
|
id: string;
|
471
|
-
createdAt:
|
472
|
-
updatedAt:
|
473
|
-
deletedAt:
|
353
|
+
createdAt: Date;
|
354
|
+
updatedAt: Date;
|
355
|
+
deletedAt: Date | null;
|
474
356
|
attribute: {
|
475
357
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
476
358
|
id: string;
|
477
359
|
position: number;
|
478
|
-
createdAt:
|
479
|
-
updatedAt:
|
480
|
-
deletedAt:
|
360
|
+
createdAt: Date;
|
361
|
+
updatedAt: Date;
|
362
|
+
deletedAt: Date | null;
|
481
363
|
isDefault: boolean;
|
482
364
|
systemName: string;
|
483
365
|
displayName: string;
|
@@ -488,18 +370,18 @@ export declare const ticketContract: {
|
|
488
370
|
textValue: string | null;
|
489
371
|
booleanValue: boolean | null;
|
490
372
|
numberValue: number | null;
|
491
|
-
dateValue:
|
373
|
+
dateValue: Date | null;
|
492
374
|
uploads: {
|
493
375
|
id: string;
|
494
|
-
createdAt:
|
495
|
-
updatedAt:
|
496
|
-
deletedAt:
|
376
|
+
createdAt: Date;
|
377
|
+
updatedAt: Date;
|
378
|
+
deletedAt: Date | null;
|
497
379
|
customFieldId: string;
|
498
380
|
upload: {
|
499
381
|
id: string;
|
500
|
-
createdAt:
|
501
|
-
updatedAt:
|
502
|
-
deletedAt:
|
382
|
+
createdAt: Date;
|
383
|
+
updatedAt: Date;
|
384
|
+
deletedAt: Date | null;
|
503
385
|
fileName: string;
|
504
386
|
fileKey: string;
|
505
387
|
bucketName: string;
|
@@ -508,16 +390,16 @@ export declare const ticketContract: {
|
|
508
390
|
}[];
|
509
391
|
}, {
|
510
392
|
id: string;
|
511
|
-
createdAt:
|
512
|
-
updatedAt:
|
513
|
-
deletedAt:
|
393
|
+
createdAt: Date;
|
394
|
+
updatedAt: Date;
|
395
|
+
deletedAt: Date | null;
|
514
396
|
attribute: {
|
515
397
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
516
398
|
id: string;
|
517
399
|
position: number;
|
518
|
-
createdAt:
|
519
|
-
updatedAt:
|
520
|
-
deletedAt:
|
400
|
+
createdAt: Date;
|
401
|
+
updatedAt: Date;
|
402
|
+
deletedAt: Date | null;
|
521
403
|
isDefault: boolean;
|
522
404
|
systemName: string;
|
523
405
|
displayName: string;
|
@@ -528,18 +410,18 @@ export declare const ticketContract: {
|
|
528
410
|
textValue: string | null;
|
529
411
|
booleanValue: boolean | null;
|
530
412
|
numberValue: number | null;
|
531
|
-
dateValue:
|
413
|
+
dateValue: Date | null;
|
532
414
|
uploads: {
|
533
415
|
id: string;
|
534
|
-
createdAt:
|
535
|
-
updatedAt:
|
536
|
-
deletedAt:
|
416
|
+
createdAt: Date;
|
417
|
+
updatedAt: Date;
|
418
|
+
deletedAt: Date | null;
|
537
419
|
customFieldId: string;
|
538
420
|
upload: {
|
539
421
|
id: string;
|
540
|
-
createdAt:
|
541
|
-
updatedAt:
|
542
|
-
deletedAt:
|
422
|
+
createdAt: Date;
|
423
|
+
updatedAt: Date;
|
424
|
+
deletedAt: Date | null;
|
543
425
|
fileName: string;
|
544
426
|
fileKey: string;
|
545
427
|
bucketName: string;
|
@@ -555,21 +437,21 @@ export declare const ticketContract: {
|
|
555
437
|
title: string;
|
556
438
|
description: string | null;
|
557
439
|
status: string;
|
558
|
-
createdAt:
|
559
|
-
updatedAt:
|
560
|
-
deletedAt:
|
440
|
+
createdAt: Date;
|
441
|
+
updatedAt: Date;
|
442
|
+
deletedAt: Date | null;
|
561
443
|
customFields: {
|
562
444
|
id: string;
|
563
|
-
createdAt:
|
564
|
-
updatedAt:
|
565
|
-
deletedAt:
|
445
|
+
createdAt: Date;
|
446
|
+
updatedAt: Date;
|
447
|
+
deletedAt: Date | null;
|
566
448
|
attribute: {
|
567
449
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
568
450
|
id: string;
|
569
451
|
position: number;
|
570
|
-
createdAt:
|
571
|
-
updatedAt:
|
572
|
-
deletedAt:
|
452
|
+
createdAt: Date;
|
453
|
+
updatedAt: Date;
|
454
|
+
deletedAt: Date | null;
|
573
455
|
isDefault: boolean;
|
574
456
|
systemName: string;
|
575
457
|
displayName: string;
|
@@ -580,18 +462,18 @@ export declare const ticketContract: {
|
|
580
462
|
textValue: string | null;
|
581
463
|
booleanValue: boolean | null;
|
582
464
|
numberValue: number | null;
|
583
|
-
dateValue:
|
465
|
+
dateValue: Date | null;
|
584
466
|
uploads: {
|
585
467
|
id: string;
|
586
|
-
createdAt:
|
587
|
-
updatedAt:
|
588
|
-
deletedAt:
|
468
|
+
createdAt: Date;
|
469
|
+
updatedAt: Date;
|
470
|
+
deletedAt: Date | null;
|
589
471
|
customFieldId: string;
|
590
472
|
upload: {
|
591
473
|
id: string;
|
592
|
-
createdAt:
|
593
|
-
updatedAt:
|
594
|
-
deletedAt:
|
474
|
+
createdAt: Date;
|
475
|
+
updatedAt: Date;
|
476
|
+
deletedAt: Date | null;
|
595
477
|
fileName: string;
|
596
478
|
fileKey: string;
|
597
479
|
bucketName: string;
|
@@ -612,21 +494,21 @@ export declare const ticketContract: {
|
|
612
494
|
title: string;
|
613
495
|
description: string | null;
|
614
496
|
status: string;
|
615
|
-
createdAt:
|
616
|
-
updatedAt:
|
617
|
-
deletedAt:
|
497
|
+
createdAt: Date;
|
498
|
+
updatedAt: Date;
|
499
|
+
deletedAt: Date | null;
|
618
500
|
customFields: {
|
619
501
|
id: string;
|
620
|
-
createdAt:
|
621
|
-
updatedAt:
|
622
|
-
deletedAt:
|
502
|
+
createdAt: Date;
|
503
|
+
updatedAt: Date;
|
504
|
+
deletedAt: Date | null;
|
623
505
|
attribute: {
|
624
506
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
625
507
|
id: string;
|
626
508
|
position: number;
|
627
|
-
createdAt:
|
628
|
-
updatedAt:
|
629
|
-
deletedAt:
|
509
|
+
createdAt: Date;
|
510
|
+
updatedAt: Date;
|
511
|
+
deletedAt: Date | null;
|
630
512
|
isDefault: boolean;
|
631
513
|
systemName: string;
|
632
514
|
displayName: string;
|
@@ -637,18 +519,18 @@ export declare const ticketContract: {
|
|
637
519
|
textValue: string | null;
|
638
520
|
booleanValue: boolean | null;
|
639
521
|
numberValue: number | null;
|
640
|
-
dateValue:
|
522
|
+
dateValue: Date | null;
|
641
523
|
uploads: {
|
642
524
|
id: string;
|
643
|
-
createdAt:
|
644
|
-
updatedAt:
|
645
|
-
deletedAt:
|
525
|
+
createdAt: Date;
|
526
|
+
updatedAt: Date;
|
527
|
+
deletedAt: Date | null;
|
646
528
|
customFieldId: string;
|
647
529
|
upload: {
|
648
530
|
id: string;
|
649
|
-
createdAt:
|
650
|
-
updatedAt:
|
651
|
-
deletedAt:
|
531
|
+
createdAt: Date;
|
532
|
+
updatedAt: Date;
|
533
|
+
deletedAt: Date | null;
|
652
534
|
fileName: string;
|
653
535
|
fileKey: string;
|
654
536
|
bucketName: string;
|
@@ -671,21 +553,21 @@ export declare const ticketContract: {
|
|
671
553
|
title: string;
|
672
554
|
description: string | null;
|
673
555
|
status: string;
|
674
|
-
createdAt:
|
675
|
-
updatedAt:
|
676
|
-
deletedAt:
|
556
|
+
createdAt: Date;
|
557
|
+
updatedAt: Date;
|
558
|
+
deletedAt: Date | null;
|
677
559
|
customFields: {
|
678
560
|
id: string;
|
679
|
-
createdAt:
|
680
|
-
updatedAt:
|
681
|
-
deletedAt:
|
561
|
+
createdAt: Date;
|
562
|
+
updatedAt: Date;
|
563
|
+
deletedAt: Date | null;
|
682
564
|
attribute: {
|
683
565
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
684
566
|
id: string;
|
685
567
|
position: number;
|
686
|
-
createdAt:
|
687
|
-
updatedAt:
|
688
|
-
deletedAt:
|
568
|
+
createdAt: Date;
|
569
|
+
updatedAt: Date;
|
570
|
+
deletedAt: Date | null;
|
689
571
|
isDefault: boolean;
|
690
572
|
systemName: string;
|
691
573
|
displayName: string;
|
@@ -696,18 +578,18 @@ export declare const ticketContract: {
|
|
696
578
|
textValue: string | null;
|
697
579
|
booleanValue: boolean | null;
|
698
580
|
numberValue: number | null;
|
699
|
-
dateValue:
|
581
|
+
dateValue: Date | null;
|
700
582
|
uploads: {
|
701
583
|
id: string;
|
702
|
-
createdAt:
|
703
|
-
updatedAt:
|
704
|
-
deletedAt:
|
584
|
+
createdAt: Date;
|
585
|
+
updatedAt: Date;
|
586
|
+
deletedAt: Date | null;
|
705
587
|
customFieldId: string;
|
706
588
|
upload: {
|
707
589
|
id: string;
|
708
|
-
createdAt:
|
709
|
-
updatedAt:
|
710
|
-
deletedAt:
|
590
|
+
createdAt: Date;
|
591
|
+
updatedAt: Date;
|
592
|
+
deletedAt: Date | null;
|
711
593
|
fileName: string;
|
712
594
|
fileKey: string;
|
713
595
|
bucketName: string;
|
@@ -731,21 +613,21 @@ export declare const ticketContract: {
|
|
731
613
|
title: string;
|
732
614
|
description: string | null;
|
733
615
|
status: string;
|
734
|
-
createdAt:
|
735
|
-
updatedAt:
|
736
|
-
deletedAt:
|
616
|
+
createdAt: Date;
|
617
|
+
updatedAt: Date;
|
618
|
+
deletedAt: Date | null;
|
737
619
|
customFields: {
|
738
620
|
id: string;
|
739
|
-
createdAt:
|
740
|
-
updatedAt:
|
741
|
-
deletedAt:
|
621
|
+
createdAt: Date;
|
622
|
+
updatedAt: Date;
|
623
|
+
deletedAt: Date | null;
|
742
624
|
attribute: {
|
743
625
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
744
626
|
id: string;
|
745
627
|
position: number;
|
746
|
-
createdAt:
|
747
|
-
updatedAt:
|
748
|
-
deletedAt:
|
628
|
+
createdAt: Date;
|
629
|
+
updatedAt: Date;
|
630
|
+
deletedAt: Date | null;
|
749
631
|
isDefault: boolean;
|
750
632
|
systemName: string;
|
751
633
|
displayName: string;
|
@@ -756,18 +638,18 @@ export declare const ticketContract: {
|
|
756
638
|
textValue: string | null;
|
757
639
|
booleanValue: boolean | null;
|
758
640
|
numberValue: number | null;
|
759
|
-
dateValue:
|
641
|
+
dateValue: Date | null;
|
760
642
|
uploads: {
|
761
643
|
id: string;
|
762
|
-
createdAt:
|
763
|
-
updatedAt:
|
764
|
-
deletedAt:
|
644
|
+
createdAt: Date;
|
645
|
+
updatedAt: Date;
|
646
|
+
deletedAt: Date | null;
|
765
647
|
customFieldId: string;
|
766
648
|
upload: {
|
767
649
|
id: string;
|
768
|
-
createdAt:
|
769
|
-
updatedAt:
|
770
|
-
deletedAt:
|
650
|
+
createdAt: Date;
|
651
|
+
updatedAt: Date;
|
652
|
+
deletedAt: Date | null;
|
771
653
|
fileName: string;
|
772
654
|
fileKey: string;
|
773
655
|
bucketName: string;
|
@@ -942,21 +824,21 @@ export declare const ticketContract: {
|
|
942
824
|
title: string;
|
943
825
|
description: string | null;
|
944
826
|
status: string;
|
945
|
-
createdAt:
|
946
|
-
updatedAt:
|
947
|
-
deletedAt:
|
827
|
+
createdAt: Date;
|
828
|
+
updatedAt: Date;
|
829
|
+
deletedAt: Date | null;
|
948
830
|
customFields: {
|
949
831
|
id: string;
|
950
|
-
createdAt:
|
951
|
-
updatedAt:
|
952
|
-
deletedAt:
|
832
|
+
createdAt: Date;
|
833
|
+
updatedAt: Date;
|
834
|
+
deletedAt: Date | null;
|
953
835
|
attribute: {
|
954
836
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
955
837
|
id: string;
|
956
838
|
position: number;
|
957
|
-
createdAt:
|
958
|
-
updatedAt:
|
959
|
-
deletedAt:
|
839
|
+
createdAt: Date;
|
840
|
+
updatedAt: Date;
|
841
|
+
deletedAt: Date | null;
|
960
842
|
isDefault: boolean;
|
961
843
|
systemName: string;
|
962
844
|
displayName: string;
|
@@ -967,18 +849,18 @@ export declare const ticketContract: {
|
|
967
849
|
textValue: string | null;
|
968
850
|
booleanValue: boolean | null;
|
969
851
|
numberValue: number | null;
|
970
|
-
dateValue:
|
852
|
+
dateValue: Date | null;
|
971
853
|
uploads: {
|
972
854
|
id: string;
|
973
|
-
createdAt:
|
974
|
-
updatedAt:
|
975
|
-
deletedAt:
|
855
|
+
createdAt: Date;
|
856
|
+
updatedAt: Date;
|
857
|
+
deletedAt: Date | null;
|
976
858
|
customFieldId: string;
|
977
859
|
upload: {
|
978
860
|
id: string;
|
979
|
-
createdAt:
|
980
|
-
updatedAt:
|
981
|
-
deletedAt:
|
861
|
+
createdAt: Date;
|
862
|
+
updatedAt: Date;
|
863
|
+
deletedAt: Date | null;
|
982
864
|
fileName: string;
|
983
865
|
fileKey: string;
|
984
866
|
bucketName: string;
|
@@ -999,21 +881,21 @@ export declare const ticketContract: {
|
|
999
881
|
title: string;
|
1000
882
|
description: string | null;
|
1001
883
|
status: string;
|
1002
|
-
createdAt:
|
1003
|
-
updatedAt:
|
1004
|
-
deletedAt:
|
884
|
+
createdAt: Date;
|
885
|
+
updatedAt: Date;
|
886
|
+
deletedAt: Date | null;
|
1005
887
|
customFields: {
|
1006
888
|
id: string;
|
1007
|
-
createdAt:
|
1008
|
-
updatedAt:
|
1009
|
-
deletedAt:
|
889
|
+
createdAt: Date;
|
890
|
+
updatedAt: Date;
|
891
|
+
deletedAt: Date | null;
|
1010
892
|
attribute: {
|
1011
893
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1012
894
|
id: string;
|
1013
895
|
position: number;
|
1014
|
-
createdAt:
|
1015
|
-
updatedAt:
|
1016
|
-
deletedAt:
|
896
|
+
createdAt: Date;
|
897
|
+
updatedAt: Date;
|
898
|
+
deletedAt: Date | null;
|
1017
899
|
isDefault: boolean;
|
1018
900
|
systemName: string;
|
1019
901
|
displayName: string;
|
@@ -1024,18 +906,18 @@ export declare const ticketContract: {
|
|
1024
906
|
textValue: string | null;
|
1025
907
|
booleanValue: boolean | null;
|
1026
908
|
numberValue: number | null;
|
1027
|
-
dateValue:
|
909
|
+
dateValue: Date | null;
|
1028
910
|
uploads: {
|
1029
911
|
id: string;
|
1030
|
-
createdAt:
|
1031
|
-
updatedAt:
|
1032
|
-
deletedAt:
|
912
|
+
createdAt: Date;
|
913
|
+
updatedAt: Date;
|
914
|
+
deletedAt: Date | null;
|
1033
915
|
customFieldId: string;
|
1034
916
|
upload: {
|
1035
917
|
id: string;
|
1036
|
-
createdAt:
|
1037
|
-
updatedAt:
|
1038
|
-
deletedAt:
|
918
|
+
createdAt: Date;
|
919
|
+
updatedAt: Date;
|
920
|
+
deletedAt: Date | null;
|
1039
921
|
fileName: string;
|
1040
922
|
fileKey: string;
|
1041
923
|
bucketName: string;
|
@@ -1058,21 +940,21 @@ export declare const ticketContract: {
|
|
1058
940
|
title: string;
|
1059
941
|
description: string | null;
|
1060
942
|
status: string;
|
1061
|
-
createdAt:
|
1062
|
-
updatedAt:
|
1063
|
-
deletedAt:
|
943
|
+
createdAt: Date;
|
944
|
+
updatedAt: Date;
|
945
|
+
deletedAt: Date | null;
|
1064
946
|
customFields: {
|
1065
947
|
id: string;
|
1066
|
-
createdAt:
|
1067
|
-
updatedAt:
|
1068
|
-
deletedAt:
|
948
|
+
createdAt: Date;
|
949
|
+
updatedAt: Date;
|
950
|
+
deletedAt: Date | null;
|
1069
951
|
attribute: {
|
1070
952
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1071
953
|
id: string;
|
1072
954
|
position: number;
|
1073
|
-
createdAt:
|
1074
|
-
updatedAt:
|
1075
|
-
deletedAt:
|
955
|
+
createdAt: Date;
|
956
|
+
updatedAt: Date;
|
957
|
+
deletedAt: Date | null;
|
1076
958
|
isDefault: boolean;
|
1077
959
|
systemName: string;
|
1078
960
|
displayName: string;
|
@@ -1083,18 +965,18 @@ export declare const ticketContract: {
|
|
1083
965
|
textValue: string | null;
|
1084
966
|
booleanValue: boolean | null;
|
1085
967
|
numberValue: number | null;
|
1086
|
-
dateValue:
|
968
|
+
dateValue: Date | null;
|
1087
969
|
uploads: {
|
1088
970
|
id: string;
|
1089
|
-
createdAt:
|
1090
|
-
updatedAt:
|
1091
|
-
deletedAt:
|
971
|
+
createdAt: Date;
|
972
|
+
updatedAt: Date;
|
973
|
+
deletedAt: Date | null;
|
1092
974
|
customFieldId: string;
|
1093
975
|
upload: {
|
1094
976
|
id: string;
|
1095
|
-
createdAt:
|
1096
|
-
updatedAt:
|
1097
|
-
deletedAt:
|
977
|
+
createdAt: Date;
|
978
|
+
updatedAt: Date;
|
979
|
+
deletedAt: Date | null;
|
1098
980
|
fileName: string;
|
1099
981
|
fileKey: string;
|
1100
982
|
bucketName: string;
|
@@ -1121,21 +1003,21 @@ export declare const ticketContract: {
|
|
1121
1003
|
title: string;
|
1122
1004
|
description: string | null;
|
1123
1005
|
status: string;
|
1124
|
-
createdAt:
|
1125
|
-
updatedAt:
|
1126
|
-
deletedAt:
|
1006
|
+
createdAt: Date;
|
1007
|
+
updatedAt: Date;
|
1008
|
+
deletedAt: Date | null;
|
1127
1009
|
customFields: {
|
1128
1010
|
id: string;
|
1129
|
-
createdAt:
|
1130
|
-
updatedAt:
|
1131
|
-
deletedAt:
|
1011
|
+
createdAt: Date;
|
1012
|
+
updatedAt: Date;
|
1013
|
+
deletedAt: Date | null;
|
1132
1014
|
attribute: {
|
1133
1015
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1134
1016
|
id: string;
|
1135
1017
|
position: number;
|
1136
|
-
createdAt:
|
1137
|
-
updatedAt:
|
1138
|
-
deletedAt:
|
1018
|
+
createdAt: Date;
|
1019
|
+
updatedAt: Date;
|
1020
|
+
deletedAt: Date | null;
|
1139
1021
|
isDefault: boolean;
|
1140
1022
|
systemName: string;
|
1141
1023
|
displayName: string;
|
@@ -1146,18 +1028,18 @@ export declare const ticketContract: {
|
|
1146
1028
|
textValue: string | null;
|
1147
1029
|
booleanValue: boolean | null;
|
1148
1030
|
numberValue: number | null;
|
1149
|
-
dateValue:
|
1031
|
+
dateValue: Date | null;
|
1150
1032
|
uploads: {
|
1151
1033
|
id: string;
|
1152
|
-
createdAt:
|
1153
|
-
updatedAt:
|
1154
|
-
deletedAt:
|
1034
|
+
createdAt: Date;
|
1035
|
+
updatedAt: Date;
|
1036
|
+
deletedAt: Date | null;
|
1155
1037
|
customFieldId: string;
|
1156
1038
|
upload: {
|
1157
1039
|
id: string;
|
1158
|
-
createdAt:
|
1159
|
-
updatedAt:
|
1160
|
-
deletedAt:
|
1040
|
+
createdAt: Date;
|
1041
|
+
updatedAt: Date;
|
1042
|
+
deletedAt: Date | null;
|
1161
1043
|
fileName: string;
|
1162
1044
|
fileKey: string;
|
1163
1045
|
bucketName: string;
|
@@ -1235,9 +1117,9 @@ export declare const ticketContract: {
|
|
1235
1117
|
responses: {
|
1236
1118
|
200: z.ZodObject<{
|
1237
1119
|
id: z.ZodString;
|
1238
|
-
createdAt: z.
|
1239
|
-
updatedAt: z.
|
1240
|
-
deletedAt: z.ZodNullable<z.
|
1120
|
+
createdAt: z.ZodDate;
|
1121
|
+
updatedAt: z.ZodDate;
|
1122
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
1241
1123
|
title: z.ZodString;
|
1242
1124
|
description: z.ZodNullable<z.ZodString>;
|
1243
1125
|
type: z.ZodString;
|
@@ -1251,18 +1133,18 @@ export declare const ticketContract: {
|
|
1251
1133
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
1252
1134
|
customFields: z.ZodArray<z.ZodObject<{
|
1253
1135
|
id: z.ZodString;
|
1254
|
-
createdAt: z.
|
1255
|
-
updatedAt: z.
|
1256
|
-
deletedAt: z.ZodNullable<z.
|
1136
|
+
createdAt: z.ZodDate;
|
1137
|
+
updatedAt: z.ZodDate;
|
1138
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
1257
1139
|
textValue: z.ZodNullable<z.ZodString>;
|
1258
1140
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
1259
1141
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
1260
|
-
dateValue: z.ZodNullable<z.
|
1142
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
1261
1143
|
attribute: z.ZodObject<Omit<{
|
1262
1144
|
id: z.ZodString;
|
1263
|
-
createdAt: z.
|
1264
|
-
updatedAt: z.
|
1265
|
-
deletedAt: z.ZodNullable<z.
|
1145
|
+
createdAt: z.ZodDate;
|
1146
|
+
updatedAt: z.ZodDate;
|
1147
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
1266
1148
|
systemName: z.ZodString;
|
1267
1149
|
displayName: z.ZodString;
|
1268
1150
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -1292,23 +1174,23 @@ export declare const ticketContract: {
|
|
1292
1174
|
}>, "many">;
|
1293
1175
|
group: z.ZodObject<{
|
1294
1176
|
id: z.ZodString;
|
1295
|
-
createdAt: z.
|
1296
|
-
updatedAt: z.
|
1297
|
-
deletedAt: z.ZodNullable<z.
|
1177
|
+
createdAt: z.ZodDate;
|
1178
|
+
updatedAt: z.ZodDate;
|
1179
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
1298
1180
|
systemName: z.ZodString;
|
1299
1181
|
displayName: z.ZodString;
|
1300
1182
|
}, "strip", z.ZodTypeAny, {
|
1301
1183
|
id: string;
|
1302
|
-
createdAt:
|
1303
|
-
updatedAt:
|
1304
|
-
deletedAt:
|
1184
|
+
createdAt: Date;
|
1185
|
+
updatedAt: Date;
|
1186
|
+
deletedAt: Date | null;
|
1305
1187
|
systemName: string;
|
1306
1188
|
displayName: string;
|
1307
1189
|
}, {
|
1308
1190
|
id: string;
|
1309
|
-
createdAt:
|
1310
|
-
updatedAt:
|
1311
|
-
deletedAt:
|
1191
|
+
createdAt: Date;
|
1192
|
+
updatedAt: Date;
|
1193
|
+
deletedAt: Date | null;
|
1312
1194
|
systemName: string;
|
1313
1195
|
displayName: string;
|
1314
1196
|
}>;
|
@@ -1316,9 +1198,9 @@ export declare const ticketContract: {
|
|
1316
1198
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1317
1199
|
id: string;
|
1318
1200
|
position: number;
|
1319
|
-
createdAt:
|
1320
|
-
updatedAt:
|
1321
|
-
deletedAt:
|
1201
|
+
createdAt: Date;
|
1202
|
+
updatedAt: Date;
|
1203
|
+
deletedAt: Date | null;
|
1322
1204
|
isDefault: boolean;
|
1323
1205
|
systemName: string;
|
1324
1206
|
displayName: string;
|
@@ -1329,9 +1211,9 @@ export declare const ticketContract: {
|
|
1329
1211
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1330
1212
|
id: string;
|
1331
1213
|
position: number;
|
1332
|
-
createdAt:
|
1333
|
-
updatedAt:
|
1334
|
-
deletedAt:
|
1214
|
+
createdAt: Date;
|
1215
|
+
updatedAt: Date;
|
1216
|
+
deletedAt: Date | null;
|
1335
1217
|
isDefault: boolean;
|
1336
1218
|
systemName: string;
|
1337
1219
|
displayName: string;
|
@@ -1341,33 +1223,33 @@ export declare const ticketContract: {
|
|
1341
1223
|
}>;
|
1342
1224
|
uploads: z.ZodArray<z.ZodObject<{
|
1343
1225
|
id: z.ZodString;
|
1344
|
-
createdAt: z.
|
1345
|
-
updatedAt: z.
|
1346
|
-
deletedAt: z.ZodNullable<z.
|
1226
|
+
createdAt: z.ZodDate;
|
1227
|
+
updatedAt: z.ZodDate;
|
1228
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
1347
1229
|
customFieldId: z.ZodString;
|
1348
1230
|
upload: z.ZodObject<{
|
1349
1231
|
id: z.ZodString;
|
1350
|
-
createdAt: z.
|
1351
|
-
updatedAt: z.
|
1352
|
-
deletedAt: z.ZodNullable<z.
|
1232
|
+
createdAt: z.ZodDate;
|
1233
|
+
updatedAt: z.ZodDate;
|
1234
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
1353
1235
|
bucketName: z.ZodString;
|
1354
1236
|
fileName: z.ZodString;
|
1355
1237
|
fileSize: z.ZodNumber;
|
1356
1238
|
fileKey: z.ZodString;
|
1357
1239
|
}, "strip", z.ZodTypeAny, {
|
1358
1240
|
id: string;
|
1359
|
-
createdAt:
|
1360
|
-
updatedAt:
|
1361
|
-
deletedAt:
|
1241
|
+
createdAt: Date;
|
1242
|
+
updatedAt: Date;
|
1243
|
+
deletedAt: Date | null;
|
1362
1244
|
fileName: string;
|
1363
1245
|
fileKey: string;
|
1364
1246
|
bucketName: string;
|
1365
1247
|
fileSize: number;
|
1366
1248
|
}, {
|
1367
1249
|
id: string;
|
1368
|
-
createdAt:
|
1369
|
-
updatedAt:
|
1370
|
-
deletedAt:
|
1250
|
+
createdAt: Date;
|
1251
|
+
updatedAt: Date;
|
1252
|
+
deletedAt: Date | null;
|
1371
1253
|
fileName: string;
|
1372
1254
|
fileKey: string;
|
1373
1255
|
bucketName: string;
|
@@ -1375,15 +1257,15 @@ export declare const ticketContract: {
|
|
1375
1257
|
}>;
|
1376
1258
|
}, "strip", z.ZodTypeAny, {
|
1377
1259
|
id: string;
|
1378
|
-
createdAt:
|
1379
|
-
updatedAt:
|
1380
|
-
deletedAt:
|
1260
|
+
createdAt: Date;
|
1261
|
+
updatedAt: Date;
|
1262
|
+
deletedAt: Date | null;
|
1381
1263
|
customFieldId: string;
|
1382
1264
|
upload: {
|
1383
1265
|
id: string;
|
1384
|
-
createdAt:
|
1385
|
-
updatedAt:
|
1386
|
-
deletedAt:
|
1266
|
+
createdAt: Date;
|
1267
|
+
updatedAt: Date;
|
1268
|
+
deletedAt: Date | null;
|
1387
1269
|
fileName: string;
|
1388
1270
|
fileKey: string;
|
1389
1271
|
bucketName: string;
|
@@ -1391,15 +1273,15 @@ export declare const ticketContract: {
|
|
1391
1273
|
};
|
1392
1274
|
}, {
|
1393
1275
|
id: string;
|
1394
|
-
createdAt:
|
1395
|
-
updatedAt:
|
1396
|
-
deletedAt:
|
1276
|
+
createdAt: Date;
|
1277
|
+
updatedAt: Date;
|
1278
|
+
deletedAt: Date | null;
|
1397
1279
|
customFieldId: string;
|
1398
1280
|
upload: {
|
1399
1281
|
id: string;
|
1400
|
-
createdAt:
|
1401
|
-
updatedAt:
|
1402
|
-
deletedAt:
|
1282
|
+
createdAt: Date;
|
1283
|
+
updatedAt: Date;
|
1284
|
+
deletedAt: Date | null;
|
1403
1285
|
fileName: string;
|
1404
1286
|
fileKey: string;
|
1405
1287
|
bucketName: string;
|
@@ -1408,16 +1290,16 @@ export declare const ticketContract: {
|
|
1408
1290
|
}>, "many">;
|
1409
1291
|
}, "strip", z.ZodTypeAny, {
|
1410
1292
|
id: string;
|
1411
|
-
createdAt:
|
1412
|
-
updatedAt:
|
1413
|
-
deletedAt:
|
1293
|
+
createdAt: Date;
|
1294
|
+
updatedAt: Date;
|
1295
|
+
deletedAt: Date | null;
|
1414
1296
|
attribute: {
|
1415
1297
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1416
1298
|
id: string;
|
1417
1299
|
position: number;
|
1418
|
-
createdAt:
|
1419
|
-
updatedAt:
|
1420
|
-
deletedAt:
|
1300
|
+
createdAt: Date;
|
1301
|
+
updatedAt: Date;
|
1302
|
+
deletedAt: Date | null;
|
1421
1303
|
isDefault: boolean;
|
1422
1304
|
systemName: string;
|
1423
1305
|
displayName: string;
|
@@ -1428,18 +1310,18 @@ export declare const ticketContract: {
|
|
1428
1310
|
textValue: string | null;
|
1429
1311
|
booleanValue: boolean | null;
|
1430
1312
|
numberValue: number | null;
|
1431
|
-
dateValue:
|
1313
|
+
dateValue: Date | null;
|
1432
1314
|
uploads: {
|
1433
1315
|
id: string;
|
1434
|
-
createdAt:
|
1435
|
-
updatedAt:
|
1436
|
-
deletedAt:
|
1316
|
+
createdAt: Date;
|
1317
|
+
updatedAt: Date;
|
1318
|
+
deletedAt: Date | null;
|
1437
1319
|
customFieldId: string;
|
1438
1320
|
upload: {
|
1439
1321
|
id: string;
|
1440
|
-
createdAt:
|
1441
|
-
updatedAt:
|
1442
|
-
deletedAt:
|
1322
|
+
createdAt: Date;
|
1323
|
+
updatedAt: Date;
|
1324
|
+
deletedAt: Date | null;
|
1443
1325
|
fileName: string;
|
1444
1326
|
fileKey: string;
|
1445
1327
|
bucketName: string;
|
@@ -1448,16 +1330,16 @@ export declare const ticketContract: {
|
|
1448
1330
|
}[];
|
1449
1331
|
}, {
|
1450
1332
|
id: string;
|
1451
|
-
createdAt:
|
1452
|
-
updatedAt:
|
1453
|
-
deletedAt:
|
1333
|
+
createdAt: Date;
|
1334
|
+
updatedAt: Date;
|
1335
|
+
deletedAt: Date | null;
|
1454
1336
|
attribute: {
|
1455
1337
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1456
1338
|
id: string;
|
1457
1339
|
position: number;
|
1458
|
-
createdAt:
|
1459
|
-
updatedAt:
|
1460
|
-
deletedAt:
|
1340
|
+
createdAt: Date;
|
1341
|
+
updatedAt: Date;
|
1342
|
+
deletedAt: Date | null;
|
1461
1343
|
isDefault: boolean;
|
1462
1344
|
systemName: string;
|
1463
1345
|
displayName: string;
|
@@ -1468,18 +1350,18 @@ export declare const ticketContract: {
|
|
1468
1350
|
textValue: string | null;
|
1469
1351
|
booleanValue: boolean | null;
|
1470
1352
|
numberValue: number | null;
|
1471
|
-
dateValue:
|
1353
|
+
dateValue: Date | null;
|
1472
1354
|
uploads: {
|
1473
1355
|
id: string;
|
1474
|
-
createdAt:
|
1475
|
-
updatedAt:
|
1476
|
-
deletedAt:
|
1356
|
+
createdAt: Date;
|
1357
|
+
updatedAt: Date;
|
1358
|
+
deletedAt: Date | null;
|
1477
1359
|
customFieldId: string;
|
1478
1360
|
upload: {
|
1479
1361
|
id: string;
|
1480
|
-
createdAt:
|
1481
|
-
updatedAt:
|
1482
|
-
deletedAt:
|
1362
|
+
createdAt: Date;
|
1363
|
+
updatedAt: Date;
|
1364
|
+
deletedAt: Date | null;
|
1483
1365
|
fileName: string;
|
1484
1366
|
fileKey: string;
|
1485
1367
|
bucketName: string;
|
@@ -1495,21 +1377,21 @@ export declare const ticketContract: {
|
|
1495
1377
|
title: string;
|
1496
1378
|
description: string | null;
|
1497
1379
|
status: string;
|
1498
|
-
createdAt:
|
1499
|
-
updatedAt:
|
1500
|
-
deletedAt:
|
1380
|
+
createdAt: Date;
|
1381
|
+
updatedAt: Date;
|
1382
|
+
deletedAt: Date | null;
|
1501
1383
|
customFields: {
|
1502
1384
|
id: string;
|
1503
|
-
createdAt:
|
1504
|
-
updatedAt:
|
1505
|
-
deletedAt:
|
1385
|
+
createdAt: Date;
|
1386
|
+
updatedAt: Date;
|
1387
|
+
deletedAt: Date | null;
|
1506
1388
|
attribute: {
|
1507
1389
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1508
1390
|
id: string;
|
1509
1391
|
position: number;
|
1510
|
-
createdAt:
|
1511
|
-
updatedAt:
|
1512
|
-
deletedAt:
|
1392
|
+
createdAt: Date;
|
1393
|
+
updatedAt: Date;
|
1394
|
+
deletedAt: Date | null;
|
1513
1395
|
isDefault: boolean;
|
1514
1396
|
systemName: string;
|
1515
1397
|
displayName: string;
|
@@ -1520,18 +1402,18 @@ export declare const ticketContract: {
|
|
1520
1402
|
textValue: string | null;
|
1521
1403
|
booleanValue: boolean | null;
|
1522
1404
|
numberValue: number | null;
|
1523
|
-
dateValue:
|
1405
|
+
dateValue: Date | null;
|
1524
1406
|
uploads: {
|
1525
1407
|
id: string;
|
1526
|
-
createdAt:
|
1527
|
-
updatedAt:
|
1528
|
-
deletedAt:
|
1408
|
+
createdAt: Date;
|
1409
|
+
updatedAt: Date;
|
1410
|
+
deletedAt: Date | null;
|
1529
1411
|
customFieldId: string;
|
1530
1412
|
upload: {
|
1531
1413
|
id: string;
|
1532
|
-
createdAt:
|
1533
|
-
updatedAt:
|
1534
|
-
deletedAt:
|
1414
|
+
createdAt: Date;
|
1415
|
+
updatedAt: Date;
|
1416
|
+
deletedAt: Date | null;
|
1535
1417
|
fileName: string;
|
1536
1418
|
fileKey: string;
|
1537
1419
|
bucketName: string;
|
@@ -1552,21 +1434,21 @@ export declare const ticketContract: {
|
|
1552
1434
|
title: string;
|
1553
1435
|
description: string | null;
|
1554
1436
|
status: string;
|
1555
|
-
createdAt:
|
1556
|
-
updatedAt:
|
1557
|
-
deletedAt:
|
1437
|
+
createdAt: Date;
|
1438
|
+
updatedAt: Date;
|
1439
|
+
deletedAt: Date | null;
|
1558
1440
|
customFields: {
|
1559
1441
|
id: string;
|
1560
|
-
createdAt:
|
1561
|
-
updatedAt:
|
1562
|
-
deletedAt:
|
1442
|
+
createdAt: Date;
|
1443
|
+
updatedAt: Date;
|
1444
|
+
deletedAt: Date | null;
|
1563
1445
|
attribute: {
|
1564
1446
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1565
1447
|
id: string;
|
1566
1448
|
position: number;
|
1567
|
-
createdAt:
|
1568
|
-
updatedAt:
|
1569
|
-
deletedAt:
|
1449
|
+
createdAt: Date;
|
1450
|
+
updatedAt: Date;
|
1451
|
+
deletedAt: Date | null;
|
1570
1452
|
isDefault: boolean;
|
1571
1453
|
systemName: string;
|
1572
1454
|
displayName: string;
|
@@ -1577,18 +1459,18 @@ export declare const ticketContract: {
|
|
1577
1459
|
textValue: string | null;
|
1578
1460
|
booleanValue: boolean | null;
|
1579
1461
|
numberValue: number | null;
|
1580
|
-
dateValue:
|
1462
|
+
dateValue: Date | null;
|
1581
1463
|
uploads: {
|
1582
1464
|
id: string;
|
1583
|
-
createdAt:
|
1584
|
-
updatedAt:
|
1585
|
-
deletedAt:
|
1465
|
+
createdAt: Date;
|
1466
|
+
updatedAt: Date;
|
1467
|
+
deletedAt: Date | null;
|
1586
1468
|
customFieldId: string;
|
1587
1469
|
upload: {
|
1588
1470
|
id: string;
|
1589
|
-
createdAt:
|
1590
|
-
updatedAt:
|
1591
|
-
deletedAt:
|
1471
|
+
createdAt: Date;
|
1472
|
+
updatedAt: Date;
|
1473
|
+
deletedAt: Date | null;
|
1592
1474
|
fileName: string;
|
1593
1475
|
fileKey: string;
|
1594
1476
|
bucketName: string;
|
@@ -1682,21 +1564,21 @@ export declare const ticketContract: {
|
|
1682
1564
|
title: string;
|
1683
1565
|
description: string | null;
|
1684
1566
|
status: string;
|
1685
|
-
createdAt:
|
1686
|
-
updatedAt:
|
1687
|
-
deletedAt:
|
1567
|
+
createdAt: Date;
|
1568
|
+
updatedAt: Date;
|
1569
|
+
deletedAt: Date | null;
|
1688
1570
|
customFields: {
|
1689
1571
|
id: string;
|
1690
|
-
createdAt:
|
1691
|
-
updatedAt:
|
1692
|
-
deletedAt:
|
1572
|
+
createdAt: Date;
|
1573
|
+
updatedAt: Date;
|
1574
|
+
deletedAt: Date | null;
|
1693
1575
|
attribute: {
|
1694
1576
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1695
1577
|
id: string;
|
1696
1578
|
position: number;
|
1697
|
-
createdAt:
|
1698
|
-
updatedAt:
|
1699
|
-
deletedAt:
|
1579
|
+
createdAt: Date;
|
1580
|
+
updatedAt: Date;
|
1581
|
+
deletedAt: Date | null;
|
1700
1582
|
isDefault: boolean;
|
1701
1583
|
systemName: string;
|
1702
1584
|
displayName: string;
|
@@ -1707,18 +1589,18 @@ export declare const ticketContract: {
|
|
1707
1589
|
textValue: string | null;
|
1708
1590
|
booleanValue: boolean | null;
|
1709
1591
|
numberValue: number | null;
|
1710
|
-
dateValue:
|
1592
|
+
dateValue: Date | null;
|
1711
1593
|
uploads: {
|
1712
1594
|
id: string;
|
1713
|
-
createdAt:
|
1714
|
-
updatedAt:
|
1715
|
-
deletedAt:
|
1595
|
+
createdAt: Date;
|
1596
|
+
updatedAt: Date;
|
1597
|
+
deletedAt: Date | null;
|
1716
1598
|
customFieldId: string;
|
1717
1599
|
upload: {
|
1718
1600
|
id: string;
|
1719
|
-
createdAt:
|
1720
|
-
updatedAt:
|
1721
|
-
deletedAt:
|
1601
|
+
createdAt: Date;
|
1602
|
+
updatedAt: Date;
|
1603
|
+
deletedAt: Date | null;
|
1722
1604
|
fileName: string;
|
1723
1605
|
fileKey: string;
|
1724
1606
|
bucketName: string;
|
@@ -1739,21 +1621,21 @@ export declare const ticketContract: {
|
|
1739
1621
|
title: string;
|
1740
1622
|
description: string | null;
|
1741
1623
|
status: string;
|
1742
|
-
createdAt:
|
1743
|
-
updatedAt:
|
1744
|
-
deletedAt:
|
1624
|
+
createdAt: Date;
|
1625
|
+
updatedAt: Date;
|
1626
|
+
deletedAt: Date | null;
|
1745
1627
|
customFields: {
|
1746
1628
|
id: string;
|
1747
|
-
createdAt:
|
1748
|
-
updatedAt:
|
1749
|
-
deletedAt:
|
1629
|
+
createdAt: Date;
|
1630
|
+
updatedAt: Date;
|
1631
|
+
deletedAt: Date | null;
|
1750
1632
|
attribute: {
|
1751
1633
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1752
1634
|
id: string;
|
1753
1635
|
position: number;
|
1754
|
-
createdAt:
|
1755
|
-
updatedAt:
|
1756
|
-
deletedAt:
|
1636
|
+
createdAt: Date;
|
1637
|
+
updatedAt: Date;
|
1638
|
+
deletedAt: Date | null;
|
1757
1639
|
isDefault: boolean;
|
1758
1640
|
systemName: string;
|
1759
1641
|
displayName: string;
|
@@ -1764,18 +1646,18 @@ export declare const ticketContract: {
|
|
1764
1646
|
textValue: string | null;
|
1765
1647
|
booleanValue: boolean | null;
|
1766
1648
|
numberValue: number | null;
|
1767
|
-
dateValue:
|
1649
|
+
dateValue: Date | null;
|
1768
1650
|
uploads: {
|
1769
1651
|
id: string;
|
1770
|
-
createdAt:
|
1771
|
-
updatedAt:
|
1772
|
-
deletedAt:
|
1652
|
+
createdAt: Date;
|
1653
|
+
updatedAt: Date;
|
1654
|
+
deletedAt: Date | null;
|
1773
1655
|
customFieldId: string;
|
1774
1656
|
upload: {
|
1775
1657
|
id: string;
|
1776
|
-
createdAt:
|
1777
|
-
updatedAt:
|
1778
|
-
deletedAt:
|
1658
|
+
createdAt: Date;
|
1659
|
+
updatedAt: Date;
|
1660
|
+
deletedAt: Date | null;
|
1779
1661
|
fileName: string;
|
1780
1662
|
fileKey: string;
|
1781
1663
|
bucketName: string;
|
@@ -1798,21 +1680,21 @@ export declare const ticketContract: {
|
|
1798
1680
|
title: string;
|
1799
1681
|
description: string | null;
|
1800
1682
|
status: string;
|
1801
|
-
createdAt:
|
1802
|
-
updatedAt:
|
1803
|
-
deletedAt:
|
1683
|
+
createdAt: Date;
|
1684
|
+
updatedAt: Date;
|
1685
|
+
deletedAt: Date | null;
|
1804
1686
|
customFields: {
|
1805
1687
|
id: string;
|
1806
|
-
createdAt:
|
1807
|
-
updatedAt:
|
1808
|
-
deletedAt:
|
1688
|
+
createdAt: Date;
|
1689
|
+
updatedAt: Date;
|
1690
|
+
deletedAt: Date | null;
|
1809
1691
|
attribute: {
|
1810
1692
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1811
1693
|
id: string;
|
1812
1694
|
position: number;
|
1813
|
-
createdAt:
|
1814
|
-
updatedAt:
|
1815
|
-
deletedAt:
|
1695
|
+
createdAt: Date;
|
1696
|
+
updatedAt: Date;
|
1697
|
+
deletedAt: Date | null;
|
1816
1698
|
isDefault: boolean;
|
1817
1699
|
systemName: string;
|
1818
1700
|
displayName: string;
|
@@ -1823,18 +1705,18 @@ export declare const ticketContract: {
|
|
1823
1705
|
textValue: string | null;
|
1824
1706
|
booleanValue: boolean | null;
|
1825
1707
|
numberValue: number | null;
|
1826
|
-
dateValue:
|
1708
|
+
dateValue: Date | null;
|
1827
1709
|
uploads: {
|
1828
1710
|
id: string;
|
1829
|
-
createdAt:
|
1830
|
-
updatedAt:
|
1831
|
-
deletedAt:
|
1711
|
+
createdAt: Date;
|
1712
|
+
updatedAt: Date;
|
1713
|
+
deletedAt: Date | null;
|
1832
1714
|
customFieldId: string;
|
1833
1715
|
upload: {
|
1834
1716
|
id: string;
|
1835
|
-
createdAt:
|
1836
|
-
updatedAt:
|
1837
|
-
deletedAt:
|
1717
|
+
createdAt: Date;
|
1718
|
+
updatedAt: Date;
|
1719
|
+
deletedAt: Date | null;
|
1838
1720
|
fileName: string;
|
1839
1721
|
fileKey: string;
|
1840
1722
|
bucketName: string;
|
@@ -1861,21 +1743,21 @@ export declare const ticketContract: {
|
|
1861
1743
|
title: string;
|
1862
1744
|
description: string | null;
|
1863
1745
|
status: string;
|
1864
|
-
createdAt:
|
1865
|
-
updatedAt:
|
1866
|
-
deletedAt:
|
1746
|
+
createdAt: Date;
|
1747
|
+
updatedAt: Date;
|
1748
|
+
deletedAt: Date | null;
|
1867
1749
|
customFields: {
|
1868
1750
|
id: string;
|
1869
|
-
createdAt:
|
1870
|
-
updatedAt:
|
1871
|
-
deletedAt:
|
1751
|
+
createdAt: Date;
|
1752
|
+
updatedAt: Date;
|
1753
|
+
deletedAt: Date | null;
|
1872
1754
|
attribute: {
|
1873
1755
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1874
1756
|
id: string;
|
1875
1757
|
position: number;
|
1876
|
-
createdAt:
|
1877
|
-
updatedAt:
|
1878
|
-
deletedAt:
|
1758
|
+
createdAt: Date;
|
1759
|
+
updatedAt: Date;
|
1760
|
+
deletedAt: Date | null;
|
1879
1761
|
isDefault: boolean;
|
1880
1762
|
systemName: string;
|
1881
1763
|
displayName: string;
|
@@ -1886,18 +1768,18 @@ export declare const ticketContract: {
|
|
1886
1768
|
textValue: string | null;
|
1887
1769
|
booleanValue: boolean | null;
|
1888
1770
|
numberValue: number | null;
|
1889
|
-
dateValue:
|
1771
|
+
dateValue: Date | null;
|
1890
1772
|
uploads: {
|
1891
1773
|
id: string;
|
1892
|
-
createdAt:
|
1893
|
-
updatedAt:
|
1894
|
-
deletedAt:
|
1774
|
+
createdAt: Date;
|
1775
|
+
updatedAt: Date;
|
1776
|
+
deletedAt: Date | null;
|
1895
1777
|
customFieldId: string;
|
1896
1778
|
upload: {
|
1897
1779
|
id: string;
|
1898
|
-
createdAt:
|
1899
|
-
updatedAt:
|
1900
|
-
deletedAt:
|
1780
|
+
createdAt: Date;
|
1781
|
+
updatedAt: Date;
|
1782
|
+
deletedAt: Date | null;
|
1901
1783
|
fileName: string;
|
1902
1784
|
fileKey: string;
|
1903
1785
|
bucketName: string;
|
@@ -1964,98 +1846,37 @@ export declare const ticketContract: {
|
|
1964
1846
|
};
|
1965
1847
|
updateTicket: {
|
1966
1848
|
body: z.ZodObject<{
|
1967
|
-
title: z.
|
1968
|
-
|
1969
|
-
attributeId: z.ZodString;
|
1970
|
-
value: z.ZodString;
|
1971
|
-
}, "strip", z.ZodTypeAny, {
|
1972
|
-
value: string;
|
1973
|
-
isRequired: boolean;
|
1974
|
-
attributeId: string;
|
1849
|
+
title: z.ZodEffects<z.AnyZodObject, {
|
1850
|
+
[x: string]: any;
|
1975
1851
|
}, {
|
1976
|
-
|
1977
|
-
isRequired: boolean;
|
1978
|
-
attributeId: string;
|
1852
|
+
[x: string]: any;
|
1979
1853
|
}>;
|
1980
|
-
description: z.
|
1981
|
-
|
1982
|
-
attributeId: z.ZodString;
|
1983
|
-
value: z.ZodString;
|
1984
|
-
}, "strip", z.ZodTypeAny, {
|
1985
|
-
value: string;
|
1986
|
-
isRequired: boolean;
|
1987
|
-
attributeId: string;
|
1854
|
+
description: z.ZodEffects<z.AnyZodObject, {
|
1855
|
+
[x: string]: any;
|
1988
1856
|
}, {
|
1989
|
-
|
1990
|
-
isRequired: boolean;
|
1991
|
-
attributeId: string;
|
1857
|
+
[x: string]: any;
|
1992
1858
|
}>;
|
1993
|
-
status: z.
|
1994
|
-
|
1995
|
-
attributeId: z.ZodString;
|
1996
|
-
value: z.ZodString;
|
1997
|
-
}, "strip", z.ZodTypeAny, {
|
1998
|
-
value: string;
|
1999
|
-
isRequired: boolean;
|
2000
|
-
attributeId: string;
|
1859
|
+
status: z.ZodEffects<z.AnyZodObject, {
|
1860
|
+
[x: string]: any;
|
2001
1861
|
}, {
|
2002
|
-
|
2003
|
-
isRequired: boolean;
|
2004
|
-
attributeId: string;
|
1862
|
+
[x: string]: any;
|
2005
1863
|
}>;
|
2006
|
-
type: z.
|
2007
|
-
|
2008
|
-
attributeId: z.ZodString;
|
2009
|
-
value: z.ZodString;
|
2010
|
-
}, "strip", z.ZodTypeAny, {
|
2011
|
-
value: string;
|
2012
|
-
isRequired: boolean;
|
2013
|
-
attributeId: string;
|
1864
|
+
type: z.ZodEffects<z.AnyZodObject, {
|
1865
|
+
[x: string]: any;
|
2014
1866
|
}, {
|
2015
|
-
|
2016
|
-
isRequired: boolean;
|
2017
|
-
attributeId: string;
|
1867
|
+
[x: string]: any;
|
2018
1868
|
}>;
|
2019
|
-
priority: z.
|
2020
|
-
|
2021
|
-
attributeId: z.ZodString;
|
2022
|
-
value: z.ZodString;
|
2023
|
-
}, "strip", z.ZodTypeAny, {
|
2024
|
-
value: string;
|
2025
|
-
isRequired: boolean;
|
2026
|
-
attributeId: string;
|
1869
|
+
priority: z.ZodEffects<z.AnyZodObject, {
|
1870
|
+
[x: string]: any;
|
2027
1871
|
}, {
|
2028
|
-
|
2029
|
-
isRequired: boolean;
|
2030
|
-
attributeId: string;
|
1872
|
+
[x: string]: any;
|
2031
1873
|
}>;
|
2032
|
-
contact: z.
|
2033
|
-
|
2034
|
-
attributeId: z.ZodString;
|
2035
|
-
value: z.ZodString;
|
2036
|
-
}, "strip", z.ZodTypeAny, {
|
2037
|
-
value: string;
|
2038
|
-
isRequired: boolean;
|
2039
|
-
attributeId: string;
|
1874
|
+
contact: z.ZodEffects<z.AnyZodObject, {
|
1875
|
+
[x: string]: any;
|
2040
1876
|
}, {
|
2041
|
-
|
2042
|
-
isRequired: boolean;
|
2043
|
-
attributeId: string;
|
1877
|
+
[x: string]: any;
|
2044
1878
|
}>;
|
2045
1879
|
assignee: z.ZodObject<{
|
2046
|
-
isRequired: z.ZodBoolean;
|
2047
|
-
attributeId: z.ZodOptional<z.ZodString>;
|
2048
|
-
value: z.ZodOptional<z.ZodString>;
|
2049
|
-
}, "strip", z.ZodTypeAny, {
|
2050
|
-
isRequired: boolean;
|
2051
|
-
attributeId?: string | undefined;
|
2052
|
-
value?: string | undefined;
|
2053
|
-
}, {
|
2054
|
-
isRequired: boolean;
|
2055
|
-
attributeId?: string | undefined;
|
2056
|
-
value?: string | undefined;
|
2057
|
-
}>;
|
2058
|
-
channel: z.ZodObject<{
|
2059
1880
|
isRequired: z.ZodBoolean;
|
2060
1881
|
attributeId: z.ZodString;
|
2061
1882
|
value: z.ZodString;
|
@@ -2068,18 +1889,15 @@ export declare const ticketContract: {
|
|
2068
1889
|
isRequired: boolean;
|
2069
1890
|
attributeId: string;
|
2070
1891
|
}>;
|
2071
|
-
|
2072
|
-
|
2073
|
-
attributeId: z.ZodString;
|
2074
|
-
value: z.ZodArray<z.ZodString, "many">;
|
2075
|
-
}, "strip", z.ZodTypeAny, {
|
2076
|
-
value: string[];
|
2077
|
-
isRequired: boolean;
|
2078
|
-
attributeId: string;
|
1892
|
+
channel: z.ZodEffects<z.AnyZodObject, {
|
1893
|
+
[x: string]: any;
|
2079
1894
|
}, {
|
2080
|
-
|
2081
|
-
|
2082
|
-
|
1895
|
+
[x: string]: any;
|
1896
|
+
}>;
|
1897
|
+
tags: z.ZodEffects<z.AnyZodObject, {
|
1898
|
+
[x: string]: any;
|
1899
|
+
}, {
|
1900
|
+
[x: string]: any;
|
2083
1901
|
}>;
|
2084
1902
|
categories: z.ZodObject<{
|
2085
1903
|
isRequired: z.ZodBoolean;
|
@@ -2094,24 +1912,10 @@ export declare const ticketContract: {
|
|
2094
1912
|
isRequired: boolean;
|
2095
1913
|
attributeId: string;
|
2096
1914
|
}>;
|
2097
|
-
customFields: z.ZodArray<z.
|
2098
|
-
|
2099
|
-
attributeId: z.ZodString;
|
2100
|
-
value: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
2101
|
-
type: z.ZodString;
|
2102
|
-
isDefaultAttribute: z.ZodBoolean;
|
2103
|
-
}, "strip", z.ZodTypeAny, {
|
2104
|
-
type: string;
|
2105
|
-
value: (string | string[]) & (string | string[] | undefined);
|
2106
|
-
isRequired: boolean;
|
2107
|
-
attributeId: string;
|
2108
|
-
isDefaultAttribute: boolean;
|
1915
|
+
customFields: z.ZodArray<z.ZodEffects<z.AnyZodObject, {
|
1916
|
+
[x: string]: any;
|
2109
1917
|
}, {
|
2110
|
-
|
2111
|
-
value: (string | string[]) & (string | string[] | undefined);
|
2112
|
-
isRequired: boolean;
|
2113
|
-
attributeId: string;
|
2114
|
-
isDefaultAttribute: boolean;
|
1918
|
+
[x: string]: any;
|
2115
1919
|
}>, "many">;
|
2116
1920
|
reasonToAssign: z.ZodOptional<z.ZodObject<{
|
2117
1921
|
value: z.ZodString;
|
@@ -2122,34 +1926,22 @@ export declare const ticketContract: {
|
|
2122
1926
|
}>>;
|
2123
1927
|
}, "strip", z.ZodTypeAny, {
|
2124
1928
|
type: {
|
2125
|
-
|
2126
|
-
isRequired: boolean;
|
2127
|
-
attributeId: string;
|
1929
|
+
[x: string]: any;
|
2128
1930
|
};
|
2129
1931
|
channel: {
|
2130
|
-
|
2131
|
-
isRequired: boolean;
|
2132
|
-
attributeId: string;
|
1932
|
+
[x: string]: any;
|
2133
1933
|
};
|
2134
1934
|
priority: {
|
2135
|
-
|
2136
|
-
isRequired: boolean;
|
2137
|
-
attributeId: string;
|
1935
|
+
[x: string]: any;
|
2138
1936
|
};
|
2139
1937
|
title: {
|
2140
|
-
|
2141
|
-
isRequired: boolean;
|
2142
|
-
attributeId: string;
|
1938
|
+
[x: string]: any;
|
2143
1939
|
};
|
2144
1940
|
description: {
|
2145
|
-
|
2146
|
-
isRequired: boolean;
|
2147
|
-
attributeId: string;
|
1941
|
+
[x: string]: any;
|
2148
1942
|
};
|
2149
1943
|
status: {
|
2150
|
-
|
2151
|
-
isRequired: boolean;
|
2152
|
-
attributeId: string;
|
1944
|
+
[x: string]: any;
|
2153
1945
|
};
|
2154
1946
|
categories: {
|
2155
1947
|
value: string[];
|
@@ -2157,60 +1949,40 @@ export declare const ticketContract: {
|
|
2157
1949
|
attributeId: string;
|
2158
1950
|
};
|
2159
1951
|
contact: {
|
2160
|
-
|
2161
|
-
isRequired: boolean;
|
2162
|
-
attributeId: string;
|
1952
|
+
[x: string]: any;
|
2163
1953
|
};
|
2164
1954
|
customFields: {
|
2165
|
-
|
2166
|
-
value: (string | string[]) & (string | string[] | undefined);
|
2167
|
-
isRequired: boolean;
|
2168
|
-
attributeId: string;
|
2169
|
-
isDefaultAttribute: boolean;
|
1955
|
+
[x: string]: any;
|
2170
1956
|
}[];
|
2171
1957
|
tags: {
|
2172
|
-
|
2173
|
-
isRequired: boolean;
|
2174
|
-
attributeId: string;
|
1958
|
+
[x: string]: any;
|
2175
1959
|
};
|
2176
1960
|
assignee: {
|
1961
|
+
value: string;
|
2177
1962
|
isRequired: boolean;
|
2178
|
-
attributeId
|
2179
|
-
value?: string | undefined;
|
1963
|
+
attributeId: string;
|
2180
1964
|
};
|
2181
1965
|
reasonToAssign?: {
|
2182
1966
|
value: string;
|
2183
1967
|
} | undefined;
|
2184
1968
|
}, {
|
2185
1969
|
type: {
|
2186
|
-
|
2187
|
-
isRequired: boolean;
|
2188
|
-
attributeId: string;
|
1970
|
+
[x: string]: any;
|
2189
1971
|
};
|
2190
1972
|
channel: {
|
2191
|
-
|
2192
|
-
isRequired: boolean;
|
2193
|
-
attributeId: string;
|
1973
|
+
[x: string]: any;
|
2194
1974
|
};
|
2195
1975
|
priority: {
|
2196
|
-
|
2197
|
-
isRequired: boolean;
|
2198
|
-
attributeId: string;
|
1976
|
+
[x: string]: any;
|
2199
1977
|
};
|
2200
1978
|
title: {
|
2201
|
-
|
2202
|
-
isRequired: boolean;
|
2203
|
-
attributeId: string;
|
1979
|
+
[x: string]: any;
|
2204
1980
|
};
|
2205
1981
|
description: {
|
2206
|
-
|
2207
|
-
isRequired: boolean;
|
2208
|
-
attributeId: string;
|
1982
|
+
[x: string]: any;
|
2209
1983
|
};
|
2210
1984
|
status: {
|
2211
|
-
|
2212
|
-
isRequired: boolean;
|
2213
|
-
attributeId: string;
|
1985
|
+
[x: string]: any;
|
2214
1986
|
};
|
2215
1987
|
categories: {
|
2216
1988
|
value: string[];
|
@@ -2218,26 +1990,18 @@ export declare const ticketContract: {
|
|
2218
1990
|
attributeId: string;
|
2219
1991
|
};
|
2220
1992
|
contact: {
|
2221
|
-
|
2222
|
-
isRequired: boolean;
|
2223
|
-
attributeId: string;
|
1993
|
+
[x: string]: any;
|
2224
1994
|
};
|
2225
1995
|
customFields: {
|
2226
|
-
|
2227
|
-
value: (string | string[]) & (string | string[] | undefined);
|
2228
|
-
isRequired: boolean;
|
2229
|
-
attributeId: string;
|
2230
|
-
isDefaultAttribute: boolean;
|
1996
|
+
[x: string]: any;
|
2231
1997
|
}[];
|
2232
1998
|
tags: {
|
2233
|
-
|
2234
|
-
isRequired: boolean;
|
2235
|
-
attributeId: string;
|
1999
|
+
[x: string]: any;
|
2236
2000
|
};
|
2237
2001
|
assignee: {
|
2002
|
+
value: string;
|
2238
2003
|
isRequired: boolean;
|
2239
|
-
attributeId
|
2240
|
-
value?: string | undefined;
|
2004
|
+
attributeId: string;
|
2241
2005
|
};
|
2242
2006
|
reasonToAssign?: {
|
2243
2007
|
value: string;
|
@@ -2257,9 +2021,9 @@ export declare const ticketContract: {
|
|
2257
2021
|
requestId: z.ZodString;
|
2258
2022
|
message: z.ZodObject<{
|
2259
2023
|
id: z.ZodString;
|
2260
|
-
createdAt: z.
|
2261
|
-
updatedAt: z.
|
2262
|
-
deletedAt: z.ZodNullable<z.
|
2024
|
+
createdAt: z.ZodDate;
|
2025
|
+
updatedAt: z.ZodDate;
|
2026
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
2263
2027
|
title: z.ZodString;
|
2264
2028
|
description: z.ZodNullable<z.ZodString>;
|
2265
2029
|
type: z.ZodString;
|
@@ -2273,18 +2037,18 @@ export declare const ticketContract: {
|
|
2273
2037
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
2274
2038
|
customFields: z.ZodArray<z.ZodObject<{
|
2275
2039
|
id: z.ZodString;
|
2276
|
-
createdAt: z.
|
2277
|
-
updatedAt: z.
|
2278
|
-
deletedAt: z.ZodNullable<z.
|
2040
|
+
createdAt: z.ZodDate;
|
2041
|
+
updatedAt: z.ZodDate;
|
2042
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
2279
2043
|
textValue: z.ZodNullable<z.ZodString>;
|
2280
2044
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
2281
2045
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
2282
|
-
dateValue: z.ZodNullable<z.
|
2046
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
2283
2047
|
attribute: z.ZodObject<Omit<{
|
2284
2048
|
id: z.ZodString;
|
2285
|
-
createdAt: z.
|
2286
|
-
updatedAt: z.
|
2287
|
-
deletedAt: z.ZodNullable<z.
|
2049
|
+
createdAt: z.ZodDate;
|
2050
|
+
updatedAt: z.ZodDate;
|
2051
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
2288
2052
|
systemName: z.ZodString;
|
2289
2053
|
displayName: z.ZodString;
|
2290
2054
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -2314,23 +2078,23 @@ export declare const ticketContract: {
|
|
2314
2078
|
}>, "many">;
|
2315
2079
|
group: z.ZodObject<{
|
2316
2080
|
id: z.ZodString;
|
2317
|
-
createdAt: z.
|
2318
|
-
updatedAt: z.
|
2319
|
-
deletedAt: z.ZodNullable<z.
|
2081
|
+
createdAt: z.ZodDate;
|
2082
|
+
updatedAt: z.ZodDate;
|
2083
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
2320
2084
|
systemName: z.ZodString;
|
2321
2085
|
displayName: z.ZodString;
|
2322
2086
|
}, "strip", z.ZodTypeAny, {
|
2323
2087
|
id: string;
|
2324
|
-
createdAt:
|
2325
|
-
updatedAt:
|
2326
|
-
deletedAt:
|
2088
|
+
createdAt: Date;
|
2089
|
+
updatedAt: Date;
|
2090
|
+
deletedAt: Date | null;
|
2327
2091
|
systemName: string;
|
2328
2092
|
displayName: string;
|
2329
2093
|
}, {
|
2330
2094
|
id: string;
|
2331
|
-
createdAt:
|
2332
|
-
updatedAt:
|
2333
|
-
deletedAt:
|
2095
|
+
createdAt: Date;
|
2096
|
+
updatedAt: Date;
|
2097
|
+
deletedAt: Date | null;
|
2334
2098
|
systemName: string;
|
2335
2099
|
displayName: string;
|
2336
2100
|
}>;
|
@@ -2338,9 +2102,9 @@ export declare const ticketContract: {
|
|
2338
2102
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2339
2103
|
id: string;
|
2340
2104
|
position: number;
|
2341
|
-
createdAt:
|
2342
|
-
updatedAt:
|
2343
|
-
deletedAt:
|
2105
|
+
createdAt: Date;
|
2106
|
+
updatedAt: Date;
|
2107
|
+
deletedAt: Date | null;
|
2344
2108
|
isDefault: boolean;
|
2345
2109
|
systemName: string;
|
2346
2110
|
displayName: string;
|
@@ -2351,9 +2115,9 @@ export declare const ticketContract: {
|
|
2351
2115
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2352
2116
|
id: string;
|
2353
2117
|
position: number;
|
2354
|
-
createdAt:
|
2355
|
-
updatedAt:
|
2356
|
-
deletedAt:
|
2118
|
+
createdAt: Date;
|
2119
|
+
updatedAt: Date;
|
2120
|
+
deletedAt: Date | null;
|
2357
2121
|
isDefault: boolean;
|
2358
2122
|
systemName: string;
|
2359
2123
|
displayName: string;
|
@@ -2363,33 +2127,33 @@ export declare const ticketContract: {
|
|
2363
2127
|
}>;
|
2364
2128
|
uploads: z.ZodArray<z.ZodObject<{
|
2365
2129
|
id: z.ZodString;
|
2366
|
-
createdAt: z.
|
2367
|
-
updatedAt: z.
|
2368
|
-
deletedAt: z.ZodNullable<z.
|
2130
|
+
createdAt: z.ZodDate;
|
2131
|
+
updatedAt: z.ZodDate;
|
2132
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
2369
2133
|
customFieldId: z.ZodString;
|
2370
2134
|
upload: z.ZodObject<{
|
2371
2135
|
id: z.ZodString;
|
2372
|
-
createdAt: z.
|
2373
|
-
updatedAt: z.
|
2374
|
-
deletedAt: z.ZodNullable<z.
|
2136
|
+
createdAt: z.ZodDate;
|
2137
|
+
updatedAt: z.ZodDate;
|
2138
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
2375
2139
|
bucketName: z.ZodString;
|
2376
2140
|
fileName: z.ZodString;
|
2377
2141
|
fileSize: z.ZodNumber;
|
2378
2142
|
fileKey: z.ZodString;
|
2379
2143
|
}, "strip", z.ZodTypeAny, {
|
2380
2144
|
id: string;
|
2381
|
-
createdAt:
|
2382
|
-
updatedAt:
|
2383
|
-
deletedAt:
|
2145
|
+
createdAt: Date;
|
2146
|
+
updatedAt: Date;
|
2147
|
+
deletedAt: Date | null;
|
2384
2148
|
fileName: string;
|
2385
2149
|
fileKey: string;
|
2386
2150
|
bucketName: string;
|
2387
2151
|
fileSize: number;
|
2388
2152
|
}, {
|
2389
2153
|
id: string;
|
2390
|
-
createdAt:
|
2391
|
-
updatedAt:
|
2392
|
-
deletedAt:
|
2154
|
+
createdAt: Date;
|
2155
|
+
updatedAt: Date;
|
2156
|
+
deletedAt: Date | null;
|
2393
2157
|
fileName: string;
|
2394
2158
|
fileKey: string;
|
2395
2159
|
bucketName: string;
|
@@ -2397,15 +2161,15 @@ export declare const ticketContract: {
|
|
2397
2161
|
}>;
|
2398
2162
|
}, "strip", z.ZodTypeAny, {
|
2399
2163
|
id: string;
|
2400
|
-
createdAt:
|
2401
|
-
updatedAt:
|
2402
|
-
deletedAt:
|
2164
|
+
createdAt: Date;
|
2165
|
+
updatedAt: Date;
|
2166
|
+
deletedAt: Date | null;
|
2403
2167
|
customFieldId: string;
|
2404
2168
|
upload: {
|
2405
2169
|
id: string;
|
2406
|
-
createdAt:
|
2407
|
-
updatedAt:
|
2408
|
-
deletedAt:
|
2170
|
+
createdAt: Date;
|
2171
|
+
updatedAt: Date;
|
2172
|
+
deletedAt: Date | null;
|
2409
2173
|
fileName: string;
|
2410
2174
|
fileKey: string;
|
2411
2175
|
bucketName: string;
|
@@ -2413,15 +2177,15 @@ export declare const ticketContract: {
|
|
2413
2177
|
};
|
2414
2178
|
}, {
|
2415
2179
|
id: string;
|
2416
|
-
createdAt:
|
2417
|
-
updatedAt:
|
2418
|
-
deletedAt:
|
2180
|
+
createdAt: Date;
|
2181
|
+
updatedAt: Date;
|
2182
|
+
deletedAt: Date | null;
|
2419
2183
|
customFieldId: string;
|
2420
2184
|
upload: {
|
2421
2185
|
id: string;
|
2422
|
-
createdAt:
|
2423
|
-
updatedAt:
|
2424
|
-
deletedAt:
|
2186
|
+
createdAt: Date;
|
2187
|
+
updatedAt: Date;
|
2188
|
+
deletedAt: Date | null;
|
2425
2189
|
fileName: string;
|
2426
2190
|
fileKey: string;
|
2427
2191
|
bucketName: string;
|
@@ -2430,16 +2194,16 @@ export declare const ticketContract: {
|
|
2430
2194
|
}>, "many">;
|
2431
2195
|
}, "strip", z.ZodTypeAny, {
|
2432
2196
|
id: string;
|
2433
|
-
createdAt:
|
2434
|
-
updatedAt:
|
2435
|
-
deletedAt:
|
2197
|
+
createdAt: Date;
|
2198
|
+
updatedAt: Date;
|
2199
|
+
deletedAt: Date | null;
|
2436
2200
|
attribute: {
|
2437
2201
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2438
2202
|
id: string;
|
2439
2203
|
position: number;
|
2440
|
-
createdAt:
|
2441
|
-
updatedAt:
|
2442
|
-
deletedAt:
|
2204
|
+
createdAt: Date;
|
2205
|
+
updatedAt: Date;
|
2206
|
+
deletedAt: Date | null;
|
2443
2207
|
isDefault: boolean;
|
2444
2208
|
systemName: string;
|
2445
2209
|
displayName: string;
|
@@ -2450,18 +2214,18 @@ export declare const ticketContract: {
|
|
2450
2214
|
textValue: string | null;
|
2451
2215
|
booleanValue: boolean | null;
|
2452
2216
|
numberValue: number | null;
|
2453
|
-
dateValue:
|
2217
|
+
dateValue: Date | null;
|
2454
2218
|
uploads: {
|
2455
2219
|
id: string;
|
2456
|
-
createdAt:
|
2457
|
-
updatedAt:
|
2458
|
-
deletedAt:
|
2220
|
+
createdAt: Date;
|
2221
|
+
updatedAt: Date;
|
2222
|
+
deletedAt: Date | null;
|
2459
2223
|
customFieldId: string;
|
2460
2224
|
upload: {
|
2461
2225
|
id: string;
|
2462
|
-
createdAt:
|
2463
|
-
updatedAt:
|
2464
|
-
deletedAt:
|
2226
|
+
createdAt: Date;
|
2227
|
+
updatedAt: Date;
|
2228
|
+
deletedAt: Date | null;
|
2465
2229
|
fileName: string;
|
2466
2230
|
fileKey: string;
|
2467
2231
|
bucketName: string;
|
@@ -2470,16 +2234,16 @@ export declare const ticketContract: {
|
|
2470
2234
|
}[];
|
2471
2235
|
}, {
|
2472
2236
|
id: string;
|
2473
|
-
createdAt:
|
2474
|
-
updatedAt:
|
2475
|
-
deletedAt:
|
2237
|
+
createdAt: Date;
|
2238
|
+
updatedAt: Date;
|
2239
|
+
deletedAt: Date | null;
|
2476
2240
|
attribute: {
|
2477
2241
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2478
2242
|
id: string;
|
2479
2243
|
position: number;
|
2480
|
-
createdAt:
|
2481
|
-
updatedAt:
|
2482
|
-
deletedAt:
|
2244
|
+
createdAt: Date;
|
2245
|
+
updatedAt: Date;
|
2246
|
+
deletedAt: Date | null;
|
2483
2247
|
isDefault: boolean;
|
2484
2248
|
systemName: string;
|
2485
2249
|
displayName: string;
|
@@ -2490,18 +2254,18 @@ export declare const ticketContract: {
|
|
2490
2254
|
textValue: string | null;
|
2491
2255
|
booleanValue: boolean | null;
|
2492
2256
|
numberValue: number | null;
|
2493
|
-
dateValue:
|
2257
|
+
dateValue: Date | null;
|
2494
2258
|
uploads: {
|
2495
2259
|
id: string;
|
2496
|
-
createdAt:
|
2497
|
-
updatedAt:
|
2498
|
-
deletedAt:
|
2260
|
+
createdAt: Date;
|
2261
|
+
updatedAt: Date;
|
2262
|
+
deletedAt: Date | null;
|
2499
2263
|
customFieldId: string;
|
2500
2264
|
upload: {
|
2501
2265
|
id: string;
|
2502
|
-
createdAt:
|
2503
|
-
updatedAt:
|
2504
|
-
deletedAt:
|
2266
|
+
createdAt: Date;
|
2267
|
+
updatedAt: Date;
|
2268
|
+
deletedAt: Date | null;
|
2505
2269
|
fileName: string;
|
2506
2270
|
fileKey: string;
|
2507
2271
|
bucketName: string;
|
@@ -2517,21 +2281,21 @@ export declare const ticketContract: {
|
|
2517
2281
|
title: string;
|
2518
2282
|
description: string | null;
|
2519
2283
|
status: string;
|
2520
|
-
createdAt:
|
2521
|
-
updatedAt:
|
2522
|
-
deletedAt:
|
2284
|
+
createdAt: Date;
|
2285
|
+
updatedAt: Date;
|
2286
|
+
deletedAt: Date | null;
|
2523
2287
|
customFields: {
|
2524
2288
|
id: string;
|
2525
|
-
createdAt:
|
2526
|
-
updatedAt:
|
2527
|
-
deletedAt:
|
2289
|
+
createdAt: Date;
|
2290
|
+
updatedAt: Date;
|
2291
|
+
deletedAt: Date | null;
|
2528
2292
|
attribute: {
|
2529
2293
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2530
2294
|
id: string;
|
2531
2295
|
position: number;
|
2532
|
-
createdAt:
|
2533
|
-
updatedAt:
|
2534
|
-
deletedAt:
|
2296
|
+
createdAt: Date;
|
2297
|
+
updatedAt: Date;
|
2298
|
+
deletedAt: Date | null;
|
2535
2299
|
isDefault: boolean;
|
2536
2300
|
systemName: string;
|
2537
2301
|
displayName: string;
|
@@ -2542,18 +2306,18 @@ export declare const ticketContract: {
|
|
2542
2306
|
textValue: string | null;
|
2543
2307
|
booleanValue: boolean | null;
|
2544
2308
|
numberValue: number | null;
|
2545
|
-
dateValue:
|
2309
|
+
dateValue: Date | null;
|
2546
2310
|
uploads: {
|
2547
2311
|
id: string;
|
2548
|
-
createdAt:
|
2549
|
-
updatedAt:
|
2550
|
-
deletedAt:
|
2312
|
+
createdAt: Date;
|
2313
|
+
updatedAt: Date;
|
2314
|
+
deletedAt: Date | null;
|
2551
2315
|
customFieldId: string;
|
2552
2316
|
upload: {
|
2553
2317
|
id: string;
|
2554
|
-
createdAt:
|
2555
|
-
updatedAt:
|
2556
|
-
deletedAt:
|
2318
|
+
createdAt: Date;
|
2319
|
+
updatedAt: Date;
|
2320
|
+
deletedAt: Date | null;
|
2557
2321
|
fileName: string;
|
2558
2322
|
fileKey: string;
|
2559
2323
|
bucketName: string;
|
@@ -2574,21 +2338,21 @@ export declare const ticketContract: {
|
|
2574
2338
|
title: string;
|
2575
2339
|
description: string | null;
|
2576
2340
|
status: string;
|
2577
|
-
createdAt:
|
2578
|
-
updatedAt:
|
2579
|
-
deletedAt:
|
2341
|
+
createdAt: Date;
|
2342
|
+
updatedAt: Date;
|
2343
|
+
deletedAt: Date | null;
|
2580
2344
|
customFields: {
|
2581
2345
|
id: string;
|
2582
|
-
createdAt:
|
2583
|
-
updatedAt:
|
2584
|
-
deletedAt:
|
2346
|
+
createdAt: Date;
|
2347
|
+
updatedAt: Date;
|
2348
|
+
deletedAt: Date | null;
|
2585
2349
|
attribute: {
|
2586
2350
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2587
2351
|
id: string;
|
2588
2352
|
position: number;
|
2589
|
-
createdAt:
|
2590
|
-
updatedAt:
|
2591
|
-
deletedAt:
|
2353
|
+
createdAt: Date;
|
2354
|
+
updatedAt: Date;
|
2355
|
+
deletedAt: Date | null;
|
2592
2356
|
isDefault: boolean;
|
2593
2357
|
systemName: string;
|
2594
2358
|
displayName: string;
|
@@ -2599,18 +2363,18 @@ export declare const ticketContract: {
|
|
2599
2363
|
textValue: string | null;
|
2600
2364
|
booleanValue: boolean | null;
|
2601
2365
|
numberValue: number | null;
|
2602
|
-
dateValue:
|
2366
|
+
dateValue: Date | null;
|
2603
2367
|
uploads: {
|
2604
2368
|
id: string;
|
2605
|
-
createdAt:
|
2606
|
-
updatedAt:
|
2607
|
-
deletedAt:
|
2369
|
+
createdAt: Date;
|
2370
|
+
updatedAt: Date;
|
2371
|
+
deletedAt: Date | null;
|
2608
2372
|
customFieldId: string;
|
2609
2373
|
upload: {
|
2610
2374
|
id: string;
|
2611
|
-
createdAt:
|
2612
|
-
updatedAt:
|
2613
|
-
deletedAt:
|
2375
|
+
createdAt: Date;
|
2376
|
+
updatedAt: Date;
|
2377
|
+
deletedAt: Date | null;
|
2614
2378
|
fileName: string;
|
2615
2379
|
fileKey: string;
|
2616
2380
|
bucketName: string;
|
@@ -2633,21 +2397,21 @@ export declare const ticketContract: {
|
|
2633
2397
|
title: string;
|
2634
2398
|
description: string | null;
|
2635
2399
|
status: string;
|
2636
|
-
createdAt:
|
2637
|
-
updatedAt:
|
2638
|
-
deletedAt:
|
2400
|
+
createdAt: Date;
|
2401
|
+
updatedAt: Date;
|
2402
|
+
deletedAt: Date | null;
|
2639
2403
|
customFields: {
|
2640
2404
|
id: string;
|
2641
|
-
createdAt:
|
2642
|
-
updatedAt:
|
2643
|
-
deletedAt:
|
2405
|
+
createdAt: Date;
|
2406
|
+
updatedAt: Date;
|
2407
|
+
deletedAt: Date | null;
|
2644
2408
|
attribute: {
|
2645
2409
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2646
2410
|
id: string;
|
2647
2411
|
position: number;
|
2648
|
-
createdAt:
|
2649
|
-
updatedAt:
|
2650
|
-
deletedAt:
|
2412
|
+
createdAt: Date;
|
2413
|
+
updatedAt: Date;
|
2414
|
+
deletedAt: Date | null;
|
2651
2415
|
isDefault: boolean;
|
2652
2416
|
systemName: string;
|
2653
2417
|
displayName: string;
|
@@ -2658,18 +2422,18 @@ export declare const ticketContract: {
|
|
2658
2422
|
textValue: string | null;
|
2659
2423
|
booleanValue: boolean | null;
|
2660
2424
|
numberValue: number | null;
|
2661
|
-
dateValue:
|
2425
|
+
dateValue: Date | null;
|
2662
2426
|
uploads: {
|
2663
2427
|
id: string;
|
2664
|
-
createdAt:
|
2665
|
-
updatedAt:
|
2666
|
-
deletedAt:
|
2428
|
+
createdAt: Date;
|
2429
|
+
updatedAt: Date;
|
2430
|
+
deletedAt: Date | null;
|
2667
2431
|
customFieldId: string;
|
2668
2432
|
upload: {
|
2669
2433
|
id: string;
|
2670
|
-
createdAt:
|
2671
|
-
updatedAt:
|
2672
|
-
deletedAt:
|
2434
|
+
createdAt: Date;
|
2435
|
+
updatedAt: Date;
|
2436
|
+
deletedAt: Date | null;
|
2673
2437
|
fileName: string;
|
2674
2438
|
fileKey: string;
|
2675
2439
|
bucketName: string;
|
@@ -2693,21 +2457,21 @@ export declare const ticketContract: {
|
|
2693
2457
|
title: string;
|
2694
2458
|
description: string | null;
|
2695
2459
|
status: string;
|
2696
|
-
createdAt:
|
2697
|
-
updatedAt:
|
2698
|
-
deletedAt:
|
2460
|
+
createdAt: Date;
|
2461
|
+
updatedAt: Date;
|
2462
|
+
deletedAt: Date | null;
|
2699
2463
|
customFields: {
|
2700
2464
|
id: string;
|
2701
|
-
createdAt:
|
2702
|
-
updatedAt:
|
2703
|
-
deletedAt:
|
2465
|
+
createdAt: Date;
|
2466
|
+
updatedAt: Date;
|
2467
|
+
deletedAt: Date | null;
|
2704
2468
|
attribute: {
|
2705
2469
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2706
2470
|
id: string;
|
2707
2471
|
position: number;
|
2708
|
-
createdAt:
|
2709
|
-
updatedAt:
|
2710
|
-
deletedAt:
|
2472
|
+
createdAt: Date;
|
2473
|
+
updatedAt: Date;
|
2474
|
+
deletedAt: Date | null;
|
2711
2475
|
isDefault: boolean;
|
2712
2476
|
systemName: string;
|
2713
2477
|
displayName: string;
|
@@ -2718,18 +2482,18 @@ export declare const ticketContract: {
|
|
2718
2482
|
textValue: string | null;
|
2719
2483
|
booleanValue: boolean | null;
|
2720
2484
|
numberValue: number | null;
|
2721
|
-
dateValue:
|
2485
|
+
dateValue: Date | null;
|
2722
2486
|
uploads: {
|
2723
2487
|
id: string;
|
2724
|
-
createdAt:
|
2725
|
-
updatedAt:
|
2726
|
-
deletedAt:
|
2488
|
+
createdAt: Date;
|
2489
|
+
updatedAt: Date;
|
2490
|
+
deletedAt: Date | null;
|
2727
2491
|
customFieldId: string;
|
2728
2492
|
upload: {
|
2729
2493
|
id: string;
|
2730
|
-
createdAt:
|
2731
|
-
updatedAt:
|
2732
|
-
deletedAt:
|
2494
|
+
createdAt: Date;
|
2495
|
+
updatedAt: Date;
|
2496
|
+
deletedAt: Date | null;
|
2733
2497
|
fileName: string;
|
2734
2498
|
fileKey: string;
|
2735
2499
|
bucketName: string;
|
@@ -3575,9 +3339,9 @@ export declare const ticketContract: {
|
|
3575
3339
|
responses: {
|
3576
3340
|
200: z.ZodObject<{
|
3577
3341
|
id: z.ZodString;
|
3578
|
-
createdAt: z.
|
3579
|
-
updatedAt: z.
|
3580
|
-
deletedAt: z.ZodNullable<z.
|
3342
|
+
createdAt: z.ZodDate;
|
3343
|
+
updatedAt: z.ZodDate;
|
3344
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
3581
3345
|
title: z.ZodString;
|
3582
3346
|
description: z.ZodNullable<z.ZodString>;
|
3583
3347
|
type: z.ZodString;
|
@@ -3591,18 +3355,18 @@ export declare const ticketContract: {
|
|
3591
3355
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
3592
3356
|
customFields: z.ZodArray<z.ZodObject<{
|
3593
3357
|
id: z.ZodString;
|
3594
|
-
createdAt: z.
|
3595
|
-
updatedAt: z.
|
3596
|
-
deletedAt: z.ZodNullable<z.
|
3358
|
+
createdAt: z.ZodDate;
|
3359
|
+
updatedAt: z.ZodDate;
|
3360
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
3597
3361
|
textValue: z.ZodNullable<z.ZodString>;
|
3598
3362
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
3599
3363
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
3600
|
-
dateValue: z.ZodNullable<z.
|
3364
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
3601
3365
|
attribute: z.ZodObject<Omit<{
|
3602
3366
|
id: z.ZodString;
|
3603
|
-
createdAt: z.
|
3604
|
-
updatedAt: z.
|
3605
|
-
deletedAt: z.ZodNullable<z.
|
3367
|
+
createdAt: z.ZodDate;
|
3368
|
+
updatedAt: z.ZodDate;
|
3369
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
3606
3370
|
systemName: z.ZodString;
|
3607
3371
|
displayName: z.ZodString;
|
3608
3372
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -3632,23 +3396,23 @@ export declare const ticketContract: {
|
|
3632
3396
|
}>, "many">;
|
3633
3397
|
group: z.ZodObject<{
|
3634
3398
|
id: z.ZodString;
|
3635
|
-
createdAt: z.
|
3636
|
-
updatedAt: z.
|
3637
|
-
deletedAt: z.ZodNullable<z.
|
3399
|
+
createdAt: z.ZodDate;
|
3400
|
+
updatedAt: z.ZodDate;
|
3401
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
3638
3402
|
systemName: z.ZodString;
|
3639
3403
|
displayName: z.ZodString;
|
3640
3404
|
}, "strip", z.ZodTypeAny, {
|
3641
3405
|
id: string;
|
3642
|
-
createdAt:
|
3643
|
-
updatedAt:
|
3644
|
-
deletedAt:
|
3406
|
+
createdAt: Date;
|
3407
|
+
updatedAt: Date;
|
3408
|
+
deletedAt: Date | null;
|
3645
3409
|
systemName: string;
|
3646
3410
|
displayName: string;
|
3647
3411
|
}, {
|
3648
3412
|
id: string;
|
3649
|
-
createdAt:
|
3650
|
-
updatedAt:
|
3651
|
-
deletedAt:
|
3413
|
+
createdAt: Date;
|
3414
|
+
updatedAt: Date;
|
3415
|
+
deletedAt: Date | null;
|
3652
3416
|
systemName: string;
|
3653
3417
|
displayName: string;
|
3654
3418
|
}>;
|
@@ -3656,9 +3420,9 @@ export declare const ticketContract: {
|
|
3656
3420
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3657
3421
|
id: string;
|
3658
3422
|
position: number;
|
3659
|
-
createdAt:
|
3660
|
-
updatedAt:
|
3661
|
-
deletedAt:
|
3423
|
+
createdAt: Date;
|
3424
|
+
updatedAt: Date;
|
3425
|
+
deletedAt: Date | null;
|
3662
3426
|
isDefault: boolean;
|
3663
3427
|
systemName: string;
|
3664
3428
|
displayName: string;
|
@@ -3669,9 +3433,9 @@ export declare const ticketContract: {
|
|
3669
3433
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3670
3434
|
id: string;
|
3671
3435
|
position: number;
|
3672
|
-
createdAt:
|
3673
|
-
updatedAt:
|
3674
|
-
deletedAt:
|
3436
|
+
createdAt: Date;
|
3437
|
+
updatedAt: Date;
|
3438
|
+
deletedAt: Date | null;
|
3675
3439
|
isDefault: boolean;
|
3676
3440
|
systemName: string;
|
3677
3441
|
displayName: string;
|
@@ -3681,33 +3445,33 @@ export declare const ticketContract: {
|
|
3681
3445
|
}>;
|
3682
3446
|
uploads: z.ZodArray<z.ZodObject<{
|
3683
3447
|
id: z.ZodString;
|
3684
|
-
createdAt: z.
|
3685
|
-
updatedAt: z.
|
3686
|
-
deletedAt: z.ZodNullable<z.
|
3448
|
+
createdAt: z.ZodDate;
|
3449
|
+
updatedAt: z.ZodDate;
|
3450
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
3687
3451
|
customFieldId: z.ZodString;
|
3688
3452
|
upload: z.ZodObject<{
|
3689
3453
|
id: z.ZodString;
|
3690
|
-
createdAt: z.
|
3691
|
-
updatedAt: z.
|
3692
|
-
deletedAt: z.ZodNullable<z.
|
3454
|
+
createdAt: z.ZodDate;
|
3455
|
+
updatedAt: z.ZodDate;
|
3456
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
3693
3457
|
bucketName: z.ZodString;
|
3694
3458
|
fileName: z.ZodString;
|
3695
3459
|
fileSize: z.ZodNumber;
|
3696
3460
|
fileKey: z.ZodString;
|
3697
3461
|
}, "strip", z.ZodTypeAny, {
|
3698
3462
|
id: string;
|
3699
|
-
createdAt:
|
3700
|
-
updatedAt:
|
3701
|
-
deletedAt:
|
3463
|
+
createdAt: Date;
|
3464
|
+
updatedAt: Date;
|
3465
|
+
deletedAt: Date | null;
|
3702
3466
|
fileName: string;
|
3703
3467
|
fileKey: string;
|
3704
3468
|
bucketName: string;
|
3705
3469
|
fileSize: number;
|
3706
3470
|
}, {
|
3707
3471
|
id: string;
|
3708
|
-
createdAt:
|
3709
|
-
updatedAt:
|
3710
|
-
deletedAt:
|
3472
|
+
createdAt: Date;
|
3473
|
+
updatedAt: Date;
|
3474
|
+
deletedAt: Date | null;
|
3711
3475
|
fileName: string;
|
3712
3476
|
fileKey: string;
|
3713
3477
|
bucketName: string;
|
@@ -3715,15 +3479,15 @@ export declare const ticketContract: {
|
|
3715
3479
|
}>;
|
3716
3480
|
}, "strip", z.ZodTypeAny, {
|
3717
3481
|
id: string;
|
3718
|
-
createdAt:
|
3719
|
-
updatedAt:
|
3720
|
-
deletedAt:
|
3482
|
+
createdAt: Date;
|
3483
|
+
updatedAt: Date;
|
3484
|
+
deletedAt: Date | null;
|
3721
3485
|
customFieldId: string;
|
3722
3486
|
upload: {
|
3723
3487
|
id: string;
|
3724
|
-
createdAt:
|
3725
|
-
updatedAt:
|
3726
|
-
deletedAt:
|
3488
|
+
createdAt: Date;
|
3489
|
+
updatedAt: Date;
|
3490
|
+
deletedAt: Date | null;
|
3727
3491
|
fileName: string;
|
3728
3492
|
fileKey: string;
|
3729
3493
|
bucketName: string;
|
@@ -3731,15 +3495,15 @@ export declare const ticketContract: {
|
|
3731
3495
|
};
|
3732
3496
|
}, {
|
3733
3497
|
id: string;
|
3734
|
-
createdAt:
|
3735
|
-
updatedAt:
|
3736
|
-
deletedAt:
|
3498
|
+
createdAt: Date;
|
3499
|
+
updatedAt: Date;
|
3500
|
+
deletedAt: Date | null;
|
3737
3501
|
customFieldId: string;
|
3738
3502
|
upload: {
|
3739
3503
|
id: string;
|
3740
|
-
createdAt:
|
3741
|
-
updatedAt:
|
3742
|
-
deletedAt:
|
3504
|
+
createdAt: Date;
|
3505
|
+
updatedAt: Date;
|
3506
|
+
deletedAt: Date | null;
|
3743
3507
|
fileName: string;
|
3744
3508
|
fileKey: string;
|
3745
3509
|
bucketName: string;
|
@@ -3748,16 +3512,16 @@ export declare const ticketContract: {
|
|
3748
3512
|
}>, "many">;
|
3749
3513
|
}, "strip", z.ZodTypeAny, {
|
3750
3514
|
id: string;
|
3751
|
-
createdAt:
|
3752
|
-
updatedAt:
|
3753
|
-
deletedAt:
|
3515
|
+
createdAt: Date;
|
3516
|
+
updatedAt: Date;
|
3517
|
+
deletedAt: Date | null;
|
3754
3518
|
attribute: {
|
3755
3519
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3756
3520
|
id: string;
|
3757
3521
|
position: number;
|
3758
|
-
createdAt:
|
3759
|
-
updatedAt:
|
3760
|
-
deletedAt:
|
3522
|
+
createdAt: Date;
|
3523
|
+
updatedAt: Date;
|
3524
|
+
deletedAt: Date | null;
|
3761
3525
|
isDefault: boolean;
|
3762
3526
|
systemName: string;
|
3763
3527
|
displayName: string;
|
@@ -3768,18 +3532,18 @@ export declare const ticketContract: {
|
|
3768
3532
|
textValue: string | null;
|
3769
3533
|
booleanValue: boolean | null;
|
3770
3534
|
numberValue: number | null;
|
3771
|
-
dateValue:
|
3535
|
+
dateValue: Date | null;
|
3772
3536
|
uploads: {
|
3773
3537
|
id: string;
|
3774
|
-
createdAt:
|
3775
|
-
updatedAt:
|
3776
|
-
deletedAt:
|
3538
|
+
createdAt: Date;
|
3539
|
+
updatedAt: Date;
|
3540
|
+
deletedAt: Date | null;
|
3777
3541
|
customFieldId: string;
|
3778
3542
|
upload: {
|
3779
3543
|
id: string;
|
3780
|
-
createdAt:
|
3781
|
-
updatedAt:
|
3782
|
-
deletedAt:
|
3544
|
+
createdAt: Date;
|
3545
|
+
updatedAt: Date;
|
3546
|
+
deletedAt: Date | null;
|
3783
3547
|
fileName: string;
|
3784
3548
|
fileKey: string;
|
3785
3549
|
bucketName: string;
|
@@ -3788,16 +3552,16 @@ export declare const ticketContract: {
|
|
3788
3552
|
}[];
|
3789
3553
|
}, {
|
3790
3554
|
id: string;
|
3791
|
-
createdAt:
|
3792
|
-
updatedAt:
|
3793
|
-
deletedAt:
|
3555
|
+
createdAt: Date;
|
3556
|
+
updatedAt: Date;
|
3557
|
+
deletedAt: Date | null;
|
3794
3558
|
attribute: {
|
3795
3559
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3796
3560
|
id: string;
|
3797
3561
|
position: number;
|
3798
|
-
createdAt:
|
3799
|
-
updatedAt:
|
3800
|
-
deletedAt:
|
3562
|
+
createdAt: Date;
|
3563
|
+
updatedAt: Date;
|
3564
|
+
deletedAt: Date | null;
|
3801
3565
|
isDefault: boolean;
|
3802
3566
|
systemName: string;
|
3803
3567
|
displayName: string;
|
@@ -3808,18 +3572,18 @@ export declare const ticketContract: {
|
|
3808
3572
|
textValue: string | null;
|
3809
3573
|
booleanValue: boolean | null;
|
3810
3574
|
numberValue: number | null;
|
3811
|
-
dateValue:
|
3575
|
+
dateValue: Date | null;
|
3812
3576
|
uploads: {
|
3813
3577
|
id: string;
|
3814
|
-
createdAt:
|
3815
|
-
updatedAt:
|
3816
|
-
deletedAt:
|
3578
|
+
createdAt: Date;
|
3579
|
+
updatedAt: Date;
|
3580
|
+
deletedAt: Date | null;
|
3817
3581
|
customFieldId: string;
|
3818
3582
|
upload: {
|
3819
3583
|
id: string;
|
3820
|
-
createdAt:
|
3821
|
-
updatedAt:
|
3822
|
-
deletedAt:
|
3584
|
+
createdAt: Date;
|
3585
|
+
updatedAt: Date;
|
3586
|
+
deletedAt: Date | null;
|
3823
3587
|
fileName: string;
|
3824
3588
|
fileKey: string;
|
3825
3589
|
bucketName: string;
|
@@ -3835,21 +3599,21 @@ export declare const ticketContract: {
|
|
3835
3599
|
title: string;
|
3836
3600
|
description: string | null;
|
3837
3601
|
status: string;
|
3838
|
-
createdAt:
|
3839
|
-
updatedAt:
|
3840
|
-
deletedAt:
|
3602
|
+
createdAt: Date;
|
3603
|
+
updatedAt: Date;
|
3604
|
+
deletedAt: Date | null;
|
3841
3605
|
customFields: {
|
3842
3606
|
id: string;
|
3843
|
-
createdAt:
|
3844
|
-
updatedAt:
|
3845
|
-
deletedAt:
|
3607
|
+
createdAt: Date;
|
3608
|
+
updatedAt: Date;
|
3609
|
+
deletedAt: Date | null;
|
3846
3610
|
attribute: {
|
3847
3611
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3848
3612
|
id: string;
|
3849
3613
|
position: number;
|
3850
|
-
createdAt:
|
3851
|
-
updatedAt:
|
3852
|
-
deletedAt:
|
3614
|
+
createdAt: Date;
|
3615
|
+
updatedAt: Date;
|
3616
|
+
deletedAt: Date | null;
|
3853
3617
|
isDefault: boolean;
|
3854
3618
|
systemName: string;
|
3855
3619
|
displayName: string;
|
@@ -3860,18 +3624,18 @@ export declare const ticketContract: {
|
|
3860
3624
|
textValue: string | null;
|
3861
3625
|
booleanValue: boolean | null;
|
3862
3626
|
numberValue: number | null;
|
3863
|
-
dateValue:
|
3627
|
+
dateValue: Date | null;
|
3864
3628
|
uploads: {
|
3865
3629
|
id: string;
|
3866
|
-
createdAt:
|
3867
|
-
updatedAt:
|
3868
|
-
deletedAt:
|
3630
|
+
createdAt: Date;
|
3631
|
+
updatedAt: Date;
|
3632
|
+
deletedAt: Date | null;
|
3869
3633
|
customFieldId: string;
|
3870
3634
|
upload: {
|
3871
3635
|
id: string;
|
3872
|
-
createdAt:
|
3873
|
-
updatedAt:
|
3874
|
-
deletedAt:
|
3636
|
+
createdAt: Date;
|
3637
|
+
updatedAt: Date;
|
3638
|
+
deletedAt: Date | null;
|
3875
3639
|
fileName: string;
|
3876
3640
|
fileKey: string;
|
3877
3641
|
bucketName: string;
|
@@ -3892,21 +3656,21 @@ export declare const ticketContract: {
|
|
3892
3656
|
title: string;
|
3893
3657
|
description: string | null;
|
3894
3658
|
status: string;
|
3895
|
-
createdAt:
|
3896
|
-
updatedAt:
|
3897
|
-
deletedAt:
|
3659
|
+
createdAt: Date;
|
3660
|
+
updatedAt: Date;
|
3661
|
+
deletedAt: Date | null;
|
3898
3662
|
customFields: {
|
3899
3663
|
id: string;
|
3900
|
-
createdAt:
|
3901
|
-
updatedAt:
|
3902
|
-
deletedAt:
|
3664
|
+
createdAt: Date;
|
3665
|
+
updatedAt: Date;
|
3666
|
+
deletedAt: Date | null;
|
3903
3667
|
attribute: {
|
3904
3668
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3905
3669
|
id: string;
|
3906
3670
|
position: number;
|
3907
|
-
createdAt:
|
3908
|
-
updatedAt:
|
3909
|
-
deletedAt:
|
3671
|
+
createdAt: Date;
|
3672
|
+
updatedAt: Date;
|
3673
|
+
deletedAt: Date | null;
|
3910
3674
|
isDefault: boolean;
|
3911
3675
|
systemName: string;
|
3912
3676
|
displayName: string;
|
@@ -3917,18 +3681,18 @@ export declare const ticketContract: {
|
|
3917
3681
|
textValue: string | null;
|
3918
3682
|
booleanValue: boolean | null;
|
3919
3683
|
numberValue: number | null;
|
3920
|
-
dateValue:
|
3684
|
+
dateValue: Date | null;
|
3921
3685
|
uploads: {
|
3922
3686
|
id: string;
|
3923
|
-
createdAt:
|
3924
|
-
updatedAt:
|
3925
|
-
deletedAt:
|
3687
|
+
createdAt: Date;
|
3688
|
+
updatedAt: Date;
|
3689
|
+
deletedAt: Date | null;
|
3926
3690
|
customFieldId: string;
|
3927
3691
|
upload: {
|
3928
3692
|
id: string;
|
3929
|
-
createdAt:
|
3930
|
-
updatedAt:
|
3931
|
-
deletedAt:
|
3693
|
+
createdAt: Date;
|
3694
|
+
updatedAt: Date;
|
3695
|
+
deletedAt: Date | null;
|
3932
3696
|
fileName: string;
|
3933
3697
|
fileKey: string;
|
3934
3698
|
bucketName: string;
|
@@ -4122,21 +3886,21 @@ export declare const ticketContract: {
|
|
4122
3886
|
title: string;
|
4123
3887
|
description: string | null;
|
4124
3888
|
status: string;
|
4125
|
-
createdAt:
|
4126
|
-
updatedAt:
|
4127
|
-
deletedAt:
|
3889
|
+
createdAt: Date;
|
3890
|
+
updatedAt: Date;
|
3891
|
+
deletedAt: Date | null;
|
4128
3892
|
customFields: {
|
4129
3893
|
id: string;
|
4130
|
-
createdAt:
|
4131
|
-
updatedAt:
|
4132
|
-
deletedAt:
|
3894
|
+
createdAt: Date;
|
3895
|
+
updatedAt: Date;
|
3896
|
+
deletedAt: Date | null;
|
4133
3897
|
attribute: {
|
4134
3898
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4135
3899
|
id: string;
|
4136
3900
|
position: number;
|
4137
|
-
createdAt:
|
4138
|
-
updatedAt:
|
4139
|
-
deletedAt:
|
3901
|
+
createdAt: Date;
|
3902
|
+
updatedAt: Date;
|
3903
|
+
deletedAt: Date | null;
|
4140
3904
|
isDefault: boolean;
|
4141
3905
|
systemName: string;
|
4142
3906
|
displayName: string;
|
@@ -4147,18 +3911,18 @@ export declare const ticketContract: {
|
|
4147
3911
|
textValue: string | null;
|
4148
3912
|
booleanValue: boolean | null;
|
4149
3913
|
numberValue: number | null;
|
4150
|
-
dateValue:
|
3914
|
+
dateValue: Date | null;
|
4151
3915
|
uploads: {
|
4152
3916
|
id: string;
|
4153
|
-
createdAt:
|
4154
|
-
updatedAt:
|
4155
|
-
deletedAt:
|
3917
|
+
createdAt: Date;
|
3918
|
+
updatedAt: Date;
|
3919
|
+
deletedAt: Date | null;
|
4156
3920
|
customFieldId: string;
|
4157
3921
|
upload: {
|
4158
3922
|
id: string;
|
4159
|
-
createdAt:
|
4160
|
-
updatedAt:
|
4161
|
-
deletedAt:
|
3923
|
+
createdAt: Date;
|
3924
|
+
updatedAt: Date;
|
3925
|
+
deletedAt: Date | null;
|
4162
3926
|
fileName: string;
|
4163
3927
|
fileKey: string;
|
4164
3928
|
bucketName: string;
|
@@ -4179,21 +3943,21 @@ export declare const ticketContract: {
|
|
4179
3943
|
title: string;
|
4180
3944
|
description: string | null;
|
4181
3945
|
status: string;
|
4182
|
-
createdAt:
|
4183
|
-
updatedAt:
|
4184
|
-
deletedAt:
|
3946
|
+
createdAt: Date;
|
3947
|
+
updatedAt: Date;
|
3948
|
+
deletedAt: Date | null;
|
4185
3949
|
customFields: {
|
4186
3950
|
id: string;
|
4187
|
-
createdAt:
|
4188
|
-
updatedAt:
|
4189
|
-
deletedAt:
|
3951
|
+
createdAt: Date;
|
3952
|
+
updatedAt: Date;
|
3953
|
+
deletedAt: Date | null;
|
4190
3954
|
attribute: {
|
4191
3955
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4192
3956
|
id: string;
|
4193
3957
|
position: number;
|
4194
|
-
createdAt:
|
4195
|
-
updatedAt:
|
4196
|
-
deletedAt:
|
3958
|
+
createdAt: Date;
|
3959
|
+
updatedAt: Date;
|
3960
|
+
deletedAt: Date | null;
|
4197
3961
|
isDefault: boolean;
|
4198
3962
|
systemName: string;
|
4199
3963
|
displayName: string;
|
@@ -4204,18 +3968,18 @@ export declare const ticketContract: {
|
|
4204
3968
|
textValue: string | null;
|
4205
3969
|
booleanValue: boolean | null;
|
4206
3970
|
numberValue: number | null;
|
4207
|
-
dateValue:
|
3971
|
+
dateValue: Date | null;
|
4208
3972
|
uploads: {
|
4209
3973
|
id: string;
|
4210
|
-
createdAt:
|
4211
|
-
updatedAt:
|
4212
|
-
deletedAt:
|
3974
|
+
createdAt: Date;
|
3975
|
+
updatedAt: Date;
|
3976
|
+
deletedAt: Date | null;
|
4213
3977
|
customFieldId: string;
|
4214
3978
|
upload: {
|
4215
3979
|
id: string;
|
4216
|
-
createdAt:
|
4217
|
-
updatedAt:
|
4218
|
-
deletedAt:
|
3980
|
+
createdAt: Date;
|
3981
|
+
updatedAt: Date;
|
3982
|
+
deletedAt: Date | null;
|
4219
3983
|
fileName: string;
|
4220
3984
|
fileKey: string;
|
4221
3985
|
bucketName: string;
|
@@ -4238,21 +4002,21 @@ export declare const ticketContract: {
|
|
4238
4002
|
title: string;
|
4239
4003
|
description: string | null;
|
4240
4004
|
status: string;
|
4241
|
-
createdAt:
|
4242
|
-
updatedAt:
|
4243
|
-
deletedAt:
|
4005
|
+
createdAt: Date;
|
4006
|
+
updatedAt: Date;
|
4007
|
+
deletedAt: Date | null;
|
4244
4008
|
customFields: {
|
4245
4009
|
id: string;
|
4246
|
-
createdAt:
|
4247
|
-
updatedAt:
|
4248
|
-
deletedAt:
|
4010
|
+
createdAt: Date;
|
4011
|
+
updatedAt: Date;
|
4012
|
+
deletedAt: Date | null;
|
4249
4013
|
attribute: {
|
4250
4014
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4251
4015
|
id: string;
|
4252
4016
|
position: number;
|
4253
|
-
createdAt:
|
4254
|
-
updatedAt:
|
4255
|
-
deletedAt:
|
4017
|
+
createdAt: Date;
|
4018
|
+
updatedAt: Date;
|
4019
|
+
deletedAt: Date | null;
|
4256
4020
|
isDefault: boolean;
|
4257
4021
|
systemName: string;
|
4258
4022
|
displayName: string;
|
@@ -4263,18 +4027,18 @@ export declare const ticketContract: {
|
|
4263
4027
|
textValue: string | null;
|
4264
4028
|
booleanValue: boolean | null;
|
4265
4029
|
numberValue: number | null;
|
4266
|
-
dateValue:
|
4030
|
+
dateValue: Date | null;
|
4267
4031
|
uploads: {
|
4268
4032
|
id: string;
|
4269
|
-
createdAt:
|
4270
|
-
updatedAt:
|
4271
|
-
deletedAt:
|
4033
|
+
createdAt: Date;
|
4034
|
+
updatedAt: Date;
|
4035
|
+
deletedAt: Date | null;
|
4272
4036
|
customFieldId: string;
|
4273
4037
|
upload: {
|
4274
4038
|
id: string;
|
4275
|
-
createdAt:
|
4276
|
-
updatedAt:
|
4277
|
-
deletedAt:
|
4039
|
+
createdAt: Date;
|
4040
|
+
updatedAt: Date;
|
4041
|
+
deletedAt: Date | null;
|
4278
4042
|
fileName: string;
|
4279
4043
|
fileKey: string;
|
4280
4044
|
bucketName: string;
|
@@ -4301,21 +4065,21 @@ export declare const ticketContract: {
|
|
4301
4065
|
title: string;
|
4302
4066
|
description: string | null;
|
4303
4067
|
status: string;
|
4304
|
-
createdAt:
|
4305
|
-
updatedAt:
|
4306
|
-
deletedAt:
|
4068
|
+
createdAt: Date;
|
4069
|
+
updatedAt: Date;
|
4070
|
+
deletedAt: Date | null;
|
4307
4071
|
customFields: {
|
4308
4072
|
id: string;
|
4309
|
-
createdAt:
|
4310
|
-
updatedAt:
|
4311
|
-
deletedAt:
|
4073
|
+
createdAt: Date;
|
4074
|
+
updatedAt: Date;
|
4075
|
+
deletedAt: Date | null;
|
4312
4076
|
attribute: {
|
4313
4077
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4314
4078
|
id: string;
|
4315
4079
|
position: number;
|
4316
|
-
createdAt:
|
4317
|
-
updatedAt:
|
4318
|
-
deletedAt:
|
4080
|
+
createdAt: Date;
|
4081
|
+
updatedAt: Date;
|
4082
|
+
deletedAt: Date | null;
|
4319
4083
|
isDefault: boolean;
|
4320
4084
|
systemName: string;
|
4321
4085
|
displayName: string;
|
@@ -4326,18 +4090,18 @@ export declare const ticketContract: {
|
|
4326
4090
|
textValue: string | null;
|
4327
4091
|
booleanValue: boolean | null;
|
4328
4092
|
numberValue: number | null;
|
4329
|
-
dateValue:
|
4093
|
+
dateValue: Date | null;
|
4330
4094
|
uploads: {
|
4331
4095
|
id: string;
|
4332
|
-
createdAt:
|
4333
|
-
updatedAt:
|
4334
|
-
deletedAt:
|
4096
|
+
createdAt: Date;
|
4097
|
+
updatedAt: Date;
|
4098
|
+
deletedAt: Date | null;
|
4335
4099
|
customFieldId: string;
|
4336
4100
|
upload: {
|
4337
4101
|
id: string;
|
4338
|
-
createdAt:
|
4339
|
-
updatedAt:
|
4340
|
-
deletedAt:
|
4102
|
+
createdAt: Date;
|
4103
|
+
updatedAt: Date;
|
4104
|
+
deletedAt: Date | null;
|
4341
4105
|
fileName: string;
|
4342
4106
|
fileKey: string;
|
4343
4107
|
bucketName: string;
|
@@ -4451,18 +4215,18 @@ export declare const ticketContract: {
|
|
4451
4215
|
responses: {
|
4452
4216
|
201: z.ZodObject<{
|
4453
4217
|
id: z.ZodString;
|
4454
|
-
createdAt: z.
|
4455
|
-
updatedAt: z.
|
4456
|
-
deletedAt: z.ZodNullable<z.
|
4218
|
+
createdAt: z.ZodDate;
|
4219
|
+
updatedAt: z.ZodDate;
|
4220
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
4457
4221
|
textValue: z.ZodNullable<z.ZodString>;
|
4458
4222
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
4459
4223
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
4460
|
-
dateValue: z.ZodNullable<z.
|
4224
|
+
dateValue: z.ZodNullable<z.ZodDate>;
|
4461
4225
|
attribute: z.ZodObject<Omit<{
|
4462
4226
|
id: z.ZodString;
|
4463
|
-
createdAt: z.
|
4464
|
-
updatedAt: z.
|
4465
|
-
deletedAt: z.ZodNullable<z.
|
4227
|
+
createdAt: z.ZodDate;
|
4228
|
+
updatedAt: z.ZodDate;
|
4229
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
4466
4230
|
systemName: z.ZodString;
|
4467
4231
|
displayName: z.ZodString;
|
4468
4232
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -4492,23 +4256,23 @@ export declare const ticketContract: {
|
|
4492
4256
|
}>, "many">;
|
4493
4257
|
group: z.ZodObject<{
|
4494
4258
|
id: z.ZodString;
|
4495
|
-
createdAt: z.
|
4496
|
-
updatedAt: z.
|
4497
|
-
deletedAt: z.ZodNullable<z.
|
4259
|
+
createdAt: z.ZodDate;
|
4260
|
+
updatedAt: z.ZodDate;
|
4261
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
4498
4262
|
systemName: z.ZodString;
|
4499
4263
|
displayName: z.ZodString;
|
4500
4264
|
}, "strip", z.ZodTypeAny, {
|
4501
4265
|
id: string;
|
4502
|
-
createdAt:
|
4503
|
-
updatedAt:
|
4504
|
-
deletedAt:
|
4266
|
+
createdAt: Date;
|
4267
|
+
updatedAt: Date;
|
4268
|
+
deletedAt: Date | null;
|
4505
4269
|
systemName: string;
|
4506
4270
|
displayName: string;
|
4507
4271
|
}, {
|
4508
4272
|
id: string;
|
4509
|
-
createdAt:
|
4510
|
-
updatedAt:
|
4511
|
-
deletedAt:
|
4273
|
+
createdAt: Date;
|
4274
|
+
updatedAt: Date;
|
4275
|
+
deletedAt: Date | null;
|
4512
4276
|
systemName: string;
|
4513
4277
|
displayName: string;
|
4514
4278
|
}>;
|
@@ -4516,9 +4280,9 @@ export declare const ticketContract: {
|
|
4516
4280
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4517
4281
|
id: string;
|
4518
4282
|
position: number;
|
4519
|
-
createdAt:
|
4520
|
-
updatedAt:
|
4521
|
-
deletedAt:
|
4283
|
+
createdAt: Date;
|
4284
|
+
updatedAt: Date;
|
4285
|
+
deletedAt: Date | null;
|
4522
4286
|
isDefault: boolean;
|
4523
4287
|
systemName: string;
|
4524
4288
|
displayName: string;
|
@@ -4529,9 +4293,9 @@ export declare const ticketContract: {
|
|
4529
4293
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4530
4294
|
id: string;
|
4531
4295
|
position: number;
|
4532
|
-
createdAt:
|
4533
|
-
updatedAt:
|
4534
|
-
deletedAt:
|
4296
|
+
createdAt: Date;
|
4297
|
+
updatedAt: Date;
|
4298
|
+
deletedAt: Date | null;
|
4535
4299
|
isDefault: boolean;
|
4536
4300
|
systemName: string;
|
4537
4301
|
displayName: string;
|
@@ -4541,33 +4305,33 @@ export declare const ticketContract: {
|
|
4541
4305
|
}>;
|
4542
4306
|
uploads: z.ZodArray<z.ZodObject<{
|
4543
4307
|
id: z.ZodString;
|
4544
|
-
createdAt: z.
|
4545
|
-
updatedAt: z.
|
4546
|
-
deletedAt: z.ZodNullable<z.
|
4308
|
+
createdAt: z.ZodDate;
|
4309
|
+
updatedAt: z.ZodDate;
|
4310
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
4547
4311
|
customFieldId: z.ZodString;
|
4548
4312
|
upload: z.ZodObject<{
|
4549
4313
|
id: z.ZodString;
|
4550
|
-
createdAt: z.
|
4551
|
-
updatedAt: z.
|
4552
|
-
deletedAt: z.ZodNullable<z.
|
4314
|
+
createdAt: z.ZodDate;
|
4315
|
+
updatedAt: z.ZodDate;
|
4316
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
4553
4317
|
bucketName: z.ZodString;
|
4554
4318
|
fileName: z.ZodString;
|
4555
4319
|
fileSize: z.ZodNumber;
|
4556
4320
|
fileKey: z.ZodString;
|
4557
4321
|
}, "strip", z.ZodTypeAny, {
|
4558
4322
|
id: string;
|
4559
|
-
createdAt:
|
4560
|
-
updatedAt:
|
4561
|
-
deletedAt:
|
4323
|
+
createdAt: Date;
|
4324
|
+
updatedAt: Date;
|
4325
|
+
deletedAt: Date | null;
|
4562
4326
|
fileName: string;
|
4563
4327
|
fileKey: string;
|
4564
4328
|
bucketName: string;
|
4565
4329
|
fileSize: number;
|
4566
4330
|
}, {
|
4567
4331
|
id: string;
|
4568
|
-
createdAt:
|
4569
|
-
updatedAt:
|
4570
|
-
deletedAt:
|
4332
|
+
createdAt: Date;
|
4333
|
+
updatedAt: Date;
|
4334
|
+
deletedAt: Date | null;
|
4571
4335
|
fileName: string;
|
4572
4336
|
fileKey: string;
|
4573
4337
|
bucketName: string;
|
@@ -4575,15 +4339,15 @@ export declare const ticketContract: {
|
|
4575
4339
|
}>;
|
4576
4340
|
}, "strip", z.ZodTypeAny, {
|
4577
4341
|
id: string;
|
4578
|
-
createdAt:
|
4579
|
-
updatedAt:
|
4580
|
-
deletedAt:
|
4342
|
+
createdAt: Date;
|
4343
|
+
updatedAt: Date;
|
4344
|
+
deletedAt: Date | null;
|
4581
4345
|
customFieldId: string;
|
4582
4346
|
upload: {
|
4583
4347
|
id: string;
|
4584
|
-
createdAt:
|
4585
|
-
updatedAt:
|
4586
|
-
deletedAt:
|
4348
|
+
createdAt: Date;
|
4349
|
+
updatedAt: Date;
|
4350
|
+
deletedAt: Date | null;
|
4587
4351
|
fileName: string;
|
4588
4352
|
fileKey: string;
|
4589
4353
|
bucketName: string;
|
@@ -4591,15 +4355,15 @@ export declare const ticketContract: {
|
|
4591
4355
|
};
|
4592
4356
|
}, {
|
4593
4357
|
id: string;
|
4594
|
-
createdAt:
|
4595
|
-
updatedAt:
|
4596
|
-
deletedAt:
|
4358
|
+
createdAt: Date;
|
4359
|
+
updatedAt: Date;
|
4360
|
+
deletedAt: Date | null;
|
4597
4361
|
customFieldId: string;
|
4598
4362
|
upload: {
|
4599
4363
|
id: string;
|
4600
|
-
createdAt:
|
4601
|
-
updatedAt:
|
4602
|
-
deletedAt:
|
4364
|
+
createdAt: Date;
|
4365
|
+
updatedAt: Date;
|
4366
|
+
deletedAt: Date | null;
|
4603
4367
|
fileName: string;
|
4604
4368
|
fileKey: string;
|
4605
4369
|
bucketName: string;
|
@@ -4608,16 +4372,16 @@ export declare const ticketContract: {
|
|
4608
4372
|
}>, "many">;
|
4609
4373
|
}, "strip", z.ZodTypeAny, {
|
4610
4374
|
id: string;
|
4611
|
-
createdAt:
|
4612
|
-
updatedAt:
|
4613
|
-
deletedAt:
|
4375
|
+
createdAt: Date;
|
4376
|
+
updatedAt: Date;
|
4377
|
+
deletedAt: Date | null;
|
4614
4378
|
attribute: {
|
4615
4379
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4616
4380
|
id: string;
|
4617
4381
|
position: number;
|
4618
|
-
createdAt:
|
4619
|
-
updatedAt:
|
4620
|
-
deletedAt:
|
4382
|
+
createdAt: Date;
|
4383
|
+
updatedAt: Date;
|
4384
|
+
deletedAt: Date | null;
|
4621
4385
|
isDefault: boolean;
|
4622
4386
|
systemName: string;
|
4623
4387
|
displayName: string;
|
@@ -4628,18 +4392,18 @@ export declare const ticketContract: {
|
|
4628
4392
|
textValue: string | null;
|
4629
4393
|
booleanValue: boolean | null;
|
4630
4394
|
numberValue: number | null;
|
4631
|
-
dateValue:
|
4395
|
+
dateValue: Date | null;
|
4632
4396
|
uploads: {
|
4633
4397
|
id: string;
|
4634
|
-
createdAt:
|
4635
|
-
updatedAt:
|
4636
|
-
deletedAt:
|
4398
|
+
createdAt: Date;
|
4399
|
+
updatedAt: Date;
|
4400
|
+
deletedAt: Date | null;
|
4637
4401
|
customFieldId: string;
|
4638
4402
|
upload: {
|
4639
4403
|
id: string;
|
4640
|
-
createdAt:
|
4641
|
-
updatedAt:
|
4642
|
-
deletedAt:
|
4404
|
+
createdAt: Date;
|
4405
|
+
updatedAt: Date;
|
4406
|
+
deletedAt: Date | null;
|
4643
4407
|
fileName: string;
|
4644
4408
|
fileKey: string;
|
4645
4409
|
bucketName: string;
|
@@ -4648,16 +4412,16 @@ export declare const ticketContract: {
|
|
4648
4412
|
}[];
|
4649
4413
|
}, {
|
4650
4414
|
id: string;
|
4651
|
-
createdAt:
|
4652
|
-
updatedAt:
|
4653
|
-
deletedAt:
|
4415
|
+
createdAt: Date;
|
4416
|
+
updatedAt: Date;
|
4417
|
+
deletedAt: Date | null;
|
4654
4418
|
attribute: {
|
4655
4419
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4656
4420
|
id: string;
|
4657
4421
|
position: number;
|
4658
|
-
createdAt:
|
4659
|
-
updatedAt:
|
4660
|
-
deletedAt:
|
4422
|
+
createdAt: Date;
|
4423
|
+
updatedAt: Date;
|
4424
|
+
deletedAt: Date | null;
|
4661
4425
|
isDefault: boolean;
|
4662
4426
|
systemName: string;
|
4663
4427
|
displayName: string;
|
@@ -4668,18 +4432,18 @@ export declare const ticketContract: {
|
|
4668
4432
|
textValue: string | null;
|
4669
4433
|
booleanValue: boolean | null;
|
4670
4434
|
numberValue: number | null;
|
4671
|
-
dateValue:
|
4435
|
+
dateValue: Date | null;
|
4672
4436
|
uploads: {
|
4673
4437
|
id: string;
|
4674
|
-
createdAt:
|
4675
|
-
updatedAt:
|
4676
|
-
deletedAt:
|
4438
|
+
createdAt: Date;
|
4439
|
+
updatedAt: Date;
|
4440
|
+
deletedAt: Date | null;
|
4677
4441
|
customFieldId: string;
|
4678
4442
|
upload: {
|
4679
4443
|
id: string;
|
4680
|
-
createdAt:
|
4681
|
-
updatedAt:
|
4682
|
-
deletedAt:
|
4444
|
+
createdAt: Date;
|
4445
|
+
updatedAt: Date;
|
4446
|
+
deletedAt: Date | null;
|
4683
4447
|
fileName: string;
|
4684
4448
|
fileKey: string;
|
4685
4449
|
bucketName: string;
|