@kl1/contracts 1.0.26 → 1.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1634 -1538
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1633 -1538
- 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/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 +537 -351
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts +98 -101
- 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 +324 -321
- package/dist/src/company/index.d.ts.map +1 -1
- package/dist/src/company/schema.d.ts +196 -59
- package/dist/src/company/schema.d.ts.map +1 -1
- 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 +26873 -26391
- 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/dashboard/index.d.ts +11 -7
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +127 -2
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/evaluate-form/schema.d.ts +9 -9
- 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 +3357 -3357
- package/dist/src/mail/message-contract.d.ts +152 -152
- package/dist/src/mail/room-contract.d.ts +3036 -3036
- 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 +1000 -1000
- package/dist/src/mail/schemas/room.schema.d.ts +806 -806
- package/dist/src/messenger/index.d.ts +2201 -2071
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/messenger/validation.d.ts +108 -1
- package/dist/src/messenger/validation.d.ts.map +1 -1
- package/dist/src/permission/index.d.ts +15 -15
- package/dist/src/permission/schema.d.ts +9 -9
- 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 -757
- 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 +66 -0
- 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 +150 -79
- package/dist/src/widget/index.d.ts.map +1 -1
- package/dist/src/widget/schema.d.ts +9 -9
- package/dist/src/widget/validation.d.ts +10 -0
- package/dist/src/widget/validation.d.ts.map +1 -1
- 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 +4 -10
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -1,10 +1,11 @@
|
|
1
1
|
import z from 'zod';
|
2
|
-
import { CreateTicketAttachmentRecordsSchema, CreateTicketValidationSchema, UpdateTicketValidationSchema, GetAllTicketQuerySchema, TicketParamsSchema } from './validation';
|
2
|
+
import { CreateTicketAttachmentRecordsSchema, CreateTicketValidationSchema, UpdateTicketValidationSchema, GetAllTicketQuerySchema, TicketParamsSchema, ExportAllTicketQuerySchema } from './validation';
|
3
3
|
export type CreateTicketRequest = z.infer<typeof CreateTicketValidationSchema>;
|
4
4
|
export type UpdateTicketRequest = z.infer<typeof UpdateTicketValidationSchema>;
|
5
5
|
export type CreateTicketAttachmentRecordsRequest = z.infer<typeof CreateTicketAttachmentRecordsSchema>;
|
6
6
|
export type GetAllTicketQueryRequest = z.infer<typeof GetAllTicketQuerySchema>;
|
7
7
|
export type GetTicketParamsRequest = z.infer<typeof TicketParamsSchema>;
|
8
|
+
export type ExportAllTicketQueryRequest = z.infer<typeof ExportAllTicketQuerySchema>;
|
8
9
|
export declare const ticketContract: {
|
9
10
|
createTicket: {
|
10
11
|
body: z.ZodObject<{
|
@@ -294,9 +295,9 @@ export declare const ticketContract: {
|
|
294
295
|
requestId: z.ZodString;
|
295
296
|
message: z.ZodObject<{
|
296
297
|
id: z.ZodString;
|
297
|
-
createdAt: z.
|
298
|
-
updatedAt: z.
|
299
|
-
deletedAt: z.ZodNullable<z.
|
298
|
+
createdAt: z.ZodString;
|
299
|
+
updatedAt: z.ZodString;
|
300
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
300
301
|
title: z.ZodString;
|
301
302
|
description: z.ZodNullable<z.ZodString>;
|
302
303
|
type: z.ZodString;
|
@@ -310,18 +311,18 @@ export declare const ticketContract: {
|
|
310
311
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
311
312
|
customFields: z.ZodArray<z.ZodObject<{
|
312
313
|
id: z.ZodString;
|
313
|
-
createdAt: z.
|
314
|
-
updatedAt: z.
|
315
|
-
deletedAt: z.ZodNullable<z.
|
314
|
+
createdAt: z.ZodString;
|
315
|
+
updatedAt: z.ZodString;
|
316
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
316
317
|
textValue: z.ZodNullable<z.ZodString>;
|
317
318
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
318
319
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
319
|
-
dateValue: z.ZodNullable<z.
|
320
|
+
dateValue: z.ZodNullable<z.ZodString>;
|
320
321
|
attribute: z.ZodObject<Omit<{
|
321
322
|
id: z.ZodString;
|
322
|
-
createdAt: z.
|
323
|
-
updatedAt: z.
|
324
|
-
deletedAt: z.ZodNullable<z.
|
323
|
+
createdAt: z.ZodString;
|
324
|
+
updatedAt: z.ZodString;
|
325
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
325
326
|
systemName: z.ZodString;
|
326
327
|
displayName: z.ZodString;
|
327
328
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -351,23 +352,23 @@ export declare const ticketContract: {
|
|
351
352
|
}>, "many">;
|
352
353
|
group: z.ZodObject<{
|
353
354
|
id: z.ZodString;
|
354
|
-
createdAt: z.
|
355
|
-
updatedAt: z.
|
356
|
-
deletedAt: z.ZodNullable<z.
|
355
|
+
createdAt: z.ZodString;
|
356
|
+
updatedAt: z.ZodString;
|
357
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
357
358
|
systemName: z.ZodString;
|
358
359
|
displayName: z.ZodString;
|
359
360
|
}, "strip", z.ZodTypeAny, {
|
360
361
|
id: string;
|
361
|
-
createdAt:
|
362
|
-
updatedAt:
|
363
|
-
deletedAt:
|
362
|
+
createdAt: string;
|
363
|
+
updatedAt: string;
|
364
|
+
deletedAt: string | null;
|
364
365
|
systemName: string;
|
365
366
|
displayName: string;
|
366
367
|
}, {
|
367
368
|
id: string;
|
368
|
-
createdAt:
|
369
|
-
updatedAt:
|
370
|
-
deletedAt:
|
369
|
+
createdAt: string;
|
370
|
+
updatedAt: string;
|
371
|
+
deletedAt: string | null;
|
371
372
|
systemName: string;
|
372
373
|
displayName: string;
|
373
374
|
}>;
|
@@ -375,9 +376,9 @@ export declare const ticketContract: {
|
|
375
376
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
376
377
|
id: string;
|
377
378
|
position: number;
|
378
|
-
createdAt:
|
379
|
-
updatedAt:
|
380
|
-
deletedAt:
|
379
|
+
createdAt: string;
|
380
|
+
updatedAt: string;
|
381
|
+
deletedAt: string | null;
|
381
382
|
isDefault: boolean;
|
382
383
|
systemName: string;
|
383
384
|
displayName: string;
|
@@ -388,9 +389,9 @@ export declare const ticketContract: {
|
|
388
389
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
389
390
|
id: string;
|
390
391
|
position: number;
|
391
|
-
createdAt:
|
392
|
-
updatedAt:
|
393
|
-
deletedAt:
|
392
|
+
createdAt: string;
|
393
|
+
updatedAt: string;
|
394
|
+
deletedAt: string | null;
|
394
395
|
isDefault: boolean;
|
395
396
|
systemName: string;
|
396
397
|
displayName: string;
|
@@ -400,33 +401,33 @@ export declare const ticketContract: {
|
|
400
401
|
}>;
|
401
402
|
uploads: z.ZodArray<z.ZodObject<{
|
402
403
|
id: z.ZodString;
|
403
|
-
createdAt: z.
|
404
|
-
updatedAt: z.
|
405
|
-
deletedAt: z.ZodNullable<z.
|
404
|
+
createdAt: z.ZodString;
|
405
|
+
updatedAt: z.ZodString;
|
406
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
406
407
|
customFieldId: z.ZodString;
|
407
408
|
upload: z.ZodObject<{
|
408
409
|
id: z.ZodString;
|
409
|
-
createdAt: z.
|
410
|
-
updatedAt: z.
|
411
|
-
deletedAt: z.ZodNullable<z.
|
410
|
+
createdAt: z.ZodString;
|
411
|
+
updatedAt: z.ZodString;
|
412
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
412
413
|
bucketName: z.ZodString;
|
413
414
|
fileName: z.ZodString;
|
414
415
|
fileSize: z.ZodNumber;
|
415
416
|
fileKey: z.ZodString;
|
416
417
|
}, "strip", z.ZodTypeAny, {
|
417
418
|
id: string;
|
418
|
-
createdAt:
|
419
|
-
updatedAt:
|
420
|
-
deletedAt:
|
419
|
+
createdAt: string;
|
420
|
+
updatedAt: string;
|
421
|
+
deletedAt: string | null;
|
421
422
|
fileName: string;
|
422
423
|
fileKey: string;
|
423
424
|
bucketName: string;
|
424
425
|
fileSize: number;
|
425
426
|
}, {
|
426
427
|
id: string;
|
427
|
-
createdAt:
|
428
|
-
updatedAt:
|
429
|
-
deletedAt:
|
428
|
+
createdAt: string;
|
429
|
+
updatedAt: string;
|
430
|
+
deletedAt: string | null;
|
430
431
|
fileName: string;
|
431
432
|
fileKey: string;
|
432
433
|
bucketName: string;
|
@@ -434,15 +435,15 @@ export declare const ticketContract: {
|
|
434
435
|
}>;
|
435
436
|
}, "strip", z.ZodTypeAny, {
|
436
437
|
id: string;
|
437
|
-
createdAt:
|
438
|
-
updatedAt:
|
439
|
-
deletedAt:
|
438
|
+
createdAt: string;
|
439
|
+
updatedAt: string;
|
440
|
+
deletedAt: string | null;
|
440
441
|
customFieldId: string;
|
441
442
|
upload: {
|
442
443
|
id: string;
|
443
|
-
createdAt:
|
444
|
-
updatedAt:
|
445
|
-
deletedAt:
|
444
|
+
createdAt: string;
|
445
|
+
updatedAt: string;
|
446
|
+
deletedAt: string | null;
|
446
447
|
fileName: string;
|
447
448
|
fileKey: string;
|
448
449
|
bucketName: string;
|
@@ -450,15 +451,15 @@ export declare const ticketContract: {
|
|
450
451
|
};
|
451
452
|
}, {
|
452
453
|
id: string;
|
453
|
-
createdAt:
|
454
|
-
updatedAt:
|
455
|
-
deletedAt:
|
454
|
+
createdAt: string;
|
455
|
+
updatedAt: string;
|
456
|
+
deletedAt: string | null;
|
456
457
|
customFieldId: string;
|
457
458
|
upload: {
|
458
459
|
id: string;
|
459
|
-
createdAt:
|
460
|
-
updatedAt:
|
461
|
-
deletedAt:
|
460
|
+
createdAt: string;
|
461
|
+
updatedAt: string;
|
462
|
+
deletedAt: string | null;
|
462
463
|
fileName: string;
|
463
464
|
fileKey: string;
|
464
465
|
bucketName: string;
|
@@ -467,16 +468,16 @@ export declare const ticketContract: {
|
|
467
468
|
}>, "many">;
|
468
469
|
}, "strip", z.ZodTypeAny, {
|
469
470
|
id: string;
|
470
|
-
createdAt:
|
471
|
-
updatedAt:
|
472
|
-
deletedAt:
|
471
|
+
createdAt: string;
|
472
|
+
updatedAt: string;
|
473
|
+
deletedAt: string | null;
|
473
474
|
attribute: {
|
474
475
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
475
476
|
id: string;
|
476
477
|
position: number;
|
477
|
-
createdAt:
|
478
|
-
updatedAt:
|
479
|
-
deletedAt:
|
478
|
+
createdAt: string;
|
479
|
+
updatedAt: string;
|
480
|
+
deletedAt: string | null;
|
480
481
|
isDefault: boolean;
|
481
482
|
systemName: string;
|
482
483
|
displayName: string;
|
@@ -487,18 +488,18 @@ export declare const ticketContract: {
|
|
487
488
|
textValue: string | null;
|
488
489
|
booleanValue: boolean | null;
|
489
490
|
numberValue: number | null;
|
490
|
-
dateValue:
|
491
|
+
dateValue: string | null;
|
491
492
|
uploads: {
|
492
493
|
id: string;
|
493
|
-
createdAt:
|
494
|
-
updatedAt:
|
495
|
-
deletedAt:
|
494
|
+
createdAt: string;
|
495
|
+
updatedAt: string;
|
496
|
+
deletedAt: string | null;
|
496
497
|
customFieldId: string;
|
497
498
|
upload: {
|
498
499
|
id: string;
|
499
|
-
createdAt:
|
500
|
-
updatedAt:
|
501
|
-
deletedAt:
|
500
|
+
createdAt: string;
|
501
|
+
updatedAt: string;
|
502
|
+
deletedAt: string | null;
|
502
503
|
fileName: string;
|
503
504
|
fileKey: string;
|
504
505
|
bucketName: string;
|
@@ -507,16 +508,16 @@ export declare const ticketContract: {
|
|
507
508
|
}[];
|
508
509
|
}, {
|
509
510
|
id: string;
|
510
|
-
createdAt:
|
511
|
-
updatedAt:
|
512
|
-
deletedAt:
|
511
|
+
createdAt: string;
|
512
|
+
updatedAt: string;
|
513
|
+
deletedAt: string | null;
|
513
514
|
attribute: {
|
514
515
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
515
516
|
id: string;
|
516
517
|
position: number;
|
517
|
-
createdAt:
|
518
|
-
updatedAt:
|
519
|
-
deletedAt:
|
518
|
+
createdAt: string;
|
519
|
+
updatedAt: string;
|
520
|
+
deletedAt: string | null;
|
520
521
|
isDefault: boolean;
|
521
522
|
systemName: string;
|
522
523
|
displayName: string;
|
@@ -527,18 +528,18 @@ export declare const ticketContract: {
|
|
527
528
|
textValue: string | null;
|
528
529
|
booleanValue: boolean | null;
|
529
530
|
numberValue: number | null;
|
530
|
-
dateValue:
|
531
|
+
dateValue: string | null;
|
531
532
|
uploads: {
|
532
533
|
id: string;
|
533
|
-
createdAt:
|
534
|
-
updatedAt:
|
535
|
-
deletedAt:
|
534
|
+
createdAt: string;
|
535
|
+
updatedAt: string;
|
536
|
+
deletedAt: string | null;
|
536
537
|
customFieldId: string;
|
537
538
|
upload: {
|
538
539
|
id: string;
|
539
|
-
createdAt:
|
540
|
-
updatedAt:
|
541
|
-
deletedAt:
|
540
|
+
createdAt: string;
|
541
|
+
updatedAt: string;
|
542
|
+
deletedAt: string | null;
|
542
543
|
fileName: string;
|
543
544
|
fileKey: string;
|
544
545
|
bucketName: string;
|
@@ -554,21 +555,21 @@ export declare const ticketContract: {
|
|
554
555
|
title: string;
|
555
556
|
description: string | null;
|
556
557
|
status: string;
|
557
|
-
createdAt:
|
558
|
-
updatedAt:
|
559
|
-
deletedAt:
|
558
|
+
createdAt: string;
|
559
|
+
updatedAt: string;
|
560
|
+
deletedAt: string | null;
|
560
561
|
customFields: {
|
561
562
|
id: string;
|
562
|
-
createdAt:
|
563
|
-
updatedAt:
|
564
|
-
deletedAt:
|
563
|
+
createdAt: string;
|
564
|
+
updatedAt: string;
|
565
|
+
deletedAt: string | null;
|
565
566
|
attribute: {
|
566
567
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
567
568
|
id: string;
|
568
569
|
position: number;
|
569
|
-
createdAt:
|
570
|
-
updatedAt:
|
571
|
-
deletedAt:
|
570
|
+
createdAt: string;
|
571
|
+
updatedAt: string;
|
572
|
+
deletedAt: string | null;
|
572
573
|
isDefault: boolean;
|
573
574
|
systemName: string;
|
574
575
|
displayName: string;
|
@@ -579,18 +580,18 @@ export declare const ticketContract: {
|
|
579
580
|
textValue: string | null;
|
580
581
|
booleanValue: boolean | null;
|
581
582
|
numberValue: number | null;
|
582
|
-
dateValue:
|
583
|
+
dateValue: string | null;
|
583
584
|
uploads: {
|
584
585
|
id: string;
|
585
|
-
createdAt:
|
586
|
-
updatedAt:
|
587
|
-
deletedAt:
|
586
|
+
createdAt: string;
|
587
|
+
updatedAt: string;
|
588
|
+
deletedAt: string | null;
|
588
589
|
customFieldId: string;
|
589
590
|
upload: {
|
590
591
|
id: string;
|
591
|
-
createdAt:
|
592
|
-
updatedAt:
|
593
|
-
deletedAt:
|
592
|
+
createdAt: string;
|
593
|
+
updatedAt: string;
|
594
|
+
deletedAt: string | null;
|
594
595
|
fileName: string;
|
595
596
|
fileKey: string;
|
596
597
|
bucketName: string;
|
@@ -611,21 +612,21 @@ export declare const ticketContract: {
|
|
611
612
|
title: string;
|
612
613
|
description: string | null;
|
613
614
|
status: string;
|
614
|
-
createdAt:
|
615
|
-
updatedAt:
|
616
|
-
deletedAt:
|
615
|
+
createdAt: string;
|
616
|
+
updatedAt: string;
|
617
|
+
deletedAt: string | null;
|
617
618
|
customFields: {
|
618
619
|
id: string;
|
619
|
-
createdAt:
|
620
|
-
updatedAt:
|
621
|
-
deletedAt:
|
620
|
+
createdAt: string;
|
621
|
+
updatedAt: string;
|
622
|
+
deletedAt: string | null;
|
622
623
|
attribute: {
|
623
624
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
624
625
|
id: string;
|
625
626
|
position: number;
|
626
|
-
createdAt:
|
627
|
-
updatedAt:
|
628
|
-
deletedAt:
|
627
|
+
createdAt: string;
|
628
|
+
updatedAt: string;
|
629
|
+
deletedAt: string | null;
|
629
630
|
isDefault: boolean;
|
630
631
|
systemName: string;
|
631
632
|
displayName: string;
|
@@ -636,18 +637,18 @@ export declare const ticketContract: {
|
|
636
637
|
textValue: string | null;
|
637
638
|
booleanValue: boolean | null;
|
638
639
|
numberValue: number | null;
|
639
|
-
dateValue:
|
640
|
+
dateValue: string | null;
|
640
641
|
uploads: {
|
641
642
|
id: string;
|
642
|
-
createdAt:
|
643
|
-
updatedAt:
|
644
|
-
deletedAt:
|
643
|
+
createdAt: string;
|
644
|
+
updatedAt: string;
|
645
|
+
deletedAt: string | null;
|
645
646
|
customFieldId: string;
|
646
647
|
upload: {
|
647
648
|
id: string;
|
648
|
-
createdAt:
|
649
|
-
updatedAt:
|
650
|
-
deletedAt:
|
649
|
+
createdAt: string;
|
650
|
+
updatedAt: string;
|
651
|
+
deletedAt: string | null;
|
651
652
|
fileName: string;
|
652
653
|
fileKey: string;
|
653
654
|
bucketName: string;
|
@@ -670,21 +671,21 @@ export declare const ticketContract: {
|
|
670
671
|
title: string;
|
671
672
|
description: string | null;
|
672
673
|
status: string;
|
673
|
-
createdAt:
|
674
|
-
updatedAt:
|
675
|
-
deletedAt:
|
674
|
+
createdAt: string;
|
675
|
+
updatedAt: string;
|
676
|
+
deletedAt: string | null;
|
676
677
|
customFields: {
|
677
678
|
id: string;
|
678
|
-
createdAt:
|
679
|
-
updatedAt:
|
680
|
-
deletedAt:
|
679
|
+
createdAt: string;
|
680
|
+
updatedAt: string;
|
681
|
+
deletedAt: string | null;
|
681
682
|
attribute: {
|
682
683
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
683
684
|
id: string;
|
684
685
|
position: number;
|
685
|
-
createdAt:
|
686
|
-
updatedAt:
|
687
|
-
deletedAt:
|
686
|
+
createdAt: string;
|
687
|
+
updatedAt: string;
|
688
|
+
deletedAt: string | null;
|
688
689
|
isDefault: boolean;
|
689
690
|
systemName: string;
|
690
691
|
displayName: string;
|
@@ -695,18 +696,18 @@ export declare const ticketContract: {
|
|
695
696
|
textValue: string | null;
|
696
697
|
booleanValue: boolean | null;
|
697
698
|
numberValue: number | null;
|
698
|
-
dateValue:
|
699
|
+
dateValue: string | null;
|
699
700
|
uploads: {
|
700
701
|
id: string;
|
701
|
-
createdAt:
|
702
|
-
updatedAt:
|
703
|
-
deletedAt:
|
702
|
+
createdAt: string;
|
703
|
+
updatedAt: string;
|
704
|
+
deletedAt: string | null;
|
704
705
|
customFieldId: string;
|
705
706
|
upload: {
|
706
707
|
id: string;
|
707
|
-
createdAt:
|
708
|
-
updatedAt:
|
709
|
-
deletedAt:
|
708
|
+
createdAt: string;
|
709
|
+
updatedAt: string;
|
710
|
+
deletedAt: string | null;
|
710
711
|
fileName: string;
|
711
712
|
fileKey: string;
|
712
713
|
bucketName: string;
|
@@ -730,21 +731,21 @@ export declare const ticketContract: {
|
|
730
731
|
title: string;
|
731
732
|
description: string | null;
|
732
733
|
status: string;
|
733
|
-
createdAt:
|
734
|
-
updatedAt:
|
735
|
-
deletedAt:
|
734
|
+
createdAt: string;
|
735
|
+
updatedAt: string;
|
736
|
+
deletedAt: string | null;
|
736
737
|
customFields: {
|
737
738
|
id: string;
|
738
|
-
createdAt:
|
739
|
-
updatedAt:
|
740
|
-
deletedAt:
|
739
|
+
createdAt: string;
|
740
|
+
updatedAt: string;
|
741
|
+
deletedAt: string | null;
|
741
742
|
attribute: {
|
742
743
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
743
744
|
id: string;
|
744
745
|
position: number;
|
745
|
-
createdAt:
|
746
|
-
updatedAt:
|
747
|
-
deletedAt:
|
746
|
+
createdAt: string;
|
747
|
+
updatedAt: string;
|
748
|
+
deletedAt: string | null;
|
748
749
|
isDefault: boolean;
|
749
750
|
systemName: string;
|
750
751
|
displayName: string;
|
@@ -755,18 +756,18 @@ export declare const ticketContract: {
|
|
755
756
|
textValue: string | null;
|
756
757
|
booleanValue: boolean | null;
|
757
758
|
numberValue: number | null;
|
758
|
-
dateValue:
|
759
|
+
dateValue: string | null;
|
759
760
|
uploads: {
|
760
761
|
id: string;
|
761
|
-
createdAt:
|
762
|
-
updatedAt:
|
763
|
-
deletedAt:
|
762
|
+
createdAt: string;
|
763
|
+
updatedAt: string;
|
764
|
+
deletedAt: string | null;
|
764
765
|
customFieldId: string;
|
765
766
|
upload: {
|
766
767
|
id: string;
|
767
|
-
createdAt:
|
768
|
-
updatedAt:
|
769
|
-
deletedAt:
|
768
|
+
createdAt: string;
|
769
|
+
updatedAt: string;
|
770
|
+
deletedAt: string | null;
|
770
771
|
fileName: string;
|
771
772
|
fileKey: string;
|
772
773
|
bucketName: string;
|
@@ -941,21 +942,21 @@ export declare const ticketContract: {
|
|
941
942
|
title: string;
|
942
943
|
description: string | null;
|
943
944
|
status: string;
|
944
|
-
createdAt:
|
945
|
-
updatedAt:
|
946
|
-
deletedAt:
|
945
|
+
createdAt: string;
|
946
|
+
updatedAt: string;
|
947
|
+
deletedAt: string | null;
|
947
948
|
customFields: {
|
948
949
|
id: string;
|
949
|
-
createdAt:
|
950
|
-
updatedAt:
|
951
|
-
deletedAt:
|
950
|
+
createdAt: string;
|
951
|
+
updatedAt: string;
|
952
|
+
deletedAt: string | null;
|
952
953
|
attribute: {
|
953
954
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
954
955
|
id: string;
|
955
956
|
position: number;
|
956
|
-
createdAt:
|
957
|
-
updatedAt:
|
958
|
-
deletedAt:
|
957
|
+
createdAt: string;
|
958
|
+
updatedAt: string;
|
959
|
+
deletedAt: string | null;
|
959
960
|
isDefault: boolean;
|
960
961
|
systemName: string;
|
961
962
|
displayName: string;
|
@@ -966,18 +967,18 @@ export declare const ticketContract: {
|
|
966
967
|
textValue: string | null;
|
967
968
|
booleanValue: boolean | null;
|
968
969
|
numberValue: number | null;
|
969
|
-
dateValue:
|
970
|
+
dateValue: string | null;
|
970
971
|
uploads: {
|
971
972
|
id: string;
|
972
|
-
createdAt:
|
973
|
-
updatedAt:
|
974
|
-
deletedAt:
|
973
|
+
createdAt: string;
|
974
|
+
updatedAt: string;
|
975
|
+
deletedAt: string | null;
|
975
976
|
customFieldId: string;
|
976
977
|
upload: {
|
977
978
|
id: string;
|
978
|
-
createdAt:
|
979
|
-
updatedAt:
|
980
|
-
deletedAt:
|
979
|
+
createdAt: string;
|
980
|
+
updatedAt: string;
|
981
|
+
deletedAt: string | null;
|
981
982
|
fileName: string;
|
982
983
|
fileKey: string;
|
983
984
|
bucketName: string;
|
@@ -998,21 +999,21 @@ export declare const ticketContract: {
|
|
998
999
|
title: string;
|
999
1000
|
description: string | null;
|
1000
1001
|
status: string;
|
1001
|
-
createdAt:
|
1002
|
-
updatedAt:
|
1003
|
-
deletedAt:
|
1002
|
+
createdAt: string;
|
1003
|
+
updatedAt: string;
|
1004
|
+
deletedAt: string | null;
|
1004
1005
|
customFields: {
|
1005
1006
|
id: string;
|
1006
|
-
createdAt:
|
1007
|
-
updatedAt:
|
1008
|
-
deletedAt:
|
1007
|
+
createdAt: string;
|
1008
|
+
updatedAt: string;
|
1009
|
+
deletedAt: string | null;
|
1009
1010
|
attribute: {
|
1010
1011
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1011
1012
|
id: string;
|
1012
1013
|
position: number;
|
1013
|
-
createdAt:
|
1014
|
-
updatedAt:
|
1015
|
-
deletedAt:
|
1014
|
+
createdAt: string;
|
1015
|
+
updatedAt: string;
|
1016
|
+
deletedAt: string | null;
|
1016
1017
|
isDefault: boolean;
|
1017
1018
|
systemName: string;
|
1018
1019
|
displayName: string;
|
@@ -1023,18 +1024,18 @@ export declare const ticketContract: {
|
|
1023
1024
|
textValue: string | null;
|
1024
1025
|
booleanValue: boolean | null;
|
1025
1026
|
numberValue: number | null;
|
1026
|
-
dateValue:
|
1027
|
+
dateValue: string | null;
|
1027
1028
|
uploads: {
|
1028
1029
|
id: string;
|
1029
|
-
createdAt:
|
1030
|
-
updatedAt:
|
1031
|
-
deletedAt:
|
1030
|
+
createdAt: string;
|
1031
|
+
updatedAt: string;
|
1032
|
+
deletedAt: string | null;
|
1032
1033
|
customFieldId: string;
|
1033
1034
|
upload: {
|
1034
1035
|
id: string;
|
1035
|
-
createdAt:
|
1036
|
-
updatedAt:
|
1037
|
-
deletedAt:
|
1036
|
+
createdAt: string;
|
1037
|
+
updatedAt: string;
|
1038
|
+
deletedAt: string | null;
|
1038
1039
|
fileName: string;
|
1039
1040
|
fileKey: string;
|
1040
1041
|
bucketName: string;
|
@@ -1057,21 +1058,21 @@ export declare const ticketContract: {
|
|
1057
1058
|
title: string;
|
1058
1059
|
description: string | null;
|
1059
1060
|
status: string;
|
1060
|
-
createdAt:
|
1061
|
-
updatedAt:
|
1062
|
-
deletedAt:
|
1061
|
+
createdAt: string;
|
1062
|
+
updatedAt: string;
|
1063
|
+
deletedAt: string | null;
|
1063
1064
|
customFields: {
|
1064
1065
|
id: string;
|
1065
|
-
createdAt:
|
1066
|
-
updatedAt:
|
1067
|
-
deletedAt:
|
1066
|
+
createdAt: string;
|
1067
|
+
updatedAt: string;
|
1068
|
+
deletedAt: string | null;
|
1068
1069
|
attribute: {
|
1069
1070
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1070
1071
|
id: string;
|
1071
1072
|
position: number;
|
1072
|
-
createdAt:
|
1073
|
-
updatedAt:
|
1074
|
-
deletedAt:
|
1073
|
+
createdAt: string;
|
1074
|
+
updatedAt: string;
|
1075
|
+
deletedAt: string | null;
|
1075
1076
|
isDefault: boolean;
|
1076
1077
|
systemName: string;
|
1077
1078
|
displayName: string;
|
@@ -1082,18 +1083,18 @@ export declare const ticketContract: {
|
|
1082
1083
|
textValue: string | null;
|
1083
1084
|
booleanValue: boolean | null;
|
1084
1085
|
numberValue: number | null;
|
1085
|
-
dateValue:
|
1086
|
+
dateValue: string | null;
|
1086
1087
|
uploads: {
|
1087
1088
|
id: string;
|
1088
|
-
createdAt:
|
1089
|
-
updatedAt:
|
1090
|
-
deletedAt:
|
1089
|
+
createdAt: string;
|
1090
|
+
updatedAt: string;
|
1091
|
+
deletedAt: string | null;
|
1091
1092
|
customFieldId: string;
|
1092
1093
|
upload: {
|
1093
1094
|
id: string;
|
1094
|
-
createdAt:
|
1095
|
-
updatedAt:
|
1096
|
-
deletedAt:
|
1095
|
+
createdAt: string;
|
1096
|
+
updatedAt: string;
|
1097
|
+
deletedAt: string | null;
|
1097
1098
|
fileName: string;
|
1098
1099
|
fileKey: string;
|
1099
1100
|
bucketName: string;
|
@@ -1120,21 +1121,21 @@ export declare const ticketContract: {
|
|
1120
1121
|
title: string;
|
1121
1122
|
description: string | null;
|
1122
1123
|
status: string;
|
1123
|
-
createdAt:
|
1124
|
-
updatedAt:
|
1125
|
-
deletedAt:
|
1124
|
+
createdAt: string;
|
1125
|
+
updatedAt: string;
|
1126
|
+
deletedAt: string | null;
|
1126
1127
|
customFields: {
|
1127
1128
|
id: string;
|
1128
|
-
createdAt:
|
1129
|
-
updatedAt:
|
1130
|
-
deletedAt:
|
1129
|
+
createdAt: string;
|
1130
|
+
updatedAt: string;
|
1131
|
+
deletedAt: string | null;
|
1131
1132
|
attribute: {
|
1132
1133
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1133
1134
|
id: string;
|
1134
1135
|
position: number;
|
1135
|
-
createdAt:
|
1136
|
-
updatedAt:
|
1137
|
-
deletedAt:
|
1136
|
+
createdAt: string;
|
1137
|
+
updatedAt: string;
|
1138
|
+
deletedAt: string | null;
|
1138
1139
|
isDefault: boolean;
|
1139
1140
|
systemName: string;
|
1140
1141
|
displayName: string;
|
@@ -1145,18 +1146,18 @@ export declare const ticketContract: {
|
|
1145
1146
|
textValue: string | null;
|
1146
1147
|
booleanValue: boolean | null;
|
1147
1148
|
numberValue: number | null;
|
1148
|
-
dateValue:
|
1149
|
+
dateValue: string | null;
|
1149
1150
|
uploads: {
|
1150
1151
|
id: string;
|
1151
|
-
createdAt:
|
1152
|
-
updatedAt:
|
1153
|
-
deletedAt:
|
1152
|
+
createdAt: string;
|
1153
|
+
updatedAt: string;
|
1154
|
+
deletedAt: string | null;
|
1154
1155
|
customFieldId: string;
|
1155
1156
|
upload: {
|
1156
1157
|
id: string;
|
1157
|
-
createdAt:
|
1158
|
-
updatedAt:
|
1159
|
-
deletedAt:
|
1158
|
+
createdAt: string;
|
1159
|
+
updatedAt: string;
|
1160
|
+
deletedAt: string | null;
|
1160
1161
|
fileName: string;
|
1161
1162
|
fileKey: string;
|
1162
1163
|
bucketName: string;
|
@@ -1234,9 +1235,9 @@ export declare const ticketContract: {
|
|
1234
1235
|
responses: {
|
1235
1236
|
200: z.ZodObject<{
|
1236
1237
|
id: z.ZodString;
|
1237
|
-
createdAt: z.
|
1238
|
-
updatedAt: z.
|
1239
|
-
deletedAt: z.ZodNullable<z.
|
1238
|
+
createdAt: z.ZodString;
|
1239
|
+
updatedAt: z.ZodString;
|
1240
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1240
1241
|
title: z.ZodString;
|
1241
1242
|
description: z.ZodNullable<z.ZodString>;
|
1242
1243
|
type: z.ZodString;
|
@@ -1250,18 +1251,18 @@ export declare const ticketContract: {
|
|
1250
1251
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
1251
1252
|
customFields: z.ZodArray<z.ZodObject<{
|
1252
1253
|
id: z.ZodString;
|
1253
|
-
createdAt: z.
|
1254
|
-
updatedAt: z.
|
1255
|
-
deletedAt: z.ZodNullable<z.
|
1254
|
+
createdAt: z.ZodString;
|
1255
|
+
updatedAt: z.ZodString;
|
1256
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1256
1257
|
textValue: z.ZodNullable<z.ZodString>;
|
1257
1258
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
1258
1259
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
1259
|
-
dateValue: z.ZodNullable<z.
|
1260
|
+
dateValue: z.ZodNullable<z.ZodString>;
|
1260
1261
|
attribute: z.ZodObject<Omit<{
|
1261
1262
|
id: z.ZodString;
|
1262
|
-
createdAt: z.
|
1263
|
-
updatedAt: z.
|
1264
|
-
deletedAt: z.ZodNullable<z.
|
1263
|
+
createdAt: z.ZodString;
|
1264
|
+
updatedAt: z.ZodString;
|
1265
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1265
1266
|
systemName: z.ZodString;
|
1266
1267
|
displayName: z.ZodString;
|
1267
1268
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -1291,23 +1292,23 @@ export declare const ticketContract: {
|
|
1291
1292
|
}>, "many">;
|
1292
1293
|
group: z.ZodObject<{
|
1293
1294
|
id: z.ZodString;
|
1294
|
-
createdAt: z.
|
1295
|
-
updatedAt: z.
|
1296
|
-
deletedAt: z.ZodNullable<z.
|
1295
|
+
createdAt: z.ZodString;
|
1296
|
+
updatedAt: z.ZodString;
|
1297
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1297
1298
|
systemName: z.ZodString;
|
1298
1299
|
displayName: z.ZodString;
|
1299
1300
|
}, "strip", z.ZodTypeAny, {
|
1300
1301
|
id: string;
|
1301
|
-
createdAt:
|
1302
|
-
updatedAt:
|
1303
|
-
deletedAt:
|
1302
|
+
createdAt: string;
|
1303
|
+
updatedAt: string;
|
1304
|
+
deletedAt: string | null;
|
1304
1305
|
systemName: string;
|
1305
1306
|
displayName: string;
|
1306
1307
|
}, {
|
1307
1308
|
id: string;
|
1308
|
-
createdAt:
|
1309
|
-
updatedAt:
|
1310
|
-
deletedAt:
|
1309
|
+
createdAt: string;
|
1310
|
+
updatedAt: string;
|
1311
|
+
deletedAt: string | null;
|
1311
1312
|
systemName: string;
|
1312
1313
|
displayName: string;
|
1313
1314
|
}>;
|
@@ -1315,9 +1316,9 @@ export declare const ticketContract: {
|
|
1315
1316
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1316
1317
|
id: string;
|
1317
1318
|
position: number;
|
1318
|
-
createdAt:
|
1319
|
-
updatedAt:
|
1320
|
-
deletedAt:
|
1319
|
+
createdAt: string;
|
1320
|
+
updatedAt: string;
|
1321
|
+
deletedAt: string | null;
|
1321
1322
|
isDefault: boolean;
|
1322
1323
|
systemName: string;
|
1323
1324
|
displayName: string;
|
@@ -1328,9 +1329,9 @@ export declare const ticketContract: {
|
|
1328
1329
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1329
1330
|
id: string;
|
1330
1331
|
position: number;
|
1331
|
-
createdAt:
|
1332
|
-
updatedAt:
|
1333
|
-
deletedAt:
|
1332
|
+
createdAt: string;
|
1333
|
+
updatedAt: string;
|
1334
|
+
deletedAt: string | null;
|
1334
1335
|
isDefault: boolean;
|
1335
1336
|
systemName: string;
|
1336
1337
|
displayName: string;
|
@@ -1340,33 +1341,33 @@ export declare const ticketContract: {
|
|
1340
1341
|
}>;
|
1341
1342
|
uploads: z.ZodArray<z.ZodObject<{
|
1342
1343
|
id: z.ZodString;
|
1343
|
-
createdAt: z.
|
1344
|
-
updatedAt: z.
|
1345
|
-
deletedAt: z.ZodNullable<z.
|
1344
|
+
createdAt: z.ZodString;
|
1345
|
+
updatedAt: z.ZodString;
|
1346
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1346
1347
|
customFieldId: z.ZodString;
|
1347
1348
|
upload: z.ZodObject<{
|
1348
1349
|
id: z.ZodString;
|
1349
|
-
createdAt: z.
|
1350
|
-
updatedAt: z.
|
1351
|
-
deletedAt: z.ZodNullable<z.
|
1350
|
+
createdAt: z.ZodString;
|
1351
|
+
updatedAt: z.ZodString;
|
1352
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1352
1353
|
bucketName: z.ZodString;
|
1353
1354
|
fileName: z.ZodString;
|
1354
1355
|
fileSize: z.ZodNumber;
|
1355
1356
|
fileKey: z.ZodString;
|
1356
1357
|
}, "strip", z.ZodTypeAny, {
|
1357
1358
|
id: string;
|
1358
|
-
createdAt:
|
1359
|
-
updatedAt:
|
1360
|
-
deletedAt:
|
1359
|
+
createdAt: string;
|
1360
|
+
updatedAt: string;
|
1361
|
+
deletedAt: string | null;
|
1361
1362
|
fileName: string;
|
1362
1363
|
fileKey: string;
|
1363
1364
|
bucketName: string;
|
1364
1365
|
fileSize: number;
|
1365
1366
|
}, {
|
1366
1367
|
id: string;
|
1367
|
-
createdAt:
|
1368
|
-
updatedAt:
|
1369
|
-
deletedAt:
|
1368
|
+
createdAt: string;
|
1369
|
+
updatedAt: string;
|
1370
|
+
deletedAt: string | null;
|
1370
1371
|
fileName: string;
|
1371
1372
|
fileKey: string;
|
1372
1373
|
bucketName: string;
|
@@ -1374,15 +1375,15 @@ export declare const ticketContract: {
|
|
1374
1375
|
}>;
|
1375
1376
|
}, "strip", z.ZodTypeAny, {
|
1376
1377
|
id: string;
|
1377
|
-
createdAt:
|
1378
|
-
updatedAt:
|
1379
|
-
deletedAt:
|
1378
|
+
createdAt: string;
|
1379
|
+
updatedAt: string;
|
1380
|
+
deletedAt: string | null;
|
1380
1381
|
customFieldId: string;
|
1381
1382
|
upload: {
|
1382
1383
|
id: string;
|
1383
|
-
createdAt:
|
1384
|
-
updatedAt:
|
1385
|
-
deletedAt:
|
1384
|
+
createdAt: string;
|
1385
|
+
updatedAt: string;
|
1386
|
+
deletedAt: string | null;
|
1386
1387
|
fileName: string;
|
1387
1388
|
fileKey: string;
|
1388
1389
|
bucketName: string;
|
@@ -1390,15 +1391,15 @@ export declare const ticketContract: {
|
|
1390
1391
|
};
|
1391
1392
|
}, {
|
1392
1393
|
id: string;
|
1393
|
-
createdAt:
|
1394
|
-
updatedAt:
|
1395
|
-
deletedAt:
|
1394
|
+
createdAt: string;
|
1395
|
+
updatedAt: string;
|
1396
|
+
deletedAt: string | null;
|
1396
1397
|
customFieldId: string;
|
1397
1398
|
upload: {
|
1398
1399
|
id: string;
|
1399
|
-
createdAt:
|
1400
|
-
updatedAt:
|
1401
|
-
deletedAt:
|
1400
|
+
createdAt: string;
|
1401
|
+
updatedAt: string;
|
1402
|
+
deletedAt: string | null;
|
1402
1403
|
fileName: string;
|
1403
1404
|
fileKey: string;
|
1404
1405
|
bucketName: string;
|
@@ -1407,16 +1408,16 @@ export declare const ticketContract: {
|
|
1407
1408
|
}>, "many">;
|
1408
1409
|
}, "strip", z.ZodTypeAny, {
|
1409
1410
|
id: string;
|
1410
|
-
createdAt:
|
1411
|
-
updatedAt:
|
1412
|
-
deletedAt:
|
1411
|
+
createdAt: string;
|
1412
|
+
updatedAt: string;
|
1413
|
+
deletedAt: string | null;
|
1413
1414
|
attribute: {
|
1414
1415
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1415
1416
|
id: string;
|
1416
1417
|
position: number;
|
1417
|
-
createdAt:
|
1418
|
-
updatedAt:
|
1419
|
-
deletedAt:
|
1418
|
+
createdAt: string;
|
1419
|
+
updatedAt: string;
|
1420
|
+
deletedAt: string | null;
|
1420
1421
|
isDefault: boolean;
|
1421
1422
|
systemName: string;
|
1422
1423
|
displayName: string;
|
@@ -1427,18 +1428,18 @@ export declare const ticketContract: {
|
|
1427
1428
|
textValue: string | null;
|
1428
1429
|
booleanValue: boolean | null;
|
1429
1430
|
numberValue: number | null;
|
1430
|
-
dateValue:
|
1431
|
+
dateValue: string | null;
|
1431
1432
|
uploads: {
|
1432
1433
|
id: string;
|
1433
|
-
createdAt:
|
1434
|
-
updatedAt:
|
1435
|
-
deletedAt:
|
1434
|
+
createdAt: string;
|
1435
|
+
updatedAt: string;
|
1436
|
+
deletedAt: string | null;
|
1436
1437
|
customFieldId: string;
|
1437
1438
|
upload: {
|
1438
1439
|
id: string;
|
1439
|
-
createdAt:
|
1440
|
-
updatedAt:
|
1441
|
-
deletedAt:
|
1440
|
+
createdAt: string;
|
1441
|
+
updatedAt: string;
|
1442
|
+
deletedAt: string | null;
|
1442
1443
|
fileName: string;
|
1443
1444
|
fileKey: string;
|
1444
1445
|
bucketName: string;
|
@@ -1447,16 +1448,16 @@ export declare const ticketContract: {
|
|
1447
1448
|
}[];
|
1448
1449
|
}, {
|
1449
1450
|
id: string;
|
1450
|
-
createdAt:
|
1451
|
-
updatedAt:
|
1452
|
-
deletedAt:
|
1451
|
+
createdAt: string;
|
1452
|
+
updatedAt: string;
|
1453
|
+
deletedAt: string | null;
|
1453
1454
|
attribute: {
|
1454
1455
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1455
1456
|
id: string;
|
1456
1457
|
position: number;
|
1457
|
-
createdAt:
|
1458
|
-
updatedAt:
|
1459
|
-
deletedAt:
|
1458
|
+
createdAt: string;
|
1459
|
+
updatedAt: string;
|
1460
|
+
deletedAt: string | null;
|
1460
1461
|
isDefault: boolean;
|
1461
1462
|
systemName: string;
|
1462
1463
|
displayName: string;
|
@@ -1467,18 +1468,18 @@ export declare const ticketContract: {
|
|
1467
1468
|
textValue: string | null;
|
1468
1469
|
booleanValue: boolean | null;
|
1469
1470
|
numberValue: number | null;
|
1470
|
-
dateValue:
|
1471
|
+
dateValue: string | null;
|
1471
1472
|
uploads: {
|
1472
1473
|
id: string;
|
1473
|
-
createdAt:
|
1474
|
-
updatedAt:
|
1475
|
-
deletedAt:
|
1474
|
+
createdAt: string;
|
1475
|
+
updatedAt: string;
|
1476
|
+
deletedAt: string | null;
|
1476
1477
|
customFieldId: string;
|
1477
1478
|
upload: {
|
1478
1479
|
id: string;
|
1479
|
-
createdAt:
|
1480
|
-
updatedAt:
|
1481
|
-
deletedAt:
|
1480
|
+
createdAt: string;
|
1481
|
+
updatedAt: string;
|
1482
|
+
deletedAt: string | null;
|
1482
1483
|
fileName: string;
|
1483
1484
|
fileKey: string;
|
1484
1485
|
bucketName: string;
|
@@ -1494,21 +1495,21 @@ export declare const ticketContract: {
|
|
1494
1495
|
title: string;
|
1495
1496
|
description: string | null;
|
1496
1497
|
status: string;
|
1497
|
-
createdAt:
|
1498
|
-
updatedAt:
|
1499
|
-
deletedAt:
|
1498
|
+
createdAt: string;
|
1499
|
+
updatedAt: string;
|
1500
|
+
deletedAt: string | null;
|
1500
1501
|
customFields: {
|
1501
1502
|
id: string;
|
1502
|
-
createdAt:
|
1503
|
-
updatedAt:
|
1504
|
-
deletedAt:
|
1503
|
+
createdAt: string;
|
1504
|
+
updatedAt: string;
|
1505
|
+
deletedAt: string | null;
|
1505
1506
|
attribute: {
|
1506
1507
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1507
1508
|
id: string;
|
1508
1509
|
position: number;
|
1509
|
-
createdAt:
|
1510
|
-
updatedAt:
|
1511
|
-
deletedAt:
|
1510
|
+
createdAt: string;
|
1511
|
+
updatedAt: string;
|
1512
|
+
deletedAt: string | null;
|
1512
1513
|
isDefault: boolean;
|
1513
1514
|
systemName: string;
|
1514
1515
|
displayName: string;
|
@@ -1519,18 +1520,18 @@ export declare const ticketContract: {
|
|
1519
1520
|
textValue: string | null;
|
1520
1521
|
booleanValue: boolean | null;
|
1521
1522
|
numberValue: number | null;
|
1522
|
-
dateValue:
|
1523
|
+
dateValue: string | null;
|
1523
1524
|
uploads: {
|
1524
1525
|
id: string;
|
1525
|
-
createdAt:
|
1526
|
-
updatedAt:
|
1527
|
-
deletedAt:
|
1526
|
+
createdAt: string;
|
1527
|
+
updatedAt: string;
|
1528
|
+
deletedAt: string | null;
|
1528
1529
|
customFieldId: string;
|
1529
1530
|
upload: {
|
1530
1531
|
id: string;
|
1531
|
-
createdAt:
|
1532
|
-
updatedAt:
|
1533
|
-
deletedAt:
|
1532
|
+
createdAt: string;
|
1533
|
+
updatedAt: string;
|
1534
|
+
deletedAt: string | null;
|
1534
1535
|
fileName: string;
|
1535
1536
|
fileKey: string;
|
1536
1537
|
bucketName: string;
|
@@ -1551,21 +1552,21 @@ export declare const ticketContract: {
|
|
1551
1552
|
title: string;
|
1552
1553
|
description: string | null;
|
1553
1554
|
status: string;
|
1554
|
-
createdAt:
|
1555
|
-
updatedAt:
|
1556
|
-
deletedAt:
|
1555
|
+
createdAt: string;
|
1556
|
+
updatedAt: string;
|
1557
|
+
deletedAt: string | null;
|
1557
1558
|
customFields: {
|
1558
1559
|
id: string;
|
1559
|
-
createdAt:
|
1560
|
-
updatedAt:
|
1561
|
-
deletedAt:
|
1560
|
+
createdAt: string;
|
1561
|
+
updatedAt: string;
|
1562
|
+
deletedAt: string | null;
|
1562
1563
|
attribute: {
|
1563
1564
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1564
1565
|
id: string;
|
1565
1566
|
position: number;
|
1566
|
-
createdAt:
|
1567
|
-
updatedAt:
|
1568
|
-
deletedAt:
|
1567
|
+
createdAt: string;
|
1568
|
+
updatedAt: string;
|
1569
|
+
deletedAt: string | null;
|
1569
1570
|
isDefault: boolean;
|
1570
1571
|
systemName: string;
|
1571
1572
|
displayName: string;
|
@@ -1576,18 +1577,18 @@ export declare const ticketContract: {
|
|
1576
1577
|
textValue: string | null;
|
1577
1578
|
booleanValue: boolean | null;
|
1578
1579
|
numberValue: number | null;
|
1579
|
-
dateValue:
|
1580
|
+
dateValue: string | null;
|
1580
1581
|
uploads: {
|
1581
1582
|
id: string;
|
1582
|
-
createdAt:
|
1583
|
-
updatedAt:
|
1584
|
-
deletedAt:
|
1583
|
+
createdAt: string;
|
1584
|
+
updatedAt: string;
|
1585
|
+
deletedAt: string | null;
|
1585
1586
|
customFieldId: string;
|
1586
1587
|
upload: {
|
1587
1588
|
id: string;
|
1588
|
-
createdAt:
|
1589
|
-
updatedAt:
|
1590
|
-
deletedAt:
|
1589
|
+
createdAt: string;
|
1590
|
+
updatedAt: string;
|
1591
|
+
deletedAt: string | null;
|
1591
1592
|
fileName: string;
|
1592
1593
|
fileKey: string;
|
1593
1594
|
bucketName: string;
|
@@ -1681,21 +1682,21 @@ export declare const ticketContract: {
|
|
1681
1682
|
title: string;
|
1682
1683
|
description: string | null;
|
1683
1684
|
status: string;
|
1684
|
-
createdAt:
|
1685
|
-
updatedAt:
|
1686
|
-
deletedAt:
|
1685
|
+
createdAt: string;
|
1686
|
+
updatedAt: string;
|
1687
|
+
deletedAt: string | null;
|
1687
1688
|
customFields: {
|
1688
1689
|
id: string;
|
1689
|
-
createdAt:
|
1690
|
-
updatedAt:
|
1691
|
-
deletedAt:
|
1690
|
+
createdAt: string;
|
1691
|
+
updatedAt: string;
|
1692
|
+
deletedAt: string | null;
|
1692
1693
|
attribute: {
|
1693
1694
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1694
1695
|
id: string;
|
1695
1696
|
position: number;
|
1696
|
-
createdAt:
|
1697
|
-
updatedAt:
|
1698
|
-
deletedAt:
|
1697
|
+
createdAt: string;
|
1698
|
+
updatedAt: string;
|
1699
|
+
deletedAt: string | null;
|
1699
1700
|
isDefault: boolean;
|
1700
1701
|
systemName: string;
|
1701
1702
|
displayName: string;
|
@@ -1706,18 +1707,18 @@ export declare const ticketContract: {
|
|
1706
1707
|
textValue: string | null;
|
1707
1708
|
booleanValue: boolean | null;
|
1708
1709
|
numberValue: number | null;
|
1709
|
-
dateValue:
|
1710
|
+
dateValue: string | null;
|
1710
1711
|
uploads: {
|
1711
1712
|
id: string;
|
1712
|
-
createdAt:
|
1713
|
-
updatedAt:
|
1714
|
-
deletedAt:
|
1713
|
+
createdAt: string;
|
1714
|
+
updatedAt: string;
|
1715
|
+
deletedAt: string | null;
|
1715
1716
|
customFieldId: string;
|
1716
1717
|
upload: {
|
1717
1718
|
id: string;
|
1718
|
-
createdAt:
|
1719
|
-
updatedAt:
|
1720
|
-
deletedAt:
|
1719
|
+
createdAt: string;
|
1720
|
+
updatedAt: string;
|
1721
|
+
deletedAt: string | null;
|
1721
1722
|
fileName: string;
|
1722
1723
|
fileKey: string;
|
1723
1724
|
bucketName: string;
|
@@ -1738,21 +1739,21 @@ export declare const ticketContract: {
|
|
1738
1739
|
title: string;
|
1739
1740
|
description: string | null;
|
1740
1741
|
status: string;
|
1741
|
-
createdAt:
|
1742
|
-
updatedAt:
|
1743
|
-
deletedAt:
|
1742
|
+
createdAt: string;
|
1743
|
+
updatedAt: string;
|
1744
|
+
deletedAt: string | null;
|
1744
1745
|
customFields: {
|
1745
1746
|
id: string;
|
1746
|
-
createdAt:
|
1747
|
-
updatedAt:
|
1748
|
-
deletedAt:
|
1747
|
+
createdAt: string;
|
1748
|
+
updatedAt: string;
|
1749
|
+
deletedAt: string | null;
|
1749
1750
|
attribute: {
|
1750
1751
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1751
1752
|
id: string;
|
1752
1753
|
position: number;
|
1753
|
-
createdAt:
|
1754
|
-
updatedAt:
|
1755
|
-
deletedAt:
|
1754
|
+
createdAt: string;
|
1755
|
+
updatedAt: string;
|
1756
|
+
deletedAt: string | null;
|
1756
1757
|
isDefault: boolean;
|
1757
1758
|
systemName: string;
|
1758
1759
|
displayName: string;
|
@@ -1763,18 +1764,18 @@ export declare const ticketContract: {
|
|
1763
1764
|
textValue: string | null;
|
1764
1765
|
booleanValue: boolean | null;
|
1765
1766
|
numberValue: number | null;
|
1766
|
-
dateValue:
|
1767
|
+
dateValue: string | null;
|
1767
1768
|
uploads: {
|
1768
1769
|
id: string;
|
1769
|
-
createdAt:
|
1770
|
-
updatedAt:
|
1771
|
-
deletedAt:
|
1770
|
+
createdAt: string;
|
1771
|
+
updatedAt: string;
|
1772
|
+
deletedAt: string | null;
|
1772
1773
|
customFieldId: string;
|
1773
1774
|
upload: {
|
1774
1775
|
id: string;
|
1775
|
-
createdAt:
|
1776
|
-
updatedAt:
|
1777
|
-
deletedAt:
|
1776
|
+
createdAt: string;
|
1777
|
+
updatedAt: string;
|
1778
|
+
deletedAt: string | null;
|
1778
1779
|
fileName: string;
|
1779
1780
|
fileKey: string;
|
1780
1781
|
bucketName: string;
|
@@ -1797,21 +1798,21 @@ export declare const ticketContract: {
|
|
1797
1798
|
title: string;
|
1798
1799
|
description: string | null;
|
1799
1800
|
status: string;
|
1800
|
-
createdAt:
|
1801
|
-
updatedAt:
|
1802
|
-
deletedAt:
|
1801
|
+
createdAt: string;
|
1802
|
+
updatedAt: string;
|
1803
|
+
deletedAt: string | null;
|
1803
1804
|
customFields: {
|
1804
1805
|
id: string;
|
1805
|
-
createdAt:
|
1806
|
-
updatedAt:
|
1807
|
-
deletedAt:
|
1806
|
+
createdAt: string;
|
1807
|
+
updatedAt: string;
|
1808
|
+
deletedAt: string | null;
|
1808
1809
|
attribute: {
|
1809
1810
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1810
1811
|
id: string;
|
1811
1812
|
position: number;
|
1812
|
-
createdAt:
|
1813
|
-
updatedAt:
|
1814
|
-
deletedAt:
|
1813
|
+
createdAt: string;
|
1814
|
+
updatedAt: string;
|
1815
|
+
deletedAt: string | null;
|
1815
1816
|
isDefault: boolean;
|
1816
1817
|
systemName: string;
|
1817
1818
|
displayName: string;
|
@@ -1822,18 +1823,18 @@ export declare const ticketContract: {
|
|
1822
1823
|
textValue: string | null;
|
1823
1824
|
booleanValue: boolean | null;
|
1824
1825
|
numberValue: number | null;
|
1825
|
-
dateValue:
|
1826
|
+
dateValue: string | null;
|
1826
1827
|
uploads: {
|
1827
1828
|
id: string;
|
1828
|
-
createdAt:
|
1829
|
-
updatedAt:
|
1830
|
-
deletedAt:
|
1829
|
+
createdAt: string;
|
1830
|
+
updatedAt: string;
|
1831
|
+
deletedAt: string | null;
|
1831
1832
|
customFieldId: string;
|
1832
1833
|
upload: {
|
1833
1834
|
id: string;
|
1834
|
-
createdAt:
|
1835
|
-
updatedAt:
|
1836
|
-
deletedAt:
|
1835
|
+
createdAt: string;
|
1836
|
+
updatedAt: string;
|
1837
|
+
deletedAt: string | null;
|
1837
1838
|
fileName: string;
|
1838
1839
|
fileKey: string;
|
1839
1840
|
bucketName: string;
|
@@ -1860,21 +1861,21 @@ export declare const ticketContract: {
|
|
1860
1861
|
title: string;
|
1861
1862
|
description: string | null;
|
1862
1863
|
status: string;
|
1863
|
-
createdAt:
|
1864
|
-
updatedAt:
|
1865
|
-
deletedAt:
|
1864
|
+
createdAt: string;
|
1865
|
+
updatedAt: string;
|
1866
|
+
deletedAt: string | null;
|
1866
1867
|
customFields: {
|
1867
1868
|
id: string;
|
1868
|
-
createdAt:
|
1869
|
-
updatedAt:
|
1870
|
-
deletedAt:
|
1869
|
+
createdAt: string;
|
1870
|
+
updatedAt: string;
|
1871
|
+
deletedAt: string | null;
|
1871
1872
|
attribute: {
|
1872
1873
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1873
1874
|
id: string;
|
1874
1875
|
position: number;
|
1875
|
-
createdAt:
|
1876
|
-
updatedAt:
|
1877
|
-
deletedAt:
|
1876
|
+
createdAt: string;
|
1877
|
+
updatedAt: string;
|
1878
|
+
deletedAt: string | null;
|
1878
1879
|
isDefault: boolean;
|
1879
1880
|
systemName: string;
|
1880
1881
|
displayName: string;
|
@@ -1885,18 +1886,18 @@ export declare const ticketContract: {
|
|
1885
1886
|
textValue: string | null;
|
1886
1887
|
booleanValue: boolean | null;
|
1887
1888
|
numberValue: number | null;
|
1888
|
-
dateValue:
|
1889
|
+
dateValue: string | null;
|
1889
1890
|
uploads: {
|
1890
1891
|
id: string;
|
1891
|
-
createdAt:
|
1892
|
-
updatedAt:
|
1893
|
-
deletedAt:
|
1892
|
+
createdAt: string;
|
1893
|
+
updatedAt: string;
|
1894
|
+
deletedAt: string | null;
|
1894
1895
|
customFieldId: string;
|
1895
1896
|
upload: {
|
1896
1897
|
id: string;
|
1897
|
-
createdAt:
|
1898
|
-
updatedAt:
|
1899
|
-
deletedAt:
|
1898
|
+
createdAt: string;
|
1899
|
+
updatedAt: string;
|
1900
|
+
deletedAt: string | null;
|
1900
1901
|
fileName: string;
|
1901
1902
|
fileKey: string;
|
1902
1903
|
bucketName: string;
|
@@ -2256,9 +2257,9 @@ export declare const ticketContract: {
|
|
2256
2257
|
requestId: z.ZodString;
|
2257
2258
|
message: z.ZodObject<{
|
2258
2259
|
id: z.ZodString;
|
2259
|
-
createdAt: z.
|
2260
|
-
updatedAt: z.
|
2261
|
-
deletedAt: z.ZodNullable<z.
|
2260
|
+
createdAt: z.ZodString;
|
2261
|
+
updatedAt: z.ZodString;
|
2262
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2262
2263
|
title: z.ZodString;
|
2263
2264
|
description: z.ZodNullable<z.ZodString>;
|
2264
2265
|
type: z.ZodString;
|
@@ -2272,18 +2273,18 @@ export declare const ticketContract: {
|
|
2272
2273
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
2273
2274
|
customFields: z.ZodArray<z.ZodObject<{
|
2274
2275
|
id: z.ZodString;
|
2275
|
-
createdAt: z.
|
2276
|
-
updatedAt: z.
|
2277
|
-
deletedAt: z.ZodNullable<z.
|
2276
|
+
createdAt: z.ZodString;
|
2277
|
+
updatedAt: z.ZodString;
|
2278
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2278
2279
|
textValue: z.ZodNullable<z.ZodString>;
|
2279
2280
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
2280
2281
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
2281
|
-
dateValue: z.ZodNullable<z.
|
2282
|
+
dateValue: z.ZodNullable<z.ZodString>;
|
2282
2283
|
attribute: z.ZodObject<Omit<{
|
2283
2284
|
id: z.ZodString;
|
2284
|
-
createdAt: z.
|
2285
|
-
updatedAt: z.
|
2286
|
-
deletedAt: z.ZodNullable<z.
|
2285
|
+
createdAt: z.ZodString;
|
2286
|
+
updatedAt: z.ZodString;
|
2287
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2287
2288
|
systemName: z.ZodString;
|
2288
2289
|
displayName: z.ZodString;
|
2289
2290
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -2313,23 +2314,23 @@ export declare const ticketContract: {
|
|
2313
2314
|
}>, "many">;
|
2314
2315
|
group: z.ZodObject<{
|
2315
2316
|
id: z.ZodString;
|
2316
|
-
createdAt: z.
|
2317
|
-
updatedAt: z.
|
2318
|
-
deletedAt: z.ZodNullable<z.
|
2317
|
+
createdAt: z.ZodString;
|
2318
|
+
updatedAt: z.ZodString;
|
2319
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2319
2320
|
systemName: z.ZodString;
|
2320
2321
|
displayName: z.ZodString;
|
2321
2322
|
}, "strip", z.ZodTypeAny, {
|
2322
2323
|
id: string;
|
2323
|
-
createdAt:
|
2324
|
-
updatedAt:
|
2325
|
-
deletedAt:
|
2324
|
+
createdAt: string;
|
2325
|
+
updatedAt: string;
|
2326
|
+
deletedAt: string | null;
|
2326
2327
|
systemName: string;
|
2327
2328
|
displayName: string;
|
2328
2329
|
}, {
|
2329
2330
|
id: string;
|
2330
|
-
createdAt:
|
2331
|
-
updatedAt:
|
2332
|
-
deletedAt:
|
2331
|
+
createdAt: string;
|
2332
|
+
updatedAt: string;
|
2333
|
+
deletedAt: string | null;
|
2333
2334
|
systemName: string;
|
2334
2335
|
displayName: string;
|
2335
2336
|
}>;
|
@@ -2337,9 +2338,9 @@ export declare const ticketContract: {
|
|
2337
2338
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2338
2339
|
id: string;
|
2339
2340
|
position: number;
|
2340
|
-
createdAt:
|
2341
|
-
updatedAt:
|
2342
|
-
deletedAt:
|
2341
|
+
createdAt: string;
|
2342
|
+
updatedAt: string;
|
2343
|
+
deletedAt: string | null;
|
2343
2344
|
isDefault: boolean;
|
2344
2345
|
systemName: string;
|
2345
2346
|
displayName: string;
|
@@ -2350,9 +2351,9 @@ export declare const ticketContract: {
|
|
2350
2351
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2351
2352
|
id: string;
|
2352
2353
|
position: number;
|
2353
|
-
createdAt:
|
2354
|
-
updatedAt:
|
2355
|
-
deletedAt:
|
2354
|
+
createdAt: string;
|
2355
|
+
updatedAt: string;
|
2356
|
+
deletedAt: string | null;
|
2356
2357
|
isDefault: boolean;
|
2357
2358
|
systemName: string;
|
2358
2359
|
displayName: string;
|
@@ -2362,33 +2363,33 @@ export declare const ticketContract: {
|
|
2362
2363
|
}>;
|
2363
2364
|
uploads: z.ZodArray<z.ZodObject<{
|
2364
2365
|
id: z.ZodString;
|
2365
|
-
createdAt: z.
|
2366
|
-
updatedAt: z.
|
2367
|
-
deletedAt: z.ZodNullable<z.
|
2366
|
+
createdAt: z.ZodString;
|
2367
|
+
updatedAt: z.ZodString;
|
2368
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2368
2369
|
customFieldId: z.ZodString;
|
2369
2370
|
upload: z.ZodObject<{
|
2370
2371
|
id: z.ZodString;
|
2371
|
-
createdAt: z.
|
2372
|
-
updatedAt: z.
|
2373
|
-
deletedAt: z.ZodNullable<z.
|
2372
|
+
createdAt: z.ZodString;
|
2373
|
+
updatedAt: z.ZodString;
|
2374
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2374
2375
|
bucketName: z.ZodString;
|
2375
2376
|
fileName: z.ZodString;
|
2376
2377
|
fileSize: z.ZodNumber;
|
2377
2378
|
fileKey: z.ZodString;
|
2378
2379
|
}, "strip", z.ZodTypeAny, {
|
2379
2380
|
id: string;
|
2380
|
-
createdAt:
|
2381
|
-
updatedAt:
|
2382
|
-
deletedAt:
|
2381
|
+
createdAt: string;
|
2382
|
+
updatedAt: string;
|
2383
|
+
deletedAt: string | null;
|
2383
2384
|
fileName: string;
|
2384
2385
|
fileKey: string;
|
2385
2386
|
bucketName: string;
|
2386
2387
|
fileSize: number;
|
2387
2388
|
}, {
|
2388
2389
|
id: string;
|
2389
|
-
createdAt:
|
2390
|
-
updatedAt:
|
2391
|
-
deletedAt:
|
2390
|
+
createdAt: string;
|
2391
|
+
updatedAt: string;
|
2392
|
+
deletedAt: string | null;
|
2392
2393
|
fileName: string;
|
2393
2394
|
fileKey: string;
|
2394
2395
|
bucketName: string;
|
@@ -2396,15 +2397,15 @@ export declare const ticketContract: {
|
|
2396
2397
|
}>;
|
2397
2398
|
}, "strip", z.ZodTypeAny, {
|
2398
2399
|
id: string;
|
2399
|
-
createdAt:
|
2400
|
-
updatedAt:
|
2401
|
-
deletedAt:
|
2400
|
+
createdAt: string;
|
2401
|
+
updatedAt: string;
|
2402
|
+
deletedAt: string | null;
|
2402
2403
|
customFieldId: string;
|
2403
2404
|
upload: {
|
2404
2405
|
id: string;
|
2405
|
-
createdAt:
|
2406
|
-
updatedAt:
|
2407
|
-
deletedAt:
|
2406
|
+
createdAt: string;
|
2407
|
+
updatedAt: string;
|
2408
|
+
deletedAt: string | null;
|
2408
2409
|
fileName: string;
|
2409
2410
|
fileKey: string;
|
2410
2411
|
bucketName: string;
|
@@ -2412,15 +2413,15 @@ export declare const ticketContract: {
|
|
2412
2413
|
};
|
2413
2414
|
}, {
|
2414
2415
|
id: string;
|
2415
|
-
createdAt:
|
2416
|
-
updatedAt:
|
2417
|
-
deletedAt:
|
2416
|
+
createdAt: string;
|
2417
|
+
updatedAt: string;
|
2418
|
+
deletedAt: string | null;
|
2418
2419
|
customFieldId: string;
|
2419
2420
|
upload: {
|
2420
2421
|
id: string;
|
2421
|
-
createdAt:
|
2422
|
-
updatedAt:
|
2423
|
-
deletedAt:
|
2422
|
+
createdAt: string;
|
2423
|
+
updatedAt: string;
|
2424
|
+
deletedAt: string | null;
|
2424
2425
|
fileName: string;
|
2425
2426
|
fileKey: string;
|
2426
2427
|
bucketName: string;
|
@@ -2429,16 +2430,16 @@ export declare const ticketContract: {
|
|
2429
2430
|
}>, "many">;
|
2430
2431
|
}, "strip", z.ZodTypeAny, {
|
2431
2432
|
id: string;
|
2432
|
-
createdAt:
|
2433
|
-
updatedAt:
|
2434
|
-
deletedAt:
|
2433
|
+
createdAt: string;
|
2434
|
+
updatedAt: string;
|
2435
|
+
deletedAt: string | null;
|
2435
2436
|
attribute: {
|
2436
2437
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2437
2438
|
id: string;
|
2438
2439
|
position: number;
|
2439
|
-
createdAt:
|
2440
|
-
updatedAt:
|
2441
|
-
deletedAt:
|
2440
|
+
createdAt: string;
|
2441
|
+
updatedAt: string;
|
2442
|
+
deletedAt: string | null;
|
2442
2443
|
isDefault: boolean;
|
2443
2444
|
systemName: string;
|
2444
2445
|
displayName: string;
|
@@ -2449,18 +2450,18 @@ export declare const ticketContract: {
|
|
2449
2450
|
textValue: string | null;
|
2450
2451
|
booleanValue: boolean | null;
|
2451
2452
|
numberValue: number | null;
|
2452
|
-
dateValue:
|
2453
|
+
dateValue: string | null;
|
2453
2454
|
uploads: {
|
2454
2455
|
id: string;
|
2455
|
-
createdAt:
|
2456
|
-
updatedAt:
|
2457
|
-
deletedAt:
|
2456
|
+
createdAt: string;
|
2457
|
+
updatedAt: string;
|
2458
|
+
deletedAt: string | null;
|
2458
2459
|
customFieldId: string;
|
2459
2460
|
upload: {
|
2460
2461
|
id: string;
|
2461
|
-
createdAt:
|
2462
|
-
updatedAt:
|
2463
|
-
deletedAt:
|
2462
|
+
createdAt: string;
|
2463
|
+
updatedAt: string;
|
2464
|
+
deletedAt: string | null;
|
2464
2465
|
fileName: string;
|
2465
2466
|
fileKey: string;
|
2466
2467
|
bucketName: string;
|
@@ -2469,16 +2470,16 @@ export declare const ticketContract: {
|
|
2469
2470
|
}[];
|
2470
2471
|
}, {
|
2471
2472
|
id: string;
|
2472
|
-
createdAt:
|
2473
|
-
updatedAt:
|
2474
|
-
deletedAt:
|
2473
|
+
createdAt: string;
|
2474
|
+
updatedAt: string;
|
2475
|
+
deletedAt: string | null;
|
2475
2476
|
attribute: {
|
2476
2477
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2477
2478
|
id: string;
|
2478
2479
|
position: number;
|
2479
|
-
createdAt:
|
2480
|
-
updatedAt:
|
2481
|
-
deletedAt:
|
2480
|
+
createdAt: string;
|
2481
|
+
updatedAt: string;
|
2482
|
+
deletedAt: string | null;
|
2482
2483
|
isDefault: boolean;
|
2483
2484
|
systemName: string;
|
2484
2485
|
displayName: string;
|
@@ -2489,18 +2490,18 @@ export declare const ticketContract: {
|
|
2489
2490
|
textValue: string | null;
|
2490
2491
|
booleanValue: boolean | null;
|
2491
2492
|
numberValue: number | null;
|
2492
|
-
dateValue:
|
2493
|
+
dateValue: string | null;
|
2493
2494
|
uploads: {
|
2494
2495
|
id: string;
|
2495
|
-
createdAt:
|
2496
|
-
updatedAt:
|
2497
|
-
deletedAt:
|
2496
|
+
createdAt: string;
|
2497
|
+
updatedAt: string;
|
2498
|
+
deletedAt: string | null;
|
2498
2499
|
customFieldId: string;
|
2499
2500
|
upload: {
|
2500
2501
|
id: string;
|
2501
|
-
createdAt:
|
2502
|
-
updatedAt:
|
2503
|
-
deletedAt:
|
2502
|
+
createdAt: string;
|
2503
|
+
updatedAt: string;
|
2504
|
+
deletedAt: string | null;
|
2504
2505
|
fileName: string;
|
2505
2506
|
fileKey: string;
|
2506
2507
|
bucketName: string;
|
@@ -2516,21 +2517,21 @@ export declare const ticketContract: {
|
|
2516
2517
|
title: string;
|
2517
2518
|
description: string | null;
|
2518
2519
|
status: string;
|
2519
|
-
createdAt:
|
2520
|
-
updatedAt:
|
2521
|
-
deletedAt:
|
2520
|
+
createdAt: string;
|
2521
|
+
updatedAt: string;
|
2522
|
+
deletedAt: string | null;
|
2522
2523
|
customFields: {
|
2523
2524
|
id: string;
|
2524
|
-
createdAt:
|
2525
|
-
updatedAt:
|
2526
|
-
deletedAt:
|
2525
|
+
createdAt: string;
|
2526
|
+
updatedAt: string;
|
2527
|
+
deletedAt: string | null;
|
2527
2528
|
attribute: {
|
2528
2529
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2529
2530
|
id: string;
|
2530
2531
|
position: number;
|
2531
|
-
createdAt:
|
2532
|
-
updatedAt:
|
2533
|
-
deletedAt:
|
2532
|
+
createdAt: string;
|
2533
|
+
updatedAt: string;
|
2534
|
+
deletedAt: string | null;
|
2534
2535
|
isDefault: boolean;
|
2535
2536
|
systemName: string;
|
2536
2537
|
displayName: string;
|
@@ -2541,18 +2542,18 @@ export declare const ticketContract: {
|
|
2541
2542
|
textValue: string | null;
|
2542
2543
|
booleanValue: boolean | null;
|
2543
2544
|
numberValue: number | null;
|
2544
|
-
dateValue:
|
2545
|
+
dateValue: string | null;
|
2545
2546
|
uploads: {
|
2546
2547
|
id: string;
|
2547
|
-
createdAt:
|
2548
|
-
updatedAt:
|
2549
|
-
deletedAt:
|
2548
|
+
createdAt: string;
|
2549
|
+
updatedAt: string;
|
2550
|
+
deletedAt: string | null;
|
2550
2551
|
customFieldId: string;
|
2551
2552
|
upload: {
|
2552
2553
|
id: string;
|
2553
|
-
createdAt:
|
2554
|
-
updatedAt:
|
2555
|
-
deletedAt:
|
2554
|
+
createdAt: string;
|
2555
|
+
updatedAt: string;
|
2556
|
+
deletedAt: string | null;
|
2556
2557
|
fileName: string;
|
2557
2558
|
fileKey: string;
|
2558
2559
|
bucketName: string;
|
@@ -2573,21 +2574,21 @@ export declare const ticketContract: {
|
|
2573
2574
|
title: string;
|
2574
2575
|
description: string | null;
|
2575
2576
|
status: string;
|
2576
|
-
createdAt:
|
2577
|
-
updatedAt:
|
2578
|
-
deletedAt:
|
2577
|
+
createdAt: string;
|
2578
|
+
updatedAt: string;
|
2579
|
+
deletedAt: string | null;
|
2579
2580
|
customFields: {
|
2580
2581
|
id: string;
|
2581
|
-
createdAt:
|
2582
|
-
updatedAt:
|
2583
|
-
deletedAt:
|
2582
|
+
createdAt: string;
|
2583
|
+
updatedAt: string;
|
2584
|
+
deletedAt: string | null;
|
2584
2585
|
attribute: {
|
2585
2586
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2586
2587
|
id: string;
|
2587
2588
|
position: number;
|
2588
|
-
createdAt:
|
2589
|
-
updatedAt:
|
2590
|
-
deletedAt:
|
2589
|
+
createdAt: string;
|
2590
|
+
updatedAt: string;
|
2591
|
+
deletedAt: string | null;
|
2591
2592
|
isDefault: boolean;
|
2592
2593
|
systemName: string;
|
2593
2594
|
displayName: string;
|
@@ -2598,18 +2599,18 @@ export declare const ticketContract: {
|
|
2598
2599
|
textValue: string | null;
|
2599
2600
|
booleanValue: boolean | null;
|
2600
2601
|
numberValue: number | null;
|
2601
|
-
dateValue:
|
2602
|
+
dateValue: string | null;
|
2602
2603
|
uploads: {
|
2603
2604
|
id: string;
|
2604
|
-
createdAt:
|
2605
|
-
updatedAt:
|
2606
|
-
deletedAt:
|
2605
|
+
createdAt: string;
|
2606
|
+
updatedAt: string;
|
2607
|
+
deletedAt: string | null;
|
2607
2608
|
customFieldId: string;
|
2608
2609
|
upload: {
|
2609
2610
|
id: string;
|
2610
|
-
createdAt:
|
2611
|
-
updatedAt:
|
2612
|
-
deletedAt:
|
2611
|
+
createdAt: string;
|
2612
|
+
updatedAt: string;
|
2613
|
+
deletedAt: string | null;
|
2613
2614
|
fileName: string;
|
2614
2615
|
fileKey: string;
|
2615
2616
|
bucketName: string;
|
@@ -2632,21 +2633,21 @@ export declare const ticketContract: {
|
|
2632
2633
|
title: string;
|
2633
2634
|
description: string | null;
|
2634
2635
|
status: string;
|
2635
|
-
createdAt:
|
2636
|
-
updatedAt:
|
2637
|
-
deletedAt:
|
2636
|
+
createdAt: string;
|
2637
|
+
updatedAt: string;
|
2638
|
+
deletedAt: string | null;
|
2638
2639
|
customFields: {
|
2639
2640
|
id: string;
|
2640
|
-
createdAt:
|
2641
|
-
updatedAt:
|
2642
|
-
deletedAt:
|
2641
|
+
createdAt: string;
|
2642
|
+
updatedAt: string;
|
2643
|
+
deletedAt: string | null;
|
2643
2644
|
attribute: {
|
2644
2645
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2645
2646
|
id: string;
|
2646
2647
|
position: number;
|
2647
|
-
createdAt:
|
2648
|
-
updatedAt:
|
2649
|
-
deletedAt:
|
2648
|
+
createdAt: string;
|
2649
|
+
updatedAt: string;
|
2650
|
+
deletedAt: string | null;
|
2650
2651
|
isDefault: boolean;
|
2651
2652
|
systemName: string;
|
2652
2653
|
displayName: string;
|
@@ -2657,18 +2658,18 @@ export declare const ticketContract: {
|
|
2657
2658
|
textValue: string | null;
|
2658
2659
|
booleanValue: boolean | null;
|
2659
2660
|
numberValue: number | null;
|
2660
|
-
dateValue:
|
2661
|
+
dateValue: string | null;
|
2661
2662
|
uploads: {
|
2662
2663
|
id: string;
|
2663
|
-
createdAt:
|
2664
|
-
updatedAt:
|
2665
|
-
deletedAt:
|
2664
|
+
createdAt: string;
|
2665
|
+
updatedAt: string;
|
2666
|
+
deletedAt: string | null;
|
2666
2667
|
customFieldId: string;
|
2667
2668
|
upload: {
|
2668
2669
|
id: string;
|
2669
|
-
createdAt:
|
2670
|
-
updatedAt:
|
2671
|
-
deletedAt:
|
2670
|
+
createdAt: string;
|
2671
|
+
updatedAt: string;
|
2672
|
+
deletedAt: string | null;
|
2672
2673
|
fileName: string;
|
2673
2674
|
fileKey: string;
|
2674
2675
|
bucketName: string;
|
@@ -2692,21 +2693,21 @@ export declare const ticketContract: {
|
|
2692
2693
|
title: string;
|
2693
2694
|
description: string | null;
|
2694
2695
|
status: string;
|
2695
|
-
createdAt:
|
2696
|
-
updatedAt:
|
2697
|
-
deletedAt:
|
2696
|
+
createdAt: string;
|
2697
|
+
updatedAt: string;
|
2698
|
+
deletedAt: string | null;
|
2698
2699
|
customFields: {
|
2699
2700
|
id: string;
|
2700
|
-
createdAt:
|
2701
|
-
updatedAt:
|
2702
|
-
deletedAt:
|
2701
|
+
createdAt: string;
|
2702
|
+
updatedAt: string;
|
2703
|
+
deletedAt: string | null;
|
2703
2704
|
attribute: {
|
2704
2705
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2705
2706
|
id: string;
|
2706
2707
|
position: number;
|
2707
|
-
createdAt:
|
2708
|
-
updatedAt:
|
2709
|
-
deletedAt:
|
2708
|
+
createdAt: string;
|
2709
|
+
updatedAt: string;
|
2710
|
+
deletedAt: string | null;
|
2710
2711
|
isDefault: boolean;
|
2711
2712
|
systemName: string;
|
2712
2713
|
displayName: string;
|
@@ -2717,18 +2718,18 @@ export declare const ticketContract: {
|
|
2717
2718
|
textValue: string | null;
|
2718
2719
|
booleanValue: boolean | null;
|
2719
2720
|
numberValue: number | null;
|
2720
|
-
dateValue:
|
2721
|
+
dateValue: string | null;
|
2721
2722
|
uploads: {
|
2722
2723
|
id: string;
|
2723
|
-
createdAt:
|
2724
|
-
updatedAt:
|
2725
|
-
deletedAt:
|
2724
|
+
createdAt: string;
|
2725
|
+
updatedAt: string;
|
2726
|
+
deletedAt: string | null;
|
2726
2727
|
customFieldId: string;
|
2727
2728
|
upload: {
|
2728
2729
|
id: string;
|
2729
|
-
createdAt:
|
2730
|
-
updatedAt:
|
2731
|
-
deletedAt:
|
2730
|
+
createdAt: string;
|
2731
|
+
updatedAt: string;
|
2732
|
+
deletedAt: string | null;
|
2732
2733
|
fileName: string;
|
2733
2734
|
fileKey: string;
|
2734
2735
|
bucketName: string;
|
@@ -3574,9 +3575,9 @@ export declare const ticketContract: {
|
|
3574
3575
|
responses: {
|
3575
3576
|
200: z.ZodObject<{
|
3576
3577
|
id: z.ZodString;
|
3577
|
-
createdAt: z.
|
3578
|
-
updatedAt: z.
|
3579
|
-
deletedAt: z.ZodNullable<z.
|
3578
|
+
createdAt: z.ZodString;
|
3579
|
+
updatedAt: z.ZodString;
|
3580
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3580
3581
|
title: z.ZodString;
|
3581
3582
|
description: z.ZodNullable<z.ZodString>;
|
3582
3583
|
type: z.ZodString;
|
@@ -3590,18 +3591,18 @@ export declare const ticketContract: {
|
|
3590
3591
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
3591
3592
|
customFields: z.ZodArray<z.ZodObject<{
|
3592
3593
|
id: z.ZodString;
|
3593
|
-
createdAt: z.
|
3594
|
-
updatedAt: z.
|
3595
|
-
deletedAt: z.ZodNullable<z.
|
3594
|
+
createdAt: z.ZodString;
|
3595
|
+
updatedAt: z.ZodString;
|
3596
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3596
3597
|
textValue: z.ZodNullable<z.ZodString>;
|
3597
3598
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
3598
3599
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
3599
|
-
dateValue: z.ZodNullable<z.
|
3600
|
+
dateValue: z.ZodNullable<z.ZodString>;
|
3600
3601
|
attribute: z.ZodObject<Omit<{
|
3601
3602
|
id: z.ZodString;
|
3602
|
-
createdAt: z.
|
3603
|
-
updatedAt: z.
|
3604
|
-
deletedAt: z.ZodNullable<z.
|
3603
|
+
createdAt: z.ZodString;
|
3604
|
+
updatedAt: z.ZodString;
|
3605
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3605
3606
|
systemName: z.ZodString;
|
3606
3607
|
displayName: z.ZodString;
|
3607
3608
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -3631,23 +3632,23 @@ export declare const ticketContract: {
|
|
3631
3632
|
}>, "many">;
|
3632
3633
|
group: z.ZodObject<{
|
3633
3634
|
id: z.ZodString;
|
3634
|
-
createdAt: z.
|
3635
|
-
updatedAt: z.
|
3636
|
-
deletedAt: z.ZodNullable<z.
|
3635
|
+
createdAt: z.ZodString;
|
3636
|
+
updatedAt: z.ZodString;
|
3637
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3637
3638
|
systemName: z.ZodString;
|
3638
3639
|
displayName: z.ZodString;
|
3639
3640
|
}, "strip", z.ZodTypeAny, {
|
3640
3641
|
id: string;
|
3641
|
-
createdAt:
|
3642
|
-
updatedAt:
|
3643
|
-
deletedAt:
|
3642
|
+
createdAt: string;
|
3643
|
+
updatedAt: string;
|
3644
|
+
deletedAt: string | null;
|
3644
3645
|
systemName: string;
|
3645
3646
|
displayName: string;
|
3646
3647
|
}, {
|
3647
3648
|
id: string;
|
3648
|
-
createdAt:
|
3649
|
-
updatedAt:
|
3650
|
-
deletedAt:
|
3649
|
+
createdAt: string;
|
3650
|
+
updatedAt: string;
|
3651
|
+
deletedAt: string | null;
|
3651
3652
|
systemName: string;
|
3652
3653
|
displayName: string;
|
3653
3654
|
}>;
|
@@ -3655,9 +3656,9 @@ export declare const ticketContract: {
|
|
3655
3656
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3656
3657
|
id: string;
|
3657
3658
|
position: number;
|
3658
|
-
createdAt:
|
3659
|
-
updatedAt:
|
3660
|
-
deletedAt:
|
3659
|
+
createdAt: string;
|
3660
|
+
updatedAt: string;
|
3661
|
+
deletedAt: string | null;
|
3661
3662
|
isDefault: boolean;
|
3662
3663
|
systemName: string;
|
3663
3664
|
displayName: string;
|
@@ -3668,9 +3669,9 @@ export declare const ticketContract: {
|
|
3668
3669
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3669
3670
|
id: string;
|
3670
3671
|
position: number;
|
3671
|
-
createdAt:
|
3672
|
-
updatedAt:
|
3673
|
-
deletedAt:
|
3672
|
+
createdAt: string;
|
3673
|
+
updatedAt: string;
|
3674
|
+
deletedAt: string | null;
|
3674
3675
|
isDefault: boolean;
|
3675
3676
|
systemName: string;
|
3676
3677
|
displayName: string;
|
@@ -3680,33 +3681,33 @@ export declare const ticketContract: {
|
|
3680
3681
|
}>;
|
3681
3682
|
uploads: z.ZodArray<z.ZodObject<{
|
3682
3683
|
id: z.ZodString;
|
3683
|
-
createdAt: z.
|
3684
|
-
updatedAt: z.
|
3685
|
-
deletedAt: z.ZodNullable<z.
|
3684
|
+
createdAt: z.ZodString;
|
3685
|
+
updatedAt: z.ZodString;
|
3686
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3686
3687
|
customFieldId: z.ZodString;
|
3687
3688
|
upload: z.ZodObject<{
|
3688
3689
|
id: z.ZodString;
|
3689
|
-
createdAt: z.
|
3690
|
-
updatedAt: z.
|
3691
|
-
deletedAt: z.ZodNullable<z.
|
3690
|
+
createdAt: z.ZodString;
|
3691
|
+
updatedAt: z.ZodString;
|
3692
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3692
3693
|
bucketName: z.ZodString;
|
3693
3694
|
fileName: z.ZodString;
|
3694
3695
|
fileSize: z.ZodNumber;
|
3695
3696
|
fileKey: z.ZodString;
|
3696
3697
|
}, "strip", z.ZodTypeAny, {
|
3697
3698
|
id: string;
|
3698
|
-
createdAt:
|
3699
|
-
updatedAt:
|
3700
|
-
deletedAt:
|
3699
|
+
createdAt: string;
|
3700
|
+
updatedAt: string;
|
3701
|
+
deletedAt: string | null;
|
3701
3702
|
fileName: string;
|
3702
3703
|
fileKey: string;
|
3703
3704
|
bucketName: string;
|
3704
3705
|
fileSize: number;
|
3705
3706
|
}, {
|
3706
3707
|
id: string;
|
3707
|
-
createdAt:
|
3708
|
-
updatedAt:
|
3709
|
-
deletedAt:
|
3708
|
+
createdAt: string;
|
3709
|
+
updatedAt: string;
|
3710
|
+
deletedAt: string | null;
|
3710
3711
|
fileName: string;
|
3711
3712
|
fileKey: string;
|
3712
3713
|
bucketName: string;
|
@@ -3714,15 +3715,15 @@ export declare const ticketContract: {
|
|
3714
3715
|
}>;
|
3715
3716
|
}, "strip", z.ZodTypeAny, {
|
3716
3717
|
id: string;
|
3717
|
-
createdAt:
|
3718
|
-
updatedAt:
|
3719
|
-
deletedAt:
|
3718
|
+
createdAt: string;
|
3719
|
+
updatedAt: string;
|
3720
|
+
deletedAt: string | null;
|
3720
3721
|
customFieldId: string;
|
3721
3722
|
upload: {
|
3722
3723
|
id: string;
|
3723
|
-
createdAt:
|
3724
|
-
updatedAt:
|
3725
|
-
deletedAt:
|
3724
|
+
createdAt: string;
|
3725
|
+
updatedAt: string;
|
3726
|
+
deletedAt: string | null;
|
3726
3727
|
fileName: string;
|
3727
3728
|
fileKey: string;
|
3728
3729
|
bucketName: string;
|
@@ -3730,15 +3731,15 @@ export declare const ticketContract: {
|
|
3730
3731
|
};
|
3731
3732
|
}, {
|
3732
3733
|
id: string;
|
3733
|
-
createdAt:
|
3734
|
-
updatedAt:
|
3735
|
-
deletedAt:
|
3734
|
+
createdAt: string;
|
3735
|
+
updatedAt: string;
|
3736
|
+
deletedAt: string | null;
|
3736
3737
|
customFieldId: string;
|
3737
3738
|
upload: {
|
3738
3739
|
id: string;
|
3739
|
-
createdAt:
|
3740
|
-
updatedAt:
|
3741
|
-
deletedAt:
|
3740
|
+
createdAt: string;
|
3741
|
+
updatedAt: string;
|
3742
|
+
deletedAt: string | null;
|
3742
3743
|
fileName: string;
|
3743
3744
|
fileKey: string;
|
3744
3745
|
bucketName: string;
|
@@ -3747,16 +3748,16 @@ export declare const ticketContract: {
|
|
3747
3748
|
}>, "many">;
|
3748
3749
|
}, "strip", z.ZodTypeAny, {
|
3749
3750
|
id: string;
|
3750
|
-
createdAt:
|
3751
|
-
updatedAt:
|
3752
|
-
deletedAt:
|
3751
|
+
createdAt: string;
|
3752
|
+
updatedAt: string;
|
3753
|
+
deletedAt: string | null;
|
3753
3754
|
attribute: {
|
3754
3755
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3755
3756
|
id: string;
|
3756
3757
|
position: number;
|
3757
|
-
createdAt:
|
3758
|
-
updatedAt:
|
3759
|
-
deletedAt:
|
3758
|
+
createdAt: string;
|
3759
|
+
updatedAt: string;
|
3760
|
+
deletedAt: string | null;
|
3760
3761
|
isDefault: boolean;
|
3761
3762
|
systemName: string;
|
3762
3763
|
displayName: string;
|
@@ -3767,18 +3768,18 @@ export declare const ticketContract: {
|
|
3767
3768
|
textValue: string | null;
|
3768
3769
|
booleanValue: boolean | null;
|
3769
3770
|
numberValue: number | null;
|
3770
|
-
dateValue:
|
3771
|
+
dateValue: string | null;
|
3771
3772
|
uploads: {
|
3772
3773
|
id: string;
|
3773
|
-
createdAt:
|
3774
|
-
updatedAt:
|
3775
|
-
deletedAt:
|
3774
|
+
createdAt: string;
|
3775
|
+
updatedAt: string;
|
3776
|
+
deletedAt: string | null;
|
3776
3777
|
customFieldId: string;
|
3777
3778
|
upload: {
|
3778
3779
|
id: string;
|
3779
|
-
createdAt:
|
3780
|
-
updatedAt:
|
3781
|
-
deletedAt:
|
3780
|
+
createdAt: string;
|
3781
|
+
updatedAt: string;
|
3782
|
+
deletedAt: string | null;
|
3782
3783
|
fileName: string;
|
3783
3784
|
fileKey: string;
|
3784
3785
|
bucketName: string;
|
@@ -3787,16 +3788,16 @@ export declare const ticketContract: {
|
|
3787
3788
|
}[];
|
3788
3789
|
}, {
|
3789
3790
|
id: string;
|
3790
|
-
createdAt:
|
3791
|
-
updatedAt:
|
3792
|
-
deletedAt:
|
3791
|
+
createdAt: string;
|
3792
|
+
updatedAt: string;
|
3793
|
+
deletedAt: string | null;
|
3793
3794
|
attribute: {
|
3794
3795
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3795
3796
|
id: string;
|
3796
3797
|
position: number;
|
3797
|
-
createdAt:
|
3798
|
-
updatedAt:
|
3799
|
-
deletedAt:
|
3798
|
+
createdAt: string;
|
3799
|
+
updatedAt: string;
|
3800
|
+
deletedAt: string | null;
|
3800
3801
|
isDefault: boolean;
|
3801
3802
|
systemName: string;
|
3802
3803
|
displayName: string;
|
@@ -3807,18 +3808,18 @@ export declare const ticketContract: {
|
|
3807
3808
|
textValue: string | null;
|
3808
3809
|
booleanValue: boolean | null;
|
3809
3810
|
numberValue: number | null;
|
3810
|
-
dateValue:
|
3811
|
+
dateValue: string | null;
|
3811
3812
|
uploads: {
|
3812
3813
|
id: string;
|
3813
|
-
createdAt:
|
3814
|
-
updatedAt:
|
3815
|
-
deletedAt:
|
3814
|
+
createdAt: string;
|
3815
|
+
updatedAt: string;
|
3816
|
+
deletedAt: string | null;
|
3816
3817
|
customFieldId: string;
|
3817
3818
|
upload: {
|
3818
3819
|
id: string;
|
3819
|
-
createdAt:
|
3820
|
-
updatedAt:
|
3821
|
-
deletedAt:
|
3820
|
+
createdAt: string;
|
3821
|
+
updatedAt: string;
|
3822
|
+
deletedAt: string | null;
|
3822
3823
|
fileName: string;
|
3823
3824
|
fileKey: string;
|
3824
3825
|
bucketName: string;
|
@@ -3834,21 +3835,21 @@ export declare const ticketContract: {
|
|
3834
3835
|
title: string;
|
3835
3836
|
description: string | null;
|
3836
3837
|
status: string;
|
3837
|
-
createdAt:
|
3838
|
-
updatedAt:
|
3839
|
-
deletedAt:
|
3838
|
+
createdAt: string;
|
3839
|
+
updatedAt: string;
|
3840
|
+
deletedAt: string | null;
|
3840
3841
|
customFields: {
|
3841
3842
|
id: string;
|
3842
|
-
createdAt:
|
3843
|
-
updatedAt:
|
3844
|
-
deletedAt:
|
3843
|
+
createdAt: string;
|
3844
|
+
updatedAt: string;
|
3845
|
+
deletedAt: string | null;
|
3845
3846
|
attribute: {
|
3846
3847
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3847
3848
|
id: string;
|
3848
3849
|
position: number;
|
3849
|
-
createdAt:
|
3850
|
-
updatedAt:
|
3851
|
-
deletedAt:
|
3850
|
+
createdAt: string;
|
3851
|
+
updatedAt: string;
|
3852
|
+
deletedAt: string | null;
|
3852
3853
|
isDefault: boolean;
|
3853
3854
|
systemName: string;
|
3854
3855
|
displayName: string;
|
@@ -3859,18 +3860,18 @@ export declare const ticketContract: {
|
|
3859
3860
|
textValue: string | null;
|
3860
3861
|
booleanValue: boolean | null;
|
3861
3862
|
numberValue: number | null;
|
3862
|
-
dateValue:
|
3863
|
+
dateValue: string | null;
|
3863
3864
|
uploads: {
|
3864
3865
|
id: string;
|
3865
|
-
createdAt:
|
3866
|
-
updatedAt:
|
3867
|
-
deletedAt:
|
3866
|
+
createdAt: string;
|
3867
|
+
updatedAt: string;
|
3868
|
+
deletedAt: string | null;
|
3868
3869
|
customFieldId: string;
|
3869
3870
|
upload: {
|
3870
3871
|
id: string;
|
3871
|
-
createdAt:
|
3872
|
-
updatedAt:
|
3873
|
-
deletedAt:
|
3872
|
+
createdAt: string;
|
3873
|
+
updatedAt: string;
|
3874
|
+
deletedAt: string | null;
|
3874
3875
|
fileName: string;
|
3875
3876
|
fileKey: string;
|
3876
3877
|
bucketName: string;
|
@@ -3891,21 +3892,21 @@ export declare const ticketContract: {
|
|
3891
3892
|
title: string;
|
3892
3893
|
description: string | null;
|
3893
3894
|
status: string;
|
3894
|
-
createdAt:
|
3895
|
-
updatedAt:
|
3896
|
-
deletedAt:
|
3895
|
+
createdAt: string;
|
3896
|
+
updatedAt: string;
|
3897
|
+
deletedAt: string | null;
|
3897
3898
|
customFields: {
|
3898
3899
|
id: string;
|
3899
|
-
createdAt:
|
3900
|
-
updatedAt:
|
3901
|
-
deletedAt:
|
3900
|
+
createdAt: string;
|
3901
|
+
updatedAt: string;
|
3902
|
+
deletedAt: string | null;
|
3902
3903
|
attribute: {
|
3903
3904
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3904
3905
|
id: string;
|
3905
3906
|
position: number;
|
3906
|
-
createdAt:
|
3907
|
-
updatedAt:
|
3908
|
-
deletedAt:
|
3907
|
+
createdAt: string;
|
3908
|
+
updatedAt: string;
|
3909
|
+
deletedAt: string | null;
|
3909
3910
|
isDefault: boolean;
|
3910
3911
|
systemName: string;
|
3911
3912
|
displayName: string;
|
@@ -3916,18 +3917,18 @@ export declare const ticketContract: {
|
|
3916
3917
|
textValue: string | null;
|
3917
3918
|
booleanValue: boolean | null;
|
3918
3919
|
numberValue: number | null;
|
3919
|
-
dateValue:
|
3920
|
+
dateValue: string | null;
|
3920
3921
|
uploads: {
|
3921
3922
|
id: string;
|
3922
|
-
createdAt:
|
3923
|
-
updatedAt:
|
3924
|
-
deletedAt:
|
3923
|
+
createdAt: string;
|
3924
|
+
updatedAt: string;
|
3925
|
+
deletedAt: string | null;
|
3925
3926
|
customFieldId: string;
|
3926
3927
|
upload: {
|
3927
3928
|
id: string;
|
3928
|
-
createdAt:
|
3929
|
-
updatedAt:
|
3930
|
-
deletedAt:
|
3929
|
+
createdAt: string;
|
3930
|
+
updatedAt: string;
|
3931
|
+
deletedAt: string | null;
|
3931
3932
|
fileName: string;
|
3932
3933
|
fileKey: string;
|
3933
3934
|
bucketName: string;
|
@@ -4121,21 +4122,21 @@ export declare const ticketContract: {
|
|
4121
4122
|
title: string;
|
4122
4123
|
description: string | null;
|
4123
4124
|
status: string;
|
4124
|
-
createdAt:
|
4125
|
-
updatedAt:
|
4126
|
-
deletedAt:
|
4125
|
+
createdAt: string;
|
4126
|
+
updatedAt: string;
|
4127
|
+
deletedAt: string | null;
|
4127
4128
|
customFields: {
|
4128
4129
|
id: string;
|
4129
|
-
createdAt:
|
4130
|
-
updatedAt:
|
4131
|
-
deletedAt:
|
4130
|
+
createdAt: string;
|
4131
|
+
updatedAt: string;
|
4132
|
+
deletedAt: string | null;
|
4132
4133
|
attribute: {
|
4133
4134
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4134
4135
|
id: string;
|
4135
4136
|
position: number;
|
4136
|
-
createdAt:
|
4137
|
-
updatedAt:
|
4138
|
-
deletedAt:
|
4137
|
+
createdAt: string;
|
4138
|
+
updatedAt: string;
|
4139
|
+
deletedAt: string | null;
|
4139
4140
|
isDefault: boolean;
|
4140
4141
|
systemName: string;
|
4141
4142
|
displayName: string;
|
@@ -4146,18 +4147,18 @@ export declare const ticketContract: {
|
|
4146
4147
|
textValue: string | null;
|
4147
4148
|
booleanValue: boolean | null;
|
4148
4149
|
numberValue: number | null;
|
4149
|
-
dateValue:
|
4150
|
+
dateValue: string | null;
|
4150
4151
|
uploads: {
|
4151
4152
|
id: string;
|
4152
|
-
createdAt:
|
4153
|
-
updatedAt:
|
4154
|
-
deletedAt:
|
4153
|
+
createdAt: string;
|
4154
|
+
updatedAt: string;
|
4155
|
+
deletedAt: string | null;
|
4155
4156
|
customFieldId: string;
|
4156
4157
|
upload: {
|
4157
4158
|
id: string;
|
4158
|
-
createdAt:
|
4159
|
-
updatedAt:
|
4160
|
-
deletedAt:
|
4159
|
+
createdAt: string;
|
4160
|
+
updatedAt: string;
|
4161
|
+
deletedAt: string | null;
|
4161
4162
|
fileName: string;
|
4162
4163
|
fileKey: string;
|
4163
4164
|
bucketName: string;
|
@@ -4178,21 +4179,21 @@ export declare const ticketContract: {
|
|
4178
4179
|
title: string;
|
4179
4180
|
description: string | null;
|
4180
4181
|
status: string;
|
4181
|
-
createdAt:
|
4182
|
-
updatedAt:
|
4183
|
-
deletedAt:
|
4182
|
+
createdAt: string;
|
4183
|
+
updatedAt: string;
|
4184
|
+
deletedAt: string | null;
|
4184
4185
|
customFields: {
|
4185
4186
|
id: string;
|
4186
|
-
createdAt:
|
4187
|
-
updatedAt:
|
4188
|
-
deletedAt:
|
4187
|
+
createdAt: string;
|
4188
|
+
updatedAt: string;
|
4189
|
+
deletedAt: string | null;
|
4189
4190
|
attribute: {
|
4190
4191
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4191
4192
|
id: string;
|
4192
4193
|
position: number;
|
4193
|
-
createdAt:
|
4194
|
-
updatedAt:
|
4195
|
-
deletedAt:
|
4194
|
+
createdAt: string;
|
4195
|
+
updatedAt: string;
|
4196
|
+
deletedAt: string | null;
|
4196
4197
|
isDefault: boolean;
|
4197
4198
|
systemName: string;
|
4198
4199
|
displayName: string;
|
@@ -4203,18 +4204,18 @@ export declare const ticketContract: {
|
|
4203
4204
|
textValue: string | null;
|
4204
4205
|
booleanValue: boolean | null;
|
4205
4206
|
numberValue: number | null;
|
4206
|
-
dateValue:
|
4207
|
+
dateValue: string | null;
|
4207
4208
|
uploads: {
|
4208
4209
|
id: string;
|
4209
|
-
createdAt:
|
4210
|
-
updatedAt:
|
4211
|
-
deletedAt:
|
4210
|
+
createdAt: string;
|
4211
|
+
updatedAt: string;
|
4212
|
+
deletedAt: string | null;
|
4212
4213
|
customFieldId: string;
|
4213
4214
|
upload: {
|
4214
4215
|
id: string;
|
4215
|
-
createdAt:
|
4216
|
-
updatedAt:
|
4217
|
-
deletedAt:
|
4216
|
+
createdAt: string;
|
4217
|
+
updatedAt: string;
|
4218
|
+
deletedAt: string | null;
|
4218
4219
|
fileName: string;
|
4219
4220
|
fileKey: string;
|
4220
4221
|
bucketName: string;
|
@@ -4237,21 +4238,21 @@ export declare const ticketContract: {
|
|
4237
4238
|
title: string;
|
4238
4239
|
description: string | null;
|
4239
4240
|
status: string;
|
4240
|
-
createdAt:
|
4241
|
-
updatedAt:
|
4242
|
-
deletedAt:
|
4241
|
+
createdAt: string;
|
4242
|
+
updatedAt: string;
|
4243
|
+
deletedAt: string | null;
|
4243
4244
|
customFields: {
|
4244
4245
|
id: string;
|
4245
|
-
createdAt:
|
4246
|
-
updatedAt:
|
4247
|
-
deletedAt:
|
4246
|
+
createdAt: string;
|
4247
|
+
updatedAt: string;
|
4248
|
+
deletedAt: string | null;
|
4248
4249
|
attribute: {
|
4249
4250
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4250
4251
|
id: string;
|
4251
4252
|
position: number;
|
4252
|
-
createdAt:
|
4253
|
-
updatedAt:
|
4254
|
-
deletedAt:
|
4253
|
+
createdAt: string;
|
4254
|
+
updatedAt: string;
|
4255
|
+
deletedAt: string | null;
|
4255
4256
|
isDefault: boolean;
|
4256
4257
|
systemName: string;
|
4257
4258
|
displayName: string;
|
@@ -4262,18 +4263,18 @@ export declare const ticketContract: {
|
|
4262
4263
|
textValue: string | null;
|
4263
4264
|
booleanValue: boolean | null;
|
4264
4265
|
numberValue: number | null;
|
4265
|
-
dateValue:
|
4266
|
+
dateValue: string | null;
|
4266
4267
|
uploads: {
|
4267
4268
|
id: string;
|
4268
|
-
createdAt:
|
4269
|
-
updatedAt:
|
4270
|
-
deletedAt:
|
4269
|
+
createdAt: string;
|
4270
|
+
updatedAt: string;
|
4271
|
+
deletedAt: string | null;
|
4271
4272
|
customFieldId: string;
|
4272
4273
|
upload: {
|
4273
4274
|
id: string;
|
4274
|
-
createdAt:
|
4275
|
-
updatedAt:
|
4276
|
-
deletedAt:
|
4275
|
+
createdAt: string;
|
4276
|
+
updatedAt: string;
|
4277
|
+
deletedAt: string | null;
|
4277
4278
|
fileName: string;
|
4278
4279
|
fileKey: string;
|
4279
4280
|
bucketName: string;
|
@@ -4300,21 +4301,21 @@ export declare const ticketContract: {
|
|
4300
4301
|
title: string;
|
4301
4302
|
description: string | null;
|
4302
4303
|
status: string;
|
4303
|
-
createdAt:
|
4304
|
-
updatedAt:
|
4305
|
-
deletedAt:
|
4304
|
+
createdAt: string;
|
4305
|
+
updatedAt: string;
|
4306
|
+
deletedAt: string | null;
|
4306
4307
|
customFields: {
|
4307
4308
|
id: string;
|
4308
|
-
createdAt:
|
4309
|
-
updatedAt:
|
4310
|
-
deletedAt:
|
4309
|
+
createdAt: string;
|
4310
|
+
updatedAt: string;
|
4311
|
+
deletedAt: string | null;
|
4311
4312
|
attribute: {
|
4312
4313
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4313
4314
|
id: string;
|
4314
4315
|
position: number;
|
4315
|
-
createdAt:
|
4316
|
-
updatedAt:
|
4317
|
-
deletedAt:
|
4316
|
+
createdAt: string;
|
4317
|
+
updatedAt: string;
|
4318
|
+
deletedAt: string | null;
|
4318
4319
|
isDefault: boolean;
|
4319
4320
|
systemName: string;
|
4320
4321
|
displayName: string;
|
@@ -4325,18 +4326,18 @@ export declare const ticketContract: {
|
|
4325
4326
|
textValue: string | null;
|
4326
4327
|
booleanValue: boolean | null;
|
4327
4328
|
numberValue: number | null;
|
4328
|
-
dateValue:
|
4329
|
+
dateValue: string | null;
|
4329
4330
|
uploads: {
|
4330
4331
|
id: string;
|
4331
|
-
createdAt:
|
4332
|
-
updatedAt:
|
4333
|
-
deletedAt:
|
4332
|
+
createdAt: string;
|
4333
|
+
updatedAt: string;
|
4334
|
+
deletedAt: string | null;
|
4334
4335
|
customFieldId: string;
|
4335
4336
|
upload: {
|
4336
4337
|
id: string;
|
4337
|
-
createdAt:
|
4338
|
-
updatedAt:
|
4339
|
-
deletedAt:
|
4338
|
+
createdAt: string;
|
4339
|
+
updatedAt: string;
|
4340
|
+
deletedAt: string | null;
|
4340
4341
|
fileName: string;
|
4341
4342
|
fileKey: string;
|
4342
4343
|
bucketName: string;
|
@@ -4450,18 +4451,18 @@ export declare const ticketContract: {
|
|
4450
4451
|
responses: {
|
4451
4452
|
201: z.ZodObject<{
|
4452
4453
|
id: z.ZodString;
|
4453
|
-
createdAt: z.
|
4454
|
-
updatedAt: z.
|
4455
|
-
deletedAt: z.ZodNullable<z.
|
4454
|
+
createdAt: z.ZodString;
|
4455
|
+
updatedAt: z.ZodString;
|
4456
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
4456
4457
|
textValue: z.ZodNullable<z.ZodString>;
|
4457
4458
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
4458
4459
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
4459
|
-
dateValue: z.ZodNullable<z.
|
4460
|
+
dateValue: z.ZodNullable<z.ZodString>;
|
4460
4461
|
attribute: z.ZodObject<Omit<{
|
4461
4462
|
id: z.ZodString;
|
4462
|
-
createdAt: z.
|
4463
|
-
updatedAt: z.
|
4464
|
-
deletedAt: z.ZodNullable<z.
|
4463
|
+
createdAt: z.ZodString;
|
4464
|
+
updatedAt: z.ZodString;
|
4465
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
4465
4466
|
systemName: z.ZodString;
|
4466
4467
|
displayName: z.ZodString;
|
4467
4468
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -4491,23 +4492,23 @@ export declare const ticketContract: {
|
|
4491
4492
|
}>, "many">;
|
4492
4493
|
group: z.ZodObject<{
|
4493
4494
|
id: z.ZodString;
|
4494
|
-
createdAt: z.
|
4495
|
-
updatedAt: z.
|
4496
|
-
deletedAt: z.ZodNullable<z.
|
4495
|
+
createdAt: z.ZodString;
|
4496
|
+
updatedAt: z.ZodString;
|
4497
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
4497
4498
|
systemName: z.ZodString;
|
4498
4499
|
displayName: z.ZodString;
|
4499
4500
|
}, "strip", z.ZodTypeAny, {
|
4500
4501
|
id: string;
|
4501
|
-
createdAt:
|
4502
|
-
updatedAt:
|
4503
|
-
deletedAt:
|
4502
|
+
createdAt: string;
|
4503
|
+
updatedAt: string;
|
4504
|
+
deletedAt: string | null;
|
4504
4505
|
systemName: string;
|
4505
4506
|
displayName: string;
|
4506
4507
|
}, {
|
4507
4508
|
id: string;
|
4508
|
-
createdAt:
|
4509
|
-
updatedAt:
|
4510
|
-
deletedAt:
|
4509
|
+
createdAt: string;
|
4510
|
+
updatedAt: string;
|
4511
|
+
deletedAt: string | null;
|
4511
4512
|
systemName: string;
|
4512
4513
|
displayName: string;
|
4513
4514
|
}>;
|
@@ -4515,9 +4516,9 @@ export declare const ticketContract: {
|
|
4515
4516
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4516
4517
|
id: string;
|
4517
4518
|
position: number;
|
4518
|
-
createdAt:
|
4519
|
-
updatedAt:
|
4520
|
-
deletedAt:
|
4519
|
+
createdAt: string;
|
4520
|
+
updatedAt: string;
|
4521
|
+
deletedAt: string | null;
|
4521
4522
|
isDefault: boolean;
|
4522
4523
|
systemName: string;
|
4523
4524
|
displayName: string;
|
@@ -4528,9 +4529,9 @@ export declare const ticketContract: {
|
|
4528
4529
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4529
4530
|
id: string;
|
4530
4531
|
position: number;
|
4531
|
-
createdAt:
|
4532
|
-
updatedAt:
|
4533
|
-
deletedAt:
|
4532
|
+
createdAt: string;
|
4533
|
+
updatedAt: string;
|
4534
|
+
deletedAt: string | null;
|
4534
4535
|
isDefault: boolean;
|
4535
4536
|
systemName: string;
|
4536
4537
|
displayName: string;
|
@@ -4540,33 +4541,33 @@ export declare const ticketContract: {
|
|
4540
4541
|
}>;
|
4541
4542
|
uploads: z.ZodArray<z.ZodObject<{
|
4542
4543
|
id: z.ZodString;
|
4543
|
-
createdAt: z.
|
4544
|
-
updatedAt: z.
|
4545
|
-
deletedAt: z.ZodNullable<z.
|
4544
|
+
createdAt: z.ZodString;
|
4545
|
+
updatedAt: z.ZodString;
|
4546
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
4546
4547
|
customFieldId: z.ZodString;
|
4547
4548
|
upload: z.ZodObject<{
|
4548
4549
|
id: z.ZodString;
|
4549
|
-
createdAt: z.
|
4550
|
-
updatedAt: z.
|
4551
|
-
deletedAt: z.ZodNullable<z.
|
4550
|
+
createdAt: z.ZodString;
|
4551
|
+
updatedAt: z.ZodString;
|
4552
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
4552
4553
|
bucketName: z.ZodString;
|
4553
4554
|
fileName: z.ZodString;
|
4554
4555
|
fileSize: z.ZodNumber;
|
4555
4556
|
fileKey: z.ZodString;
|
4556
4557
|
}, "strip", z.ZodTypeAny, {
|
4557
4558
|
id: string;
|
4558
|
-
createdAt:
|
4559
|
-
updatedAt:
|
4560
|
-
deletedAt:
|
4559
|
+
createdAt: string;
|
4560
|
+
updatedAt: string;
|
4561
|
+
deletedAt: string | null;
|
4561
4562
|
fileName: string;
|
4562
4563
|
fileKey: string;
|
4563
4564
|
bucketName: string;
|
4564
4565
|
fileSize: number;
|
4565
4566
|
}, {
|
4566
4567
|
id: string;
|
4567
|
-
createdAt:
|
4568
|
-
updatedAt:
|
4569
|
-
deletedAt:
|
4568
|
+
createdAt: string;
|
4569
|
+
updatedAt: string;
|
4570
|
+
deletedAt: string | null;
|
4570
4571
|
fileName: string;
|
4571
4572
|
fileKey: string;
|
4572
4573
|
bucketName: string;
|
@@ -4574,15 +4575,15 @@ export declare const ticketContract: {
|
|
4574
4575
|
}>;
|
4575
4576
|
}, "strip", z.ZodTypeAny, {
|
4576
4577
|
id: string;
|
4577
|
-
createdAt:
|
4578
|
-
updatedAt:
|
4579
|
-
deletedAt:
|
4578
|
+
createdAt: string;
|
4579
|
+
updatedAt: string;
|
4580
|
+
deletedAt: string | null;
|
4580
4581
|
customFieldId: string;
|
4581
4582
|
upload: {
|
4582
4583
|
id: string;
|
4583
|
-
createdAt:
|
4584
|
-
updatedAt:
|
4585
|
-
deletedAt:
|
4584
|
+
createdAt: string;
|
4585
|
+
updatedAt: string;
|
4586
|
+
deletedAt: string | null;
|
4586
4587
|
fileName: string;
|
4587
4588
|
fileKey: string;
|
4588
4589
|
bucketName: string;
|
@@ -4590,15 +4591,15 @@ export declare const ticketContract: {
|
|
4590
4591
|
};
|
4591
4592
|
}, {
|
4592
4593
|
id: string;
|
4593
|
-
createdAt:
|
4594
|
-
updatedAt:
|
4595
|
-
deletedAt:
|
4594
|
+
createdAt: string;
|
4595
|
+
updatedAt: string;
|
4596
|
+
deletedAt: string | null;
|
4596
4597
|
customFieldId: string;
|
4597
4598
|
upload: {
|
4598
4599
|
id: string;
|
4599
|
-
createdAt:
|
4600
|
-
updatedAt:
|
4601
|
-
deletedAt:
|
4600
|
+
createdAt: string;
|
4601
|
+
updatedAt: string;
|
4602
|
+
deletedAt: string | null;
|
4602
4603
|
fileName: string;
|
4603
4604
|
fileKey: string;
|
4604
4605
|
bucketName: string;
|
@@ -4607,16 +4608,16 @@ export declare const ticketContract: {
|
|
4607
4608
|
}>, "many">;
|
4608
4609
|
}, "strip", z.ZodTypeAny, {
|
4609
4610
|
id: string;
|
4610
|
-
createdAt:
|
4611
|
-
updatedAt:
|
4612
|
-
deletedAt:
|
4611
|
+
createdAt: string;
|
4612
|
+
updatedAt: string;
|
4613
|
+
deletedAt: string | null;
|
4613
4614
|
attribute: {
|
4614
4615
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4615
4616
|
id: string;
|
4616
4617
|
position: number;
|
4617
|
-
createdAt:
|
4618
|
-
updatedAt:
|
4619
|
-
deletedAt:
|
4618
|
+
createdAt: string;
|
4619
|
+
updatedAt: string;
|
4620
|
+
deletedAt: string | null;
|
4620
4621
|
isDefault: boolean;
|
4621
4622
|
systemName: string;
|
4622
4623
|
displayName: string;
|
@@ -4627,18 +4628,18 @@ export declare const ticketContract: {
|
|
4627
4628
|
textValue: string | null;
|
4628
4629
|
booleanValue: boolean | null;
|
4629
4630
|
numberValue: number | null;
|
4630
|
-
dateValue:
|
4631
|
+
dateValue: string | null;
|
4631
4632
|
uploads: {
|
4632
4633
|
id: string;
|
4633
|
-
createdAt:
|
4634
|
-
updatedAt:
|
4635
|
-
deletedAt:
|
4634
|
+
createdAt: string;
|
4635
|
+
updatedAt: string;
|
4636
|
+
deletedAt: string | null;
|
4636
4637
|
customFieldId: string;
|
4637
4638
|
upload: {
|
4638
4639
|
id: string;
|
4639
|
-
createdAt:
|
4640
|
-
updatedAt:
|
4641
|
-
deletedAt:
|
4640
|
+
createdAt: string;
|
4641
|
+
updatedAt: string;
|
4642
|
+
deletedAt: string | null;
|
4642
4643
|
fileName: string;
|
4643
4644
|
fileKey: string;
|
4644
4645
|
bucketName: string;
|
@@ -4647,16 +4648,16 @@ export declare const ticketContract: {
|
|
4647
4648
|
}[];
|
4648
4649
|
}, {
|
4649
4650
|
id: string;
|
4650
|
-
createdAt:
|
4651
|
-
updatedAt:
|
4652
|
-
deletedAt:
|
4651
|
+
createdAt: string;
|
4652
|
+
updatedAt: string;
|
4653
|
+
deletedAt: string | null;
|
4653
4654
|
attribute: {
|
4654
4655
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4655
4656
|
id: string;
|
4656
4657
|
position: number;
|
4657
|
-
createdAt:
|
4658
|
-
updatedAt:
|
4659
|
-
deletedAt:
|
4658
|
+
createdAt: string;
|
4659
|
+
updatedAt: string;
|
4660
|
+
deletedAt: string | null;
|
4660
4661
|
isDefault: boolean;
|
4661
4662
|
systemName: string;
|
4662
4663
|
displayName: string;
|
@@ -4667,18 +4668,18 @@ export declare const ticketContract: {
|
|
4667
4668
|
textValue: string | null;
|
4668
4669
|
booleanValue: boolean | null;
|
4669
4670
|
numberValue: number | null;
|
4670
|
-
dateValue:
|
4671
|
+
dateValue: string | null;
|
4671
4672
|
uploads: {
|
4672
4673
|
id: string;
|
4673
|
-
createdAt:
|
4674
|
-
updatedAt:
|
4675
|
-
deletedAt:
|
4674
|
+
createdAt: string;
|
4675
|
+
updatedAt: string;
|
4676
|
+
deletedAt: string | null;
|
4676
4677
|
customFieldId: string;
|
4677
4678
|
upload: {
|
4678
4679
|
id: string;
|
4679
|
-
createdAt:
|
4680
|
-
updatedAt:
|
4681
|
-
deletedAt:
|
4680
|
+
createdAt: string;
|
4681
|
+
updatedAt: string;
|
4682
|
+
deletedAt: string | null;
|
4682
4683
|
fileName: string;
|
4683
4684
|
fileKey: string;
|
4684
4685
|
bucketName: string;
|
@@ -4756,5 +4757,105 @@ export declare const ticketContract: {
|
|
4756
4757
|
'x-client-timezone'?: string | undefined;
|
4757
4758
|
}>>>;
|
4758
4759
|
};
|
4760
|
+
exportTicket: {
|
4761
|
+
summary: "Export tickets";
|
4762
|
+
method: "GET";
|
4763
|
+
query: z.ZodObject<{
|
4764
|
+
agent: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4765
|
+
selectedDate: z.ZodOptional<z.ZodString>;
|
4766
|
+
keyword: z.ZodOptional<z.ZodString>;
|
4767
|
+
title: z.ZodOptional<z.ZodString>;
|
4768
|
+
description: z.ZodOptional<z.ZodString>;
|
4769
|
+
status: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4770
|
+
priority: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4771
|
+
channel: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4772
|
+
type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4773
|
+
ticketType: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4774
|
+
contact: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4775
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4776
|
+
categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
4777
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
4778
|
+
attributeId: z.ZodString;
|
4779
|
+
type: z.ZodString;
|
4780
|
+
value: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
|
4781
|
+
}, "strip", z.ZodTypeAny, {
|
4782
|
+
type: string;
|
4783
|
+
value: (string | string[]) & (string | string[] | undefined);
|
4784
|
+
attributeId: string;
|
4785
|
+
}, {
|
4786
|
+
type: string;
|
4787
|
+
value: (string | string[]) & (string | string[] | undefined);
|
4788
|
+
attributeId: string;
|
4789
|
+
}>, "many">>;
|
4790
|
+
}, "strip", z.ZodTypeAny, {
|
4791
|
+
agent?: string[] | undefined;
|
4792
|
+
selectedDate?: string | undefined;
|
4793
|
+
keyword?: string | undefined;
|
4794
|
+
title?: string | undefined;
|
4795
|
+
description?: string | undefined;
|
4796
|
+
status?: string[] | undefined;
|
4797
|
+
priority?: string[] | undefined;
|
4798
|
+
channel?: string[] | undefined;
|
4799
|
+
type?: string[] | undefined;
|
4800
|
+
ticketType?: string[] | undefined;
|
4801
|
+
contact?: string[] | undefined;
|
4802
|
+
tags?: string[] | undefined;
|
4803
|
+
categories?: string[] | undefined;
|
4804
|
+
customFields?: {
|
4805
|
+
type: string;
|
4806
|
+
value: (string | string[]) & (string | string[] | undefined);
|
4807
|
+
attributeId: string;
|
4808
|
+
}[] | undefined;
|
4809
|
+
}, {
|
4810
|
+
agent?: string[] | undefined;
|
4811
|
+
selectedDate?: string | undefined;
|
4812
|
+
keyword?: string | undefined;
|
4813
|
+
title?: string | undefined;
|
4814
|
+
description?: string | undefined;
|
4815
|
+
status?: string[] | undefined;
|
4816
|
+
priority?: string[] | undefined;
|
4817
|
+
channel?: string[] | undefined;
|
4818
|
+
type?: string[] | undefined;
|
4819
|
+
ticketType?: string[] | undefined;
|
4820
|
+
contact?: string[] | undefined;
|
4821
|
+
tags?: string[] | undefined;
|
4822
|
+
categories?: string[] | undefined;
|
4823
|
+
customFields?: {
|
4824
|
+
type: string;
|
4825
|
+
value: (string | string[]) & (string | string[] | undefined);
|
4826
|
+
attributeId: string;
|
4827
|
+
}[] | undefined;
|
4828
|
+
}>;
|
4829
|
+
responses: {
|
4830
|
+
200: null;
|
4831
|
+
401: z.ZodObject<{
|
4832
|
+
message: z.ZodString;
|
4833
|
+
error: z.ZodAny;
|
4834
|
+
}, "strip", z.ZodTypeAny, {
|
4835
|
+
message: string;
|
4836
|
+
error?: any;
|
4837
|
+
}, {
|
4838
|
+
message: string;
|
4839
|
+
error?: any;
|
4840
|
+
}>;
|
4841
|
+
};
|
4842
|
+
path: "ticket/export";
|
4843
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4844
|
+
'x-tenant': z.ZodString;
|
4845
|
+
authorization: z.ZodString;
|
4846
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
4847
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
4848
|
+
}, "strip", z.ZodTypeAny, {
|
4849
|
+
'x-tenant': string;
|
4850
|
+
authorization: string;
|
4851
|
+
'x-client-timezone': string;
|
4852
|
+
'x-code'?: string | undefined;
|
4853
|
+
}, {
|
4854
|
+
'x-tenant': string;
|
4855
|
+
authorization: string;
|
4856
|
+
'x-code'?: string | undefined;
|
4857
|
+
'x-client-timezone'?: string | undefined;
|
4858
|
+
}>>>;
|
4859
|
+
};
|
4759
4860
|
};
|
4760
4861
|
//# sourceMappingURL=index.d.ts.map
|