@kl1/contracts 1.0.25 → 1.0.27
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 +1673 -1458
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1669 -1458
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +399 -0
- package/dist/src/activity-log/index.d.ts.map +1 -0
- package/dist/src/activity-log/schema.d.ts +369 -0
- package/dist/src/activity-log/schema.d.ts.map +1 -0
- package/dist/src/activity-log/validation.d.ts +2 -0
- package/dist/src/activity-log/validation.d.ts.map +1 -0
- package/dist/src/attribute/index.d.ts +108 -108
- package/dist/src/attribute/schema.d.ts +24 -24
- package/dist/src/attribute-option/schema.d.ts +9 -9
- package/dist/src/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 +218 -32
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts +9 -9
- package/dist/src/chat/index.d.ts +5335 -5335
- package/dist/src/chat/schema.d.ts +877 -877
- package/dist/src/chat/validation.d.ts +1009 -1009
- package/dist/src/comment/index.d.ts +4688 -0
- package/dist/src/comment/index.d.ts.map +1 -0
- package/dist/src/comment/schema.d.ts +1257 -0
- package/dist/src/comment/schema.d.ts.map +1 -0
- package/dist/src/comment/validation.d.ts +38 -0
- package/dist/src/comment/validation.d.ts.map +1 -0
- package/dist/src/company/index.d.ts +296 -293
- package/dist/src/company/index.d.ts.map +1 -1
- package/dist/src/company/schema.d.ts +191 -54
- package/dist/src/company/schema.d.ts.map +1 -1
- package/dist/src/company/validation.d.ts +162 -162
- package/dist/src/contact/index.d.ts +1213 -1213
- package/dist/src/contact/schema.d.ts +201 -201
- package/dist/src/contact/validation.d.ts +997 -997
- 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 +14189 -8798
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +9 -9
- package/dist/src/custom-field-upload/schema.d.ts +9 -9
- package/dist/src/cx-log/index.d.ts +621 -621
- package/dist/src/cx-log/schema.d.ts +564 -564
- package/dist/src/dashboard/index.d.ts +24 -20
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +125 -0
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/evaluate-form/schema.d.ts +9 -9
- package/dist/src/group/schema.d.ts +9 -9
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/log-form/schema.d.ts +9 -9
- package/dist/src/mail/mail-contract.d.ts +21 -21
- package/dist/src/mail/room-contract.d.ts +21 -21
- package/dist/src/mail/schemas/room.schema.d.ts +15 -15
- package/dist/src/messenger/index.d.ts +1226 -1096
- 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/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 +93 -93
- package/dist/src/telephony-agent-presence-status/schema.d.ts +33 -33
- 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 +570 -570
- package/dist/src/ticket/schema.d.ts +135 -135
- package/dist/src/upload/schema.d.ts +9 -9
- package/dist/src/user-presence-status-log/index.d.ts +36 -36
- package/dist/src/user-presence-status-log/schema.d.ts +39 -39
- package/dist/src/widget/index.d.ts +78 -78
- package/dist/src/widget/schema.d.ts +9 -9
- package/dist/src/wrap-up-form/index.d.ts +96 -96
- package/dist/src/wrap-up-form/schema.d.ts +24 -24
- package/package.json +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
@@ -294,9 +294,9 @@ export declare const ticketContract: {
|
|
294
294
|
requestId: z.ZodString;
|
295
295
|
message: z.ZodObject<{
|
296
296
|
id: z.ZodString;
|
297
|
-
createdAt: z.
|
298
|
-
updatedAt: z.
|
299
|
-
deletedAt: z.ZodNullable<z.
|
297
|
+
createdAt: z.ZodString;
|
298
|
+
updatedAt: z.ZodString;
|
299
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
300
300
|
title: z.ZodString;
|
301
301
|
description: z.ZodNullable<z.ZodString>;
|
302
302
|
type: z.ZodString;
|
@@ -310,18 +310,18 @@ export declare const ticketContract: {
|
|
310
310
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
311
311
|
customFields: z.ZodArray<z.ZodObject<{
|
312
312
|
id: z.ZodString;
|
313
|
-
createdAt: z.
|
314
|
-
updatedAt: z.
|
315
|
-
deletedAt: z.ZodNullable<z.
|
313
|
+
createdAt: z.ZodString;
|
314
|
+
updatedAt: z.ZodString;
|
315
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
316
316
|
textValue: z.ZodNullable<z.ZodString>;
|
317
317
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
318
318
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
319
319
|
dateValue: z.ZodNullable<z.ZodDate>;
|
320
320
|
attribute: z.ZodObject<Omit<{
|
321
321
|
id: z.ZodString;
|
322
|
-
createdAt: z.
|
323
|
-
updatedAt: z.
|
324
|
-
deletedAt: z.ZodNullable<z.
|
322
|
+
createdAt: z.ZodString;
|
323
|
+
updatedAt: z.ZodString;
|
324
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
325
325
|
systemName: z.ZodString;
|
326
326
|
displayName: z.ZodString;
|
327
327
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -351,23 +351,23 @@ export declare const ticketContract: {
|
|
351
351
|
}>, "many">;
|
352
352
|
group: z.ZodObject<{
|
353
353
|
id: z.ZodString;
|
354
|
-
createdAt: z.
|
355
|
-
updatedAt: z.
|
356
|
-
deletedAt: z.ZodNullable<z.
|
354
|
+
createdAt: z.ZodString;
|
355
|
+
updatedAt: z.ZodString;
|
356
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
357
357
|
systemName: z.ZodString;
|
358
358
|
displayName: z.ZodString;
|
359
359
|
}, "strip", z.ZodTypeAny, {
|
360
360
|
id: string;
|
361
|
-
createdAt:
|
362
|
-
updatedAt:
|
363
|
-
deletedAt:
|
361
|
+
createdAt: string;
|
362
|
+
updatedAt: string;
|
363
|
+
deletedAt: string | null;
|
364
364
|
systemName: string;
|
365
365
|
displayName: string;
|
366
366
|
}, {
|
367
367
|
id: string;
|
368
|
-
createdAt:
|
369
|
-
updatedAt:
|
370
|
-
deletedAt:
|
368
|
+
createdAt: string;
|
369
|
+
updatedAt: string;
|
370
|
+
deletedAt: string | null;
|
371
371
|
systemName: string;
|
372
372
|
displayName: string;
|
373
373
|
}>;
|
@@ -375,9 +375,9 @@ export declare const ticketContract: {
|
|
375
375
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
376
376
|
id: string;
|
377
377
|
position: number;
|
378
|
-
createdAt:
|
379
|
-
updatedAt:
|
380
|
-
deletedAt:
|
378
|
+
createdAt: string;
|
379
|
+
updatedAt: string;
|
380
|
+
deletedAt: string | null;
|
381
381
|
isDefault: boolean;
|
382
382
|
systemName: string;
|
383
383
|
displayName: string;
|
@@ -388,9 +388,9 @@ export declare const ticketContract: {
|
|
388
388
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
389
389
|
id: string;
|
390
390
|
position: number;
|
391
|
-
createdAt:
|
392
|
-
updatedAt:
|
393
|
-
deletedAt:
|
391
|
+
createdAt: string;
|
392
|
+
updatedAt: string;
|
393
|
+
deletedAt: string | null;
|
394
394
|
isDefault: boolean;
|
395
395
|
systemName: string;
|
396
396
|
displayName: string;
|
@@ -406,27 +406,27 @@ export declare const ticketContract: {
|
|
406
406
|
customFieldId: z.ZodString;
|
407
407
|
upload: z.ZodObject<{
|
408
408
|
id: z.ZodString;
|
409
|
-
createdAt: z.
|
410
|
-
updatedAt: z.
|
411
|
-
deletedAt: z.ZodNullable<z.
|
409
|
+
createdAt: z.ZodString;
|
410
|
+
updatedAt: z.ZodString;
|
411
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
412
412
|
bucketName: z.ZodString;
|
413
413
|
fileName: z.ZodString;
|
414
414
|
fileSize: z.ZodNumber;
|
415
415
|
fileKey: z.ZodString;
|
416
416
|
}, "strip", z.ZodTypeAny, {
|
417
417
|
id: string;
|
418
|
-
createdAt:
|
419
|
-
updatedAt:
|
420
|
-
deletedAt:
|
418
|
+
createdAt: string;
|
419
|
+
updatedAt: string;
|
420
|
+
deletedAt: string | null;
|
421
421
|
fileName: string;
|
422
422
|
fileKey: string;
|
423
423
|
bucketName: string;
|
424
424
|
fileSize: number;
|
425
425
|
}, {
|
426
426
|
id: string;
|
427
|
-
createdAt:
|
428
|
-
updatedAt:
|
429
|
-
deletedAt:
|
427
|
+
createdAt: string;
|
428
|
+
updatedAt: string;
|
429
|
+
deletedAt: string | null;
|
430
430
|
fileName: string;
|
431
431
|
fileKey: string;
|
432
432
|
bucketName: string;
|
@@ -440,9 +440,9 @@ export declare const ticketContract: {
|
|
440
440
|
customFieldId: string;
|
441
441
|
upload: {
|
442
442
|
id: string;
|
443
|
-
createdAt:
|
444
|
-
updatedAt:
|
445
|
-
deletedAt:
|
443
|
+
createdAt: string;
|
444
|
+
updatedAt: string;
|
445
|
+
deletedAt: string | null;
|
446
446
|
fileName: string;
|
447
447
|
fileKey: string;
|
448
448
|
bucketName: string;
|
@@ -456,9 +456,9 @@ export declare const ticketContract: {
|
|
456
456
|
customFieldId: string;
|
457
457
|
upload: {
|
458
458
|
id: string;
|
459
|
-
createdAt:
|
460
|
-
updatedAt:
|
461
|
-
deletedAt:
|
459
|
+
createdAt: string;
|
460
|
+
updatedAt: string;
|
461
|
+
deletedAt: string | null;
|
462
462
|
fileName: string;
|
463
463
|
fileKey: string;
|
464
464
|
bucketName: string;
|
@@ -467,16 +467,16 @@ export declare const ticketContract: {
|
|
467
467
|
}>, "many">;
|
468
468
|
}, "strip", z.ZodTypeAny, {
|
469
469
|
id: string;
|
470
|
-
createdAt:
|
471
|
-
updatedAt:
|
472
|
-
deletedAt:
|
470
|
+
createdAt: string;
|
471
|
+
updatedAt: string;
|
472
|
+
deletedAt: string | null;
|
473
473
|
attribute: {
|
474
474
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
475
475
|
id: string;
|
476
476
|
position: number;
|
477
|
-
createdAt:
|
478
|
-
updatedAt:
|
479
|
-
deletedAt:
|
477
|
+
createdAt: string;
|
478
|
+
updatedAt: string;
|
479
|
+
deletedAt: string | null;
|
480
480
|
isDefault: boolean;
|
481
481
|
systemName: string;
|
482
482
|
displayName: string;
|
@@ -496,9 +496,9 @@ export declare const ticketContract: {
|
|
496
496
|
customFieldId: string;
|
497
497
|
upload: {
|
498
498
|
id: string;
|
499
|
-
createdAt:
|
500
|
-
updatedAt:
|
501
|
-
deletedAt:
|
499
|
+
createdAt: string;
|
500
|
+
updatedAt: string;
|
501
|
+
deletedAt: string | null;
|
502
502
|
fileName: string;
|
503
503
|
fileKey: string;
|
504
504
|
bucketName: string;
|
@@ -507,16 +507,16 @@ export declare const ticketContract: {
|
|
507
507
|
}[];
|
508
508
|
}, {
|
509
509
|
id: string;
|
510
|
-
createdAt:
|
511
|
-
updatedAt:
|
512
|
-
deletedAt:
|
510
|
+
createdAt: string;
|
511
|
+
updatedAt: string;
|
512
|
+
deletedAt: string | null;
|
513
513
|
attribute: {
|
514
514
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
515
515
|
id: string;
|
516
516
|
position: number;
|
517
|
-
createdAt:
|
518
|
-
updatedAt:
|
519
|
-
deletedAt:
|
517
|
+
createdAt: string;
|
518
|
+
updatedAt: string;
|
519
|
+
deletedAt: string | null;
|
520
520
|
isDefault: boolean;
|
521
521
|
systemName: string;
|
522
522
|
displayName: string;
|
@@ -536,9 +536,9 @@ export declare const ticketContract: {
|
|
536
536
|
customFieldId: string;
|
537
537
|
upload: {
|
538
538
|
id: string;
|
539
|
-
createdAt:
|
540
|
-
updatedAt:
|
541
|
-
deletedAt:
|
539
|
+
createdAt: string;
|
540
|
+
updatedAt: string;
|
541
|
+
deletedAt: string | null;
|
542
542
|
fileName: string;
|
543
543
|
fileKey: string;
|
544
544
|
bucketName: string;
|
@@ -554,21 +554,21 @@ export declare const ticketContract: {
|
|
554
554
|
title: string;
|
555
555
|
description: string | null;
|
556
556
|
status: string;
|
557
|
-
createdAt:
|
558
|
-
updatedAt:
|
559
|
-
deletedAt:
|
557
|
+
createdAt: string;
|
558
|
+
updatedAt: string;
|
559
|
+
deletedAt: string | null;
|
560
560
|
customFields: {
|
561
561
|
id: string;
|
562
|
-
createdAt:
|
563
|
-
updatedAt:
|
564
|
-
deletedAt:
|
562
|
+
createdAt: string;
|
563
|
+
updatedAt: string;
|
564
|
+
deletedAt: string | null;
|
565
565
|
attribute: {
|
566
566
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
567
567
|
id: string;
|
568
568
|
position: number;
|
569
|
-
createdAt:
|
570
|
-
updatedAt:
|
571
|
-
deletedAt:
|
569
|
+
createdAt: string;
|
570
|
+
updatedAt: string;
|
571
|
+
deletedAt: string | null;
|
572
572
|
isDefault: boolean;
|
573
573
|
systemName: string;
|
574
574
|
displayName: string;
|
@@ -588,9 +588,9 @@ export declare const ticketContract: {
|
|
588
588
|
customFieldId: string;
|
589
589
|
upload: {
|
590
590
|
id: string;
|
591
|
-
createdAt:
|
592
|
-
updatedAt:
|
593
|
-
deletedAt:
|
591
|
+
createdAt: string;
|
592
|
+
updatedAt: string;
|
593
|
+
deletedAt: string | null;
|
594
594
|
fileName: string;
|
595
595
|
fileKey: string;
|
596
596
|
bucketName: string;
|
@@ -611,21 +611,21 @@ export declare const ticketContract: {
|
|
611
611
|
title: string;
|
612
612
|
description: string | null;
|
613
613
|
status: string;
|
614
|
-
createdAt:
|
615
|
-
updatedAt:
|
616
|
-
deletedAt:
|
614
|
+
createdAt: string;
|
615
|
+
updatedAt: string;
|
616
|
+
deletedAt: string | null;
|
617
617
|
customFields: {
|
618
618
|
id: string;
|
619
|
-
createdAt:
|
620
|
-
updatedAt:
|
621
|
-
deletedAt:
|
619
|
+
createdAt: string;
|
620
|
+
updatedAt: string;
|
621
|
+
deletedAt: string | null;
|
622
622
|
attribute: {
|
623
623
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
624
624
|
id: string;
|
625
625
|
position: number;
|
626
|
-
createdAt:
|
627
|
-
updatedAt:
|
628
|
-
deletedAt:
|
626
|
+
createdAt: string;
|
627
|
+
updatedAt: string;
|
628
|
+
deletedAt: string | null;
|
629
629
|
isDefault: boolean;
|
630
630
|
systemName: string;
|
631
631
|
displayName: string;
|
@@ -645,9 +645,9 @@ export declare const ticketContract: {
|
|
645
645
|
customFieldId: string;
|
646
646
|
upload: {
|
647
647
|
id: string;
|
648
|
-
createdAt:
|
649
|
-
updatedAt:
|
650
|
-
deletedAt:
|
648
|
+
createdAt: string;
|
649
|
+
updatedAt: string;
|
650
|
+
deletedAt: string | null;
|
651
651
|
fileName: string;
|
652
652
|
fileKey: string;
|
653
653
|
bucketName: string;
|
@@ -670,21 +670,21 @@ export declare const ticketContract: {
|
|
670
670
|
title: string;
|
671
671
|
description: string | null;
|
672
672
|
status: string;
|
673
|
-
createdAt:
|
674
|
-
updatedAt:
|
675
|
-
deletedAt:
|
673
|
+
createdAt: string;
|
674
|
+
updatedAt: string;
|
675
|
+
deletedAt: string | null;
|
676
676
|
customFields: {
|
677
677
|
id: string;
|
678
|
-
createdAt:
|
679
|
-
updatedAt:
|
680
|
-
deletedAt:
|
678
|
+
createdAt: string;
|
679
|
+
updatedAt: string;
|
680
|
+
deletedAt: string | null;
|
681
681
|
attribute: {
|
682
682
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
683
683
|
id: string;
|
684
684
|
position: number;
|
685
|
-
createdAt:
|
686
|
-
updatedAt:
|
687
|
-
deletedAt:
|
685
|
+
createdAt: string;
|
686
|
+
updatedAt: string;
|
687
|
+
deletedAt: string | null;
|
688
688
|
isDefault: boolean;
|
689
689
|
systemName: string;
|
690
690
|
displayName: string;
|
@@ -704,9 +704,9 @@ export declare const ticketContract: {
|
|
704
704
|
customFieldId: string;
|
705
705
|
upload: {
|
706
706
|
id: string;
|
707
|
-
createdAt:
|
708
|
-
updatedAt:
|
709
|
-
deletedAt:
|
707
|
+
createdAt: string;
|
708
|
+
updatedAt: string;
|
709
|
+
deletedAt: string | null;
|
710
710
|
fileName: string;
|
711
711
|
fileKey: string;
|
712
712
|
bucketName: string;
|
@@ -730,21 +730,21 @@ export declare const ticketContract: {
|
|
730
730
|
title: string;
|
731
731
|
description: string | null;
|
732
732
|
status: string;
|
733
|
-
createdAt:
|
734
|
-
updatedAt:
|
735
|
-
deletedAt:
|
733
|
+
createdAt: string;
|
734
|
+
updatedAt: string;
|
735
|
+
deletedAt: string | null;
|
736
736
|
customFields: {
|
737
737
|
id: string;
|
738
|
-
createdAt:
|
739
|
-
updatedAt:
|
740
|
-
deletedAt:
|
738
|
+
createdAt: string;
|
739
|
+
updatedAt: string;
|
740
|
+
deletedAt: string | null;
|
741
741
|
attribute: {
|
742
742
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
743
743
|
id: string;
|
744
744
|
position: number;
|
745
|
-
createdAt:
|
746
|
-
updatedAt:
|
747
|
-
deletedAt:
|
745
|
+
createdAt: string;
|
746
|
+
updatedAt: string;
|
747
|
+
deletedAt: string | null;
|
748
748
|
isDefault: boolean;
|
749
749
|
systemName: string;
|
750
750
|
displayName: string;
|
@@ -764,9 +764,9 @@ export declare const ticketContract: {
|
|
764
764
|
customFieldId: string;
|
765
765
|
upload: {
|
766
766
|
id: string;
|
767
|
-
createdAt:
|
768
|
-
updatedAt:
|
769
|
-
deletedAt:
|
767
|
+
createdAt: string;
|
768
|
+
updatedAt: string;
|
769
|
+
deletedAt: string | null;
|
770
770
|
fileName: string;
|
771
771
|
fileKey: string;
|
772
772
|
bucketName: string;
|
@@ -941,21 +941,21 @@ export declare const ticketContract: {
|
|
941
941
|
title: string;
|
942
942
|
description: string | null;
|
943
943
|
status: string;
|
944
|
-
createdAt:
|
945
|
-
updatedAt:
|
946
|
-
deletedAt:
|
944
|
+
createdAt: string;
|
945
|
+
updatedAt: string;
|
946
|
+
deletedAt: string | null;
|
947
947
|
customFields: {
|
948
948
|
id: string;
|
949
|
-
createdAt:
|
950
|
-
updatedAt:
|
951
|
-
deletedAt:
|
949
|
+
createdAt: string;
|
950
|
+
updatedAt: string;
|
951
|
+
deletedAt: string | null;
|
952
952
|
attribute: {
|
953
953
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
954
954
|
id: string;
|
955
955
|
position: number;
|
956
|
-
createdAt:
|
957
|
-
updatedAt:
|
958
|
-
deletedAt:
|
956
|
+
createdAt: string;
|
957
|
+
updatedAt: string;
|
958
|
+
deletedAt: string | null;
|
959
959
|
isDefault: boolean;
|
960
960
|
systemName: string;
|
961
961
|
displayName: string;
|
@@ -975,9 +975,9 @@ export declare const ticketContract: {
|
|
975
975
|
customFieldId: string;
|
976
976
|
upload: {
|
977
977
|
id: string;
|
978
|
-
createdAt:
|
979
|
-
updatedAt:
|
980
|
-
deletedAt:
|
978
|
+
createdAt: string;
|
979
|
+
updatedAt: string;
|
980
|
+
deletedAt: string | null;
|
981
981
|
fileName: string;
|
982
982
|
fileKey: string;
|
983
983
|
bucketName: string;
|
@@ -998,21 +998,21 @@ export declare const ticketContract: {
|
|
998
998
|
title: string;
|
999
999
|
description: string | null;
|
1000
1000
|
status: string;
|
1001
|
-
createdAt:
|
1002
|
-
updatedAt:
|
1003
|
-
deletedAt:
|
1001
|
+
createdAt: string;
|
1002
|
+
updatedAt: string;
|
1003
|
+
deletedAt: string | null;
|
1004
1004
|
customFields: {
|
1005
1005
|
id: string;
|
1006
|
-
createdAt:
|
1007
|
-
updatedAt:
|
1008
|
-
deletedAt:
|
1006
|
+
createdAt: string;
|
1007
|
+
updatedAt: string;
|
1008
|
+
deletedAt: string | null;
|
1009
1009
|
attribute: {
|
1010
1010
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1011
1011
|
id: string;
|
1012
1012
|
position: number;
|
1013
|
-
createdAt:
|
1014
|
-
updatedAt:
|
1015
|
-
deletedAt:
|
1013
|
+
createdAt: string;
|
1014
|
+
updatedAt: string;
|
1015
|
+
deletedAt: string | null;
|
1016
1016
|
isDefault: boolean;
|
1017
1017
|
systemName: string;
|
1018
1018
|
displayName: string;
|
@@ -1032,9 +1032,9 @@ export declare const ticketContract: {
|
|
1032
1032
|
customFieldId: string;
|
1033
1033
|
upload: {
|
1034
1034
|
id: string;
|
1035
|
-
createdAt:
|
1036
|
-
updatedAt:
|
1037
|
-
deletedAt:
|
1035
|
+
createdAt: string;
|
1036
|
+
updatedAt: string;
|
1037
|
+
deletedAt: string | null;
|
1038
1038
|
fileName: string;
|
1039
1039
|
fileKey: string;
|
1040
1040
|
bucketName: string;
|
@@ -1057,21 +1057,21 @@ export declare const ticketContract: {
|
|
1057
1057
|
title: string;
|
1058
1058
|
description: string | null;
|
1059
1059
|
status: string;
|
1060
|
-
createdAt:
|
1061
|
-
updatedAt:
|
1062
|
-
deletedAt:
|
1060
|
+
createdAt: string;
|
1061
|
+
updatedAt: string;
|
1062
|
+
deletedAt: string | null;
|
1063
1063
|
customFields: {
|
1064
1064
|
id: string;
|
1065
|
-
createdAt:
|
1066
|
-
updatedAt:
|
1067
|
-
deletedAt:
|
1065
|
+
createdAt: string;
|
1066
|
+
updatedAt: string;
|
1067
|
+
deletedAt: string | null;
|
1068
1068
|
attribute: {
|
1069
1069
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1070
1070
|
id: string;
|
1071
1071
|
position: number;
|
1072
|
-
createdAt:
|
1073
|
-
updatedAt:
|
1074
|
-
deletedAt:
|
1072
|
+
createdAt: string;
|
1073
|
+
updatedAt: string;
|
1074
|
+
deletedAt: string | null;
|
1075
1075
|
isDefault: boolean;
|
1076
1076
|
systemName: string;
|
1077
1077
|
displayName: string;
|
@@ -1091,9 +1091,9 @@ export declare const ticketContract: {
|
|
1091
1091
|
customFieldId: string;
|
1092
1092
|
upload: {
|
1093
1093
|
id: string;
|
1094
|
-
createdAt:
|
1095
|
-
updatedAt:
|
1096
|
-
deletedAt:
|
1094
|
+
createdAt: string;
|
1095
|
+
updatedAt: string;
|
1096
|
+
deletedAt: string | null;
|
1097
1097
|
fileName: string;
|
1098
1098
|
fileKey: string;
|
1099
1099
|
bucketName: string;
|
@@ -1120,21 +1120,21 @@ export declare const ticketContract: {
|
|
1120
1120
|
title: string;
|
1121
1121
|
description: string | null;
|
1122
1122
|
status: string;
|
1123
|
-
createdAt:
|
1124
|
-
updatedAt:
|
1125
|
-
deletedAt:
|
1123
|
+
createdAt: string;
|
1124
|
+
updatedAt: string;
|
1125
|
+
deletedAt: string | null;
|
1126
1126
|
customFields: {
|
1127
1127
|
id: string;
|
1128
|
-
createdAt:
|
1129
|
-
updatedAt:
|
1130
|
-
deletedAt:
|
1128
|
+
createdAt: string;
|
1129
|
+
updatedAt: string;
|
1130
|
+
deletedAt: string | null;
|
1131
1131
|
attribute: {
|
1132
1132
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1133
1133
|
id: string;
|
1134
1134
|
position: number;
|
1135
|
-
createdAt:
|
1136
|
-
updatedAt:
|
1137
|
-
deletedAt:
|
1135
|
+
createdAt: string;
|
1136
|
+
updatedAt: string;
|
1137
|
+
deletedAt: string | null;
|
1138
1138
|
isDefault: boolean;
|
1139
1139
|
systemName: string;
|
1140
1140
|
displayName: string;
|
@@ -1154,9 +1154,9 @@ export declare const ticketContract: {
|
|
1154
1154
|
customFieldId: string;
|
1155
1155
|
upload: {
|
1156
1156
|
id: string;
|
1157
|
-
createdAt:
|
1158
|
-
updatedAt:
|
1159
|
-
deletedAt:
|
1157
|
+
createdAt: string;
|
1158
|
+
updatedAt: string;
|
1159
|
+
deletedAt: string | null;
|
1160
1160
|
fileName: string;
|
1161
1161
|
fileKey: string;
|
1162
1162
|
bucketName: string;
|
@@ -1234,9 +1234,9 @@ export declare const ticketContract: {
|
|
1234
1234
|
responses: {
|
1235
1235
|
200: z.ZodObject<{
|
1236
1236
|
id: z.ZodString;
|
1237
|
-
createdAt: z.
|
1238
|
-
updatedAt: z.
|
1239
|
-
deletedAt: z.ZodNullable<z.
|
1237
|
+
createdAt: z.ZodString;
|
1238
|
+
updatedAt: z.ZodString;
|
1239
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1240
1240
|
title: z.ZodString;
|
1241
1241
|
description: z.ZodNullable<z.ZodString>;
|
1242
1242
|
type: z.ZodString;
|
@@ -1250,18 +1250,18 @@ export declare const ticketContract: {
|
|
1250
1250
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
1251
1251
|
customFields: z.ZodArray<z.ZodObject<{
|
1252
1252
|
id: z.ZodString;
|
1253
|
-
createdAt: z.
|
1254
|
-
updatedAt: z.
|
1255
|
-
deletedAt: z.ZodNullable<z.
|
1253
|
+
createdAt: z.ZodString;
|
1254
|
+
updatedAt: z.ZodString;
|
1255
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1256
1256
|
textValue: z.ZodNullable<z.ZodString>;
|
1257
1257
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
1258
1258
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
1259
1259
|
dateValue: z.ZodNullable<z.ZodDate>;
|
1260
1260
|
attribute: z.ZodObject<Omit<{
|
1261
1261
|
id: z.ZodString;
|
1262
|
-
createdAt: z.
|
1263
|
-
updatedAt: z.
|
1264
|
-
deletedAt: z.ZodNullable<z.
|
1262
|
+
createdAt: z.ZodString;
|
1263
|
+
updatedAt: z.ZodString;
|
1264
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1265
1265
|
systemName: z.ZodString;
|
1266
1266
|
displayName: z.ZodString;
|
1267
1267
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -1291,23 +1291,23 @@ export declare const ticketContract: {
|
|
1291
1291
|
}>, "many">;
|
1292
1292
|
group: z.ZodObject<{
|
1293
1293
|
id: z.ZodString;
|
1294
|
-
createdAt: z.
|
1295
|
-
updatedAt: z.
|
1296
|
-
deletedAt: z.ZodNullable<z.
|
1294
|
+
createdAt: z.ZodString;
|
1295
|
+
updatedAt: z.ZodString;
|
1296
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1297
1297
|
systemName: z.ZodString;
|
1298
1298
|
displayName: z.ZodString;
|
1299
1299
|
}, "strip", z.ZodTypeAny, {
|
1300
1300
|
id: string;
|
1301
|
-
createdAt:
|
1302
|
-
updatedAt:
|
1303
|
-
deletedAt:
|
1301
|
+
createdAt: string;
|
1302
|
+
updatedAt: string;
|
1303
|
+
deletedAt: string | null;
|
1304
1304
|
systemName: string;
|
1305
1305
|
displayName: string;
|
1306
1306
|
}, {
|
1307
1307
|
id: string;
|
1308
|
-
createdAt:
|
1309
|
-
updatedAt:
|
1310
|
-
deletedAt:
|
1308
|
+
createdAt: string;
|
1309
|
+
updatedAt: string;
|
1310
|
+
deletedAt: string | null;
|
1311
1311
|
systemName: string;
|
1312
1312
|
displayName: string;
|
1313
1313
|
}>;
|
@@ -1315,9 +1315,9 @@ export declare const ticketContract: {
|
|
1315
1315
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1316
1316
|
id: string;
|
1317
1317
|
position: number;
|
1318
|
-
createdAt:
|
1319
|
-
updatedAt:
|
1320
|
-
deletedAt:
|
1318
|
+
createdAt: string;
|
1319
|
+
updatedAt: string;
|
1320
|
+
deletedAt: string | null;
|
1321
1321
|
isDefault: boolean;
|
1322
1322
|
systemName: string;
|
1323
1323
|
displayName: string;
|
@@ -1328,9 +1328,9 @@ export declare const ticketContract: {
|
|
1328
1328
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1329
1329
|
id: string;
|
1330
1330
|
position: number;
|
1331
|
-
createdAt:
|
1332
|
-
updatedAt:
|
1333
|
-
deletedAt:
|
1331
|
+
createdAt: string;
|
1332
|
+
updatedAt: string;
|
1333
|
+
deletedAt: string | null;
|
1334
1334
|
isDefault: boolean;
|
1335
1335
|
systemName: string;
|
1336
1336
|
displayName: string;
|
@@ -1346,27 +1346,27 @@ export declare const ticketContract: {
|
|
1346
1346
|
customFieldId: z.ZodString;
|
1347
1347
|
upload: z.ZodObject<{
|
1348
1348
|
id: z.ZodString;
|
1349
|
-
createdAt: z.
|
1350
|
-
updatedAt: z.
|
1351
|
-
deletedAt: z.ZodNullable<z.
|
1349
|
+
createdAt: z.ZodString;
|
1350
|
+
updatedAt: z.ZodString;
|
1351
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1352
1352
|
bucketName: z.ZodString;
|
1353
1353
|
fileName: z.ZodString;
|
1354
1354
|
fileSize: z.ZodNumber;
|
1355
1355
|
fileKey: z.ZodString;
|
1356
1356
|
}, "strip", z.ZodTypeAny, {
|
1357
1357
|
id: string;
|
1358
|
-
createdAt:
|
1359
|
-
updatedAt:
|
1360
|
-
deletedAt:
|
1358
|
+
createdAt: string;
|
1359
|
+
updatedAt: string;
|
1360
|
+
deletedAt: string | null;
|
1361
1361
|
fileName: string;
|
1362
1362
|
fileKey: string;
|
1363
1363
|
bucketName: string;
|
1364
1364
|
fileSize: number;
|
1365
1365
|
}, {
|
1366
1366
|
id: string;
|
1367
|
-
createdAt:
|
1368
|
-
updatedAt:
|
1369
|
-
deletedAt:
|
1367
|
+
createdAt: string;
|
1368
|
+
updatedAt: string;
|
1369
|
+
deletedAt: string | null;
|
1370
1370
|
fileName: string;
|
1371
1371
|
fileKey: string;
|
1372
1372
|
bucketName: string;
|
@@ -1380,9 +1380,9 @@ export declare const ticketContract: {
|
|
1380
1380
|
customFieldId: string;
|
1381
1381
|
upload: {
|
1382
1382
|
id: string;
|
1383
|
-
createdAt:
|
1384
|
-
updatedAt:
|
1385
|
-
deletedAt:
|
1383
|
+
createdAt: string;
|
1384
|
+
updatedAt: string;
|
1385
|
+
deletedAt: string | null;
|
1386
1386
|
fileName: string;
|
1387
1387
|
fileKey: string;
|
1388
1388
|
bucketName: string;
|
@@ -1396,9 +1396,9 @@ export declare const ticketContract: {
|
|
1396
1396
|
customFieldId: string;
|
1397
1397
|
upload: {
|
1398
1398
|
id: string;
|
1399
|
-
createdAt:
|
1400
|
-
updatedAt:
|
1401
|
-
deletedAt:
|
1399
|
+
createdAt: string;
|
1400
|
+
updatedAt: string;
|
1401
|
+
deletedAt: string | null;
|
1402
1402
|
fileName: string;
|
1403
1403
|
fileKey: string;
|
1404
1404
|
bucketName: string;
|
@@ -1407,16 +1407,16 @@ export declare const ticketContract: {
|
|
1407
1407
|
}>, "many">;
|
1408
1408
|
}, "strip", z.ZodTypeAny, {
|
1409
1409
|
id: string;
|
1410
|
-
createdAt:
|
1411
|
-
updatedAt:
|
1412
|
-
deletedAt:
|
1410
|
+
createdAt: string;
|
1411
|
+
updatedAt: string;
|
1412
|
+
deletedAt: string | null;
|
1413
1413
|
attribute: {
|
1414
1414
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1415
1415
|
id: string;
|
1416
1416
|
position: number;
|
1417
|
-
createdAt:
|
1418
|
-
updatedAt:
|
1419
|
-
deletedAt:
|
1417
|
+
createdAt: string;
|
1418
|
+
updatedAt: string;
|
1419
|
+
deletedAt: string | null;
|
1420
1420
|
isDefault: boolean;
|
1421
1421
|
systemName: string;
|
1422
1422
|
displayName: string;
|
@@ -1436,9 +1436,9 @@ export declare const ticketContract: {
|
|
1436
1436
|
customFieldId: string;
|
1437
1437
|
upload: {
|
1438
1438
|
id: string;
|
1439
|
-
createdAt:
|
1440
|
-
updatedAt:
|
1441
|
-
deletedAt:
|
1439
|
+
createdAt: string;
|
1440
|
+
updatedAt: string;
|
1441
|
+
deletedAt: string | null;
|
1442
1442
|
fileName: string;
|
1443
1443
|
fileKey: string;
|
1444
1444
|
bucketName: string;
|
@@ -1447,16 +1447,16 @@ export declare const ticketContract: {
|
|
1447
1447
|
}[];
|
1448
1448
|
}, {
|
1449
1449
|
id: string;
|
1450
|
-
createdAt:
|
1451
|
-
updatedAt:
|
1452
|
-
deletedAt:
|
1450
|
+
createdAt: string;
|
1451
|
+
updatedAt: string;
|
1452
|
+
deletedAt: string | null;
|
1453
1453
|
attribute: {
|
1454
1454
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1455
1455
|
id: string;
|
1456
1456
|
position: number;
|
1457
|
-
createdAt:
|
1458
|
-
updatedAt:
|
1459
|
-
deletedAt:
|
1457
|
+
createdAt: string;
|
1458
|
+
updatedAt: string;
|
1459
|
+
deletedAt: string | null;
|
1460
1460
|
isDefault: boolean;
|
1461
1461
|
systemName: string;
|
1462
1462
|
displayName: string;
|
@@ -1476,9 +1476,9 @@ export declare const ticketContract: {
|
|
1476
1476
|
customFieldId: string;
|
1477
1477
|
upload: {
|
1478
1478
|
id: string;
|
1479
|
-
createdAt:
|
1480
|
-
updatedAt:
|
1481
|
-
deletedAt:
|
1479
|
+
createdAt: string;
|
1480
|
+
updatedAt: string;
|
1481
|
+
deletedAt: string | null;
|
1482
1482
|
fileName: string;
|
1483
1483
|
fileKey: string;
|
1484
1484
|
bucketName: string;
|
@@ -1494,21 +1494,21 @@ export declare const ticketContract: {
|
|
1494
1494
|
title: string;
|
1495
1495
|
description: string | null;
|
1496
1496
|
status: string;
|
1497
|
-
createdAt:
|
1498
|
-
updatedAt:
|
1499
|
-
deletedAt:
|
1497
|
+
createdAt: string;
|
1498
|
+
updatedAt: string;
|
1499
|
+
deletedAt: string | null;
|
1500
1500
|
customFields: {
|
1501
1501
|
id: string;
|
1502
|
-
createdAt:
|
1503
|
-
updatedAt:
|
1504
|
-
deletedAt:
|
1502
|
+
createdAt: string;
|
1503
|
+
updatedAt: string;
|
1504
|
+
deletedAt: string | null;
|
1505
1505
|
attribute: {
|
1506
1506
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1507
1507
|
id: string;
|
1508
1508
|
position: number;
|
1509
|
-
createdAt:
|
1510
|
-
updatedAt:
|
1511
|
-
deletedAt:
|
1509
|
+
createdAt: string;
|
1510
|
+
updatedAt: string;
|
1511
|
+
deletedAt: string | null;
|
1512
1512
|
isDefault: boolean;
|
1513
1513
|
systemName: string;
|
1514
1514
|
displayName: string;
|
@@ -1528,9 +1528,9 @@ export declare const ticketContract: {
|
|
1528
1528
|
customFieldId: string;
|
1529
1529
|
upload: {
|
1530
1530
|
id: string;
|
1531
|
-
createdAt:
|
1532
|
-
updatedAt:
|
1533
|
-
deletedAt:
|
1531
|
+
createdAt: string;
|
1532
|
+
updatedAt: string;
|
1533
|
+
deletedAt: string | null;
|
1534
1534
|
fileName: string;
|
1535
1535
|
fileKey: string;
|
1536
1536
|
bucketName: string;
|
@@ -1551,21 +1551,21 @@ export declare const ticketContract: {
|
|
1551
1551
|
title: string;
|
1552
1552
|
description: string | null;
|
1553
1553
|
status: string;
|
1554
|
-
createdAt:
|
1555
|
-
updatedAt:
|
1556
|
-
deletedAt:
|
1554
|
+
createdAt: string;
|
1555
|
+
updatedAt: string;
|
1556
|
+
deletedAt: string | null;
|
1557
1557
|
customFields: {
|
1558
1558
|
id: string;
|
1559
|
-
createdAt:
|
1560
|
-
updatedAt:
|
1561
|
-
deletedAt:
|
1559
|
+
createdAt: string;
|
1560
|
+
updatedAt: string;
|
1561
|
+
deletedAt: string | null;
|
1562
1562
|
attribute: {
|
1563
1563
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1564
1564
|
id: string;
|
1565
1565
|
position: number;
|
1566
|
-
createdAt:
|
1567
|
-
updatedAt:
|
1568
|
-
deletedAt:
|
1566
|
+
createdAt: string;
|
1567
|
+
updatedAt: string;
|
1568
|
+
deletedAt: string | null;
|
1569
1569
|
isDefault: boolean;
|
1570
1570
|
systemName: string;
|
1571
1571
|
displayName: string;
|
@@ -1585,9 +1585,9 @@ export declare const ticketContract: {
|
|
1585
1585
|
customFieldId: string;
|
1586
1586
|
upload: {
|
1587
1587
|
id: string;
|
1588
|
-
createdAt:
|
1589
|
-
updatedAt:
|
1590
|
-
deletedAt:
|
1588
|
+
createdAt: string;
|
1589
|
+
updatedAt: string;
|
1590
|
+
deletedAt: string | null;
|
1591
1591
|
fileName: string;
|
1592
1592
|
fileKey: string;
|
1593
1593
|
bucketName: string;
|
@@ -1681,21 +1681,21 @@ export declare const ticketContract: {
|
|
1681
1681
|
title: string;
|
1682
1682
|
description: string | null;
|
1683
1683
|
status: string;
|
1684
|
-
createdAt:
|
1685
|
-
updatedAt:
|
1686
|
-
deletedAt:
|
1684
|
+
createdAt: string;
|
1685
|
+
updatedAt: string;
|
1686
|
+
deletedAt: string | null;
|
1687
1687
|
customFields: {
|
1688
1688
|
id: string;
|
1689
|
-
createdAt:
|
1690
|
-
updatedAt:
|
1691
|
-
deletedAt:
|
1689
|
+
createdAt: string;
|
1690
|
+
updatedAt: string;
|
1691
|
+
deletedAt: string | null;
|
1692
1692
|
attribute: {
|
1693
1693
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1694
1694
|
id: string;
|
1695
1695
|
position: number;
|
1696
|
-
createdAt:
|
1697
|
-
updatedAt:
|
1698
|
-
deletedAt:
|
1696
|
+
createdAt: string;
|
1697
|
+
updatedAt: string;
|
1698
|
+
deletedAt: string | null;
|
1699
1699
|
isDefault: boolean;
|
1700
1700
|
systemName: string;
|
1701
1701
|
displayName: string;
|
@@ -1715,9 +1715,9 @@ export declare const ticketContract: {
|
|
1715
1715
|
customFieldId: string;
|
1716
1716
|
upload: {
|
1717
1717
|
id: string;
|
1718
|
-
createdAt:
|
1719
|
-
updatedAt:
|
1720
|
-
deletedAt:
|
1718
|
+
createdAt: string;
|
1719
|
+
updatedAt: string;
|
1720
|
+
deletedAt: string | null;
|
1721
1721
|
fileName: string;
|
1722
1722
|
fileKey: string;
|
1723
1723
|
bucketName: string;
|
@@ -1738,21 +1738,21 @@ export declare const ticketContract: {
|
|
1738
1738
|
title: string;
|
1739
1739
|
description: string | null;
|
1740
1740
|
status: string;
|
1741
|
-
createdAt:
|
1742
|
-
updatedAt:
|
1743
|
-
deletedAt:
|
1741
|
+
createdAt: string;
|
1742
|
+
updatedAt: string;
|
1743
|
+
deletedAt: string | null;
|
1744
1744
|
customFields: {
|
1745
1745
|
id: string;
|
1746
|
-
createdAt:
|
1747
|
-
updatedAt:
|
1748
|
-
deletedAt:
|
1746
|
+
createdAt: string;
|
1747
|
+
updatedAt: string;
|
1748
|
+
deletedAt: string | null;
|
1749
1749
|
attribute: {
|
1750
1750
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1751
1751
|
id: string;
|
1752
1752
|
position: number;
|
1753
|
-
createdAt:
|
1754
|
-
updatedAt:
|
1755
|
-
deletedAt:
|
1753
|
+
createdAt: string;
|
1754
|
+
updatedAt: string;
|
1755
|
+
deletedAt: string | null;
|
1756
1756
|
isDefault: boolean;
|
1757
1757
|
systemName: string;
|
1758
1758
|
displayName: string;
|
@@ -1772,9 +1772,9 @@ export declare const ticketContract: {
|
|
1772
1772
|
customFieldId: string;
|
1773
1773
|
upload: {
|
1774
1774
|
id: string;
|
1775
|
-
createdAt:
|
1776
|
-
updatedAt:
|
1777
|
-
deletedAt:
|
1775
|
+
createdAt: string;
|
1776
|
+
updatedAt: string;
|
1777
|
+
deletedAt: string | null;
|
1778
1778
|
fileName: string;
|
1779
1779
|
fileKey: string;
|
1780
1780
|
bucketName: string;
|
@@ -1797,21 +1797,21 @@ export declare const ticketContract: {
|
|
1797
1797
|
title: string;
|
1798
1798
|
description: string | null;
|
1799
1799
|
status: string;
|
1800
|
-
createdAt:
|
1801
|
-
updatedAt:
|
1802
|
-
deletedAt:
|
1800
|
+
createdAt: string;
|
1801
|
+
updatedAt: string;
|
1802
|
+
deletedAt: string | null;
|
1803
1803
|
customFields: {
|
1804
1804
|
id: string;
|
1805
|
-
createdAt:
|
1806
|
-
updatedAt:
|
1807
|
-
deletedAt:
|
1805
|
+
createdAt: string;
|
1806
|
+
updatedAt: string;
|
1807
|
+
deletedAt: string | null;
|
1808
1808
|
attribute: {
|
1809
1809
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1810
1810
|
id: string;
|
1811
1811
|
position: number;
|
1812
|
-
createdAt:
|
1813
|
-
updatedAt:
|
1814
|
-
deletedAt:
|
1812
|
+
createdAt: string;
|
1813
|
+
updatedAt: string;
|
1814
|
+
deletedAt: string | null;
|
1815
1815
|
isDefault: boolean;
|
1816
1816
|
systemName: string;
|
1817
1817
|
displayName: string;
|
@@ -1831,9 +1831,9 @@ export declare const ticketContract: {
|
|
1831
1831
|
customFieldId: string;
|
1832
1832
|
upload: {
|
1833
1833
|
id: string;
|
1834
|
-
createdAt:
|
1835
|
-
updatedAt:
|
1836
|
-
deletedAt:
|
1834
|
+
createdAt: string;
|
1835
|
+
updatedAt: string;
|
1836
|
+
deletedAt: string | null;
|
1837
1837
|
fileName: string;
|
1838
1838
|
fileKey: string;
|
1839
1839
|
bucketName: string;
|
@@ -1860,21 +1860,21 @@ export declare const ticketContract: {
|
|
1860
1860
|
title: string;
|
1861
1861
|
description: string | null;
|
1862
1862
|
status: string;
|
1863
|
-
createdAt:
|
1864
|
-
updatedAt:
|
1865
|
-
deletedAt:
|
1863
|
+
createdAt: string;
|
1864
|
+
updatedAt: string;
|
1865
|
+
deletedAt: string | null;
|
1866
1866
|
customFields: {
|
1867
1867
|
id: string;
|
1868
|
-
createdAt:
|
1869
|
-
updatedAt:
|
1870
|
-
deletedAt:
|
1868
|
+
createdAt: string;
|
1869
|
+
updatedAt: string;
|
1870
|
+
deletedAt: string | null;
|
1871
1871
|
attribute: {
|
1872
1872
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
1873
1873
|
id: string;
|
1874
1874
|
position: number;
|
1875
|
-
createdAt:
|
1876
|
-
updatedAt:
|
1877
|
-
deletedAt:
|
1875
|
+
createdAt: string;
|
1876
|
+
updatedAt: string;
|
1877
|
+
deletedAt: string | null;
|
1878
1878
|
isDefault: boolean;
|
1879
1879
|
systemName: string;
|
1880
1880
|
displayName: string;
|
@@ -1894,9 +1894,9 @@ export declare const ticketContract: {
|
|
1894
1894
|
customFieldId: string;
|
1895
1895
|
upload: {
|
1896
1896
|
id: string;
|
1897
|
-
createdAt:
|
1898
|
-
updatedAt:
|
1899
|
-
deletedAt:
|
1897
|
+
createdAt: string;
|
1898
|
+
updatedAt: string;
|
1899
|
+
deletedAt: string | null;
|
1900
1900
|
fileName: string;
|
1901
1901
|
fileKey: string;
|
1902
1902
|
bucketName: string;
|
@@ -2256,9 +2256,9 @@ export declare const ticketContract: {
|
|
2256
2256
|
requestId: z.ZodString;
|
2257
2257
|
message: z.ZodObject<{
|
2258
2258
|
id: z.ZodString;
|
2259
|
-
createdAt: z.
|
2260
|
-
updatedAt: z.
|
2261
|
-
deletedAt: z.ZodNullable<z.
|
2259
|
+
createdAt: z.ZodString;
|
2260
|
+
updatedAt: z.ZodString;
|
2261
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2262
2262
|
title: z.ZodString;
|
2263
2263
|
description: z.ZodNullable<z.ZodString>;
|
2264
2264
|
type: z.ZodString;
|
@@ -2272,18 +2272,18 @@ export declare const ticketContract: {
|
|
2272
2272
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
2273
2273
|
customFields: z.ZodArray<z.ZodObject<{
|
2274
2274
|
id: z.ZodString;
|
2275
|
-
createdAt: z.
|
2276
|
-
updatedAt: z.
|
2277
|
-
deletedAt: z.ZodNullable<z.
|
2275
|
+
createdAt: z.ZodString;
|
2276
|
+
updatedAt: z.ZodString;
|
2277
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2278
2278
|
textValue: z.ZodNullable<z.ZodString>;
|
2279
2279
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
2280
2280
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
2281
2281
|
dateValue: z.ZodNullable<z.ZodDate>;
|
2282
2282
|
attribute: z.ZodObject<Omit<{
|
2283
2283
|
id: z.ZodString;
|
2284
|
-
createdAt: z.
|
2285
|
-
updatedAt: z.
|
2286
|
-
deletedAt: z.ZodNullable<z.
|
2284
|
+
createdAt: z.ZodString;
|
2285
|
+
updatedAt: z.ZodString;
|
2286
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2287
2287
|
systemName: z.ZodString;
|
2288
2288
|
displayName: z.ZodString;
|
2289
2289
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -2313,23 +2313,23 @@ export declare const ticketContract: {
|
|
2313
2313
|
}>, "many">;
|
2314
2314
|
group: z.ZodObject<{
|
2315
2315
|
id: z.ZodString;
|
2316
|
-
createdAt: z.
|
2317
|
-
updatedAt: z.
|
2318
|
-
deletedAt: z.ZodNullable<z.
|
2316
|
+
createdAt: z.ZodString;
|
2317
|
+
updatedAt: z.ZodString;
|
2318
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2319
2319
|
systemName: z.ZodString;
|
2320
2320
|
displayName: z.ZodString;
|
2321
2321
|
}, "strip", z.ZodTypeAny, {
|
2322
2322
|
id: string;
|
2323
|
-
createdAt:
|
2324
|
-
updatedAt:
|
2325
|
-
deletedAt:
|
2323
|
+
createdAt: string;
|
2324
|
+
updatedAt: string;
|
2325
|
+
deletedAt: string | null;
|
2326
2326
|
systemName: string;
|
2327
2327
|
displayName: string;
|
2328
2328
|
}, {
|
2329
2329
|
id: string;
|
2330
|
-
createdAt:
|
2331
|
-
updatedAt:
|
2332
|
-
deletedAt:
|
2330
|
+
createdAt: string;
|
2331
|
+
updatedAt: string;
|
2332
|
+
deletedAt: string | null;
|
2333
2333
|
systemName: string;
|
2334
2334
|
displayName: string;
|
2335
2335
|
}>;
|
@@ -2337,9 +2337,9 @@ export declare const ticketContract: {
|
|
2337
2337
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2338
2338
|
id: string;
|
2339
2339
|
position: number;
|
2340
|
-
createdAt:
|
2341
|
-
updatedAt:
|
2342
|
-
deletedAt:
|
2340
|
+
createdAt: string;
|
2341
|
+
updatedAt: string;
|
2342
|
+
deletedAt: string | null;
|
2343
2343
|
isDefault: boolean;
|
2344
2344
|
systemName: string;
|
2345
2345
|
displayName: string;
|
@@ -2350,9 +2350,9 @@ export declare const ticketContract: {
|
|
2350
2350
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2351
2351
|
id: string;
|
2352
2352
|
position: number;
|
2353
|
-
createdAt:
|
2354
|
-
updatedAt:
|
2355
|
-
deletedAt:
|
2353
|
+
createdAt: string;
|
2354
|
+
updatedAt: string;
|
2355
|
+
deletedAt: string | null;
|
2356
2356
|
isDefault: boolean;
|
2357
2357
|
systemName: string;
|
2358
2358
|
displayName: string;
|
@@ -2368,27 +2368,27 @@ export declare const ticketContract: {
|
|
2368
2368
|
customFieldId: z.ZodString;
|
2369
2369
|
upload: z.ZodObject<{
|
2370
2370
|
id: z.ZodString;
|
2371
|
-
createdAt: z.
|
2372
|
-
updatedAt: z.
|
2373
|
-
deletedAt: z.ZodNullable<z.
|
2371
|
+
createdAt: z.ZodString;
|
2372
|
+
updatedAt: z.ZodString;
|
2373
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2374
2374
|
bucketName: z.ZodString;
|
2375
2375
|
fileName: z.ZodString;
|
2376
2376
|
fileSize: z.ZodNumber;
|
2377
2377
|
fileKey: z.ZodString;
|
2378
2378
|
}, "strip", z.ZodTypeAny, {
|
2379
2379
|
id: string;
|
2380
|
-
createdAt:
|
2381
|
-
updatedAt:
|
2382
|
-
deletedAt:
|
2380
|
+
createdAt: string;
|
2381
|
+
updatedAt: string;
|
2382
|
+
deletedAt: string | null;
|
2383
2383
|
fileName: string;
|
2384
2384
|
fileKey: string;
|
2385
2385
|
bucketName: string;
|
2386
2386
|
fileSize: number;
|
2387
2387
|
}, {
|
2388
2388
|
id: string;
|
2389
|
-
createdAt:
|
2390
|
-
updatedAt:
|
2391
|
-
deletedAt:
|
2389
|
+
createdAt: string;
|
2390
|
+
updatedAt: string;
|
2391
|
+
deletedAt: string | null;
|
2392
2392
|
fileName: string;
|
2393
2393
|
fileKey: string;
|
2394
2394
|
bucketName: string;
|
@@ -2402,9 +2402,9 @@ export declare const ticketContract: {
|
|
2402
2402
|
customFieldId: string;
|
2403
2403
|
upload: {
|
2404
2404
|
id: string;
|
2405
|
-
createdAt:
|
2406
|
-
updatedAt:
|
2407
|
-
deletedAt:
|
2405
|
+
createdAt: string;
|
2406
|
+
updatedAt: string;
|
2407
|
+
deletedAt: string | null;
|
2408
2408
|
fileName: string;
|
2409
2409
|
fileKey: string;
|
2410
2410
|
bucketName: string;
|
@@ -2418,9 +2418,9 @@ export declare const ticketContract: {
|
|
2418
2418
|
customFieldId: string;
|
2419
2419
|
upload: {
|
2420
2420
|
id: string;
|
2421
|
-
createdAt:
|
2422
|
-
updatedAt:
|
2423
|
-
deletedAt:
|
2421
|
+
createdAt: string;
|
2422
|
+
updatedAt: string;
|
2423
|
+
deletedAt: string | null;
|
2424
2424
|
fileName: string;
|
2425
2425
|
fileKey: string;
|
2426
2426
|
bucketName: string;
|
@@ -2429,16 +2429,16 @@ export declare const ticketContract: {
|
|
2429
2429
|
}>, "many">;
|
2430
2430
|
}, "strip", z.ZodTypeAny, {
|
2431
2431
|
id: string;
|
2432
|
-
createdAt:
|
2433
|
-
updatedAt:
|
2434
|
-
deletedAt:
|
2432
|
+
createdAt: string;
|
2433
|
+
updatedAt: string;
|
2434
|
+
deletedAt: string | null;
|
2435
2435
|
attribute: {
|
2436
2436
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2437
2437
|
id: string;
|
2438
2438
|
position: number;
|
2439
|
-
createdAt:
|
2440
|
-
updatedAt:
|
2441
|
-
deletedAt:
|
2439
|
+
createdAt: string;
|
2440
|
+
updatedAt: string;
|
2441
|
+
deletedAt: string | null;
|
2442
2442
|
isDefault: boolean;
|
2443
2443
|
systemName: string;
|
2444
2444
|
displayName: string;
|
@@ -2458,9 +2458,9 @@ export declare const ticketContract: {
|
|
2458
2458
|
customFieldId: string;
|
2459
2459
|
upload: {
|
2460
2460
|
id: string;
|
2461
|
-
createdAt:
|
2462
|
-
updatedAt:
|
2463
|
-
deletedAt:
|
2461
|
+
createdAt: string;
|
2462
|
+
updatedAt: string;
|
2463
|
+
deletedAt: string | null;
|
2464
2464
|
fileName: string;
|
2465
2465
|
fileKey: string;
|
2466
2466
|
bucketName: string;
|
@@ -2469,16 +2469,16 @@ export declare const ticketContract: {
|
|
2469
2469
|
}[];
|
2470
2470
|
}, {
|
2471
2471
|
id: string;
|
2472
|
-
createdAt:
|
2473
|
-
updatedAt:
|
2474
|
-
deletedAt:
|
2472
|
+
createdAt: string;
|
2473
|
+
updatedAt: string;
|
2474
|
+
deletedAt: string | null;
|
2475
2475
|
attribute: {
|
2476
2476
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2477
2477
|
id: string;
|
2478
2478
|
position: number;
|
2479
|
-
createdAt:
|
2480
|
-
updatedAt:
|
2481
|
-
deletedAt:
|
2479
|
+
createdAt: string;
|
2480
|
+
updatedAt: string;
|
2481
|
+
deletedAt: string | null;
|
2482
2482
|
isDefault: boolean;
|
2483
2483
|
systemName: string;
|
2484
2484
|
displayName: string;
|
@@ -2498,9 +2498,9 @@ export declare const ticketContract: {
|
|
2498
2498
|
customFieldId: string;
|
2499
2499
|
upload: {
|
2500
2500
|
id: string;
|
2501
|
-
createdAt:
|
2502
|
-
updatedAt:
|
2503
|
-
deletedAt:
|
2501
|
+
createdAt: string;
|
2502
|
+
updatedAt: string;
|
2503
|
+
deletedAt: string | null;
|
2504
2504
|
fileName: string;
|
2505
2505
|
fileKey: string;
|
2506
2506
|
bucketName: string;
|
@@ -2516,21 +2516,21 @@ export declare const ticketContract: {
|
|
2516
2516
|
title: string;
|
2517
2517
|
description: string | null;
|
2518
2518
|
status: string;
|
2519
|
-
createdAt:
|
2520
|
-
updatedAt:
|
2521
|
-
deletedAt:
|
2519
|
+
createdAt: string;
|
2520
|
+
updatedAt: string;
|
2521
|
+
deletedAt: string | null;
|
2522
2522
|
customFields: {
|
2523
2523
|
id: string;
|
2524
|
-
createdAt:
|
2525
|
-
updatedAt:
|
2526
|
-
deletedAt:
|
2524
|
+
createdAt: string;
|
2525
|
+
updatedAt: string;
|
2526
|
+
deletedAt: string | null;
|
2527
2527
|
attribute: {
|
2528
2528
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2529
2529
|
id: string;
|
2530
2530
|
position: number;
|
2531
|
-
createdAt:
|
2532
|
-
updatedAt:
|
2533
|
-
deletedAt:
|
2531
|
+
createdAt: string;
|
2532
|
+
updatedAt: string;
|
2533
|
+
deletedAt: string | null;
|
2534
2534
|
isDefault: boolean;
|
2535
2535
|
systemName: string;
|
2536
2536
|
displayName: string;
|
@@ -2550,9 +2550,9 @@ export declare const ticketContract: {
|
|
2550
2550
|
customFieldId: string;
|
2551
2551
|
upload: {
|
2552
2552
|
id: string;
|
2553
|
-
createdAt:
|
2554
|
-
updatedAt:
|
2555
|
-
deletedAt:
|
2553
|
+
createdAt: string;
|
2554
|
+
updatedAt: string;
|
2555
|
+
deletedAt: string | null;
|
2556
2556
|
fileName: string;
|
2557
2557
|
fileKey: string;
|
2558
2558
|
bucketName: string;
|
@@ -2573,21 +2573,21 @@ export declare const ticketContract: {
|
|
2573
2573
|
title: string;
|
2574
2574
|
description: string | null;
|
2575
2575
|
status: string;
|
2576
|
-
createdAt:
|
2577
|
-
updatedAt:
|
2578
|
-
deletedAt:
|
2576
|
+
createdAt: string;
|
2577
|
+
updatedAt: string;
|
2578
|
+
deletedAt: string | null;
|
2579
2579
|
customFields: {
|
2580
2580
|
id: string;
|
2581
|
-
createdAt:
|
2582
|
-
updatedAt:
|
2583
|
-
deletedAt:
|
2581
|
+
createdAt: string;
|
2582
|
+
updatedAt: string;
|
2583
|
+
deletedAt: string | null;
|
2584
2584
|
attribute: {
|
2585
2585
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2586
2586
|
id: string;
|
2587
2587
|
position: number;
|
2588
|
-
createdAt:
|
2589
|
-
updatedAt:
|
2590
|
-
deletedAt:
|
2588
|
+
createdAt: string;
|
2589
|
+
updatedAt: string;
|
2590
|
+
deletedAt: string | null;
|
2591
2591
|
isDefault: boolean;
|
2592
2592
|
systemName: string;
|
2593
2593
|
displayName: string;
|
@@ -2607,9 +2607,9 @@ export declare const ticketContract: {
|
|
2607
2607
|
customFieldId: string;
|
2608
2608
|
upload: {
|
2609
2609
|
id: string;
|
2610
|
-
createdAt:
|
2611
|
-
updatedAt:
|
2612
|
-
deletedAt:
|
2610
|
+
createdAt: string;
|
2611
|
+
updatedAt: string;
|
2612
|
+
deletedAt: string | null;
|
2613
2613
|
fileName: string;
|
2614
2614
|
fileKey: string;
|
2615
2615
|
bucketName: string;
|
@@ -2632,21 +2632,21 @@ export declare const ticketContract: {
|
|
2632
2632
|
title: string;
|
2633
2633
|
description: string | null;
|
2634
2634
|
status: string;
|
2635
|
-
createdAt:
|
2636
|
-
updatedAt:
|
2637
|
-
deletedAt:
|
2635
|
+
createdAt: string;
|
2636
|
+
updatedAt: string;
|
2637
|
+
deletedAt: string | null;
|
2638
2638
|
customFields: {
|
2639
2639
|
id: string;
|
2640
|
-
createdAt:
|
2641
|
-
updatedAt:
|
2642
|
-
deletedAt:
|
2640
|
+
createdAt: string;
|
2641
|
+
updatedAt: string;
|
2642
|
+
deletedAt: string | null;
|
2643
2643
|
attribute: {
|
2644
2644
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2645
2645
|
id: string;
|
2646
2646
|
position: number;
|
2647
|
-
createdAt:
|
2648
|
-
updatedAt:
|
2649
|
-
deletedAt:
|
2647
|
+
createdAt: string;
|
2648
|
+
updatedAt: string;
|
2649
|
+
deletedAt: string | null;
|
2650
2650
|
isDefault: boolean;
|
2651
2651
|
systemName: string;
|
2652
2652
|
displayName: string;
|
@@ -2666,9 +2666,9 @@ export declare const ticketContract: {
|
|
2666
2666
|
customFieldId: string;
|
2667
2667
|
upload: {
|
2668
2668
|
id: string;
|
2669
|
-
createdAt:
|
2670
|
-
updatedAt:
|
2671
|
-
deletedAt:
|
2669
|
+
createdAt: string;
|
2670
|
+
updatedAt: string;
|
2671
|
+
deletedAt: string | null;
|
2672
2672
|
fileName: string;
|
2673
2673
|
fileKey: string;
|
2674
2674
|
bucketName: string;
|
@@ -2692,21 +2692,21 @@ export declare const ticketContract: {
|
|
2692
2692
|
title: string;
|
2693
2693
|
description: string | null;
|
2694
2694
|
status: string;
|
2695
|
-
createdAt:
|
2696
|
-
updatedAt:
|
2697
|
-
deletedAt:
|
2695
|
+
createdAt: string;
|
2696
|
+
updatedAt: string;
|
2697
|
+
deletedAt: string | null;
|
2698
2698
|
customFields: {
|
2699
2699
|
id: string;
|
2700
|
-
createdAt:
|
2701
|
-
updatedAt:
|
2702
|
-
deletedAt:
|
2700
|
+
createdAt: string;
|
2701
|
+
updatedAt: string;
|
2702
|
+
deletedAt: string | null;
|
2703
2703
|
attribute: {
|
2704
2704
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
2705
2705
|
id: string;
|
2706
2706
|
position: number;
|
2707
|
-
createdAt:
|
2708
|
-
updatedAt:
|
2709
|
-
deletedAt:
|
2707
|
+
createdAt: string;
|
2708
|
+
updatedAt: string;
|
2709
|
+
deletedAt: string | null;
|
2710
2710
|
isDefault: boolean;
|
2711
2711
|
systemName: string;
|
2712
2712
|
displayName: string;
|
@@ -2726,9 +2726,9 @@ export declare const ticketContract: {
|
|
2726
2726
|
customFieldId: string;
|
2727
2727
|
upload: {
|
2728
2728
|
id: string;
|
2729
|
-
createdAt:
|
2730
|
-
updatedAt:
|
2731
|
-
deletedAt:
|
2729
|
+
createdAt: string;
|
2730
|
+
updatedAt: string;
|
2731
|
+
deletedAt: string | null;
|
2732
2732
|
fileName: string;
|
2733
2733
|
fileKey: string;
|
2734
2734
|
bucketName: string;
|
@@ -3574,9 +3574,9 @@ export declare const ticketContract: {
|
|
3574
3574
|
responses: {
|
3575
3575
|
200: z.ZodObject<{
|
3576
3576
|
id: z.ZodString;
|
3577
|
-
createdAt: z.
|
3578
|
-
updatedAt: z.
|
3579
|
-
deletedAt: z.ZodNullable<z.
|
3577
|
+
createdAt: z.ZodString;
|
3578
|
+
updatedAt: z.ZodString;
|
3579
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3580
3580
|
title: z.ZodString;
|
3581
3581
|
description: z.ZodNullable<z.ZodString>;
|
3582
3582
|
type: z.ZodString;
|
@@ -3590,18 +3590,18 @@ export declare const ticketContract: {
|
|
3590
3590
|
ticketNumber: z.ZodOptional<z.ZodNumber>;
|
3591
3591
|
customFields: z.ZodArray<z.ZodObject<{
|
3592
3592
|
id: z.ZodString;
|
3593
|
-
createdAt: z.
|
3594
|
-
updatedAt: z.
|
3595
|
-
deletedAt: z.ZodNullable<z.
|
3593
|
+
createdAt: z.ZodString;
|
3594
|
+
updatedAt: z.ZodString;
|
3595
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3596
3596
|
textValue: z.ZodNullable<z.ZodString>;
|
3597
3597
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
3598
3598
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
3599
3599
|
dateValue: z.ZodNullable<z.ZodDate>;
|
3600
3600
|
attribute: z.ZodObject<Omit<{
|
3601
3601
|
id: z.ZodString;
|
3602
|
-
createdAt: z.
|
3603
|
-
updatedAt: z.
|
3604
|
-
deletedAt: z.ZodNullable<z.
|
3602
|
+
createdAt: z.ZodString;
|
3603
|
+
updatedAt: z.ZodString;
|
3604
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3605
3605
|
systemName: z.ZodString;
|
3606
3606
|
displayName: z.ZodString;
|
3607
3607
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -3631,23 +3631,23 @@ export declare const ticketContract: {
|
|
3631
3631
|
}>, "many">;
|
3632
3632
|
group: z.ZodObject<{
|
3633
3633
|
id: z.ZodString;
|
3634
|
-
createdAt: z.
|
3635
|
-
updatedAt: z.
|
3636
|
-
deletedAt: z.ZodNullable<z.
|
3634
|
+
createdAt: z.ZodString;
|
3635
|
+
updatedAt: z.ZodString;
|
3636
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3637
3637
|
systemName: z.ZodString;
|
3638
3638
|
displayName: z.ZodString;
|
3639
3639
|
}, "strip", z.ZodTypeAny, {
|
3640
3640
|
id: string;
|
3641
|
-
createdAt:
|
3642
|
-
updatedAt:
|
3643
|
-
deletedAt:
|
3641
|
+
createdAt: string;
|
3642
|
+
updatedAt: string;
|
3643
|
+
deletedAt: string | null;
|
3644
3644
|
systemName: string;
|
3645
3645
|
displayName: string;
|
3646
3646
|
}, {
|
3647
3647
|
id: string;
|
3648
|
-
createdAt:
|
3649
|
-
updatedAt:
|
3650
|
-
deletedAt:
|
3648
|
+
createdAt: string;
|
3649
|
+
updatedAt: string;
|
3650
|
+
deletedAt: string | null;
|
3651
3651
|
systemName: string;
|
3652
3652
|
displayName: string;
|
3653
3653
|
}>;
|
@@ -3655,9 +3655,9 @@ export declare const ticketContract: {
|
|
3655
3655
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3656
3656
|
id: string;
|
3657
3657
|
position: number;
|
3658
|
-
createdAt:
|
3659
|
-
updatedAt:
|
3660
|
-
deletedAt:
|
3658
|
+
createdAt: string;
|
3659
|
+
updatedAt: string;
|
3660
|
+
deletedAt: string | null;
|
3661
3661
|
isDefault: boolean;
|
3662
3662
|
systemName: string;
|
3663
3663
|
displayName: string;
|
@@ -3668,9 +3668,9 @@ export declare const ticketContract: {
|
|
3668
3668
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3669
3669
|
id: string;
|
3670
3670
|
position: number;
|
3671
|
-
createdAt:
|
3672
|
-
updatedAt:
|
3673
|
-
deletedAt:
|
3671
|
+
createdAt: string;
|
3672
|
+
updatedAt: string;
|
3673
|
+
deletedAt: string | null;
|
3674
3674
|
isDefault: boolean;
|
3675
3675
|
systemName: string;
|
3676
3676
|
displayName: string;
|
@@ -3686,27 +3686,27 @@ export declare const ticketContract: {
|
|
3686
3686
|
customFieldId: z.ZodString;
|
3687
3687
|
upload: z.ZodObject<{
|
3688
3688
|
id: z.ZodString;
|
3689
|
-
createdAt: z.
|
3690
|
-
updatedAt: z.
|
3691
|
-
deletedAt: z.ZodNullable<z.
|
3689
|
+
createdAt: z.ZodString;
|
3690
|
+
updatedAt: z.ZodString;
|
3691
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
3692
3692
|
bucketName: z.ZodString;
|
3693
3693
|
fileName: z.ZodString;
|
3694
3694
|
fileSize: z.ZodNumber;
|
3695
3695
|
fileKey: z.ZodString;
|
3696
3696
|
}, "strip", z.ZodTypeAny, {
|
3697
3697
|
id: string;
|
3698
|
-
createdAt:
|
3699
|
-
updatedAt:
|
3700
|
-
deletedAt:
|
3698
|
+
createdAt: string;
|
3699
|
+
updatedAt: string;
|
3700
|
+
deletedAt: string | null;
|
3701
3701
|
fileName: string;
|
3702
3702
|
fileKey: string;
|
3703
3703
|
bucketName: string;
|
3704
3704
|
fileSize: number;
|
3705
3705
|
}, {
|
3706
3706
|
id: string;
|
3707
|
-
createdAt:
|
3708
|
-
updatedAt:
|
3709
|
-
deletedAt:
|
3707
|
+
createdAt: string;
|
3708
|
+
updatedAt: string;
|
3709
|
+
deletedAt: string | null;
|
3710
3710
|
fileName: string;
|
3711
3711
|
fileKey: string;
|
3712
3712
|
bucketName: string;
|
@@ -3720,9 +3720,9 @@ export declare const ticketContract: {
|
|
3720
3720
|
customFieldId: string;
|
3721
3721
|
upload: {
|
3722
3722
|
id: string;
|
3723
|
-
createdAt:
|
3724
|
-
updatedAt:
|
3725
|
-
deletedAt:
|
3723
|
+
createdAt: string;
|
3724
|
+
updatedAt: string;
|
3725
|
+
deletedAt: string | null;
|
3726
3726
|
fileName: string;
|
3727
3727
|
fileKey: string;
|
3728
3728
|
bucketName: string;
|
@@ -3736,9 +3736,9 @@ export declare const ticketContract: {
|
|
3736
3736
|
customFieldId: string;
|
3737
3737
|
upload: {
|
3738
3738
|
id: string;
|
3739
|
-
createdAt:
|
3740
|
-
updatedAt:
|
3741
|
-
deletedAt:
|
3739
|
+
createdAt: string;
|
3740
|
+
updatedAt: string;
|
3741
|
+
deletedAt: string | null;
|
3742
3742
|
fileName: string;
|
3743
3743
|
fileKey: string;
|
3744
3744
|
bucketName: string;
|
@@ -3747,16 +3747,16 @@ export declare const ticketContract: {
|
|
3747
3747
|
}>, "many">;
|
3748
3748
|
}, "strip", z.ZodTypeAny, {
|
3749
3749
|
id: string;
|
3750
|
-
createdAt:
|
3751
|
-
updatedAt:
|
3752
|
-
deletedAt:
|
3750
|
+
createdAt: string;
|
3751
|
+
updatedAt: string;
|
3752
|
+
deletedAt: string | null;
|
3753
3753
|
attribute: {
|
3754
3754
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3755
3755
|
id: string;
|
3756
3756
|
position: number;
|
3757
|
-
createdAt:
|
3758
|
-
updatedAt:
|
3759
|
-
deletedAt:
|
3757
|
+
createdAt: string;
|
3758
|
+
updatedAt: string;
|
3759
|
+
deletedAt: string | null;
|
3760
3760
|
isDefault: boolean;
|
3761
3761
|
systemName: string;
|
3762
3762
|
displayName: string;
|
@@ -3776,9 +3776,9 @@ export declare const ticketContract: {
|
|
3776
3776
|
customFieldId: string;
|
3777
3777
|
upload: {
|
3778
3778
|
id: string;
|
3779
|
-
createdAt:
|
3780
|
-
updatedAt:
|
3781
|
-
deletedAt:
|
3779
|
+
createdAt: string;
|
3780
|
+
updatedAt: string;
|
3781
|
+
deletedAt: string | null;
|
3782
3782
|
fileName: string;
|
3783
3783
|
fileKey: string;
|
3784
3784
|
bucketName: string;
|
@@ -3787,16 +3787,16 @@ export declare const ticketContract: {
|
|
3787
3787
|
}[];
|
3788
3788
|
}, {
|
3789
3789
|
id: string;
|
3790
|
-
createdAt:
|
3791
|
-
updatedAt:
|
3792
|
-
deletedAt:
|
3790
|
+
createdAt: string;
|
3791
|
+
updatedAt: string;
|
3792
|
+
deletedAt: string | null;
|
3793
3793
|
attribute: {
|
3794
3794
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3795
3795
|
id: string;
|
3796
3796
|
position: number;
|
3797
|
-
createdAt:
|
3798
|
-
updatedAt:
|
3799
|
-
deletedAt:
|
3797
|
+
createdAt: string;
|
3798
|
+
updatedAt: string;
|
3799
|
+
deletedAt: string | null;
|
3800
3800
|
isDefault: boolean;
|
3801
3801
|
systemName: string;
|
3802
3802
|
displayName: string;
|
@@ -3816,9 +3816,9 @@ export declare const ticketContract: {
|
|
3816
3816
|
customFieldId: string;
|
3817
3817
|
upload: {
|
3818
3818
|
id: string;
|
3819
|
-
createdAt:
|
3820
|
-
updatedAt:
|
3821
|
-
deletedAt:
|
3819
|
+
createdAt: string;
|
3820
|
+
updatedAt: string;
|
3821
|
+
deletedAt: string | null;
|
3822
3822
|
fileName: string;
|
3823
3823
|
fileKey: string;
|
3824
3824
|
bucketName: string;
|
@@ -3834,21 +3834,21 @@ export declare const ticketContract: {
|
|
3834
3834
|
title: string;
|
3835
3835
|
description: string | null;
|
3836
3836
|
status: string;
|
3837
|
-
createdAt:
|
3838
|
-
updatedAt:
|
3839
|
-
deletedAt:
|
3837
|
+
createdAt: string;
|
3838
|
+
updatedAt: string;
|
3839
|
+
deletedAt: string | null;
|
3840
3840
|
customFields: {
|
3841
3841
|
id: string;
|
3842
|
-
createdAt:
|
3843
|
-
updatedAt:
|
3844
|
-
deletedAt:
|
3842
|
+
createdAt: string;
|
3843
|
+
updatedAt: string;
|
3844
|
+
deletedAt: string | null;
|
3845
3845
|
attribute: {
|
3846
3846
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3847
3847
|
id: string;
|
3848
3848
|
position: number;
|
3849
|
-
createdAt:
|
3850
|
-
updatedAt:
|
3851
|
-
deletedAt:
|
3849
|
+
createdAt: string;
|
3850
|
+
updatedAt: string;
|
3851
|
+
deletedAt: string | null;
|
3852
3852
|
isDefault: boolean;
|
3853
3853
|
systemName: string;
|
3854
3854
|
displayName: string;
|
@@ -3868,9 +3868,9 @@ export declare const ticketContract: {
|
|
3868
3868
|
customFieldId: string;
|
3869
3869
|
upload: {
|
3870
3870
|
id: string;
|
3871
|
-
createdAt:
|
3872
|
-
updatedAt:
|
3873
|
-
deletedAt:
|
3871
|
+
createdAt: string;
|
3872
|
+
updatedAt: string;
|
3873
|
+
deletedAt: string | null;
|
3874
3874
|
fileName: string;
|
3875
3875
|
fileKey: string;
|
3876
3876
|
bucketName: string;
|
@@ -3891,21 +3891,21 @@ export declare const ticketContract: {
|
|
3891
3891
|
title: string;
|
3892
3892
|
description: string | null;
|
3893
3893
|
status: string;
|
3894
|
-
createdAt:
|
3895
|
-
updatedAt:
|
3896
|
-
deletedAt:
|
3894
|
+
createdAt: string;
|
3895
|
+
updatedAt: string;
|
3896
|
+
deletedAt: string | null;
|
3897
3897
|
customFields: {
|
3898
3898
|
id: string;
|
3899
|
-
createdAt:
|
3900
|
-
updatedAt:
|
3901
|
-
deletedAt:
|
3899
|
+
createdAt: string;
|
3900
|
+
updatedAt: string;
|
3901
|
+
deletedAt: string | null;
|
3902
3902
|
attribute: {
|
3903
3903
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3904
3904
|
id: string;
|
3905
3905
|
position: number;
|
3906
|
-
createdAt:
|
3907
|
-
updatedAt:
|
3908
|
-
deletedAt:
|
3906
|
+
createdAt: string;
|
3907
|
+
updatedAt: string;
|
3908
|
+
deletedAt: string | null;
|
3909
3909
|
isDefault: boolean;
|
3910
3910
|
systemName: string;
|
3911
3911
|
displayName: string;
|
@@ -3925,9 +3925,9 @@ export declare const ticketContract: {
|
|
3925
3925
|
customFieldId: string;
|
3926
3926
|
upload: {
|
3927
3927
|
id: string;
|
3928
|
-
createdAt:
|
3929
|
-
updatedAt:
|
3930
|
-
deletedAt:
|
3928
|
+
createdAt: string;
|
3929
|
+
updatedAt: string;
|
3930
|
+
deletedAt: string | null;
|
3931
3931
|
fileName: string;
|
3932
3932
|
fileKey: string;
|
3933
3933
|
bucketName: string;
|
@@ -4121,21 +4121,21 @@ export declare const ticketContract: {
|
|
4121
4121
|
title: string;
|
4122
4122
|
description: string | null;
|
4123
4123
|
status: string;
|
4124
|
-
createdAt:
|
4125
|
-
updatedAt:
|
4126
|
-
deletedAt:
|
4124
|
+
createdAt: string;
|
4125
|
+
updatedAt: string;
|
4126
|
+
deletedAt: string | null;
|
4127
4127
|
customFields: {
|
4128
4128
|
id: string;
|
4129
|
-
createdAt:
|
4130
|
-
updatedAt:
|
4131
|
-
deletedAt:
|
4129
|
+
createdAt: string;
|
4130
|
+
updatedAt: string;
|
4131
|
+
deletedAt: string | null;
|
4132
4132
|
attribute: {
|
4133
4133
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4134
4134
|
id: string;
|
4135
4135
|
position: number;
|
4136
|
-
createdAt:
|
4137
|
-
updatedAt:
|
4138
|
-
deletedAt:
|
4136
|
+
createdAt: string;
|
4137
|
+
updatedAt: string;
|
4138
|
+
deletedAt: string | null;
|
4139
4139
|
isDefault: boolean;
|
4140
4140
|
systemName: string;
|
4141
4141
|
displayName: string;
|
@@ -4155,9 +4155,9 @@ export declare const ticketContract: {
|
|
4155
4155
|
customFieldId: string;
|
4156
4156
|
upload: {
|
4157
4157
|
id: string;
|
4158
|
-
createdAt:
|
4159
|
-
updatedAt:
|
4160
|
-
deletedAt:
|
4158
|
+
createdAt: string;
|
4159
|
+
updatedAt: string;
|
4160
|
+
deletedAt: string | null;
|
4161
4161
|
fileName: string;
|
4162
4162
|
fileKey: string;
|
4163
4163
|
bucketName: string;
|
@@ -4178,21 +4178,21 @@ export declare const ticketContract: {
|
|
4178
4178
|
title: string;
|
4179
4179
|
description: string | null;
|
4180
4180
|
status: string;
|
4181
|
-
createdAt:
|
4182
|
-
updatedAt:
|
4183
|
-
deletedAt:
|
4181
|
+
createdAt: string;
|
4182
|
+
updatedAt: string;
|
4183
|
+
deletedAt: string | null;
|
4184
4184
|
customFields: {
|
4185
4185
|
id: string;
|
4186
|
-
createdAt:
|
4187
|
-
updatedAt:
|
4188
|
-
deletedAt:
|
4186
|
+
createdAt: string;
|
4187
|
+
updatedAt: string;
|
4188
|
+
deletedAt: string | null;
|
4189
4189
|
attribute: {
|
4190
4190
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4191
4191
|
id: string;
|
4192
4192
|
position: number;
|
4193
|
-
createdAt:
|
4194
|
-
updatedAt:
|
4195
|
-
deletedAt:
|
4193
|
+
createdAt: string;
|
4194
|
+
updatedAt: string;
|
4195
|
+
deletedAt: string | null;
|
4196
4196
|
isDefault: boolean;
|
4197
4197
|
systemName: string;
|
4198
4198
|
displayName: string;
|
@@ -4212,9 +4212,9 @@ export declare const ticketContract: {
|
|
4212
4212
|
customFieldId: string;
|
4213
4213
|
upload: {
|
4214
4214
|
id: string;
|
4215
|
-
createdAt:
|
4216
|
-
updatedAt:
|
4217
|
-
deletedAt:
|
4215
|
+
createdAt: string;
|
4216
|
+
updatedAt: string;
|
4217
|
+
deletedAt: string | null;
|
4218
4218
|
fileName: string;
|
4219
4219
|
fileKey: string;
|
4220
4220
|
bucketName: string;
|
@@ -4237,21 +4237,21 @@ export declare const ticketContract: {
|
|
4237
4237
|
title: string;
|
4238
4238
|
description: string | null;
|
4239
4239
|
status: string;
|
4240
|
-
createdAt:
|
4241
|
-
updatedAt:
|
4242
|
-
deletedAt:
|
4240
|
+
createdAt: string;
|
4241
|
+
updatedAt: string;
|
4242
|
+
deletedAt: string | null;
|
4243
4243
|
customFields: {
|
4244
4244
|
id: string;
|
4245
|
-
createdAt:
|
4246
|
-
updatedAt:
|
4247
|
-
deletedAt:
|
4245
|
+
createdAt: string;
|
4246
|
+
updatedAt: string;
|
4247
|
+
deletedAt: string | null;
|
4248
4248
|
attribute: {
|
4249
4249
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4250
4250
|
id: string;
|
4251
4251
|
position: number;
|
4252
|
-
createdAt:
|
4253
|
-
updatedAt:
|
4254
|
-
deletedAt:
|
4252
|
+
createdAt: string;
|
4253
|
+
updatedAt: string;
|
4254
|
+
deletedAt: string | null;
|
4255
4255
|
isDefault: boolean;
|
4256
4256
|
systemName: string;
|
4257
4257
|
displayName: string;
|
@@ -4271,9 +4271,9 @@ export declare const ticketContract: {
|
|
4271
4271
|
customFieldId: string;
|
4272
4272
|
upload: {
|
4273
4273
|
id: string;
|
4274
|
-
createdAt:
|
4275
|
-
updatedAt:
|
4276
|
-
deletedAt:
|
4274
|
+
createdAt: string;
|
4275
|
+
updatedAt: string;
|
4276
|
+
deletedAt: string | null;
|
4277
4277
|
fileName: string;
|
4278
4278
|
fileKey: string;
|
4279
4279
|
bucketName: string;
|
@@ -4300,21 +4300,21 @@ export declare const ticketContract: {
|
|
4300
4300
|
title: string;
|
4301
4301
|
description: string | null;
|
4302
4302
|
status: string;
|
4303
|
-
createdAt:
|
4304
|
-
updatedAt:
|
4305
|
-
deletedAt:
|
4303
|
+
createdAt: string;
|
4304
|
+
updatedAt: string;
|
4305
|
+
deletedAt: string | null;
|
4306
4306
|
customFields: {
|
4307
4307
|
id: string;
|
4308
|
-
createdAt:
|
4309
|
-
updatedAt:
|
4310
|
-
deletedAt:
|
4308
|
+
createdAt: string;
|
4309
|
+
updatedAt: string;
|
4310
|
+
deletedAt: string | null;
|
4311
4311
|
attribute: {
|
4312
4312
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4313
4313
|
id: string;
|
4314
4314
|
position: number;
|
4315
|
-
createdAt:
|
4316
|
-
updatedAt:
|
4317
|
-
deletedAt:
|
4315
|
+
createdAt: string;
|
4316
|
+
updatedAt: string;
|
4317
|
+
deletedAt: string | null;
|
4318
4318
|
isDefault: boolean;
|
4319
4319
|
systemName: string;
|
4320
4320
|
displayName: string;
|
@@ -4334,9 +4334,9 @@ export declare const ticketContract: {
|
|
4334
4334
|
customFieldId: string;
|
4335
4335
|
upload: {
|
4336
4336
|
id: string;
|
4337
|
-
createdAt:
|
4338
|
-
updatedAt:
|
4339
|
-
deletedAt:
|
4337
|
+
createdAt: string;
|
4338
|
+
updatedAt: string;
|
4339
|
+
deletedAt: string | null;
|
4340
4340
|
fileName: string;
|
4341
4341
|
fileKey: string;
|
4342
4342
|
bucketName: string;
|
@@ -4450,18 +4450,18 @@ export declare const ticketContract: {
|
|
4450
4450
|
responses: {
|
4451
4451
|
201: z.ZodObject<{
|
4452
4452
|
id: z.ZodString;
|
4453
|
-
createdAt: z.
|
4454
|
-
updatedAt: z.
|
4455
|
-
deletedAt: z.ZodNullable<z.
|
4453
|
+
createdAt: z.ZodString;
|
4454
|
+
updatedAt: z.ZodString;
|
4455
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
4456
4456
|
textValue: z.ZodNullable<z.ZodString>;
|
4457
4457
|
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
4458
4458
|
numberValue: z.ZodNullable<z.ZodNumber>;
|
4459
4459
|
dateValue: z.ZodNullable<z.ZodDate>;
|
4460
4460
|
attribute: z.ZodObject<Omit<{
|
4461
4461
|
id: z.ZodString;
|
4462
|
-
createdAt: z.
|
4463
|
-
updatedAt: z.
|
4464
|
-
deletedAt: z.ZodNullable<z.
|
4462
|
+
createdAt: z.ZodString;
|
4463
|
+
updatedAt: z.ZodString;
|
4464
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
4465
4465
|
systemName: z.ZodString;
|
4466
4466
|
displayName: z.ZodString;
|
4467
4467
|
type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
|
@@ -4491,23 +4491,23 @@ export declare const ticketContract: {
|
|
4491
4491
|
}>, "many">;
|
4492
4492
|
group: z.ZodObject<{
|
4493
4493
|
id: z.ZodString;
|
4494
|
-
createdAt: z.
|
4495
|
-
updatedAt: z.
|
4496
|
-
deletedAt: z.ZodNullable<z.
|
4494
|
+
createdAt: z.ZodString;
|
4495
|
+
updatedAt: z.ZodString;
|
4496
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
4497
4497
|
systemName: z.ZodString;
|
4498
4498
|
displayName: z.ZodString;
|
4499
4499
|
}, "strip", z.ZodTypeAny, {
|
4500
4500
|
id: string;
|
4501
|
-
createdAt:
|
4502
|
-
updatedAt:
|
4503
|
-
deletedAt:
|
4501
|
+
createdAt: string;
|
4502
|
+
updatedAt: string;
|
4503
|
+
deletedAt: string | null;
|
4504
4504
|
systemName: string;
|
4505
4505
|
displayName: string;
|
4506
4506
|
}, {
|
4507
4507
|
id: string;
|
4508
|
-
createdAt:
|
4509
|
-
updatedAt:
|
4510
|
-
deletedAt:
|
4508
|
+
createdAt: string;
|
4509
|
+
updatedAt: string;
|
4510
|
+
deletedAt: string | null;
|
4511
4511
|
systemName: string;
|
4512
4512
|
displayName: string;
|
4513
4513
|
}>;
|
@@ -4515,9 +4515,9 @@ export declare const ticketContract: {
|
|
4515
4515
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4516
4516
|
id: string;
|
4517
4517
|
position: number;
|
4518
|
-
createdAt:
|
4519
|
-
updatedAt:
|
4520
|
-
deletedAt:
|
4518
|
+
createdAt: string;
|
4519
|
+
updatedAt: string;
|
4520
|
+
deletedAt: string | null;
|
4521
4521
|
isDefault: boolean;
|
4522
4522
|
systemName: string;
|
4523
4523
|
displayName: string;
|
@@ -4528,9 +4528,9 @@ export declare const ticketContract: {
|
|
4528
4528
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4529
4529
|
id: string;
|
4530
4530
|
position: number;
|
4531
|
-
createdAt:
|
4532
|
-
updatedAt:
|
4533
|
-
deletedAt:
|
4531
|
+
createdAt: string;
|
4532
|
+
updatedAt: string;
|
4533
|
+
deletedAt: string | null;
|
4534
4534
|
isDefault: boolean;
|
4535
4535
|
systemName: string;
|
4536
4536
|
displayName: string;
|
@@ -4546,27 +4546,27 @@ export declare const ticketContract: {
|
|
4546
4546
|
customFieldId: z.ZodString;
|
4547
4547
|
upload: z.ZodObject<{
|
4548
4548
|
id: z.ZodString;
|
4549
|
-
createdAt: z.
|
4550
|
-
updatedAt: z.
|
4551
|
-
deletedAt: z.ZodNullable<z.
|
4549
|
+
createdAt: z.ZodString;
|
4550
|
+
updatedAt: z.ZodString;
|
4551
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
4552
4552
|
bucketName: z.ZodString;
|
4553
4553
|
fileName: z.ZodString;
|
4554
4554
|
fileSize: z.ZodNumber;
|
4555
4555
|
fileKey: z.ZodString;
|
4556
4556
|
}, "strip", z.ZodTypeAny, {
|
4557
4557
|
id: string;
|
4558
|
-
createdAt:
|
4559
|
-
updatedAt:
|
4560
|
-
deletedAt:
|
4558
|
+
createdAt: string;
|
4559
|
+
updatedAt: string;
|
4560
|
+
deletedAt: string | null;
|
4561
4561
|
fileName: string;
|
4562
4562
|
fileKey: string;
|
4563
4563
|
bucketName: string;
|
4564
4564
|
fileSize: number;
|
4565
4565
|
}, {
|
4566
4566
|
id: string;
|
4567
|
-
createdAt:
|
4568
|
-
updatedAt:
|
4569
|
-
deletedAt:
|
4567
|
+
createdAt: string;
|
4568
|
+
updatedAt: string;
|
4569
|
+
deletedAt: string | null;
|
4570
4570
|
fileName: string;
|
4571
4571
|
fileKey: string;
|
4572
4572
|
bucketName: string;
|
@@ -4580,9 +4580,9 @@ export declare const ticketContract: {
|
|
4580
4580
|
customFieldId: string;
|
4581
4581
|
upload: {
|
4582
4582
|
id: string;
|
4583
|
-
createdAt:
|
4584
|
-
updatedAt:
|
4585
|
-
deletedAt:
|
4583
|
+
createdAt: string;
|
4584
|
+
updatedAt: string;
|
4585
|
+
deletedAt: string | null;
|
4586
4586
|
fileName: string;
|
4587
4587
|
fileKey: string;
|
4588
4588
|
bucketName: string;
|
@@ -4596,9 +4596,9 @@ export declare const ticketContract: {
|
|
4596
4596
|
customFieldId: string;
|
4597
4597
|
upload: {
|
4598
4598
|
id: string;
|
4599
|
-
createdAt:
|
4600
|
-
updatedAt:
|
4601
|
-
deletedAt:
|
4599
|
+
createdAt: string;
|
4600
|
+
updatedAt: string;
|
4601
|
+
deletedAt: string | null;
|
4602
4602
|
fileName: string;
|
4603
4603
|
fileKey: string;
|
4604
4604
|
bucketName: string;
|
@@ -4607,16 +4607,16 @@ export declare const ticketContract: {
|
|
4607
4607
|
}>, "many">;
|
4608
4608
|
}, "strip", z.ZodTypeAny, {
|
4609
4609
|
id: string;
|
4610
|
-
createdAt:
|
4611
|
-
updatedAt:
|
4612
|
-
deletedAt:
|
4610
|
+
createdAt: string;
|
4611
|
+
updatedAt: string;
|
4612
|
+
deletedAt: string | null;
|
4613
4613
|
attribute: {
|
4614
4614
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4615
4615
|
id: string;
|
4616
4616
|
position: number;
|
4617
|
-
createdAt:
|
4618
|
-
updatedAt:
|
4619
|
-
deletedAt:
|
4617
|
+
createdAt: string;
|
4618
|
+
updatedAt: string;
|
4619
|
+
deletedAt: string | null;
|
4620
4620
|
isDefault: boolean;
|
4621
4621
|
systemName: string;
|
4622
4622
|
displayName: string;
|
@@ -4636,9 +4636,9 @@ export declare const ticketContract: {
|
|
4636
4636
|
customFieldId: string;
|
4637
4637
|
upload: {
|
4638
4638
|
id: string;
|
4639
|
-
createdAt:
|
4640
|
-
updatedAt:
|
4641
|
-
deletedAt:
|
4639
|
+
createdAt: string;
|
4640
|
+
updatedAt: string;
|
4641
|
+
deletedAt: string | null;
|
4642
4642
|
fileName: string;
|
4643
4643
|
fileKey: string;
|
4644
4644
|
bucketName: string;
|
@@ -4647,16 +4647,16 @@ export declare const ticketContract: {
|
|
4647
4647
|
}[];
|
4648
4648
|
}, {
|
4649
4649
|
id: string;
|
4650
|
-
createdAt:
|
4651
|
-
updatedAt:
|
4652
|
-
deletedAt:
|
4650
|
+
createdAt: string;
|
4651
|
+
updatedAt: string;
|
4652
|
+
deletedAt: string | null;
|
4653
4653
|
attribute: {
|
4654
4654
|
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
4655
4655
|
id: string;
|
4656
4656
|
position: number;
|
4657
|
-
createdAt:
|
4658
|
-
updatedAt:
|
4659
|
-
deletedAt:
|
4657
|
+
createdAt: string;
|
4658
|
+
updatedAt: string;
|
4659
|
+
deletedAt: string | null;
|
4660
4660
|
isDefault: boolean;
|
4661
4661
|
systemName: string;
|
4662
4662
|
displayName: string;
|
@@ -4676,9 +4676,9 @@ export declare const ticketContract: {
|
|
4676
4676
|
customFieldId: string;
|
4677
4677
|
upload: {
|
4678
4678
|
id: string;
|
4679
|
-
createdAt:
|
4680
|
-
updatedAt:
|
4681
|
-
deletedAt:
|
4679
|
+
createdAt: string;
|
4680
|
+
updatedAt: string;
|
4681
|
+
deletedAt: string | null;
|
4682
4682
|
fileName: string;
|
4683
4683
|
fileKey: string;
|
4684
4684
|
bucketName: string;
|