@kl1/contracts 1.1.75-uat → 1.1.76-uat

Sign up to get free protection for your applications and to get access to all the features.
@@ -222488,317 +222488,6 @@ export declare const workflowContract: {
222488
222488
  };
222489
222489
  };
222490
222490
  };
222491
- export declare const holdLabelContract: {
222492
- holdLabel: {
222493
- createHoldLabel: {
222494
- body: import("zod").ZodObject<{
222495
- name: import("zod").ZodString;
222496
- }, "strip", import("zod").ZodTypeAny, {
222497
- name: string;
222498
- }, {
222499
- name: string;
222500
- }>;
222501
- method: "POST";
222502
- responses: {
222503
- 201: import("zod").ZodObject<{
222504
- requestId: import("zod").ZodString;
222505
- holdLabel: import("zod").ZodObject<{
222506
- id: import("zod").ZodString;
222507
- createdAt: import("zod").ZodDate;
222508
- updatedAt: import("zod").ZodDate;
222509
- deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
222510
- name: import("zod").ZodString;
222511
- position: import("zod").ZodNumber;
222512
- }, "strip", import("zod").ZodTypeAny, {
222513
- id: string;
222514
- name: string;
222515
- position: number;
222516
- createdAt: Date;
222517
- updatedAt: Date;
222518
- deletedAt: Date | null;
222519
- }, {
222520
- id: string;
222521
- name: string;
222522
- position: number;
222523
- createdAt: Date;
222524
- updatedAt: Date;
222525
- deletedAt: Date | null;
222526
- }>;
222527
- }, "strip", import("zod").ZodTypeAny, {
222528
- requestId: string;
222529
- holdLabel: {
222530
- id: string;
222531
- name: string;
222532
- position: number;
222533
- createdAt: Date;
222534
- updatedAt: Date;
222535
- deletedAt: Date | null;
222536
- };
222537
- }, {
222538
- requestId: string;
222539
- holdLabel: {
222540
- id: string;
222541
- name: string;
222542
- position: number;
222543
- createdAt: Date;
222544
- updatedAt: Date;
222545
- deletedAt: Date | null;
222546
- };
222547
- }>;
222548
- };
222549
- path: "hold-label";
222550
- };
222551
- getHoldLabels: {
222552
- method: "GET";
222553
- responses: {
222554
- 200: import("zod").ZodObject<{
222555
- requestId: import("zod").ZodString;
222556
- holdLabels: import("zod").ZodArray<import("zod").ZodObject<{
222557
- id: import("zod").ZodString;
222558
- createdAt: import("zod").ZodDate;
222559
- updatedAt: import("zod").ZodDate;
222560
- deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
222561
- name: import("zod").ZodString;
222562
- position: import("zod").ZodNumber;
222563
- }, "strip", import("zod").ZodTypeAny, {
222564
- id: string;
222565
- name: string;
222566
- position: number;
222567
- createdAt: Date;
222568
- updatedAt: Date;
222569
- deletedAt: Date | null;
222570
- }, {
222571
- id: string;
222572
- name: string;
222573
- position: number;
222574
- createdAt: Date;
222575
- updatedAt: Date;
222576
- deletedAt: Date | null;
222577
- }>, "many">;
222578
- }, "strip", import("zod").ZodTypeAny, {
222579
- requestId: string;
222580
- holdLabels: {
222581
- id: string;
222582
- name: string;
222583
- position: number;
222584
- createdAt: Date;
222585
- updatedAt: Date;
222586
- deletedAt: Date | null;
222587
- }[];
222588
- }, {
222589
- requestId: string;
222590
- holdLabels: {
222591
- id: string;
222592
- name: string;
222593
- position: number;
222594
- createdAt: Date;
222595
- updatedAt: Date;
222596
- deletedAt: Date | null;
222597
- }[];
222598
- }>;
222599
- };
222600
- path: "hold-label";
222601
- };
222602
- updateHoldLabelPosition: {
222603
- body: import("zod").ZodObject<{
222604
- holdLabels: import("zod").ZodArray<import("zod").ZodObject<{
222605
- id: import("zod").ZodString;
222606
- position: import("zod").ZodNumber;
222607
- }, "strip", import("zod").ZodTypeAny, {
222608
- id: string;
222609
- position: number;
222610
- }, {
222611
- id: string;
222612
- position: number;
222613
- }>, "many">;
222614
- }, "strip", import("zod").ZodTypeAny, {
222615
- holdLabels: {
222616
- id: string;
222617
- position: number;
222618
- }[];
222619
- }, {
222620
- holdLabels: {
222621
- id: string;
222622
- position: number;
222623
- }[];
222624
- }>;
222625
- method: "POST";
222626
- responses: {
222627
- 200: import("zod").ZodObject<{
222628
- requestId: import("zod").ZodString;
222629
- holdLabel: import("zod").ZodObject<{
222630
- id: import("zod").ZodString;
222631
- createdAt: import("zod").ZodDate;
222632
- updatedAt: import("zod").ZodDate;
222633
- deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
222634
- name: import("zod").ZodString;
222635
- position: import("zod").ZodNumber;
222636
- }, "strip", import("zod").ZodTypeAny, {
222637
- id: string;
222638
- name: string;
222639
- position: number;
222640
- createdAt: Date;
222641
- updatedAt: Date;
222642
- deletedAt: Date | null;
222643
- }, {
222644
- id: string;
222645
- name: string;
222646
- position: number;
222647
- createdAt: Date;
222648
- updatedAt: Date;
222649
- deletedAt: Date | null;
222650
- }>;
222651
- }, "strip", import("zod").ZodTypeAny, {
222652
- requestId: string;
222653
- holdLabel: {
222654
- id: string;
222655
- name: string;
222656
- position: number;
222657
- createdAt: Date;
222658
- updatedAt: Date;
222659
- deletedAt: Date | null;
222660
- };
222661
- }, {
222662
- requestId: string;
222663
- holdLabel: {
222664
- id: string;
222665
- name: string;
222666
- position: number;
222667
- createdAt: Date;
222668
- updatedAt: Date;
222669
- deletedAt: Date | null;
222670
- };
222671
- }>;
222672
- };
222673
- path: "hold-label/position";
222674
- };
222675
- updateHoldLabel: {
222676
- body: import("zod").ZodObject<{
222677
- name: import("zod").ZodString;
222678
- }, "strip", import("zod").ZodTypeAny, {
222679
- name: string;
222680
- }, {
222681
- name: string;
222682
- }>;
222683
- method: "PATCH";
222684
- pathParams: import("zod").ZodObject<{
222685
- id: import("zod").ZodString;
222686
- }, "strip", import("zod").ZodTypeAny, {
222687
- id: string;
222688
- }, {
222689
- id: string;
222690
- }>;
222691
- responses: {
222692
- 200: import("zod").ZodObject<{
222693
- requestId: import("zod").ZodString;
222694
- holdLabel: import("zod").ZodObject<{
222695
- id: import("zod").ZodString;
222696
- createdAt: import("zod").ZodDate;
222697
- updatedAt: import("zod").ZodDate;
222698
- deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
222699
- name: import("zod").ZodString;
222700
- position: import("zod").ZodNumber;
222701
- }, "strip", import("zod").ZodTypeAny, {
222702
- id: string;
222703
- name: string;
222704
- position: number;
222705
- createdAt: Date;
222706
- updatedAt: Date;
222707
- deletedAt: Date | null;
222708
- }, {
222709
- id: string;
222710
- name: string;
222711
- position: number;
222712
- createdAt: Date;
222713
- updatedAt: Date;
222714
- deletedAt: Date | null;
222715
- }>;
222716
- }, "strip", import("zod").ZodTypeAny, {
222717
- requestId: string;
222718
- holdLabel: {
222719
- id: string;
222720
- name: string;
222721
- position: number;
222722
- createdAt: Date;
222723
- updatedAt: Date;
222724
- deletedAt: Date | null;
222725
- };
222726
- }, {
222727
- requestId: string;
222728
- holdLabel: {
222729
- id: string;
222730
- name: string;
222731
- position: number;
222732
- createdAt: Date;
222733
- updatedAt: Date;
222734
- deletedAt: Date | null;
222735
- };
222736
- }>;
222737
- };
222738
- path: "hold-label/:id";
222739
- };
222740
- deleteHoldLabel: {
222741
- body: null;
222742
- method: "DELETE";
222743
- pathParams: import("zod").ZodObject<{
222744
- id: import("zod").ZodString;
222745
- }, "strip", import("zod").ZodTypeAny, {
222746
- id: string;
222747
- }, {
222748
- id: string;
222749
- }>;
222750
- responses: {
222751
- 200: import("zod").ZodObject<{
222752
- requestId: import("zod").ZodString;
222753
- }, "strip", import("zod").ZodTypeAny, {
222754
- requestId: string;
222755
- }, {
222756
- requestId: string;
222757
- }>;
222758
- };
222759
- path: "hold-label/:id";
222760
- };
222761
- getAutoUnhold: {
222762
- method: "GET";
222763
- responses: {
222764
- 200: import("zod").ZodObject<{
222765
- requestId: import("zod").ZodString;
222766
- autoUnhold: import("zod").ZodBoolean;
222767
- }, "strip", import("zod").ZodTypeAny, {
222768
- requestId: string;
222769
- autoUnhold: boolean;
222770
- }, {
222771
- requestId: string;
222772
- autoUnhold: boolean;
222773
- }>;
222774
- };
222775
- path: "hold-label/auto-unhold";
222776
- };
222777
- updateAutoUnhold: {
222778
- body: import("zod").ZodObject<{
222779
- autoUnhold: import("zod").ZodBoolean;
222780
- }, "strip", import("zod").ZodTypeAny, {
222781
- autoUnhold: boolean;
222782
- }, {
222783
- autoUnhold: boolean;
222784
- }>;
222785
- method: "PATCH";
222786
- responses: {
222787
- 200: import("zod").ZodObject<{
222788
- requestId: import("zod").ZodString;
222789
- autoUnhold: import("zod").ZodBoolean;
222790
- }, "strip", import("zod").ZodTypeAny, {
222791
- requestId: string;
222792
- autoUnhold: boolean;
222793
- }, {
222794
- requestId: string;
222795
- autoUnhold: boolean;
222796
- }>;
222797
- };
222798
- path: "hold-label/auto-unhold";
222799
- };
222800
- };
222801
- };
222802
222491
  export declare const ticketSettingContract: {
222803
222492
  ticketSetting: {
222804
222493
  createAttribute: {