@devcycle/cli 6.0.1 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/api/apiClient.d.ts +120 -120
  5. package/dist/api/features.js +2 -2
  6. package/dist/api/schemas.d.ts +68 -68
  7. package/dist/api/variables.d.ts +15 -15
  8. package/dist/api/variations.d.ts +3 -3
  9. package/dist/api/zodClient.d.ts +1036 -1036
  10. package/dist/api/zodClient.js +2 -2
  11. package/dist/api/zodClient.js.map +1 -1
  12. package/dist/auth/ApiAuth.js +1 -1
  13. package/dist/auth/ApiAuth.js.map +1 -1
  14. package/dist/auth/TokenCache.js +2 -2
  15. package/dist/auth/TokenCache.js.map +1 -1
  16. package/dist/auth/utils/getTokenPayload.js +1 -1
  17. package/dist/auth/utils/getTokenPayload.js.map +1 -1
  18. package/dist/commands/cleanup/index.d.ts.map +1 -1
  19. package/dist/commands/cleanup/index.js.map +1 -1
  20. package/dist/commands/keys/get.d.ts.map +1 -1
  21. package/dist/commands/keys/get.js +1 -3
  22. package/dist/commands/keys/get.js.map +1 -1
  23. package/dist/commands/overrides/get.js.map +1 -1
  24. package/dist/commands/targeting/update.js +0 -1
  25. package/dist/commands/targeting/update.js.map +1 -1
  26. package/dist/commands/updateCommand.d.ts.map +1 -1
  27. package/dist/commands/updateCommand.js.map +1 -1
  28. package/dist/flags/var-alias/index.js +1 -1
  29. package/dist/flags/var-alias/index.js.map +1 -1
  30. package/dist/mcp/server.d.ts.map +1 -1
  31. package/dist/mcp/server.js +11 -0
  32. package/dist/mcp/server.js.map +1 -1
  33. package/dist/mcp/tools/customPropertiesTools.d.ts.map +1 -1
  34. package/dist/mcp/tools/customPropertiesTools.js +1 -0
  35. package/dist/mcp/tools/customPropertiesTools.js.map +1 -1
  36. package/dist/mcp/tools/environmentTools.d.ts +1 -1
  37. package/dist/mcp/tools/environmentTools.d.ts.map +1 -1
  38. package/dist/mcp/tools/environmentTools.js +41 -30
  39. package/dist/mcp/tools/environmentTools.js.map +1 -1
  40. package/dist/mcp/tools/featureTools.d.ts +18 -18
  41. package/dist/mcp/tools/featureTools.d.ts.map +1 -1
  42. package/dist/mcp/tools/featureTools.js +29 -7
  43. package/dist/mcp/tools/featureTools.js.map +1 -1
  44. package/dist/mcp/tools/index.d.ts.map +1 -1
  45. package/dist/mcp/tools/index.js +8 -6
  46. package/dist/mcp/tools/index.js.map +1 -1
  47. package/dist/mcp/tools/installGuides.generated.d.ts +3 -0
  48. package/dist/mcp/tools/installGuides.generated.d.ts.map +1 -0
  49. package/dist/mcp/tools/installGuides.generated.js +36 -0
  50. package/dist/mcp/tools/installGuides.generated.js.map +1 -0
  51. package/dist/mcp/tools/installTools.d.ts +3 -0
  52. package/dist/mcp/tools/installTools.d.ts.map +1 -0
  53. package/dist/mcp/tools/installTools.js +35 -0
  54. package/dist/mcp/tools/installTools.js.map +1 -0
  55. package/dist/mcp/tools/localProjectTools.d.ts.map +1 -1
  56. package/dist/mcp/tools/localProjectTools.js +6 -2
  57. package/dist/mcp/tools/localProjectTools.js.map +1 -1
  58. package/dist/mcp/tools/projectTools.d.ts.map +1 -1
  59. package/dist/mcp/tools/projectTools.js +22 -15
  60. package/dist/mcp/tools/projectTools.js.map +1 -1
  61. package/dist/mcp/tools/resultsTools.d.ts.map +1 -1
  62. package/dist/mcp/tools/resultsTools.js +3 -1
  63. package/dist/mcp/tools/resultsTools.js.map +1 -1
  64. package/dist/mcp/tools/selfTargetingTools.d.ts.map +1 -1
  65. package/dist/mcp/tools/selfTargetingTools.js +8 -3
  66. package/dist/mcp/tools/selfTargetingTools.js.map +1 -1
  67. package/dist/mcp/tools/variableTools.d.ts +9 -9
  68. package/dist/mcp/tools/variableTools.d.ts.map +1 -1
  69. package/dist/mcp/tools/variableTools.js +2 -1
  70. package/dist/mcp/tools/variableTools.js.map +1 -1
  71. package/dist/mcp/types.d.ts +107 -81
  72. package/dist/mcp/types.d.ts.map +1 -1
  73. package/dist/mcp/types.js +120 -166
  74. package/dist/mcp/types.js.map +1 -1
  75. package/dist/mcp/utils/github.d.ts +2 -0
  76. package/dist/mcp/utils/github.d.ts.map +1 -0
  77. package/dist/mcp/utils/github.js +26 -0
  78. package/dist/mcp/utils/github.js.map +1 -0
  79. package/dist/ui/prompts/environmentPrompts.js +0 -1
  80. package/dist/ui/prompts/environmentPrompts.js.map +1 -1
  81. package/dist/ui/prompts/featurePrompts.js +0 -1
  82. package/dist/ui/prompts/featurePrompts.js.map +1 -1
  83. package/dist/ui/prompts/listPrompts/targetingListPrompt.d.ts.map +1 -1
  84. package/dist/ui/prompts/listPrompts/targetingListPrompt.js.map +1 -1
  85. package/dist/ui/prompts/listPrompts/variablesListPrompt.d.ts +3 -3
  86. package/dist/ui/prompts/listPrompts/variationsListPrompt.d.ts.map +1 -1
  87. package/dist/ui/prompts/listPrompts/variationsListPrompt.js.map +1 -1
  88. package/dist/ui/prompts/types.d.ts.map +1 -1
  89. package/dist/ui/prompts/variablePrompts.js +1 -2
  90. package/dist/ui/prompts/variablePrompts.js.map +1 -1
  91. package/dist/ui/prompts/variationPrompts.d.ts +3 -3
  92. package/dist/ui/targetingTree.d.ts.map +1 -1
  93. package/dist/ui/targetingTree.js +2 -4
  94. package/dist/ui/targetingTree.js.map +1 -1
  95. package/dist/ui/togglebot.d.ts.map +1 -1
  96. package/dist/ui/togglebot.js +0 -1
  97. package/dist/ui/togglebot.js.map +1 -1
  98. package/dist/utils/audiences/index.d.ts.map +1 -1
  99. package/dist/utils/audiences/index.js.map +1 -1
  100. package/oclif.manifest.json +1 -1
  101. package/package.json +14 -6
@@ -2466,25 +2466,25 @@ export declare const schemas: {
2466
2466
  tags?: string[] | undefined;
2467
2467
  }>;
2468
2468
  VariableValidationEntity: z.ZodObject<{
2469
- schemaType: z.ZodString;
2470
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2469
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
2470
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
2471
2471
  regexPattern: z.ZodOptional<z.ZodString>;
2472
2472
  jsonSchema: z.ZodOptional<z.ZodString>;
2473
2473
  description: z.ZodString;
2474
2474
  exampleValue: z.ZodAny;
2475
2475
  }, "strip", z.ZodTypeAny, {
2476
2476
  description: string;
2477
- schemaType: string;
2478
- enumValues?: string[] | undefined;
2479
- regexPattern?: string | undefined;
2477
+ schemaType: "enum" | "regex" | "jsonSchema";
2480
2478
  jsonSchema?: string | undefined;
2479
+ enumValues?: string[] | number[] | undefined;
2480
+ regexPattern?: string | undefined;
2481
2481
  exampleValue?: any;
2482
2482
  }, {
2483
2483
  description: string;
2484
- schemaType: string;
2485
- enumValues?: string[] | undefined;
2486
- regexPattern?: string | undefined;
2484
+ schemaType: "enum" | "regex" | "jsonSchema";
2487
2485
  jsonSchema?: string | undefined;
2486
+ enumValues?: string[] | number[] | undefined;
2487
+ regexPattern?: string | undefined;
2488
2488
  exampleValue?: any;
2489
2489
  }>;
2490
2490
  CreateVariableDto: z.ZodObject<{
@@ -2495,25 +2495,25 @@ export declare const schemas: {
2495
2495
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
2496
2496
  defaultValue: z.ZodOptional<z.ZodAny>;
2497
2497
  validationSchema: z.ZodOptional<z.ZodObject<{
2498
- schemaType: z.ZodString;
2499
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2498
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
2499
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
2500
2500
  regexPattern: z.ZodOptional<z.ZodString>;
2501
2501
  jsonSchema: z.ZodOptional<z.ZodString>;
2502
2502
  description: z.ZodString;
2503
2503
  exampleValue: z.ZodAny;
2504
2504
  }, "strip", z.ZodTypeAny, {
2505
2505
  description: string;
2506
- schemaType: string;
2507
- enumValues?: string[] | undefined;
2508
- regexPattern?: string | undefined;
2506
+ schemaType: "enum" | "regex" | "jsonSchema";
2509
2507
  jsonSchema?: string | undefined;
2508
+ enumValues?: string[] | number[] | undefined;
2509
+ regexPattern?: string | undefined;
2510
2510
  exampleValue?: any;
2511
2511
  }, {
2512
2512
  description: string;
2513
- schemaType: string;
2514
- enumValues?: string[] | undefined;
2515
- regexPattern?: string | undefined;
2513
+ schemaType: "enum" | "regex" | "jsonSchema";
2516
2514
  jsonSchema?: string | undefined;
2515
+ enumValues?: string[] | number[] | undefined;
2516
+ regexPattern?: string | undefined;
2517
2517
  exampleValue?: any;
2518
2518
  }>>;
2519
2519
  }, "strip", z.ZodTypeAny, {
@@ -2525,10 +2525,10 @@ export declare const schemas: {
2525
2525
  defaultValue?: any;
2526
2526
  validationSchema?: {
2527
2527
  description: string;
2528
- schemaType: string;
2529
- enumValues?: string[] | undefined;
2530
- regexPattern?: string | undefined;
2528
+ schemaType: "enum" | "regex" | "jsonSchema";
2531
2529
  jsonSchema?: string | undefined;
2530
+ enumValues?: string[] | number[] | undefined;
2531
+ regexPattern?: string | undefined;
2532
2532
  exampleValue?: any;
2533
2533
  } | undefined;
2534
2534
  }, {
@@ -2540,10 +2540,10 @@ export declare const schemas: {
2540
2540
  defaultValue?: any;
2541
2541
  validationSchema?: {
2542
2542
  description: string;
2543
- schemaType: string;
2544
- enumValues?: string[] | undefined;
2545
- regexPattern?: string | undefined;
2543
+ schemaType: "enum" | "regex" | "jsonSchema";
2546
2544
  jsonSchema?: string | undefined;
2545
+ enumValues?: string[] | number[] | undefined;
2546
+ regexPattern?: string | undefined;
2547
2547
  exampleValue?: any;
2548
2548
  } | undefined;
2549
2549
  }>;
@@ -2562,25 +2562,25 @@ export declare const schemas: {
2562
2562
  createdAt: z.ZodString;
2563
2563
  updatedAt: z.ZodString;
2564
2564
  validationSchema: z.ZodOptional<z.ZodObject<{
2565
- schemaType: z.ZodString;
2566
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2565
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
2566
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
2567
2567
  regexPattern: z.ZodOptional<z.ZodString>;
2568
2568
  jsonSchema: z.ZodOptional<z.ZodString>;
2569
2569
  description: z.ZodString;
2570
2570
  exampleValue: z.ZodAny;
2571
2571
  }, "strip", z.ZodTypeAny, {
2572
2572
  description: string;
2573
- schemaType: string;
2574
- enumValues?: string[] | undefined;
2575
- regexPattern?: string | undefined;
2573
+ schemaType: "enum" | "regex" | "jsonSchema";
2576
2574
  jsonSchema?: string | undefined;
2575
+ enumValues?: string[] | number[] | undefined;
2576
+ regexPattern?: string | undefined;
2577
2577
  exampleValue?: any;
2578
2578
  }, {
2579
2579
  description: string;
2580
- schemaType: string;
2581
- enumValues?: string[] | undefined;
2582
- regexPattern?: string | undefined;
2580
+ schemaType: "enum" | "regex" | "jsonSchema";
2583
2581
  jsonSchema?: string | undefined;
2582
+ enumValues?: string[] | number[] | undefined;
2583
+ regexPattern?: string | undefined;
2584
2584
  exampleValue?: any;
2585
2585
  }>>;
2586
2586
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -2600,10 +2600,10 @@ export declare const schemas: {
2600
2600
  defaultValue?: any;
2601
2601
  validationSchema?: {
2602
2602
  description: string;
2603
- schemaType: string;
2604
- enumValues?: string[] | undefined;
2605
- regexPattern?: string | undefined;
2603
+ schemaType: "enum" | "regex" | "jsonSchema";
2606
2604
  jsonSchema?: string | undefined;
2605
+ enumValues?: string[] | number[] | undefined;
2606
+ regexPattern?: string | undefined;
2607
2607
  exampleValue?: any;
2608
2608
  } | undefined;
2609
2609
  persistent?: boolean | undefined;
@@ -2623,10 +2623,10 @@ export declare const schemas: {
2623
2623
  defaultValue?: any;
2624
2624
  validationSchema?: {
2625
2625
  description: string;
2626
- schemaType: string;
2627
- enumValues?: string[] | undefined;
2628
- regexPattern?: string | undefined;
2626
+ schemaType: "enum" | "regex" | "jsonSchema";
2629
2627
  jsonSchema?: string | undefined;
2628
+ enumValues?: string[] | number[] | undefined;
2629
+ regexPattern?: string | undefined;
2630
2630
  exampleValue?: any;
2631
2631
  } | undefined;
2632
2632
  persistent?: boolean | undefined;
@@ -2637,25 +2637,25 @@ export declare const schemas: {
2637
2637
  key: z.ZodOptional<z.ZodString>;
2638
2638
  type: z.ZodOptional<z.ZodEnum<["String", "Boolean", "Number", "JSON"]>>;
2639
2639
  validationSchema: z.ZodOptional<z.ZodObject<{
2640
- schemaType: z.ZodString;
2641
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2640
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
2641
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
2642
2642
  regexPattern: z.ZodOptional<z.ZodString>;
2643
2643
  jsonSchema: z.ZodOptional<z.ZodString>;
2644
2644
  description: z.ZodString;
2645
2645
  exampleValue: z.ZodAny;
2646
2646
  }, "strip", z.ZodTypeAny, {
2647
2647
  description: string;
2648
- schemaType: string;
2649
- enumValues?: string[] | undefined;
2650
- regexPattern?: string | undefined;
2648
+ schemaType: "enum" | "regex" | "jsonSchema";
2651
2649
  jsonSchema?: string | undefined;
2650
+ enumValues?: string[] | number[] | undefined;
2651
+ regexPattern?: string | undefined;
2652
2652
  exampleValue?: any;
2653
2653
  }, {
2654
2654
  description: string;
2655
- schemaType: string;
2656
- enumValues?: string[] | undefined;
2657
- regexPattern?: string | undefined;
2655
+ schemaType: "enum" | "regex" | "jsonSchema";
2658
2656
  jsonSchema?: string | undefined;
2657
+ enumValues?: string[] | number[] | undefined;
2658
+ regexPattern?: string | undefined;
2659
2659
  exampleValue?: any;
2660
2660
  }>>;
2661
2661
  }, "strip", z.ZodTypeAny, {
@@ -2665,10 +2665,10 @@ export declare const schemas: {
2665
2665
  key?: string | undefined;
2666
2666
  validationSchema?: {
2667
2667
  description: string;
2668
- schemaType: string;
2669
- enumValues?: string[] | undefined;
2670
- regexPattern?: string | undefined;
2668
+ schemaType: "enum" | "regex" | "jsonSchema";
2671
2669
  jsonSchema?: string | undefined;
2670
+ enumValues?: string[] | number[] | undefined;
2671
+ regexPattern?: string | undefined;
2672
2672
  exampleValue?: any;
2673
2673
  } | undefined;
2674
2674
  }, {
@@ -2678,10 +2678,10 @@ export declare const schemas: {
2678
2678
  key?: string | undefined;
2679
2679
  validationSchema?: {
2680
2680
  description: string;
2681
- schemaType: string;
2682
- enumValues?: string[] | undefined;
2683
- regexPattern?: string | undefined;
2681
+ schemaType: "enum" | "regex" | "jsonSchema";
2684
2682
  jsonSchema?: string | undefined;
2683
+ enumValues?: string[] | number[] | undefined;
2684
+ regexPattern?: string | undefined;
2685
2685
  exampleValue?: any;
2686
2686
  } | undefined;
2687
2687
  }>;
@@ -2753,25 +2753,25 @@ export declare const schemas: {
2753
2753
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
2754
2754
  defaultValue: z.ZodOptional<z.ZodAny>;
2755
2755
  validationSchema: z.ZodOptional<z.ZodObject<{
2756
- schemaType: z.ZodString;
2757
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2756
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
2757
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
2758
2758
  regexPattern: z.ZodOptional<z.ZodString>;
2759
2759
  jsonSchema: z.ZodOptional<z.ZodString>;
2760
2760
  description: z.ZodString;
2761
2761
  exampleValue: z.ZodAny;
2762
2762
  }, "strip", z.ZodTypeAny, {
2763
2763
  description: string;
2764
- schemaType: string;
2765
- enumValues?: string[] | undefined;
2766
- regexPattern?: string | undefined;
2764
+ schemaType: "enum" | "regex" | "jsonSchema";
2767
2765
  jsonSchema?: string | undefined;
2766
+ enumValues?: string[] | number[] | undefined;
2767
+ regexPattern?: string | undefined;
2768
2768
  exampleValue?: any;
2769
2769
  }, {
2770
2770
  description: string;
2771
- schemaType: string;
2772
- enumValues?: string[] | undefined;
2773
- regexPattern?: string | undefined;
2771
+ schemaType: "enum" | "regex" | "jsonSchema";
2774
2772
  jsonSchema?: string | undefined;
2773
+ enumValues?: string[] | number[] | undefined;
2774
+ regexPattern?: string | undefined;
2775
2775
  exampleValue?: any;
2776
2776
  }>>;
2777
2777
  }, "strip", z.ZodTypeAny, {
@@ -2783,10 +2783,10 @@ export declare const schemas: {
2783
2783
  defaultValue?: any;
2784
2784
  validationSchema?: {
2785
2785
  description: string;
2786
- schemaType: string;
2787
- enumValues?: string[] | undefined;
2788
- regexPattern?: string | undefined;
2786
+ schemaType: "enum" | "regex" | "jsonSchema";
2789
2787
  jsonSchema?: string | undefined;
2788
+ enumValues?: string[] | number[] | undefined;
2789
+ regexPattern?: string | undefined;
2790
2790
  exampleValue?: any;
2791
2791
  } | undefined;
2792
2792
  }, {
@@ -2798,10 +2798,10 @@ export declare const schemas: {
2798
2798
  defaultValue?: any;
2799
2799
  validationSchema?: {
2800
2800
  description: string;
2801
- schemaType: string;
2802
- enumValues?: string[] | undefined;
2803
- regexPattern?: string | undefined;
2801
+ schemaType: "enum" | "regex" | "jsonSchema";
2804
2802
  jsonSchema?: string | undefined;
2803
+ enumValues?: string[] | number[] | undefined;
2804
+ regexPattern?: string | undefined;
2805
2805
  exampleValue?: any;
2806
2806
  } | undefined;
2807
2807
  }>, z.ZodObject<{
@@ -2886,10 +2886,10 @@ export declare const schemas: {
2886
2886
  defaultValue?: any;
2887
2887
  validationSchema?: {
2888
2888
  description: string;
2889
- schemaType: string;
2890
- enumValues?: string[] | undefined;
2891
- regexPattern?: string | undefined;
2889
+ schemaType: "enum" | "regex" | "jsonSchema";
2892
2890
  jsonSchema?: string | undefined;
2891
+ enumValues?: string[] | number[] | undefined;
2892
+ regexPattern?: string | undefined;
2893
2893
  exampleValue?: any;
2894
2894
  } | undefined;
2895
2895
  } | {
@@ -2931,10 +2931,10 @@ export declare const schemas: {
2931
2931
  defaultValue?: any;
2932
2932
  validationSchema?: {
2933
2933
  description: string;
2934
- schemaType: string;
2935
- enumValues?: string[] | undefined;
2936
- regexPattern?: string | undefined;
2934
+ schemaType: "enum" | "regex" | "jsonSchema";
2937
2935
  jsonSchema?: string | undefined;
2936
+ enumValues?: string[] | number[] | undefined;
2937
+ regexPattern?: string | undefined;
2938
2938
  exampleValue?: any;
2939
2939
  } | undefined;
2940
2940
  } | {
@@ -3751,25 +3751,25 @@ export declare const schemas: {
3751
3751
  createdAt: z.ZodString;
3752
3752
  updatedAt: z.ZodString;
3753
3753
  validationSchema: z.ZodOptional<z.ZodObject<{
3754
- schemaType: z.ZodString;
3755
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3754
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
3755
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
3756
3756
  regexPattern: z.ZodOptional<z.ZodString>;
3757
3757
  jsonSchema: z.ZodOptional<z.ZodString>;
3758
3758
  description: z.ZodString;
3759
3759
  exampleValue: z.ZodAny;
3760
3760
  }, "strip", z.ZodTypeAny, {
3761
3761
  description: string;
3762
- schemaType: string;
3763
- enumValues?: string[] | undefined;
3764
- regexPattern?: string | undefined;
3762
+ schemaType: "enum" | "regex" | "jsonSchema";
3765
3763
  jsonSchema?: string | undefined;
3764
+ enumValues?: string[] | number[] | undefined;
3765
+ regexPattern?: string | undefined;
3766
3766
  exampleValue?: any;
3767
3767
  }, {
3768
3768
  description: string;
3769
- schemaType: string;
3770
- enumValues?: string[] | undefined;
3771
- regexPattern?: string | undefined;
3769
+ schemaType: "enum" | "regex" | "jsonSchema";
3772
3770
  jsonSchema?: string | undefined;
3771
+ enumValues?: string[] | number[] | undefined;
3772
+ regexPattern?: string | undefined;
3773
3773
  exampleValue?: any;
3774
3774
  }>>;
3775
3775
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -3789,10 +3789,10 @@ export declare const schemas: {
3789
3789
  defaultValue?: any;
3790
3790
  validationSchema?: {
3791
3791
  description: string;
3792
- schemaType: string;
3793
- enumValues?: string[] | undefined;
3794
- regexPattern?: string | undefined;
3792
+ schemaType: "enum" | "regex" | "jsonSchema";
3795
3793
  jsonSchema?: string | undefined;
3794
+ enumValues?: string[] | number[] | undefined;
3795
+ regexPattern?: string | undefined;
3796
3796
  exampleValue?: any;
3797
3797
  } | undefined;
3798
3798
  persistent?: boolean | undefined;
@@ -3812,10 +3812,10 @@ export declare const schemas: {
3812
3812
  defaultValue?: any;
3813
3813
  validationSchema?: {
3814
3814
  description: string;
3815
- schemaType: string;
3816
- enumValues?: string[] | undefined;
3817
- regexPattern?: string | undefined;
3815
+ schemaType: "enum" | "regex" | "jsonSchema";
3818
3816
  jsonSchema?: string | undefined;
3817
+ enumValues?: string[] | number[] | undefined;
3818
+ regexPattern?: string | undefined;
3819
3819
  exampleValue?: any;
3820
3820
  } | undefined;
3821
3821
  persistent?: boolean | undefined;
@@ -3896,10 +3896,10 @@ export declare const schemas: {
3896
3896
  defaultValue?: any;
3897
3897
  validationSchema?: {
3898
3898
  description: string;
3899
- schemaType: string;
3900
- enumValues?: string[] | undefined;
3901
- regexPattern?: string | undefined;
3899
+ schemaType: "enum" | "regex" | "jsonSchema";
3902
3900
  jsonSchema?: string | undefined;
3901
+ enumValues?: string[] | number[] | undefined;
3902
+ regexPattern?: string | undefined;
3903
3903
  exampleValue?: any;
3904
3904
  } | undefined;
3905
3905
  persistent?: boolean | undefined;
@@ -4041,10 +4041,10 @@ export declare const schemas: {
4041
4041
  defaultValue?: any;
4042
4042
  validationSchema?: {
4043
4043
  description: string;
4044
- schemaType: string;
4045
- enumValues?: string[] | undefined;
4046
- regexPattern?: string | undefined;
4044
+ schemaType: "enum" | "regex" | "jsonSchema";
4047
4045
  jsonSchema?: string | undefined;
4046
+ enumValues?: string[] | number[] | undefined;
4047
+ regexPattern?: string | undefined;
4048
4048
  exampleValue?: any;
4049
4049
  } | undefined;
4050
4050
  persistent?: boolean | undefined;
@@ -4187,25 +4187,25 @@ export declare const schemas: {
4187
4187
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
4188
4188
  defaultValue: z.ZodOptional<z.ZodAny>;
4189
4189
  validationSchema: z.ZodOptional<z.ZodObject<{
4190
- schemaType: z.ZodString;
4191
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4190
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
4191
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
4192
4192
  regexPattern: z.ZodOptional<z.ZodString>;
4193
4193
  jsonSchema: z.ZodOptional<z.ZodString>;
4194
4194
  description: z.ZodString;
4195
4195
  exampleValue: z.ZodAny;
4196
4196
  }, "strip", z.ZodTypeAny, {
4197
4197
  description: string;
4198
- schemaType: string;
4199
- enumValues?: string[] | undefined;
4200
- regexPattern?: string | undefined;
4198
+ schemaType: "enum" | "regex" | "jsonSchema";
4201
4199
  jsonSchema?: string | undefined;
4200
+ enumValues?: string[] | number[] | undefined;
4201
+ regexPattern?: string | undefined;
4202
4202
  exampleValue?: any;
4203
4203
  }, {
4204
4204
  description: string;
4205
- schemaType: string;
4206
- enumValues?: string[] | undefined;
4207
- regexPattern?: string | undefined;
4205
+ schemaType: "enum" | "regex" | "jsonSchema";
4208
4206
  jsonSchema?: string | undefined;
4207
+ enumValues?: string[] | number[] | undefined;
4208
+ regexPattern?: string | undefined;
4209
4209
  exampleValue?: any;
4210
4210
  }>>;
4211
4211
  }, "strip", z.ZodTypeAny, {
@@ -4217,10 +4217,10 @@ export declare const schemas: {
4217
4217
  defaultValue?: any;
4218
4218
  validationSchema?: {
4219
4219
  description: string;
4220
- schemaType: string;
4221
- enumValues?: string[] | undefined;
4222
- regexPattern?: string | undefined;
4220
+ schemaType: "enum" | "regex" | "jsonSchema";
4223
4221
  jsonSchema?: string | undefined;
4222
+ enumValues?: string[] | number[] | undefined;
4223
+ regexPattern?: string | undefined;
4224
4224
  exampleValue?: any;
4225
4225
  } | undefined;
4226
4226
  }, {
@@ -4232,10 +4232,10 @@ export declare const schemas: {
4232
4232
  defaultValue?: any;
4233
4233
  validationSchema?: {
4234
4234
  description: string;
4235
- schemaType: string;
4236
- enumValues?: string[] | undefined;
4237
- regexPattern?: string | undefined;
4235
+ schemaType: "enum" | "regex" | "jsonSchema";
4238
4236
  jsonSchema?: string | undefined;
4237
+ enumValues?: string[] | number[] | undefined;
4238
+ regexPattern?: string | undefined;
4239
4239
  exampleValue?: any;
4240
4240
  } | undefined;
4241
4241
  }>, z.ZodObject<{
@@ -4310,10 +4310,10 @@ export declare const schemas: {
4310
4310
  defaultValue?: any;
4311
4311
  validationSchema?: {
4312
4312
  description: string;
4313
- schemaType: string;
4314
- enumValues?: string[] | undefined;
4315
- regexPattern?: string | undefined;
4313
+ schemaType: "enum" | "regex" | "jsonSchema";
4316
4314
  jsonSchema?: string | undefined;
4315
+ enumValues?: string[] | number[] | undefined;
4316
+ regexPattern?: string | undefined;
4317
4317
  exampleValue?: any;
4318
4318
  } | undefined;
4319
4319
  } | {
@@ -4351,10 +4351,10 @@ export declare const schemas: {
4351
4351
  defaultValue?: any;
4352
4352
  validationSchema?: {
4353
4353
  description: string;
4354
- schemaType: string;
4355
- enumValues?: string[] | undefined;
4356
- regexPattern?: string | undefined;
4354
+ schemaType: "enum" | "regex" | "jsonSchema";
4357
4355
  jsonSchema?: string | undefined;
4356
+ enumValues?: string[] | number[] | undefined;
4357
+ regexPattern?: string | undefined;
4358
4358
  exampleValue?: any;
4359
4359
  } | undefined;
4360
4360
  } | {
@@ -8727,25 +8727,25 @@ export declare const schemas: {
8727
8727
  createdAt: z.ZodString;
8728
8728
  updatedAt: z.ZodString;
8729
8729
  validationSchema: z.ZodOptional<z.ZodObject<{
8730
- schemaType: z.ZodString;
8731
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8730
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
8731
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
8732
8732
  regexPattern: z.ZodOptional<z.ZodString>;
8733
8733
  jsonSchema: z.ZodOptional<z.ZodString>;
8734
8734
  description: z.ZodString;
8735
8735
  exampleValue: z.ZodAny;
8736
8736
  }, "strip", z.ZodTypeAny, {
8737
8737
  description: string;
8738
- schemaType: string;
8739
- enumValues?: string[] | undefined;
8740
- regexPattern?: string | undefined;
8738
+ schemaType: "enum" | "regex" | "jsonSchema";
8741
8739
  jsonSchema?: string | undefined;
8740
+ enumValues?: string[] | number[] | undefined;
8741
+ regexPattern?: string | undefined;
8742
8742
  exampleValue?: any;
8743
8743
  }, {
8744
8744
  description: string;
8745
- schemaType: string;
8746
- enumValues?: string[] | undefined;
8747
- regexPattern?: string | undefined;
8745
+ schemaType: "enum" | "regex" | "jsonSchema";
8748
8746
  jsonSchema?: string | undefined;
8747
+ enumValues?: string[] | number[] | undefined;
8748
+ regexPattern?: string | undefined;
8749
8749
  exampleValue?: any;
8750
8750
  }>>;
8751
8751
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -8765,10 +8765,10 @@ export declare const schemas: {
8765
8765
  defaultValue?: any;
8766
8766
  validationSchema?: {
8767
8767
  description: string;
8768
- schemaType: string;
8769
- enumValues?: string[] | undefined;
8770
- regexPattern?: string | undefined;
8768
+ schemaType: "enum" | "regex" | "jsonSchema";
8771
8769
  jsonSchema?: string | undefined;
8770
+ enumValues?: string[] | number[] | undefined;
8771
+ regexPattern?: string | undefined;
8772
8772
  exampleValue?: any;
8773
8773
  } | undefined;
8774
8774
  persistent?: boolean | undefined;
@@ -8788,10 +8788,10 @@ export declare const schemas: {
8788
8788
  defaultValue?: any;
8789
8789
  validationSchema?: {
8790
8790
  description: string;
8791
- schemaType: string;
8792
- enumValues?: string[] | undefined;
8793
- regexPattern?: string | undefined;
8791
+ schemaType: "enum" | "regex" | "jsonSchema";
8794
8792
  jsonSchema?: string | undefined;
8793
+ enumValues?: string[] | number[] | undefined;
8794
+ regexPattern?: string | undefined;
8795
8795
  exampleValue?: any;
8796
8796
  } | undefined;
8797
8797
  persistent?: boolean | undefined;
@@ -8872,10 +8872,10 @@ export declare const schemas: {
8872
8872
  defaultValue?: any;
8873
8873
  validationSchema?: {
8874
8874
  description: string;
8875
- schemaType: string;
8876
- enumValues?: string[] | undefined;
8877
- regexPattern?: string | undefined;
8875
+ schemaType: "enum" | "regex" | "jsonSchema";
8878
8876
  jsonSchema?: string | undefined;
8877
+ enumValues?: string[] | number[] | undefined;
8878
+ regexPattern?: string | undefined;
8879
8879
  exampleValue?: any;
8880
8880
  } | undefined;
8881
8881
  persistent?: boolean | undefined;
@@ -9017,10 +9017,10 @@ export declare const schemas: {
9017
9017
  defaultValue?: any;
9018
9018
  validationSchema?: {
9019
9019
  description: string;
9020
- schemaType: string;
9021
- enumValues?: string[] | undefined;
9022
- regexPattern?: string | undefined;
9020
+ schemaType: "enum" | "regex" | "jsonSchema";
9023
9021
  jsonSchema?: string | undefined;
9022
+ enumValues?: string[] | number[] | undefined;
9023
+ regexPattern?: string | undefined;
9024
9024
  exampleValue?: any;
9025
9025
  } | undefined;
9026
9026
  persistent?: boolean | undefined;
@@ -9204,10 +9204,10 @@ export declare const schemas: {
9204
9204
  defaultValue?: any;
9205
9205
  validationSchema?: {
9206
9206
  description: string;
9207
- schemaType: string;
9208
- enumValues?: string[] | undefined;
9209
- regexPattern?: string | undefined;
9207
+ schemaType: "enum" | "regex" | "jsonSchema";
9210
9208
  jsonSchema?: string | undefined;
9209
+ enumValues?: string[] | number[] | undefined;
9210
+ regexPattern?: string | undefined;
9211
9211
  exampleValue?: any;
9212
9212
  } | undefined;
9213
9213
  persistent?: boolean | undefined;
@@ -9366,10 +9366,10 @@ export declare const schemas: {
9366
9366
  defaultValue?: any;
9367
9367
  validationSchema?: {
9368
9368
  description: string;
9369
- schemaType: string;
9370
- enumValues?: string[] | undefined;
9371
- regexPattern?: string | undefined;
9369
+ schemaType: "enum" | "regex" | "jsonSchema";
9372
9370
  jsonSchema?: string | undefined;
9371
+ enumValues?: string[] | number[] | undefined;
9372
+ regexPattern?: string | undefined;
9373
9373
  exampleValue?: any;
9374
9374
  } | undefined;
9375
9375
  persistent?: boolean | undefined;
@@ -15238,25 +15238,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
15238
15238
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
15239
15239
  defaultValue: z.ZodOptional<z.ZodAny>;
15240
15240
  validationSchema: z.ZodOptional<z.ZodObject<{
15241
- schemaType: z.ZodString;
15242
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
15241
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
15242
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
15243
15243
  regexPattern: z.ZodOptional<z.ZodString>;
15244
15244
  jsonSchema: z.ZodOptional<z.ZodString>;
15245
15245
  description: z.ZodString;
15246
15246
  exampleValue: z.ZodAny;
15247
15247
  }, "strip", z.ZodTypeAny, {
15248
15248
  description: string;
15249
- schemaType: string;
15250
- enumValues?: string[] | undefined;
15251
- regexPattern?: string | undefined;
15249
+ schemaType: "enum" | "regex" | "jsonSchema";
15252
15250
  jsonSchema?: string | undefined;
15251
+ enumValues?: string[] | number[] | undefined;
15252
+ regexPattern?: string | undefined;
15253
15253
  exampleValue?: any;
15254
15254
  }, {
15255
15255
  description: string;
15256
- schemaType: string;
15257
- enumValues?: string[] | undefined;
15258
- regexPattern?: string | undefined;
15256
+ schemaType: "enum" | "regex" | "jsonSchema";
15259
15257
  jsonSchema?: string | undefined;
15258
+ enumValues?: string[] | number[] | undefined;
15259
+ regexPattern?: string | undefined;
15260
15260
  exampleValue?: any;
15261
15261
  }>>;
15262
15262
  }, "strip", z.ZodTypeAny, {
@@ -15268,10 +15268,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
15268
15268
  defaultValue?: any;
15269
15269
  validationSchema?: {
15270
15270
  description: string;
15271
- schemaType: string;
15272
- enumValues?: string[] | undefined;
15273
- regexPattern?: string | undefined;
15271
+ schemaType: "enum" | "regex" | "jsonSchema";
15274
15272
  jsonSchema?: string | undefined;
15273
+ enumValues?: string[] | number[] | undefined;
15274
+ regexPattern?: string | undefined;
15275
15275
  exampleValue?: any;
15276
15276
  } | undefined;
15277
15277
  }, {
@@ -15283,10 +15283,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
15283
15283
  defaultValue?: any;
15284
15284
  validationSchema?: {
15285
15285
  description: string;
15286
- schemaType: string;
15287
- enumValues?: string[] | undefined;
15288
- regexPattern?: string | undefined;
15286
+ schemaType: "enum" | "regex" | "jsonSchema";
15289
15287
  jsonSchema?: string | undefined;
15288
+ enumValues?: string[] | number[] | undefined;
15289
+ regexPattern?: string | undefined;
15290
15290
  exampleValue?: any;
15291
15291
  } | undefined;
15292
15292
  }>, z.ZodObject<{
@@ -15371,10 +15371,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
15371
15371
  defaultValue?: any;
15372
15372
  validationSchema?: {
15373
15373
  description: string;
15374
- schemaType: string;
15375
- enumValues?: string[] | undefined;
15376
- regexPattern?: string | undefined;
15374
+ schemaType: "enum" | "regex" | "jsonSchema";
15377
15375
  jsonSchema?: string | undefined;
15376
+ enumValues?: string[] | number[] | undefined;
15377
+ regexPattern?: string | undefined;
15378
15378
  exampleValue?: any;
15379
15379
  } | undefined;
15380
15380
  } | {
@@ -15416,10 +15416,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
15416
15416
  defaultValue?: any;
15417
15417
  validationSchema?: {
15418
15418
  description: string;
15419
- schemaType: string;
15420
- enumValues?: string[] | undefined;
15421
- regexPattern?: string | undefined;
15419
+ schemaType: "enum" | "regex" | "jsonSchema";
15422
15420
  jsonSchema?: string | undefined;
15421
+ enumValues?: string[] | number[] | undefined;
15422
+ regexPattern?: string | undefined;
15423
15423
  exampleValue?: any;
15424
15424
  } | undefined;
15425
15425
  } | {
@@ -16186,25 +16186,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
16186
16186
  createdAt: z.ZodString;
16187
16187
  updatedAt: z.ZodString;
16188
16188
  validationSchema: z.ZodOptional<z.ZodObject<{
16189
- schemaType: z.ZodString;
16190
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
16189
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
16190
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
16191
16191
  regexPattern: z.ZodOptional<z.ZodString>;
16192
16192
  jsonSchema: z.ZodOptional<z.ZodString>;
16193
16193
  description: z.ZodString;
16194
16194
  exampleValue: z.ZodAny;
16195
16195
  }, "strip", z.ZodTypeAny, {
16196
16196
  description: string;
16197
- schemaType: string;
16198
- enumValues?: string[] | undefined;
16199
- regexPattern?: string | undefined;
16197
+ schemaType: "enum" | "regex" | "jsonSchema";
16200
16198
  jsonSchema?: string | undefined;
16199
+ enumValues?: string[] | number[] | undefined;
16200
+ regexPattern?: string | undefined;
16201
16201
  exampleValue?: any;
16202
16202
  }, {
16203
16203
  description: string;
16204
- schemaType: string;
16205
- enumValues?: string[] | undefined;
16206
- regexPattern?: string | undefined;
16204
+ schemaType: "enum" | "regex" | "jsonSchema";
16207
16205
  jsonSchema?: string | undefined;
16206
+ enumValues?: string[] | number[] | undefined;
16207
+ regexPattern?: string | undefined;
16208
16208
  exampleValue?: any;
16209
16209
  }>>;
16210
16210
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -16224,10 +16224,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
16224
16224
  defaultValue?: any;
16225
16225
  validationSchema?: {
16226
16226
  description: string;
16227
- schemaType: string;
16228
- enumValues?: string[] | undefined;
16229
- regexPattern?: string | undefined;
16227
+ schemaType: "enum" | "regex" | "jsonSchema";
16230
16228
  jsonSchema?: string | undefined;
16229
+ enumValues?: string[] | number[] | undefined;
16230
+ regexPattern?: string | undefined;
16231
16231
  exampleValue?: any;
16232
16232
  } | undefined;
16233
16233
  persistent?: boolean | undefined;
@@ -16247,10 +16247,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
16247
16247
  defaultValue?: any;
16248
16248
  validationSchema?: {
16249
16249
  description: string;
16250
- schemaType: string;
16251
- enumValues?: string[] | undefined;
16252
- regexPattern?: string | undefined;
16250
+ schemaType: "enum" | "regex" | "jsonSchema";
16253
16251
  jsonSchema?: string | undefined;
16252
+ enumValues?: string[] | number[] | undefined;
16253
+ regexPattern?: string | undefined;
16254
16254
  exampleValue?: any;
16255
16255
  } | undefined;
16256
16256
  persistent?: boolean | undefined;
@@ -16331,10 +16331,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
16331
16331
  defaultValue?: any;
16332
16332
  validationSchema?: {
16333
16333
  description: string;
16334
- schemaType: string;
16335
- enumValues?: string[] | undefined;
16336
- regexPattern?: string | undefined;
16334
+ schemaType: "enum" | "regex" | "jsonSchema";
16337
16335
  jsonSchema?: string | undefined;
16336
+ enumValues?: string[] | number[] | undefined;
16337
+ regexPattern?: string | undefined;
16338
16338
  exampleValue?: any;
16339
16339
  } | undefined;
16340
16340
  persistent?: boolean | undefined;
@@ -16476,10 +16476,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
16476
16476
  defaultValue?: any;
16477
16477
  validationSchema?: {
16478
16478
  description: string;
16479
- schemaType: string;
16480
- enumValues?: string[] | undefined;
16481
- regexPattern?: string | undefined;
16479
+ schemaType: "enum" | "regex" | "jsonSchema";
16482
16480
  jsonSchema?: string | undefined;
16481
+ enumValues?: string[] | number[] | undefined;
16482
+ regexPattern?: string | undefined;
16483
16483
  exampleValue?: any;
16484
16484
  } | undefined;
16485
16485
  persistent?: boolean | undefined;
@@ -17430,25 +17430,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
17430
17430
  createdAt: z.ZodString;
17431
17431
  updatedAt: z.ZodString;
17432
17432
  validationSchema: z.ZodOptional<z.ZodObject<{
17433
- schemaType: z.ZodString;
17434
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
17433
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
17434
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
17435
17435
  regexPattern: z.ZodOptional<z.ZodString>;
17436
17436
  jsonSchema: z.ZodOptional<z.ZodString>;
17437
17437
  description: z.ZodString;
17438
17438
  exampleValue: z.ZodAny;
17439
17439
  }, "strip", z.ZodTypeAny, {
17440
17440
  description: string;
17441
- schemaType: string;
17442
- enumValues?: string[] | undefined;
17443
- regexPattern?: string | undefined;
17441
+ schemaType: "enum" | "regex" | "jsonSchema";
17444
17442
  jsonSchema?: string | undefined;
17443
+ enumValues?: string[] | number[] | undefined;
17444
+ regexPattern?: string | undefined;
17445
17445
  exampleValue?: any;
17446
17446
  }, {
17447
17447
  description: string;
17448
- schemaType: string;
17449
- enumValues?: string[] | undefined;
17450
- regexPattern?: string | undefined;
17448
+ schemaType: "enum" | "regex" | "jsonSchema";
17451
17449
  jsonSchema?: string | undefined;
17450
+ enumValues?: string[] | number[] | undefined;
17451
+ regexPattern?: string | undefined;
17452
17452
  exampleValue?: any;
17453
17453
  }>>;
17454
17454
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -17468,10 +17468,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
17468
17468
  defaultValue?: any;
17469
17469
  validationSchema?: {
17470
17470
  description: string;
17471
- schemaType: string;
17472
- enumValues?: string[] | undefined;
17473
- regexPattern?: string | undefined;
17471
+ schemaType: "enum" | "regex" | "jsonSchema";
17474
17472
  jsonSchema?: string | undefined;
17473
+ enumValues?: string[] | number[] | undefined;
17474
+ regexPattern?: string | undefined;
17475
17475
  exampleValue?: any;
17476
17476
  } | undefined;
17477
17477
  persistent?: boolean | undefined;
@@ -17491,10 +17491,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
17491
17491
  defaultValue?: any;
17492
17492
  validationSchema?: {
17493
17493
  description: string;
17494
- schemaType: string;
17495
- enumValues?: string[] | undefined;
17496
- regexPattern?: string | undefined;
17494
+ schemaType: "enum" | "regex" | "jsonSchema";
17497
17495
  jsonSchema?: string | undefined;
17496
+ enumValues?: string[] | number[] | undefined;
17497
+ regexPattern?: string | undefined;
17498
17498
  exampleValue?: any;
17499
17499
  } | undefined;
17500
17500
  persistent?: boolean | undefined;
@@ -17575,10 +17575,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
17575
17575
  defaultValue?: any;
17576
17576
  validationSchema?: {
17577
17577
  description: string;
17578
- schemaType: string;
17579
- enumValues?: string[] | undefined;
17580
- regexPattern?: string | undefined;
17578
+ schemaType: "enum" | "regex" | "jsonSchema";
17581
17579
  jsonSchema?: string | undefined;
17580
+ enumValues?: string[] | number[] | undefined;
17581
+ regexPattern?: string | undefined;
17582
17582
  exampleValue?: any;
17583
17583
  } | undefined;
17584
17584
  persistent?: boolean | undefined;
@@ -17720,10 +17720,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
17720
17720
  defaultValue?: any;
17721
17721
  validationSchema?: {
17722
17722
  description: string;
17723
- schemaType: string;
17724
- enumValues?: string[] | undefined;
17725
- regexPattern?: string | undefined;
17723
+ schemaType: "enum" | "regex" | "jsonSchema";
17726
17724
  jsonSchema?: string | undefined;
17725
+ enumValues?: string[] | number[] | undefined;
17726
+ regexPattern?: string | undefined;
17727
17727
  exampleValue?: any;
17728
17728
  } | undefined;
17729
17729
  persistent?: boolean | undefined;
@@ -21062,25 +21062,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
21062
21062
  createdAt: z.ZodString;
21063
21063
  updatedAt: z.ZodString;
21064
21064
  validationSchema: z.ZodOptional<z.ZodObject<{
21065
- schemaType: z.ZodString;
21066
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
21065
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
21066
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
21067
21067
  regexPattern: z.ZodOptional<z.ZodString>;
21068
21068
  jsonSchema: z.ZodOptional<z.ZodString>;
21069
21069
  description: z.ZodString;
21070
21070
  exampleValue: z.ZodAny;
21071
21071
  }, "strip", z.ZodTypeAny, {
21072
21072
  description: string;
21073
- schemaType: string;
21074
- enumValues?: string[] | undefined;
21075
- regexPattern?: string | undefined;
21073
+ schemaType: "enum" | "regex" | "jsonSchema";
21076
21074
  jsonSchema?: string | undefined;
21075
+ enumValues?: string[] | number[] | undefined;
21076
+ regexPattern?: string | undefined;
21077
21077
  exampleValue?: any;
21078
21078
  }, {
21079
21079
  description: string;
21080
- schemaType: string;
21081
- enumValues?: string[] | undefined;
21082
- regexPattern?: string | undefined;
21080
+ schemaType: "enum" | "regex" | "jsonSchema";
21083
21081
  jsonSchema?: string | undefined;
21082
+ enumValues?: string[] | number[] | undefined;
21083
+ regexPattern?: string | undefined;
21084
21084
  exampleValue?: any;
21085
21085
  }>>;
21086
21086
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -21100,10 +21100,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
21100
21100
  defaultValue?: any;
21101
21101
  validationSchema?: {
21102
21102
  description: string;
21103
- schemaType: string;
21104
- enumValues?: string[] | undefined;
21105
- regexPattern?: string | undefined;
21103
+ schemaType: "enum" | "regex" | "jsonSchema";
21106
21104
  jsonSchema?: string | undefined;
21105
+ enumValues?: string[] | number[] | undefined;
21106
+ regexPattern?: string | undefined;
21107
21107
  exampleValue?: any;
21108
21108
  } | undefined;
21109
21109
  persistent?: boolean | undefined;
@@ -21123,10 +21123,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
21123
21123
  defaultValue?: any;
21124
21124
  validationSchema?: {
21125
21125
  description: string;
21126
- schemaType: string;
21127
- enumValues?: string[] | undefined;
21128
- regexPattern?: string | undefined;
21126
+ schemaType: "enum" | "regex" | "jsonSchema";
21129
21127
  jsonSchema?: string | undefined;
21128
+ enumValues?: string[] | number[] | undefined;
21129
+ regexPattern?: string | undefined;
21130
21130
  exampleValue?: any;
21131
21131
  } | undefined;
21132
21132
  persistent?: boolean | undefined;
@@ -21207,10 +21207,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
21207
21207
  defaultValue?: any;
21208
21208
  validationSchema?: {
21209
21209
  description: string;
21210
- schemaType: string;
21211
- enumValues?: string[] | undefined;
21212
- regexPattern?: string | undefined;
21210
+ schemaType: "enum" | "regex" | "jsonSchema";
21213
21211
  jsonSchema?: string | undefined;
21212
+ enumValues?: string[] | number[] | undefined;
21213
+ regexPattern?: string | undefined;
21214
21214
  exampleValue?: any;
21215
21215
  } | undefined;
21216
21216
  persistent?: boolean | undefined;
@@ -21352,10 +21352,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
21352
21352
  defaultValue?: any;
21353
21353
  validationSchema?: {
21354
21354
  description: string;
21355
- schemaType: string;
21356
- enumValues?: string[] | undefined;
21357
- regexPattern?: string | undefined;
21355
+ schemaType: "enum" | "regex" | "jsonSchema";
21358
21356
  jsonSchema?: string | undefined;
21357
+ enumValues?: string[] | number[] | undefined;
21358
+ regexPattern?: string | undefined;
21359
21359
  exampleValue?: any;
21360
21360
  } | undefined;
21361
21361
  persistent?: boolean | undefined;
@@ -22385,25 +22385,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
22385
22385
  createdAt: z.ZodString;
22386
22386
  updatedAt: z.ZodString;
22387
22387
  validationSchema: z.ZodOptional<z.ZodObject<{
22388
- schemaType: z.ZodString;
22389
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
22388
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
22389
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
22390
22390
  regexPattern: z.ZodOptional<z.ZodString>;
22391
22391
  jsonSchema: z.ZodOptional<z.ZodString>;
22392
22392
  description: z.ZodString;
22393
22393
  exampleValue: z.ZodAny;
22394
22394
  }, "strip", z.ZodTypeAny, {
22395
22395
  description: string;
22396
- schemaType: string;
22397
- enumValues?: string[] | undefined;
22398
- regexPattern?: string | undefined;
22396
+ schemaType: "enum" | "regex" | "jsonSchema";
22399
22397
  jsonSchema?: string | undefined;
22398
+ enumValues?: string[] | number[] | undefined;
22399
+ regexPattern?: string | undefined;
22400
22400
  exampleValue?: any;
22401
22401
  }, {
22402
22402
  description: string;
22403
- schemaType: string;
22404
- enumValues?: string[] | undefined;
22405
- regexPattern?: string | undefined;
22403
+ schemaType: "enum" | "regex" | "jsonSchema";
22406
22404
  jsonSchema?: string | undefined;
22405
+ enumValues?: string[] | number[] | undefined;
22406
+ regexPattern?: string | undefined;
22407
22407
  exampleValue?: any;
22408
22408
  }>>;
22409
22409
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -22423,10 +22423,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
22423
22423
  defaultValue?: any;
22424
22424
  validationSchema?: {
22425
22425
  description: string;
22426
- schemaType: string;
22427
- enumValues?: string[] | undefined;
22428
- regexPattern?: string | undefined;
22426
+ schemaType: "enum" | "regex" | "jsonSchema";
22429
22427
  jsonSchema?: string | undefined;
22428
+ enumValues?: string[] | number[] | undefined;
22429
+ regexPattern?: string | undefined;
22430
22430
  exampleValue?: any;
22431
22431
  } | undefined;
22432
22432
  persistent?: boolean | undefined;
@@ -22446,10 +22446,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
22446
22446
  defaultValue?: any;
22447
22447
  validationSchema?: {
22448
22448
  description: string;
22449
- schemaType: string;
22450
- enumValues?: string[] | undefined;
22451
- regexPattern?: string | undefined;
22449
+ schemaType: "enum" | "regex" | "jsonSchema";
22452
22450
  jsonSchema?: string | undefined;
22451
+ enumValues?: string[] | number[] | undefined;
22452
+ regexPattern?: string | undefined;
22453
22453
  exampleValue?: any;
22454
22454
  } | undefined;
22455
22455
  persistent?: boolean | undefined;
@@ -22530,10 +22530,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
22530
22530
  defaultValue?: any;
22531
22531
  validationSchema?: {
22532
22532
  description: string;
22533
- schemaType: string;
22534
- enumValues?: string[] | undefined;
22535
- regexPattern?: string | undefined;
22533
+ schemaType: "enum" | "regex" | "jsonSchema";
22536
22534
  jsonSchema?: string | undefined;
22535
+ enumValues?: string[] | number[] | undefined;
22536
+ regexPattern?: string | undefined;
22537
22537
  exampleValue?: any;
22538
22538
  } | undefined;
22539
22539
  persistent?: boolean | undefined;
@@ -22675,10 +22675,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
22675
22675
  defaultValue?: any;
22676
22676
  validationSchema?: {
22677
22677
  description: string;
22678
- schemaType: string;
22679
- enumValues?: string[] | undefined;
22680
- regexPattern?: string | undefined;
22678
+ schemaType: "enum" | "regex" | "jsonSchema";
22681
22679
  jsonSchema?: string | undefined;
22680
+ enumValues?: string[] | number[] | undefined;
22681
+ regexPattern?: string | undefined;
22682
22682
  exampleValue?: any;
22683
22683
  } | undefined;
22684
22684
  persistent?: boolean | undefined;
@@ -23602,25 +23602,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
23602
23602
  createdAt: z.ZodString;
23603
23603
  updatedAt: z.ZodString;
23604
23604
  validationSchema: z.ZodOptional<z.ZodObject<{
23605
- schemaType: z.ZodString;
23606
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
23605
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
23606
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
23607
23607
  regexPattern: z.ZodOptional<z.ZodString>;
23608
23608
  jsonSchema: z.ZodOptional<z.ZodString>;
23609
23609
  description: z.ZodString;
23610
23610
  exampleValue: z.ZodAny;
23611
23611
  }, "strip", z.ZodTypeAny, {
23612
23612
  description: string;
23613
- schemaType: string;
23614
- enumValues?: string[] | undefined;
23615
- regexPattern?: string | undefined;
23613
+ schemaType: "enum" | "regex" | "jsonSchema";
23616
23614
  jsonSchema?: string | undefined;
23615
+ enumValues?: string[] | number[] | undefined;
23616
+ regexPattern?: string | undefined;
23617
23617
  exampleValue?: any;
23618
23618
  }, {
23619
23619
  description: string;
23620
- schemaType: string;
23621
- enumValues?: string[] | undefined;
23622
- regexPattern?: string | undefined;
23620
+ schemaType: "enum" | "regex" | "jsonSchema";
23623
23621
  jsonSchema?: string | undefined;
23622
+ enumValues?: string[] | number[] | undefined;
23623
+ regexPattern?: string | undefined;
23624
23624
  exampleValue?: any;
23625
23625
  }>>;
23626
23626
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -23640,10 +23640,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
23640
23640
  defaultValue?: any;
23641
23641
  validationSchema?: {
23642
23642
  description: string;
23643
- schemaType: string;
23644
- enumValues?: string[] | undefined;
23645
- regexPattern?: string | undefined;
23643
+ schemaType: "enum" | "regex" | "jsonSchema";
23646
23644
  jsonSchema?: string | undefined;
23645
+ enumValues?: string[] | number[] | undefined;
23646
+ regexPattern?: string | undefined;
23647
23647
  exampleValue?: any;
23648
23648
  } | undefined;
23649
23649
  persistent?: boolean | undefined;
@@ -23663,10 +23663,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
23663
23663
  defaultValue?: any;
23664
23664
  validationSchema?: {
23665
23665
  description: string;
23666
- schemaType: string;
23667
- enumValues?: string[] | undefined;
23668
- regexPattern?: string | undefined;
23666
+ schemaType: "enum" | "regex" | "jsonSchema";
23669
23667
  jsonSchema?: string | undefined;
23668
+ enumValues?: string[] | number[] | undefined;
23669
+ regexPattern?: string | undefined;
23670
23670
  exampleValue?: any;
23671
23671
  } | undefined;
23672
23672
  persistent?: boolean | undefined;
@@ -23747,10 +23747,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
23747
23747
  defaultValue?: any;
23748
23748
  validationSchema?: {
23749
23749
  description: string;
23750
- schemaType: string;
23751
- enumValues?: string[] | undefined;
23752
- regexPattern?: string | undefined;
23750
+ schemaType: "enum" | "regex" | "jsonSchema";
23753
23751
  jsonSchema?: string | undefined;
23752
+ enumValues?: string[] | number[] | undefined;
23753
+ regexPattern?: string | undefined;
23754
23754
  exampleValue?: any;
23755
23755
  } | undefined;
23756
23756
  persistent?: boolean | undefined;
@@ -23892,10 +23892,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
23892
23892
  defaultValue?: any;
23893
23893
  validationSchema?: {
23894
23894
  description: string;
23895
- schemaType: string;
23896
- enumValues?: string[] | undefined;
23897
- regexPattern?: string | undefined;
23895
+ schemaType: "enum" | "regex" | "jsonSchema";
23898
23896
  jsonSchema?: string | undefined;
23897
+ enumValues?: string[] | number[] | undefined;
23898
+ regexPattern?: string | undefined;
23899
23899
  exampleValue?: any;
23900
23900
  } | undefined;
23901
23901
  persistent?: boolean | undefined;
@@ -24053,25 +24053,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
24053
24053
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
24054
24054
  defaultValue: z.ZodOptional<z.ZodAny>;
24055
24055
  validationSchema: z.ZodOptional<z.ZodObject<{
24056
- schemaType: z.ZodString;
24057
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
24056
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
24057
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
24058
24058
  regexPattern: z.ZodOptional<z.ZodString>;
24059
24059
  jsonSchema: z.ZodOptional<z.ZodString>;
24060
24060
  description: z.ZodString;
24061
24061
  exampleValue: z.ZodAny;
24062
24062
  }, "strip", z.ZodTypeAny, {
24063
24063
  description: string;
24064
- schemaType: string;
24065
- enumValues?: string[] | undefined;
24066
- regexPattern?: string | undefined;
24064
+ schemaType: "enum" | "regex" | "jsonSchema";
24067
24065
  jsonSchema?: string | undefined;
24066
+ enumValues?: string[] | number[] | undefined;
24067
+ regexPattern?: string | undefined;
24068
24068
  exampleValue?: any;
24069
24069
  }, {
24070
24070
  description: string;
24071
- schemaType: string;
24072
- enumValues?: string[] | undefined;
24073
- regexPattern?: string | undefined;
24071
+ schemaType: "enum" | "regex" | "jsonSchema";
24074
24072
  jsonSchema?: string | undefined;
24073
+ enumValues?: string[] | number[] | undefined;
24074
+ regexPattern?: string | undefined;
24075
24075
  exampleValue?: any;
24076
24076
  }>>;
24077
24077
  }, "strip", z.ZodTypeAny, {
@@ -24083,10 +24083,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
24083
24083
  defaultValue?: any;
24084
24084
  validationSchema?: {
24085
24085
  description: string;
24086
- schemaType: string;
24087
- enumValues?: string[] | undefined;
24088
- regexPattern?: string | undefined;
24086
+ schemaType: "enum" | "regex" | "jsonSchema";
24089
24087
  jsonSchema?: string | undefined;
24088
+ enumValues?: string[] | number[] | undefined;
24089
+ regexPattern?: string | undefined;
24090
24090
  exampleValue?: any;
24091
24091
  } | undefined;
24092
24092
  }, {
@@ -24098,10 +24098,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
24098
24098
  defaultValue?: any;
24099
24099
  validationSchema?: {
24100
24100
  description: string;
24101
- schemaType: string;
24102
- enumValues?: string[] | undefined;
24103
- regexPattern?: string | undefined;
24101
+ schemaType: "enum" | "regex" | "jsonSchema";
24104
24102
  jsonSchema?: string | undefined;
24103
+ enumValues?: string[] | number[] | undefined;
24104
+ regexPattern?: string | undefined;
24105
24105
  exampleValue?: any;
24106
24106
  } | undefined;
24107
24107
  }>, z.ZodObject<{
@@ -24176,10 +24176,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
24176
24176
  defaultValue?: any;
24177
24177
  validationSchema?: {
24178
24178
  description: string;
24179
- schemaType: string;
24180
- enumValues?: string[] | undefined;
24181
- regexPattern?: string | undefined;
24179
+ schemaType: "enum" | "regex" | "jsonSchema";
24182
24180
  jsonSchema?: string | undefined;
24181
+ enumValues?: string[] | number[] | undefined;
24182
+ regexPattern?: string | undefined;
24183
24183
  exampleValue?: any;
24184
24184
  } | undefined;
24185
24185
  } | {
@@ -24217,10 +24217,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
24217
24217
  defaultValue?: any;
24218
24218
  validationSchema?: {
24219
24219
  description: string;
24220
- schemaType: string;
24221
- enumValues?: string[] | undefined;
24222
- regexPattern?: string | undefined;
24220
+ schemaType: "enum" | "regex" | "jsonSchema";
24223
24221
  jsonSchema?: string | undefined;
24222
+ enumValues?: string[] | number[] | undefined;
24223
+ regexPattern?: string | undefined;
24224
24224
  exampleValue?: any;
24225
24225
  } | undefined;
24226
24226
  } | {
@@ -24987,25 +24987,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
24987
24987
  createdAt: z.ZodString;
24988
24988
  updatedAt: z.ZodString;
24989
24989
  validationSchema: z.ZodOptional<z.ZodObject<{
24990
- schemaType: z.ZodString;
24991
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
24990
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
24991
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
24992
24992
  regexPattern: z.ZodOptional<z.ZodString>;
24993
24993
  jsonSchema: z.ZodOptional<z.ZodString>;
24994
24994
  description: z.ZodString;
24995
24995
  exampleValue: z.ZodAny;
24996
24996
  }, "strip", z.ZodTypeAny, {
24997
24997
  description: string;
24998
- schemaType: string;
24999
- enumValues?: string[] | undefined;
25000
- regexPattern?: string | undefined;
24998
+ schemaType: "enum" | "regex" | "jsonSchema";
25001
24999
  jsonSchema?: string | undefined;
25000
+ enumValues?: string[] | number[] | undefined;
25001
+ regexPattern?: string | undefined;
25002
25002
  exampleValue?: any;
25003
25003
  }, {
25004
25004
  description: string;
25005
- schemaType: string;
25006
- enumValues?: string[] | undefined;
25007
- regexPattern?: string | undefined;
25005
+ schemaType: "enum" | "regex" | "jsonSchema";
25008
25006
  jsonSchema?: string | undefined;
25007
+ enumValues?: string[] | number[] | undefined;
25008
+ regexPattern?: string | undefined;
25009
25009
  exampleValue?: any;
25010
25010
  }>>;
25011
25011
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -25025,10 +25025,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
25025
25025
  defaultValue?: any;
25026
25026
  validationSchema?: {
25027
25027
  description: string;
25028
- schemaType: string;
25029
- enumValues?: string[] | undefined;
25030
- regexPattern?: string | undefined;
25028
+ schemaType: "enum" | "regex" | "jsonSchema";
25031
25029
  jsonSchema?: string | undefined;
25030
+ enumValues?: string[] | number[] | undefined;
25031
+ regexPattern?: string | undefined;
25032
25032
  exampleValue?: any;
25033
25033
  } | undefined;
25034
25034
  persistent?: boolean | undefined;
@@ -25048,10 +25048,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
25048
25048
  defaultValue?: any;
25049
25049
  validationSchema?: {
25050
25050
  description: string;
25051
- schemaType: string;
25052
- enumValues?: string[] | undefined;
25053
- regexPattern?: string | undefined;
25051
+ schemaType: "enum" | "regex" | "jsonSchema";
25054
25052
  jsonSchema?: string | undefined;
25053
+ enumValues?: string[] | number[] | undefined;
25054
+ regexPattern?: string | undefined;
25055
25055
  exampleValue?: any;
25056
25056
  } | undefined;
25057
25057
  persistent?: boolean | undefined;
@@ -25132,10 +25132,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
25132
25132
  defaultValue?: any;
25133
25133
  validationSchema?: {
25134
25134
  description: string;
25135
- schemaType: string;
25136
- enumValues?: string[] | undefined;
25137
- regexPattern?: string | undefined;
25135
+ schemaType: "enum" | "regex" | "jsonSchema";
25138
25136
  jsonSchema?: string | undefined;
25137
+ enumValues?: string[] | number[] | undefined;
25138
+ regexPattern?: string | undefined;
25139
25139
  exampleValue?: any;
25140
25140
  } | undefined;
25141
25141
  persistent?: boolean | undefined;
@@ -25277,10 +25277,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
25277
25277
  defaultValue?: any;
25278
25278
  validationSchema?: {
25279
25279
  description: string;
25280
- schemaType: string;
25281
- enumValues?: string[] | undefined;
25282
- regexPattern?: string | undefined;
25280
+ schemaType: "enum" | "regex" | "jsonSchema";
25283
25281
  jsonSchema?: string | undefined;
25282
+ enumValues?: string[] | number[] | undefined;
25283
+ regexPattern?: string | undefined;
25284
25284
  exampleValue?: any;
25285
25285
  } | undefined;
25286
25286
  persistent?: boolean | undefined;
@@ -26437,25 +26437,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
26437
26437
  createdAt: z.ZodString;
26438
26438
  updatedAt: z.ZodString;
26439
26439
  validationSchema: z.ZodOptional<z.ZodObject<{
26440
- schemaType: z.ZodString;
26441
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
26440
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
26441
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
26442
26442
  regexPattern: z.ZodOptional<z.ZodString>;
26443
26443
  jsonSchema: z.ZodOptional<z.ZodString>;
26444
26444
  description: z.ZodString;
26445
26445
  exampleValue: z.ZodAny;
26446
26446
  }, "strip", z.ZodTypeAny, {
26447
26447
  description: string;
26448
- schemaType: string;
26449
- enumValues?: string[] | undefined;
26450
- regexPattern?: string | undefined;
26448
+ schemaType: "enum" | "regex" | "jsonSchema";
26451
26449
  jsonSchema?: string | undefined;
26450
+ enumValues?: string[] | number[] | undefined;
26451
+ regexPattern?: string | undefined;
26452
26452
  exampleValue?: any;
26453
26453
  }, {
26454
26454
  description: string;
26455
- schemaType: string;
26456
- enumValues?: string[] | undefined;
26457
- regexPattern?: string | undefined;
26455
+ schemaType: "enum" | "regex" | "jsonSchema";
26458
26456
  jsonSchema?: string | undefined;
26457
+ enumValues?: string[] | number[] | undefined;
26458
+ regexPattern?: string | undefined;
26459
26459
  exampleValue?: any;
26460
26460
  }>>;
26461
26461
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -26475,10 +26475,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
26475
26475
  defaultValue?: any;
26476
26476
  validationSchema?: {
26477
26477
  description: string;
26478
- schemaType: string;
26479
- enumValues?: string[] | undefined;
26480
- regexPattern?: string | undefined;
26478
+ schemaType: "enum" | "regex" | "jsonSchema";
26481
26479
  jsonSchema?: string | undefined;
26480
+ enumValues?: string[] | number[] | undefined;
26481
+ regexPattern?: string | undefined;
26482
26482
  exampleValue?: any;
26483
26483
  } | undefined;
26484
26484
  persistent?: boolean | undefined;
@@ -26498,10 +26498,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
26498
26498
  defaultValue?: any;
26499
26499
  validationSchema?: {
26500
26500
  description: string;
26501
- schemaType: string;
26502
- enumValues?: string[] | undefined;
26503
- regexPattern?: string | undefined;
26501
+ schemaType: "enum" | "regex" | "jsonSchema";
26504
26502
  jsonSchema?: string | undefined;
26503
+ enumValues?: string[] | number[] | undefined;
26504
+ regexPattern?: string | undefined;
26505
26505
  exampleValue?: any;
26506
26506
  } | undefined;
26507
26507
  persistent?: boolean | undefined;
@@ -26582,10 +26582,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
26582
26582
  defaultValue?: any;
26583
26583
  validationSchema?: {
26584
26584
  description: string;
26585
- schemaType: string;
26586
- enumValues?: string[] | undefined;
26587
- regexPattern?: string | undefined;
26585
+ schemaType: "enum" | "regex" | "jsonSchema";
26588
26586
  jsonSchema?: string | undefined;
26587
+ enumValues?: string[] | number[] | undefined;
26588
+ regexPattern?: string | undefined;
26589
26589
  exampleValue?: any;
26590
26590
  } | undefined;
26591
26591
  persistent?: boolean | undefined;
@@ -26727,10 +26727,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
26727
26727
  defaultValue?: any;
26728
26728
  validationSchema?: {
26729
26729
  description: string;
26730
- schemaType: string;
26731
- enumValues?: string[] | undefined;
26732
- regexPattern?: string | undefined;
26730
+ schemaType: "enum" | "regex" | "jsonSchema";
26733
26731
  jsonSchema?: string | undefined;
26732
+ enumValues?: string[] | number[] | undefined;
26733
+ regexPattern?: string | undefined;
26734
26734
  exampleValue?: any;
26735
26735
  } | undefined;
26736
26736
  persistent?: boolean | undefined;
@@ -27662,25 +27662,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
27662
27662
  createdAt: z.ZodString;
27663
27663
  updatedAt: z.ZodString;
27664
27664
  validationSchema: z.ZodOptional<z.ZodObject<{
27665
- schemaType: z.ZodString;
27666
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
27665
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
27666
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
27667
27667
  regexPattern: z.ZodOptional<z.ZodString>;
27668
27668
  jsonSchema: z.ZodOptional<z.ZodString>;
27669
27669
  description: z.ZodString;
27670
27670
  exampleValue: z.ZodAny;
27671
27671
  }, "strip", z.ZodTypeAny, {
27672
27672
  description: string;
27673
- schemaType: string;
27674
- enumValues?: string[] | undefined;
27675
- regexPattern?: string | undefined;
27673
+ schemaType: "enum" | "regex" | "jsonSchema";
27676
27674
  jsonSchema?: string | undefined;
27675
+ enumValues?: string[] | number[] | undefined;
27676
+ regexPattern?: string | undefined;
27677
27677
  exampleValue?: any;
27678
27678
  }, {
27679
27679
  description: string;
27680
- schemaType: string;
27681
- enumValues?: string[] | undefined;
27682
- regexPattern?: string | undefined;
27680
+ schemaType: "enum" | "regex" | "jsonSchema";
27683
27681
  jsonSchema?: string | undefined;
27682
+ enumValues?: string[] | number[] | undefined;
27683
+ regexPattern?: string | undefined;
27684
27684
  exampleValue?: any;
27685
27685
  }>>;
27686
27686
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -27700,10 +27700,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
27700
27700
  defaultValue?: any;
27701
27701
  validationSchema?: {
27702
27702
  description: string;
27703
- schemaType: string;
27704
- enumValues?: string[] | undefined;
27705
- regexPattern?: string | undefined;
27703
+ schemaType: "enum" | "regex" | "jsonSchema";
27706
27704
  jsonSchema?: string | undefined;
27705
+ enumValues?: string[] | number[] | undefined;
27706
+ regexPattern?: string | undefined;
27707
27707
  exampleValue?: any;
27708
27708
  } | undefined;
27709
27709
  persistent?: boolean | undefined;
@@ -27723,10 +27723,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
27723
27723
  defaultValue?: any;
27724
27724
  validationSchema?: {
27725
27725
  description: string;
27726
- schemaType: string;
27727
- enumValues?: string[] | undefined;
27728
- regexPattern?: string | undefined;
27726
+ schemaType: "enum" | "regex" | "jsonSchema";
27729
27727
  jsonSchema?: string | undefined;
27728
+ enumValues?: string[] | number[] | undefined;
27729
+ regexPattern?: string | undefined;
27730
27730
  exampleValue?: any;
27731
27731
  } | undefined;
27732
27732
  persistent?: boolean | undefined;
@@ -27807,10 +27807,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
27807
27807
  defaultValue?: any;
27808
27808
  validationSchema?: {
27809
27809
  description: string;
27810
- schemaType: string;
27811
- enumValues?: string[] | undefined;
27812
- regexPattern?: string | undefined;
27810
+ schemaType: "enum" | "regex" | "jsonSchema";
27813
27811
  jsonSchema?: string | undefined;
27812
+ enumValues?: string[] | number[] | undefined;
27813
+ regexPattern?: string | undefined;
27814
27814
  exampleValue?: any;
27815
27815
  } | undefined;
27816
27816
  persistent?: boolean | undefined;
@@ -27952,10 +27952,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
27952
27952
  defaultValue?: any;
27953
27953
  validationSchema?: {
27954
27954
  description: string;
27955
- schemaType: string;
27956
- enumValues?: string[] | undefined;
27957
- regexPattern?: string | undefined;
27955
+ schemaType: "enum" | "regex" | "jsonSchema";
27958
27956
  jsonSchema?: string | undefined;
27957
+ enumValues?: string[] | number[] | undefined;
27958
+ regexPattern?: string | undefined;
27959
27959
  exampleValue?: any;
27960
27960
  } | undefined;
27961
27961
  persistent?: boolean | undefined;
@@ -28139,10 +28139,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
28139
28139
  defaultValue?: any;
28140
28140
  validationSchema?: {
28141
28141
  description: string;
28142
- schemaType: string;
28143
- enumValues?: string[] | undefined;
28144
- regexPattern?: string | undefined;
28142
+ schemaType: "enum" | "regex" | "jsonSchema";
28145
28143
  jsonSchema?: string | undefined;
28144
+ enumValues?: string[] | number[] | undefined;
28145
+ regexPattern?: string | undefined;
28146
28146
  exampleValue?: any;
28147
28147
  } | undefined;
28148
28148
  persistent?: boolean | undefined;
@@ -28301,10 +28301,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
28301
28301
  defaultValue?: any;
28302
28302
  validationSchema?: {
28303
28303
  description: string;
28304
- schemaType: string;
28305
- enumValues?: string[] | undefined;
28306
- regexPattern?: string | undefined;
28304
+ schemaType: "enum" | "regex" | "jsonSchema";
28307
28305
  jsonSchema?: string | undefined;
28306
+ enumValues?: string[] | number[] | undefined;
28307
+ regexPattern?: string | undefined;
28308
28308
  exampleValue?: any;
28309
28309
  } | undefined;
28310
28310
  persistent?: boolean | undefined;
@@ -29222,25 +29222,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
29222
29222
  createdAt: z.ZodString;
29223
29223
  updatedAt: z.ZodString;
29224
29224
  validationSchema: z.ZodOptional<z.ZodObject<{
29225
- schemaType: z.ZodString;
29226
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
29225
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
29226
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
29227
29227
  regexPattern: z.ZodOptional<z.ZodString>;
29228
29228
  jsonSchema: z.ZodOptional<z.ZodString>;
29229
29229
  description: z.ZodString;
29230
29230
  exampleValue: z.ZodAny;
29231
29231
  }, "strip", z.ZodTypeAny, {
29232
29232
  description: string;
29233
- schemaType: string;
29234
- enumValues?: string[] | undefined;
29235
- regexPattern?: string | undefined;
29233
+ schemaType: "enum" | "regex" | "jsonSchema";
29236
29234
  jsonSchema?: string | undefined;
29235
+ enumValues?: string[] | number[] | undefined;
29236
+ regexPattern?: string | undefined;
29237
29237
  exampleValue?: any;
29238
29238
  }, {
29239
29239
  description: string;
29240
- schemaType: string;
29241
- enumValues?: string[] | undefined;
29242
- regexPattern?: string | undefined;
29240
+ schemaType: "enum" | "regex" | "jsonSchema";
29243
29241
  jsonSchema?: string | undefined;
29242
+ enumValues?: string[] | number[] | undefined;
29243
+ regexPattern?: string | undefined;
29244
29244
  exampleValue?: any;
29245
29245
  }>>;
29246
29246
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -29260,10 +29260,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
29260
29260
  defaultValue?: any;
29261
29261
  validationSchema?: {
29262
29262
  description: string;
29263
- schemaType: string;
29264
- enumValues?: string[] | undefined;
29265
- regexPattern?: string | undefined;
29263
+ schemaType: "enum" | "regex" | "jsonSchema";
29266
29264
  jsonSchema?: string | undefined;
29265
+ enumValues?: string[] | number[] | undefined;
29266
+ regexPattern?: string | undefined;
29267
29267
  exampleValue?: any;
29268
29268
  } | undefined;
29269
29269
  persistent?: boolean | undefined;
@@ -29283,10 +29283,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
29283
29283
  defaultValue?: any;
29284
29284
  validationSchema?: {
29285
29285
  description: string;
29286
- schemaType: string;
29287
- enumValues?: string[] | undefined;
29288
- regexPattern?: string | undefined;
29286
+ schemaType: "enum" | "regex" | "jsonSchema";
29289
29287
  jsonSchema?: string | undefined;
29288
+ enumValues?: string[] | number[] | undefined;
29289
+ regexPattern?: string | undefined;
29290
29290
  exampleValue?: any;
29291
29291
  } | undefined;
29292
29292
  persistent?: boolean | undefined;
@@ -29367,10 +29367,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
29367
29367
  defaultValue?: any;
29368
29368
  validationSchema?: {
29369
29369
  description: string;
29370
- schemaType: string;
29371
- enumValues?: string[] | undefined;
29372
- regexPattern?: string | undefined;
29370
+ schemaType: "enum" | "regex" | "jsonSchema";
29373
29371
  jsonSchema?: string | undefined;
29372
+ enumValues?: string[] | number[] | undefined;
29373
+ regexPattern?: string | undefined;
29374
29374
  exampleValue?: any;
29375
29375
  } | undefined;
29376
29376
  persistent?: boolean | undefined;
@@ -29512,10 +29512,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
29512
29512
  defaultValue?: any;
29513
29513
  validationSchema?: {
29514
29514
  description: string;
29515
- schemaType: string;
29516
- enumValues?: string[] | undefined;
29517
- regexPattern?: string | undefined;
29515
+ schemaType: "enum" | "regex" | "jsonSchema";
29518
29516
  jsonSchema?: string | undefined;
29517
+ enumValues?: string[] | number[] | undefined;
29518
+ regexPattern?: string | undefined;
29519
29519
  exampleValue?: any;
29520
29520
  } | undefined;
29521
29521
  persistent?: boolean | undefined;
@@ -29699,10 +29699,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
29699
29699
  defaultValue?: any;
29700
29700
  validationSchema?: {
29701
29701
  description: string;
29702
- schemaType: string;
29703
- enumValues?: string[] | undefined;
29704
- regexPattern?: string | undefined;
29702
+ schemaType: "enum" | "regex" | "jsonSchema";
29705
29703
  jsonSchema?: string | undefined;
29704
+ enumValues?: string[] | number[] | undefined;
29705
+ regexPattern?: string | undefined;
29706
29706
  exampleValue?: any;
29707
29707
  } | undefined;
29708
29708
  persistent?: boolean | undefined;
@@ -29861,10 +29861,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
29861
29861
  defaultValue?: any;
29862
29862
  validationSchema?: {
29863
29863
  description: string;
29864
- schemaType: string;
29865
- enumValues?: string[] | undefined;
29866
- regexPattern?: string | undefined;
29864
+ schemaType: "enum" | "regex" | "jsonSchema";
29867
29865
  jsonSchema?: string | undefined;
29866
+ enumValues?: string[] | number[] | undefined;
29867
+ regexPattern?: string | undefined;
29868
29868
  exampleValue?: any;
29869
29869
  } | undefined;
29870
29870
  persistent?: boolean | undefined;
@@ -31025,25 +31025,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31025
31025
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
31026
31026
  defaultValue: z.ZodOptional<z.ZodAny>;
31027
31027
  validationSchema: z.ZodOptional<z.ZodObject<{
31028
- schemaType: z.ZodString;
31029
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31028
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
31029
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
31030
31030
  regexPattern: z.ZodOptional<z.ZodString>;
31031
31031
  jsonSchema: z.ZodOptional<z.ZodString>;
31032
31032
  description: z.ZodString;
31033
31033
  exampleValue: z.ZodAny;
31034
31034
  }, "strip", z.ZodTypeAny, {
31035
31035
  description: string;
31036
- schemaType: string;
31037
- enumValues?: string[] | undefined;
31038
- regexPattern?: string | undefined;
31036
+ schemaType: "enum" | "regex" | "jsonSchema";
31039
31037
  jsonSchema?: string | undefined;
31038
+ enumValues?: string[] | number[] | undefined;
31039
+ regexPattern?: string | undefined;
31040
31040
  exampleValue?: any;
31041
31041
  }, {
31042
31042
  description: string;
31043
- schemaType: string;
31044
- enumValues?: string[] | undefined;
31045
- regexPattern?: string | undefined;
31043
+ schemaType: "enum" | "regex" | "jsonSchema";
31046
31044
  jsonSchema?: string | undefined;
31045
+ enumValues?: string[] | number[] | undefined;
31046
+ regexPattern?: string | undefined;
31047
31047
  exampleValue?: any;
31048
31048
  }>>;
31049
31049
  }, "strip", z.ZodTypeAny, {
@@ -31055,10 +31055,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31055
31055
  defaultValue?: any;
31056
31056
  validationSchema?: {
31057
31057
  description: string;
31058
- schemaType: string;
31059
- enumValues?: string[] | undefined;
31060
- regexPattern?: string | undefined;
31058
+ schemaType: "enum" | "regex" | "jsonSchema";
31061
31059
  jsonSchema?: string | undefined;
31060
+ enumValues?: string[] | number[] | undefined;
31061
+ regexPattern?: string | undefined;
31062
31062
  exampleValue?: any;
31063
31063
  } | undefined;
31064
31064
  }, {
@@ -31070,10 +31070,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31070
31070
  defaultValue?: any;
31071
31071
  validationSchema?: {
31072
31072
  description: string;
31073
- schemaType: string;
31074
- enumValues?: string[] | undefined;
31075
- regexPattern?: string | undefined;
31073
+ schemaType: "enum" | "regex" | "jsonSchema";
31076
31074
  jsonSchema?: string | undefined;
31075
+ enumValues?: string[] | number[] | undefined;
31076
+ regexPattern?: string | undefined;
31077
31077
  exampleValue?: any;
31078
31078
  } | undefined;
31079
31079
  }>;
@@ -31097,25 +31097,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31097
31097
  createdAt: z.ZodString;
31098
31098
  updatedAt: z.ZodString;
31099
31099
  validationSchema: z.ZodOptional<z.ZodObject<{
31100
- schemaType: z.ZodString;
31101
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31100
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
31101
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
31102
31102
  regexPattern: z.ZodOptional<z.ZodString>;
31103
31103
  jsonSchema: z.ZodOptional<z.ZodString>;
31104
31104
  description: z.ZodString;
31105
31105
  exampleValue: z.ZodAny;
31106
31106
  }, "strip", z.ZodTypeAny, {
31107
31107
  description: string;
31108
- schemaType: string;
31109
- enumValues?: string[] | undefined;
31110
- regexPattern?: string | undefined;
31108
+ schemaType: "enum" | "regex" | "jsonSchema";
31111
31109
  jsonSchema?: string | undefined;
31110
+ enumValues?: string[] | number[] | undefined;
31111
+ regexPattern?: string | undefined;
31112
31112
  exampleValue?: any;
31113
31113
  }, {
31114
31114
  description: string;
31115
- schemaType: string;
31116
- enumValues?: string[] | undefined;
31117
- regexPattern?: string | undefined;
31115
+ schemaType: "enum" | "regex" | "jsonSchema";
31118
31116
  jsonSchema?: string | undefined;
31117
+ enumValues?: string[] | number[] | undefined;
31118
+ regexPattern?: string | undefined;
31119
31119
  exampleValue?: any;
31120
31120
  }>>;
31121
31121
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -31135,10 +31135,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31135
31135
  defaultValue?: any;
31136
31136
  validationSchema?: {
31137
31137
  description: string;
31138
- schemaType: string;
31139
- enumValues?: string[] | undefined;
31140
- regexPattern?: string | undefined;
31138
+ schemaType: "enum" | "regex" | "jsonSchema";
31141
31139
  jsonSchema?: string | undefined;
31140
+ enumValues?: string[] | number[] | undefined;
31141
+ regexPattern?: string | undefined;
31142
31142
  exampleValue?: any;
31143
31143
  } | undefined;
31144
31144
  persistent?: boolean | undefined;
@@ -31158,10 +31158,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31158
31158
  defaultValue?: any;
31159
31159
  validationSchema?: {
31160
31160
  description: string;
31161
- schemaType: string;
31162
- enumValues?: string[] | undefined;
31163
- regexPattern?: string | undefined;
31161
+ schemaType: "enum" | "regex" | "jsonSchema";
31164
31162
  jsonSchema?: string | undefined;
31163
+ enumValues?: string[] | number[] | undefined;
31164
+ regexPattern?: string | undefined;
31165
31165
  exampleValue?: any;
31166
31166
  } | undefined;
31167
31167
  persistent?: boolean | undefined;
@@ -31263,25 +31263,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31263
31263
  createdAt: z.ZodString;
31264
31264
  updatedAt: z.ZodString;
31265
31265
  validationSchema: z.ZodOptional<z.ZodObject<{
31266
- schemaType: z.ZodString;
31267
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31266
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
31267
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
31268
31268
  regexPattern: z.ZodOptional<z.ZodString>;
31269
31269
  jsonSchema: z.ZodOptional<z.ZodString>;
31270
31270
  description: z.ZodString;
31271
31271
  exampleValue: z.ZodAny;
31272
31272
  }, "strip", z.ZodTypeAny, {
31273
31273
  description: string;
31274
- schemaType: string;
31275
- enumValues?: string[] | undefined;
31276
- regexPattern?: string | undefined;
31274
+ schemaType: "enum" | "regex" | "jsonSchema";
31277
31275
  jsonSchema?: string | undefined;
31276
+ enumValues?: string[] | number[] | undefined;
31277
+ regexPattern?: string | undefined;
31278
31278
  exampleValue?: any;
31279
31279
  }, {
31280
31280
  description: string;
31281
- schemaType: string;
31282
- enumValues?: string[] | undefined;
31283
- regexPattern?: string | undefined;
31281
+ schemaType: "enum" | "regex" | "jsonSchema";
31284
31282
  jsonSchema?: string | undefined;
31283
+ enumValues?: string[] | number[] | undefined;
31284
+ regexPattern?: string | undefined;
31285
31285
  exampleValue?: any;
31286
31286
  }>>;
31287
31287
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -31301,10 +31301,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31301
31301
  defaultValue?: any;
31302
31302
  validationSchema?: {
31303
31303
  description: string;
31304
- schemaType: string;
31305
- enumValues?: string[] | undefined;
31306
- regexPattern?: string | undefined;
31304
+ schemaType: "enum" | "regex" | "jsonSchema";
31307
31305
  jsonSchema?: string | undefined;
31306
+ enumValues?: string[] | number[] | undefined;
31307
+ regexPattern?: string | undefined;
31308
31308
  exampleValue?: any;
31309
31309
  } | undefined;
31310
31310
  persistent?: boolean | undefined;
@@ -31324,10 +31324,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31324
31324
  defaultValue?: any;
31325
31325
  validationSchema?: {
31326
31326
  description: string;
31327
- schemaType: string;
31328
- enumValues?: string[] | undefined;
31329
- regexPattern?: string | undefined;
31327
+ schemaType: "enum" | "regex" | "jsonSchema";
31330
31328
  jsonSchema?: string | undefined;
31329
+ enumValues?: string[] | number[] | undefined;
31330
+ regexPattern?: string | undefined;
31331
31331
  exampleValue?: any;
31332
31332
  } | undefined;
31333
31333
  persistent?: boolean | undefined;
@@ -31383,25 +31383,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31383
31383
  createdAt: z.ZodString;
31384
31384
  updatedAt: z.ZodString;
31385
31385
  validationSchema: z.ZodOptional<z.ZodObject<{
31386
- schemaType: z.ZodString;
31387
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31386
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
31387
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
31388
31388
  regexPattern: z.ZodOptional<z.ZodString>;
31389
31389
  jsonSchema: z.ZodOptional<z.ZodString>;
31390
31390
  description: z.ZodString;
31391
31391
  exampleValue: z.ZodAny;
31392
31392
  }, "strip", z.ZodTypeAny, {
31393
31393
  description: string;
31394
- schemaType: string;
31395
- enumValues?: string[] | undefined;
31396
- regexPattern?: string | undefined;
31394
+ schemaType: "enum" | "regex" | "jsonSchema";
31397
31395
  jsonSchema?: string | undefined;
31396
+ enumValues?: string[] | number[] | undefined;
31397
+ regexPattern?: string | undefined;
31398
31398
  exampleValue?: any;
31399
31399
  }, {
31400
31400
  description: string;
31401
- schemaType: string;
31402
- enumValues?: string[] | undefined;
31403
- regexPattern?: string | undefined;
31401
+ schemaType: "enum" | "regex" | "jsonSchema";
31404
31402
  jsonSchema?: string | undefined;
31403
+ enumValues?: string[] | number[] | undefined;
31404
+ regexPattern?: string | undefined;
31405
31405
  exampleValue?: any;
31406
31406
  }>>;
31407
31407
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -31421,10 +31421,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31421
31421
  defaultValue?: any;
31422
31422
  validationSchema?: {
31423
31423
  description: string;
31424
- schemaType: string;
31425
- enumValues?: string[] | undefined;
31426
- regexPattern?: string | undefined;
31424
+ schemaType: "enum" | "regex" | "jsonSchema";
31427
31425
  jsonSchema?: string | undefined;
31426
+ enumValues?: string[] | number[] | undefined;
31427
+ regexPattern?: string | undefined;
31428
31428
  exampleValue?: any;
31429
31429
  } | undefined;
31430
31430
  persistent?: boolean | undefined;
@@ -31444,10 +31444,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31444
31444
  defaultValue?: any;
31445
31445
  validationSchema?: {
31446
31446
  description: string;
31447
- schemaType: string;
31448
- enumValues?: string[] | undefined;
31449
- regexPattern?: string | undefined;
31447
+ schemaType: "enum" | "regex" | "jsonSchema";
31450
31448
  jsonSchema?: string | undefined;
31449
+ enumValues?: string[] | number[] | undefined;
31450
+ regexPattern?: string | undefined;
31451
31451
  exampleValue?: any;
31452
31452
  } | undefined;
31453
31453
  persistent?: boolean | undefined;
@@ -31485,25 +31485,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31485
31485
  key: z.ZodOptional<z.ZodString>;
31486
31486
  type: z.ZodOptional<z.ZodEnum<["String", "Boolean", "Number", "JSON"]>>;
31487
31487
  validationSchema: z.ZodOptional<z.ZodObject<{
31488
- schemaType: z.ZodString;
31489
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31488
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
31489
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
31490
31490
  regexPattern: z.ZodOptional<z.ZodString>;
31491
31491
  jsonSchema: z.ZodOptional<z.ZodString>;
31492
31492
  description: z.ZodString;
31493
31493
  exampleValue: z.ZodAny;
31494
31494
  }, "strip", z.ZodTypeAny, {
31495
31495
  description: string;
31496
- schemaType: string;
31497
- enumValues?: string[] | undefined;
31498
- regexPattern?: string | undefined;
31496
+ schemaType: "enum" | "regex" | "jsonSchema";
31499
31497
  jsonSchema?: string | undefined;
31498
+ enumValues?: string[] | number[] | undefined;
31499
+ regexPattern?: string | undefined;
31500
31500
  exampleValue?: any;
31501
31501
  }, {
31502
31502
  description: string;
31503
- schemaType: string;
31504
- enumValues?: string[] | undefined;
31505
- regexPattern?: string | undefined;
31503
+ schemaType: "enum" | "regex" | "jsonSchema";
31506
31504
  jsonSchema?: string | undefined;
31505
+ enumValues?: string[] | number[] | undefined;
31506
+ regexPattern?: string | undefined;
31507
31507
  exampleValue?: any;
31508
31508
  }>>;
31509
31509
  }, "strip", z.ZodTypeAny, {
@@ -31513,10 +31513,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31513
31513
  key?: string | undefined;
31514
31514
  validationSchema?: {
31515
31515
  description: string;
31516
- schemaType: string;
31517
- enumValues?: string[] | undefined;
31518
- regexPattern?: string | undefined;
31516
+ schemaType: "enum" | "regex" | "jsonSchema";
31519
31517
  jsonSchema?: string | undefined;
31518
+ enumValues?: string[] | number[] | undefined;
31519
+ regexPattern?: string | undefined;
31520
31520
  exampleValue?: any;
31521
31521
  } | undefined;
31522
31522
  }, {
@@ -31526,10 +31526,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31526
31526
  key?: string | undefined;
31527
31527
  validationSchema?: {
31528
31528
  description: string;
31529
- schemaType: string;
31530
- enumValues?: string[] | undefined;
31531
- regexPattern?: string | undefined;
31529
+ schemaType: "enum" | "regex" | "jsonSchema";
31532
31530
  jsonSchema?: string | undefined;
31531
+ enumValues?: string[] | number[] | undefined;
31532
+ regexPattern?: string | undefined;
31533
31533
  exampleValue?: any;
31534
31534
  } | undefined;
31535
31535
  }>;
@@ -31557,25 +31557,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31557
31557
  createdAt: z.ZodString;
31558
31558
  updatedAt: z.ZodString;
31559
31559
  validationSchema: z.ZodOptional<z.ZodObject<{
31560
- schemaType: z.ZodString;
31561
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31560
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
31561
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
31562
31562
  regexPattern: z.ZodOptional<z.ZodString>;
31563
31563
  jsonSchema: z.ZodOptional<z.ZodString>;
31564
31564
  description: z.ZodString;
31565
31565
  exampleValue: z.ZodAny;
31566
31566
  }, "strip", z.ZodTypeAny, {
31567
31567
  description: string;
31568
- schemaType: string;
31569
- enumValues?: string[] | undefined;
31570
- regexPattern?: string | undefined;
31568
+ schemaType: "enum" | "regex" | "jsonSchema";
31571
31569
  jsonSchema?: string | undefined;
31570
+ enumValues?: string[] | number[] | undefined;
31571
+ regexPattern?: string | undefined;
31572
31572
  exampleValue?: any;
31573
31573
  }, {
31574
31574
  description: string;
31575
- schemaType: string;
31576
- enumValues?: string[] | undefined;
31577
- regexPattern?: string | undefined;
31575
+ schemaType: "enum" | "regex" | "jsonSchema";
31578
31576
  jsonSchema?: string | undefined;
31577
+ enumValues?: string[] | number[] | undefined;
31578
+ regexPattern?: string | undefined;
31579
31579
  exampleValue?: any;
31580
31580
  }>>;
31581
31581
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -31595,10 +31595,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31595
31595
  defaultValue?: any;
31596
31596
  validationSchema?: {
31597
31597
  description: string;
31598
- schemaType: string;
31599
- enumValues?: string[] | undefined;
31600
- regexPattern?: string | undefined;
31598
+ schemaType: "enum" | "regex" | "jsonSchema";
31601
31599
  jsonSchema?: string | undefined;
31600
+ enumValues?: string[] | number[] | undefined;
31601
+ regexPattern?: string | undefined;
31602
31602
  exampleValue?: any;
31603
31603
  } | undefined;
31604
31604
  persistent?: boolean | undefined;
@@ -31618,10 +31618,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31618
31618
  defaultValue?: any;
31619
31619
  validationSchema?: {
31620
31620
  description: string;
31621
- schemaType: string;
31622
- enumValues?: string[] | undefined;
31623
- regexPattern?: string | undefined;
31621
+ schemaType: "enum" | "regex" | "jsonSchema";
31624
31622
  jsonSchema?: string | undefined;
31623
+ enumValues?: string[] | number[] | undefined;
31624
+ regexPattern?: string | undefined;
31625
31625
  exampleValue?: any;
31626
31626
  } | undefined;
31627
31627
  persistent?: boolean | undefined;
@@ -31751,25 +31751,25 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31751
31751
  createdAt: z.ZodString;
31752
31752
  updatedAt: z.ZodString;
31753
31753
  validationSchema: z.ZodOptional<z.ZodObject<{
31754
- schemaType: z.ZodString;
31755
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
31754
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
31755
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
31756
31756
  regexPattern: z.ZodOptional<z.ZodString>;
31757
31757
  jsonSchema: z.ZodOptional<z.ZodString>;
31758
31758
  description: z.ZodString;
31759
31759
  exampleValue: z.ZodAny;
31760
31760
  }, "strip", z.ZodTypeAny, {
31761
31761
  description: string;
31762
- schemaType: string;
31763
- enumValues?: string[] | undefined;
31764
- regexPattern?: string | undefined;
31762
+ schemaType: "enum" | "regex" | "jsonSchema";
31765
31763
  jsonSchema?: string | undefined;
31764
+ enumValues?: string[] | number[] | undefined;
31765
+ regexPattern?: string | undefined;
31766
31766
  exampleValue?: any;
31767
31767
  }, {
31768
31768
  description: string;
31769
- schemaType: string;
31770
- enumValues?: string[] | undefined;
31771
- regexPattern?: string | undefined;
31769
+ schemaType: "enum" | "regex" | "jsonSchema";
31772
31770
  jsonSchema?: string | undefined;
31771
+ enumValues?: string[] | number[] | undefined;
31772
+ regexPattern?: string | undefined;
31773
31773
  exampleValue?: any;
31774
31774
  }>>;
31775
31775
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -31789,10 +31789,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31789
31789
  defaultValue?: any;
31790
31790
  validationSchema?: {
31791
31791
  description: string;
31792
- schemaType: string;
31793
- enumValues?: string[] | undefined;
31794
- regexPattern?: string | undefined;
31792
+ schemaType: "enum" | "regex" | "jsonSchema";
31795
31793
  jsonSchema?: string | undefined;
31794
+ enumValues?: string[] | number[] | undefined;
31795
+ regexPattern?: string | undefined;
31796
31796
  exampleValue?: any;
31797
31797
  } | undefined;
31798
31798
  persistent?: boolean | undefined;
@@ -31812,10 +31812,10 @@ export declare const api: import("@zodios/core").ZodiosInstance<[{
31812
31812
  defaultValue?: any;
31813
31813
  validationSchema?: {
31814
31814
  description: string;
31815
- schemaType: string;
31816
- enumValues?: string[] | undefined;
31817
- regexPattern?: string | undefined;
31815
+ schemaType: "enum" | "regex" | "jsonSchema";
31818
31816
  jsonSchema?: string | undefined;
31817
+ enumValues?: string[] | number[] | undefined;
31818
+ regexPattern?: string | undefined;
31819
31819
  exampleValue?: any;
31820
31820
  } | undefined;
31821
31821
  persistent?: boolean | undefined;
@@ -32288,25 +32288,25 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
32288
32288
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
32289
32289
  defaultValue: z.ZodOptional<z.ZodAny>;
32290
32290
  validationSchema: z.ZodOptional<z.ZodObject<{
32291
- schemaType: z.ZodString;
32292
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
32291
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
32292
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
32293
32293
  regexPattern: z.ZodOptional<z.ZodString>;
32294
32294
  jsonSchema: z.ZodOptional<z.ZodString>;
32295
32295
  description: z.ZodString;
32296
32296
  exampleValue: z.ZodAny;
32297
32297
  }, "strip", z.ZodTypeAny, {
32298
32298
  description: string;
32299
- schemaType: string;
32300
- enumValues?: string[] | undefined;
32301
- regexPattern?: string | undefined;
32299
+ schemaType: "enum" | "regex" | "jsonSchema";
32302
32300
  jsonSchema?: string | undefined;
32301
+ enumValues?: string[] | number[] | undefined;
32302
+ regexPattern?: string | undefined;
32303
32303
  exampleValue?: any;
32304
32304
  }, {
32305
32305
  description: string;
32306
- schemaType: string;
32307
- enumValues?: string[] | undefined;
32308
- regexPattern?: string | undefined;
32306
+ schemaType: "enum" | "regex" | "jsonSchema";
32309
32307
  jsonSchema?: string | undefined;
32308
+ enumValues?: string[] | number[] | undefined;
32309
+ regexPattern?: string | undefined;
32310
32310
  exampleValue?: any;
32311
32311
  }>>;
32312
32312
  }, "strip", z.ZodTypeAny, {
@@ -32318,10 +32318,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
32318
32318
  defaultValue?: any;
32319
32319
  validationSchema?: {
32320
32320
  description: string;
32321
- schemaType: string;
32322
- enumValues?: string[] | undefined;
32323
- regexPattern?: string | undefined;
32321
+ schemaType: "enum" | "regex" | "jsonSchema";
32324
32322
  jsonSchema?: string | undefined;
32323
+ enumValues?: string[] | number[] | undefined;
32324
+ regexPattern?: string | undefined;
32325
32325
  exampleValue?: any;
32326
32326
  } | undefined;
32327
32327
  }, {
@@ -32333,10 +32333,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
32333
32333
  defaultValue?: any;
32334
32334
  validationSchema?: {
32335
32335
  description: string;
32336
- schemaType: string;
32337
- enumValues?: string[] | undefined;
32338
- regexPattern?: string | undefined;
32336
+ schemaType: "enum" | "regex" | "jsonSchema";
32339
32337
  jsonSchema?: string | undefined;
32338
+ enumValues?: string[] | number[] | undefined;
32339
+ regexPattern?: string | undefined;
32340
32340
  exampleValue?: any;
32341
32341
  } | undefined;
32342
32342
  }>, z.ZodObject<{
@@ -32421,10 +32421,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
32421
32421
  defaultValue?: any;
32422
32422
  validationSchema?: {
32423
32423
  description: string;
32424
- schemaType: string;
32425
- enumValues?: string[] | undefined;
32426
- regexPattern?: string | undefined;
32424
+ schemaType: "enum" | "regex" | "jsonSchema";
32427
32425
  jsonSchema?: string | undefined;
32426
+ enumValues?: string[] | number[] | undefined;
32427
+ regexPattern?: string | undefined;
32428
32428
  exampleValue?: any;
32429
32429
  } | undefined;
32430
32430
  } | {
@@ -32466,10 +32466,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
32466
32466
  defaultValue?: any;
32467
32467
  validationSchema?: {
32468
32468
  description: string;
32469
- schemaType: string;
32470
- enumValues?: string[] | undefined;
32471
- regexPattern?: string | undefined;
32469
+ schemaType: "enum" | "regex" | "jsonSchema";
32472
32470
  jsonSchema?: string | undefined;
32471
+ enumValues?: string[] | number[] | undefined;
32472
+ regexPattern?: string | undefined;
32473
32473
  exampleValue?: any;
32474
32474
  } | undefined;
32475
32475
  } | {
@@ -33236,25 +33236,25 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
33236
33236
  createdAt: z.ZodString;
33237
33237
  updatedAt: z.ZodString;
33238
33238
  validationSchema: z.ZodOptional<z.ZodObject<{
33239
- schemaType: z.ZodString;
33240
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
33239
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
33240
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
33241
33241
  regexPattern: z.ZodOptional<z.ZodString>;
33242
33242
  jsonSchema: z.ZodOptional<z.ZodString>;
33243
33243
  description: z.ZodString;
33244
33244
  exampleValue: z.ZodAny;
33245
33245
  }, "strip", z.ZodTypeAny, {
33246
33246
  description: string;
33247
- schemaType: string;
33248
- enumValues?: string[] | undefined;
33249
- regexPattern?: string | undefined;
33247
+ schemaType: "enum" | "regex" | "jsonSchema";
33250
33248
  jsonSchema?: string | undefined;
33249
+ enumValues?: string[] | number[] | undefined;
33250
+ regexPattern?: string | undefined;
33251
33251
  exampleValue?: any;
33252
33252
  }, {
33253
33253
  description: string;
33254
- schemaType: string;
33255
- enumValues?: string[] | undefined;
33256
- regexPattern?: string | undefined;
33254
+ schemaType: "enum" | "regex" | "jsonSchema";
33257
33255
  jsonSchema?: string | undefined;
33256
+ enumValues?: string[] | number[] | undefined;
33257
+ regexPattern?: string | undefined;
33258
33258
  exampleValue?: any;
33259
33259
  }>>;
33260
33260
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -33274,10 +33274,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
33274
33274
  defaultValue?: any;
33275
33275
  validationSchema?: {
33276
33276
  description: string;
33277
- schemaType: string;
33278
- enumValues?: string[] | undefined;
33279
- regexPattern?: string | undefined;
33277
+ schemaType: "enum" | "regex" | "jsonSchema";
33280
33278
  jsonSchema?: string | undefined;
33279
+ enumValues?: string[] | number[] | undefined;
33280
+ regexPattern?: string | undefined;
33281
33281
  exampleValue?: any;
33282
33282
  } | undefined;
33283
33283
  persistent?: boolean | undefined;
@@ -33297,10 +33297,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
33297
33297
  defaultValue?: any;
33298
33298
  validationSchema?: {
33299
33299
  description: string;
33300
- schemaType: string;
33301
- enumValues?: string[] | undefined;
33302
- regexPattern?: string | undefined;
33300
+ schemaType: "enum" | "regex" | "jsonSchema";
33303
33301
  jsonSchema?: string | undefined;
33302
+ enumValues?: string[] | number[] | undefined;
33303
+ regexPattern?: string | undefined;
33304
33304
  exampleValue?: any;
33305
33305
  } | undefined;
33306
33306
  persistent?: boolean | undefined;
@@ -33381,10 +33381,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
33381
33381
  defaultValue?: any;
33382
33382
  validationSchema?: {
33383
33383
  description: string;
33384
- schemaType: string;
33385
- enumValues?: string[] | undefined;
33386
- regexPattern?: string | undefined;
33384
+ schemaType: "enum" | "regex" | "jsonSchema";
33387
33385
  jsonSchema?: string | undefined;
33386
+ enumValues?: string[] | number[] | undefined;
33387
+ regexPattern?: string | undefined;
33388
33388
  exampleValue?: any;
33389
33389
  } | undefined;
33390
33390
  persistent?: boolean | undefined;
@@ -33526,10 +33526,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
33526
33526
  defaultValue?: any;
33527
33527
  validationSchema?: {
33528
33528
  description: string;
33529
- schemaType: string;
33530
- enumValues?: string[] | undefined;
33531
- regexPattern?: string | undefined;
33529
+ schemaType: "enum" | "regex" | "jsonSchema";
33532
33530
  jsonSchema?: string | undefined;
33531
+ enumValues?: string[] | number[] | undefined;
33532
+ regexPattern?: string | undefined;
33533
33533
  exampleValue?: any;
33534
33534
  } | undefined;
33535
33535
  persistent?: boolean | undefined;
@@ -34492,25 +34492,25 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
34492
34492
  createdAt: z.ZodString;
34493
34493
  updatedAt: z.ZodString;
34494
34494
  validationSchema: z.ZodOptional<z.ZodObject<{
34495
- schemaType: z.ZodString;
34496
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
34495
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
34496
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
34497
34497
  regexPattern: z.ZodOptional<z.ZodString>;
34498
34498
  jsonSchema: z.ZodOptional<z.ZodString>;
34499
34499
  description: z.ZodString;
34500
34500
  exampleValue: z.ZodAny;
34501
34501
  }, "strip", z.ZodTypeAny, {
34502
34502
  description: string;
34503
- schemaType: string;
34504
- enumValues?: string[] | undefined;
34505
- regexPattern?: string | undefined;
34503
+ schemaType: "enum" | "regex" | "jsonSchema";
34506
34504
  jsonSchema?: string | undefined;
34505
+ enumValues?: string[] | number[] | undefined;
34506
+ regexPattern?: string | undefined;
34507
34507
  exampleValue?: any;
34508
34508
  }, {
34509
34509
  description: string;
34510
- schemaType: string;
34511
- enumValues?: string[] | undefined;
34512
- regexPattern?: string | undefined;
34510
+ schemaType: "enum" | "regex" | "jsonSchema";
34513
34511
  jsonSchema?: string | undefined;
34512
+ enumValues?: string[] | number[] | undefined;
34513
+ regexPattern?: string | undefined;
34514
34514
  exampleValue?: any;
34515
34515
  }>>;
34516
34516
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -34530,10 +34530,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
34530
34530
  defaultValue?: any;
34531
34531
  validationSchema?: {
34532
34532
  description: string;
34533
- schemaType: string;
34534
- enumValues?: string[] | undefined;
34535
- regexPattern?: string | undefined;
34533
+ schemaType: "enum" | "regex" | "jsonSchema";
34536
34534
  jsonSchema?: string | undefined;
34535
+ enumValues?: string[] | number[] | undefined;
34536
+ regexPattern?: string | undefined;
34537
34537
  exampleValue?: any;
34538
34538
  } | undefined;
34539
34539
  persistent?: boolean | undefined;
@@ -34553,10 +34553,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
34553
34553
  defaultValue?: any;
34554
34554
  validationSchema?: {
34555
34555
  description: string;
34556
- schemaType: string;
34557
- enumValues?: string[] | undefined;
34558
- regexPattern?: string | undefined;
34556
+ schemaType: "enum" | "regex" | "jsonSchema";
34559
34557
  jsonSchema?: string | undefined;
34558
+ enumValues?: string[] | number[] | undefined;
34559
+ regexPattern?: string | undefined;
34560
34560
  exampleValue?: any;
34561
34561
  } | undefined;
34562
34562
  persistent?: boolean | undefined;
@@ -34637,10 +34637,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
34637
34637
  defaultValue?: any;
34638
34638
  validationSchema?: {
34639
34639
  description: string;
34640
- schemaType: string;
34641
- enumValues?: string[] | undefined;
34642
- regexPattern?: string | undefined;
34640
+ schemaType: "enum" | "regex" | "jsonSchema";
34643
34641
  jsonSchema?: string | undefined;
34642
+ enumValues?: string[] | number[] | undefined;
34643
+ regexPattern?: string | undefined;
34644
34644
  exampleValue?: any;
34645
34645
  } | undefined;
34646
34646
  persistent?: boolean | undefined;
@@ -34782,10 +34782,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
34782
34782
  defaultValue?: any;
34783
34783
  validationSchema?: {
34784
34784
  description: string;
34785
- schemaType: string;
34786
- enumValues?: string[] | undefined;
34787
- regexPattern?: string | undefined;
34785
+ schemaType: "enum" | "regex" | "jsonSchema";
34788
34786
  jsonSchema?: string | undefined;
34787
+ enumValues?: string[] | number[] | undefined;
34788
+ regexPattern?: string | undefined;
34789
34789
  exampleValue?: any;
34790
34790
  } | undefined;
34791
34791
  persistent?: boolean | undefined;
@@ -34946,25 +34946,25 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
34946
34946
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
34947
34947
  defaultValue: z.ZodOptional<z.ZodAny>;
34948
34948
  validationSchema: z.ZodOptional<z.ZodObject<{
34949
- schemaType: z.ZodString;
34950
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
34949
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
34950
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
34951
34951
  regexPattern: z.ZodOptional<z.ZodString>;
34952
34952
  jsonSchema: z.ZodOptional<z.ZodString>;
34953
34953
  description: z.ZodString;
34954
34954
  exampleValue: z.ZodAny;
34955
34955
  }, "strip", z.ZodTypeAny, {
34956
34956
  description: string;
34957
- schemaType: string;
34958
- enumValues?: string[] | undefined;
34959
- regexPattern?: string | undefined;
34957
+ schemaType: "enum" | "regex" | "jsonSchema";
34960
34958
  jsonSchema?: string | undefined;
34959
+ enumValues?: string[] | number[] | undefined;
34960
+ regexPattern?: string | undefined;
34961
34961
  exampleValue?: any;
34962
34962
  }, {
34963
34963
  description: string;
34964
- schemaType: string;
34965
- enumValues?: string[] | undefined;
34966
- regexPattern?: string | undefined;
34964
+ schemaType: "enum" | "regex" | "jsonSchema";
34967
34965
  jsonSchema?: string | undefined;
34966
+ enumValues?: string[] | number[] | undefined;
34967
+ regexPattern?: string | undefined;
34968
34968
  exampleValue?: any;
34969
34969
  }>>;
34970
34970
  }, "strip", z.ZodTypeAny, {
@@ -34976,10 +34976,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
34976
34976
  defaultValue?: any;
34977
34977
  validationSchema?: {
34978
34978
  description: string;
34979
- schemaType: string;
34980
- enumValues?: string[] | undefined;
34981
- regexPattern?: string | undefined;
34979
+ schemaType: "enum" | "regex" | "jsonSchema";
34982
34980
  jsonSchema?: string | undefined;
34981
+ enumValues?: string[] | number[] | undefined;
34982
+ regexPattern?: string | undefined;
34983
34983
  exampleValue?: any;
34984
34984
  } | undefined;
34985
34985
  }, {
@@ -34991,10 +34991,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
34991
34991
  defaultValue?: any;
34992
34992
  validationSchema?: {
34993
34993
  description: string;
34994
- schemaType: string;
34995
- enumValues?: string[] | undefined;
34996
- regexPattern?: string | undefined;
34994
+ schemaType: "enum" | "regex" | "jsonSchema";
34997
34995
  jsonSchema?: string | undefined;
34996
+ enumValues?: string[] | number[] | undefined;
34997
+ regexPattern?: string | undefined;
34998
34998
  exampleValue?: any;
34999
34999
  } | undefined;
35000
35000
  }>, z.ZodObject<{
@@ -35069,10 +35069,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
35069
35069
  defaultValue?: any;
35070
35070
  validationSchema?: {
35071
35071
  description: string;
35072
- schemaType: string;
35073
- enumValues?: string[] | undefined;
35074
- regexPattern?: string | undefined;
35072
+ schemaType: "enum" | "regex" | "jsonSchema";
35075
35073
  jsonSchema?: string | undefined;
35074
+ enumValues?: string[] | number[] | undefined;
35075
+ regexPattern?: string | undefined;
35076
35076
  exampleValue?: any;
35077
35077
  } | undefined;
35078
35078
  } | {
@@ -35110,10 +35110,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
35110
35110
  defaultValue?: any;
35111
35111
  validationSchema?: {
35112
35112
  description: string;
35113
- schemaType: string;
35114
- enumValues?: string[] | undefined;
35115
- regexPattern?: string | undefined;
35113
+ schemaType: "enum" | "regex" | "jsonSchema";
35116
35114
  jsonSchema?: string | undefined;
35115
+ enumValues?: string[] | number[] | undefined;
35116
+ regexPattern?: string | undefined;
35117
35117
  exampleValue?: any;
35118
35118
  } | undefined;
35119
35119
  } | {
@@ -35880,25 +35880,25 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
35880
35880
  createdAt: z.ZodString;
35881
35881
  updatedAt: z.ZodString;
35882
35882
  validationSchema: z.ZodOptional<z.ZodObject<{
35883
- schemaType: z.ZodString;
35884
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
35883
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
35884
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
35885
35885
  regexPattern: z.ZodOptional<z.ZodString>;
35886
35886
  jsonSchema: z.ZodOptional<z.ZodString>;
35887
35887
  description: z.ZodString;
35888
35888
  exampleValue: z.ZodAny;
35889
35889
  }, "strip", z.ZodTypeAny, {
35890
35890
  description: string;
35891
- schemaType: string;
35892
- enumValues?: string[] | undefined;
35893
- regexPattern?: string | undefined;
35891
+ schemaType: "enum" | "regex" | "jsonSchema";
35894
35892
  jsonSchema?: string | undefined;
35893
+ enumValues?: string[] | number[] | undefined;
35894
+ regexPattern?: string | undefined;
35895
35895
  exampleValue?: any;
35896
35896
  }, {
35897
35897
  description: string;
35898
- schemaType: string;
35899
- enumValues?: string[] | undefined;
35900
- regexPattern?: string | undefined;
35898
+ schemaType: "enum" | "regex" | "jsonSchema";
35901
35899
  jsonSchema?: string | undefined;
35900
+ enumValues?: string[] | number[] | undefined;
35901
+ regexPattern?: string | undefined;
35902
35902
  exampleValue?: any;
35903
35903
  }>>;
35904
35904
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -35918,10 +35918,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
35918
35918
  defaultValue?: any;
35919
35919
  validationSchema?: {
35920
35920
  description: string;
35921
- schemaType: string;
35922
- enumValues?: string[] | undefined;
35923
- regexPattern?: string | undefined;
35921
+ schemaType: "enum" | "regex" | "jsonSchema";
35924
35922
  jsonSchema?: string | undefined;
35923
+ enumValues?: string[] | number[] | undefined;
35924
+ regexPattern?: string | undefined;
35925
35925
  exampleValue?: any;
35926
35926
  } | undefined;
35927
35927
  persistent?: boolean | undefined;
@@ -35941,10 +35941,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
35941
35941
  defaultValue?: any;
35942
35942
  validationSchema?: {
35943
35943
  description: string;
35944
- schemaType: string;
35945
- enumValues?: string[] | undefined;
35946
- regexPattern?: string | undefined;
35944
+ schemaType: "enum" | "regex" | "jsonSchema";
35947
35945
  jsonSchema?: string | undefined;
35946
+ enumValues?: string[] | number[] | undefined;
35947
+ regexPattern?: string | undefined;
35948
35948
  exampleValue?: any;
35949
35949
  } | undefined;
35950
35950
  persistent?: boolean | undefined;
@@ -36025,10 +36025,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
36025
36025
  defaultValue?: any;
36026
36026
  validationSchema?: {
36027
36027
  description: string;
36028
- schemaType: string;
36029
- enumValues?: string[] | undefined;
36030
- regexPattern?: string | undefined;
36028
+ schemaType: "enum" | "regex" | "jsonSchema";
36031
36029
  jsonSchema?: string | undefined;
36030
+ enumValues?: string[] | number[] | undefined;
36031
+ regexPattern?: string | undefined;
36032
36032
  exampleValue?: any;
36033
36033
  } | undefined;
36034
36034
  persistent?: boolean | undefined;
@@ -36170,10 +36170,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
36170
36170
  defaultValue?: any;
36171
36171
  validationSchema?: {
36172
36172
  description: string;
36173
- schemaType: string;
36174
- enumValues?: string[] | undefined;
36175
- regexPattern?: string | undefined;
36173
+ schemaType: "enum" | "regex" | "jsonSchema";
36176
36174
  jsonSchema?: string | undefined;
36175
+ enumValues?: string[] | number[] | undefined;
36176
+ regexPattern?: string | undefined;
36177
36177
  exampleValue?: any;
36178
36178
  } | undefined;
36179
36179
  persistent?: boolean | undefined;
@@ -37115,25 +37115,25 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
37115
37115
  createdAt: z.ZodString;
37116
37116
  updatedAt: z.ZodString;
37117
37117
  validationSchema: z.ZodOptional<z.ZodObject<{
37118
- schemaType: z.ZodString;
37119
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
37118
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
37119
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
37120
37120
  regexPattern: z.ZodOptional<z.ZodString>;
37121
37121
  jsonSchema: z.ZodOptional<z.ZodString>;
37122
37122
  description: z.ZodString;
37123
37123
  exampleValue: z.ZodAny;
37124
37124
  }, "strip", z.ZodTypeAny, {
37125
37125
  description: string;
37126
- schemaType: string;
37127
- enumValues?: string[] | undefined;
37128
- regexPattern?: string | undefined;
37126
+ schemaType: "enum" | "regex" | "jsonSchema";
37129
37127
  jsonSchema?: string | undefined;
37128
+ enumValues?: string[] | number[] | undefined;
37129
+ regexPattern?: string | undefined;
37130
37130
  exampleValue?: any;
37131
37131
  }, {
37132
37132
  description: string;
37133
- schemaType: string;
37134
- enumValues?: string[] | undefined;
37135
- regexPattern?: string | undefined;
37133
+ schemaType: "enum" | "regex" | "jsonSchema";
37136
37134
  jsonSchema?: string | undefined;
37135
+ enumValues?: string[] | number[] | undefined;
37136
+ regexPattern?: string | undefined;
37137
37137
  exampleValue?: any;
37138
37138
  }>>;
37139
37139
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -37153,10 +37153,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
37153
37153
  defaultValue?: any;
37154
37154
  validationSchema?: {
37155
37155
  description: string;
37156
- schemaType: string;
37157
- enumValues?: string[] | undefined;
37158
- regexPattern?: string | undefined;
37156
+ schemaType: "enum" | "regex" | "jsonSchema";
37159
37157
  jsonSchema?: string | undefined;
37158
+ enumValues?: string[] | number[] | undefined;
37159
+ regexPattern?: string | undefined;
37160
37160
  exampleValue?: any;
37161
37161
  } | undefined;
37162
37162
  persistent?: boolean | undefined;
@@ -37176,10 +37176,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
37176
37176
  defaultValue?: any;
37177
37177
  validationSchema?: {
37178
37178
  description: string;
37179
- schemaType: string;
37180
- enumValues?: string[] | undefined;
37181
- regexPattern?: string | undefined;
37179
+ schemaType: "enum" | "regex" | "jsonSchema";
37182
37180
  jsonSchema?: string | undefined;
37181
+ enumValues?: string[] | number[] | undefined;
37182
+ regexPattern?: string | undefined;
37183
37183
  exampleValue?: any;
37184
37184
  } | undefined;
37185
37185
  persistent?: boolean | undefined;
@@ -37260,10 +37260,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
37260
37260
  defaultValue?: any;
37261
37261
  validationSchema?: {
37262
37262
  description: string;
37263
- schemaType: string;
37264
- enumValues?: string[] | undefined;
37265
- regexPattern?: string | undefined;
37263
+ schemaType: "enum" | "regex" | "jsonSchema";
37266
37264
  jsonSchema?: string | undefined;
37265
+ enumValues?: string[] | number[] | undefined;
37266
+ regexPattern?: string | undefined;
37267
37267
  exampleValue?: any;
37268
37268
  } | undefined;
37269
37269
  persistent?: boolean | undefined;
@@ -37405,10 +37405,10 @@ export declare const v2Api: import("@zodios/core").ZodiosInstance<[{
37405
37405
  defaultValue?: any;
37406
37406
  validationSchema?: {
37407
37407
  description: string;
37408
- schemaType: string;
37409
- enumValues?: string[] | undefined;
37410
- regexPattern?: string | undefined;
37408
+ schemaType: "enum" | "regex" | "jsonSchema";
37411
37409
  jsonSchema?: string | undefined;
37410
+ enumValues?: string[] | number[] | undefined;
37411
+ regexPattern?: string | undefined;
37412
37412
  exampleValue?: any;
37413
37413
  } | undefined;
37414
37414
  persistent?: boolean | undefined;
@@ -43101,25 +43101,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
43101
43101
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
43102
43102
  defaultValue: z.ZodOptional<z.ZodAny>;
43103
43103
  validationSchema: z.ZodOptional<z.ZodObject<{
43104
- schemaType: z.ZodString;
43105
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
43104
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
43105
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
43106
43106
  regexPattern: z.ZodOptional<z.ZodString>;
43107
43107
  jsonSchema: z.ZodOptional<z.ZodString>;
43108
43108
  description: z.ZodString;
43109
43109
  exampleValue: z.ZodAny;
43110
43110
  }, "strip", z.ZodTypeAny, {
43111
43111
  description: string;
43112
- schemaType: string;
43113
- enumValues?: string[] | undefined;
43114
- regexPattern?: string | undefined;
43112
+ schemaType: "enum" | "regex" | "jsonSchema";
43115
43113
  jsonSchema?: string | undefined;
43114
+ enumValues?: string[] | number[] | undefined;
43115
+ regexPattern?: string | undefined;
43116
43116
  exampleValue?: any;
43117
43117
  }, {
43118
43118
  description: string;
43119
- schemaType: string;
43120
- enumValues?: string[] | undefined;
43121
- regexPattern?: string | undefined;
43119
+ schemaType: "enum" | "regex" | "jsonSchema";
43122
43120
  jsonSchema?: string | undefined;
43121
+ enumValues?: string[] | number[] | undefined;
43122
+ regexPattern?: string | undefined;
43123
43123
  exampleValue?: any;
43124
43124
  }>>;
43125
43125
  }, "strip", z.ZodTypeAny, {
@@ -43131,10 +43131,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
43131
43131
  defaultValue?: any;
43132
43132
  validationSchema?: {
43133
43133
  description: string;
43134
- schemaType: string;
43135
- enumValues?: string[] | undefined;
43136
- regexPattern?: string | undefined;
43134
+ schemaType: "enum" | "regex" | "jsonSchema";
43137
43135
  jsonSchema?: string | undefined;
43136
+ enumValues?: string[] | number[] | undefined;
43137
+ regexPattern?: string | undefined;
43138
43138
  exampleValue?: any;
43139
43139
  } | undefined;
43140
43140
  }, {
@@ -43146,10 +43146,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
43146
43146
  defaultValue?: any;
43147
43147
  validationSchema?: {
43148
43148
  description: string;
43149
- schemaType: string;
43150
- enumValues?: string[] | undefined;
43151
- regexPattern?: string | undefined;
43149
+ schemaType: "enum" | "regex" | "jsonSchema";
43152
43150
  jsonSchema?: string | undefined;
43151
+ enumValues?: string[] | number[] | undefined;
43152
+ regexPattern?: string | undefined;
43153
43153
  exampleValue?: any;
43154
43154
  } | undefined;
43155
43155
  }>, z.ZodObject<{
@@ -43234,10 +43234,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
43234
43234
  defaultValue?: any;
43235
43235
  validationSchema?: {
43236
43236
  description: string;
43237
- schemaType: string;
43238
- enumValues?: string[] | undefined;
43239
- regexPattern?: string | undefined;
43237
+ schemaType: "enum" | "regex" | "jsonSchema";
43240
43238
  jsonSchema?: string | undefined;
43239
+ enumValues?: string[] | number[] | undefined;
43240
+ regexPattern?: string | undefined;
43241
43241
  exampleValue?: any;
43242
43242
  } | undefined;
43243
43243
  } | {
@@ -43279,10 +43279,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
43279
43279
  defaultValue?: any;
43280
43280
  validationSchema?: {
43281
43281
  description: string;
43282
- schemaType: string;
43283
- enumValues?: string[] | undefined;
43284
- regexPattern?: string | undefined;
43282
+ schemaType: "enum" | "regex" | "jsonSchema";
43285
43283
  jsonSchema?: string | undefined;
43284
+ enumValues?: string[] | number[] | undefined;
43285
+ regexPattern?: string | undefined;
43286
43286
  exampleValue?: any;
43287
43287
  } | undefined;
43288
43288
  } | {
@@ -44049,25 +44049,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
44049
44049
  createdAt: z.ZodString;
44050
44050
  updatedAt: z.ZodString;
44051
44051
  validationSchema: z.ZodOptional<z.ZodObject<{
44052
- schemaType: z.ZodString;
44053
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
44052
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
44053
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
44054
44054
  regexPattern: z.ZodOptional<z.ZodString>;
44055
44055
  jsonSchema: z.ZodOptional<z.ZodString>;
44056
44056
  description: z.ZodString;
44057
44057
  exampleValue: z.ZodAny;
44058
44058
  }, "strip", z.ZodTypeAny, {
44059
44059
  description: string;
44060
- schemaType: string;
44061
- enumValues?: string[] | undefined;
44062
- regexPattern?: string | undefined;
44060
+ schemaType: "enum" | "regex" | "jsonSchema";
44063
44061
  jsonSchema?: string | undefined;
44062
+ enumValues?: string[] | number[] | undefined;
44063
+ regexPattern?: string | undefined;
44064
44064
  exampleValue?: any;
44065
44065
  }, {
44066
44066
  description: string;
44067
- schemaType: string;
44068
- enumValues?: string[] | undefined;
44069
- regexPattern?: string | undefined;
44067
+ schemaType: "enum" | "regex" | "jsonSchema";
44070
44068
  jsonSchema?: string | undefined;
44069
+ enumValues?: string[] | number[] | undefined;
44070
+ regexPattern?: string | undefined;
44071
44071
  exampleValue?: any;
44072
44072
  }>>;
44073
44073
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -44087,10 +44087,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
44087
44087
  defaultValue?: any;
44088
44088
  validationSchema?: {
44089
44089
  description: string;
44090
- schemaType: string;
44091
- enumValues?: string[] | undefined;
44092
- regexPattern?: string | undefined;
44090
+ schemaType: "enum" | "regex" | "jsonSchema";
44093
44091
  jsonSchema?: string | undefined;
44092
+ enumValues?: string[] | number[] | undefined;
44093
+ regexPattern?: string | undefined;
44094
44094
  exampleValue?: any;
44095
44095
  } | undefined;
44096
44096
  persistent?: boolean | undefined;
@@ -44110,10 +44110,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
44110
44110
  defaultValue?: any;
44111
44111
  validationSchema?: {
44112
44112
  description: string;
44113
- schemaType: string;
44114
- enumValues?: string[] | undefined;
44115
- regexPattern?: string | undefined;
44113
+ schemaType: "enum" | "regex" | "jsonSchema";
44116
44114
  jsonSchema?: string | undefined;
44115
+ enumValues?: string[] | number[] | undefined;
44116
+ regexPattern?: string | undefined;
44117
44117
  exampleValue?: any;
44118
44118
  } | undefined;
44119
44119
  persistent?: boolean | undefined;
@@ -44194,10 +44194,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
44194
44194
  defaultValue?: any;
44195
44195
  validationSchema?: {
44196
44196
  description: string;
44197
- schemaType: string;
44198
- enumValues?: string[] | undefined;
44199
- regexPattern?: string | undefined;
44197
+ schemaType: "enum" | "regex" | "jsonSchema";
44200
44198
  jsonSchema?: string | undefined;
44199
+ enumValues?: string[] | number[] | undefined;
44200
+ regexPattern?: string | undefined;
44201
44201
  exampleValue?: any;
44202
44202
  } | undefined;
44203
44203
  persistent?: boolean | undefined;
@@ -44339,10 +44339,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
44339
44339
  defaultValue?: any;
44340
44340
  validationSchema?: {
44341
44341
  description: string;
44342
- schemaType: string;
44343
- enumValues?: string[] | undefined;
44344
- regexPattern?: string | undefined;
44342
+ schemaType: "enum" | "regex" | "jsonSchema";
44345
44343
  jsonSchema?: string | undefined;
44344
+ enumValues?: string[] | number[] | undefined;
44345
+ regexPattern?: string | undefined;
44346
44346
  exampleValue?: any;
44347
44347
  } | undefined;
44348
44348
  persistent?: boolean | undefined;
@@ -45293,25 +45293,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
45293
45293
  createdAt: z.ZodString;
45294
45294
  updatedAt: z.ZodString;
45295
45295
  validationSchema: z.ZodOptional<z.ZodObject<{
45296
- schemaType: z.ZodString;
45297
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
45296
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
45297
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
45298
45298
  regexPattern: z.ZodOptional<z.ZodString>;
45299
45299
  jsonSchema: z.ZodOptional<z.ZodString>;
45300
45300
  description: z.ZodString;
45301
45301
  exampleValue: z.ZodAny;
45302
45302
  }, "strip", z.ZodTypeAny, {
45303
45303
  description: string;
45304
- schemaType: string;
45305
- enumValues?: string[] | undefined;
45306
- regexPattern?: string | undefined;
45304
+ schemaType: "enum" | "regex" | "jsonSchema";
45307
45305
  jsonSchema?: string | undefined;
45306
+ enumValues?: string[] | number[] | undefined;
45307
+ regexPattern?: string | undefined;
45308
45308
  exampleValue?: any;
45309
45309
  }, {
45310
45310
  description: string;
45311
- schemaType: string;
45312
- enumValues?: string[] | undefined;
45313
- regexPattern?: string | undefined;
45311
+ schemaType: "enum" | "regex" | "jsonSchema";
45314
45312
  jsonSchema?: string | undefined;
45313
+ enumValues?: string[] | number[] | undefined;
45314
+ regexPattern?: string | undefined;
45315
45315
  exampleValue?: any;
45316
45316
  }>>;
45317
45317
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -45331,10 +45331,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
45331
45331
  defaultValue?: any;
45332
45332
  validationSchema?: {
45333
45333
  description: string;
45334
- schemaType: string;
45335
- enumValues?: string[] | undefined;
45336
- regexPattern?: string | undefined;
45334
+ schemaType: "enum" | "regex" | "jsonSchema";
45337
45335
  jsonSchema?: string | undefined;
45336
+ enumValues?: string[] | number[] | undefined;
45337
+ regexPattern?: string | undefined;
45338
45338
  exampleValue?: any;
45339
45339
  } | undefined;
45340
45340
  persistent?: boolean | undefined;
@@ -45354,10 +45354,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
45354
45354
  defaultValue?: any;
45355
45355
  validationSchema?: {
45356
45356
  description: string;
45357
- schemaType: string;
45358
- enumValues?: string[] | undefined;
45359
- regexPattern?: string | undefined;
45357
+ schemaType: "enum" | "regex" | "jsonSchema";
45360
45358
  jsonSchema?: string | undefined;
45359
+ enumValues?: string[] | number[] | undefined;
45360
+ regexPattern?: string | undefined;
45361
45361
  exampleValue?: any;
45362
45362
  } | undefined;
45363
45363
  persistent?: boolean | undefined;
@@ -45438,10 +45438,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
45438
45438
  defaultValue?: any;
45439
45439
  validationSchema?: {
45440
45440
  description: string;
45441
- schemaType: string;
45442
- enumValues?: string[] | undefined;
45443
- regexPattern?: string | undefined;
45441
+ schemaType: "enum" | "regex" | "jsonSchema";
45444
45442
  jsonSchema?: string | undefined;
45443
+ enumValues?: string[] | number[] | undefined;
45444
+ regexPattern?: string | undefined;
45445
45445
  exampleValue?: any;
45446
45446
  } | undefined;
45447
45447
  persistent?: boolean | undefined;
@@ -45583,10 +45583,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
45583
45583
  defaultValue?: any;
45584
45584
  validationSchema?: {
45585
45585
  description: string;
45586
- schemaType: string;
45587
- enumValues?: string[] | undefined;
45588
- regexPattern?: string | undefined;
45586
+ schemaType: "enum" | "regex" | "jsonSchema";
45589
45587
  jsonSchema?: string | undefined;
45588
+ enumValues?: string[] | number[] | undefined;
45589
+ regexPattern?: string | undefined;
45590
45590
  exampleValue?: any;
45591
45591
  } | undefined;
45592
45592
  persistent?: boolean | undefined;
@@ -48925,25 +48925,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
48925
48925
  createdAt: z.ZodString;
48926
48926
  updatedAt: z.ZodString;
48927
48927
  validationSchema: z.ZodOptional<z.ZodObject<{
48928
- schemaType: z.ZodString;
48929
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
48928
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
48929
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
48930
48930
  regexPattern: z.ZodOptional<z.ZodString>;
48931
48931
  jsonSchema: z.ZodOptional<z.ZodString>;
48932
48932
  description: z.ZodString;
48933
48933
  exampleValue: z.ZodAny;
48934
48934
  }, "strip", z.ZodTypeAny, {
48935
48935
  description: string;
48936
- schemaType: string;
48937
- enumValues?: string[] | undefined;
48938
- regexPattern?: string | undefined;
48936
+ schemaType: "enum" | "regex" | "jsonSchema";
48939
48937
  jsonSchema?: string | undefined;
48938
+ enumValues?: string[] | number[] | undefined;
48939
+ regexPattern?: string | undefined;
48940
48940
  exampleValue?: any;
48941
48941
  }, {
48942
48942
  description: string;
48943
- schemaType: string;
48944
- enumValues?: string[] | undefined;
48945
- regexPattern?: string | undefined;
48943
+ schemaType: "enum" | "regex" | "jsonSchema";
48946
48944
  jsonSchema?: string | undefined;
48945
+ enumValues?: string[] | number[] | undefined;
48946
+ regexPattern?: string | undefined;
48947
48947
  exampleValue?: any;
48948
48948
  }>>;
48949
48949
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -48963,10 +48963,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
48963
48963
  defaultValue?: any;
48964
48964
  validationSchema?: {
48965
48965
  description: string;
48966
- schemaType: string;
48967
- enumValues?: string[] | undefined;
48968
- regexPattern?: string | undefined;
48966
+ schemaType: "enum" | "regex" | "jsonSchema";
48969
48967
  jsonSchema?: string | undefined;
48968
+ enumValues?: string[] | number[] | undefined;
48969
+ regexPattern?: string | undefined;
48970
48970
  exampleValue?: any;
48971
48971
  } | undefined;
48972
48972
  persistent?: boolean | undefined;
@@ -48986,10 +48986,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
48986
48986
  defaultValue?: any;
48987
48987
  validationSchema?: {
48988
48988
  description: string;
48989
- schemaType: string;
48990
- enumValues?: string[] | undefined;
48991
- regexPattern?: string | undefined;
48989
+ schemaType: "enum" | "regex" | "jsonSchema";
48992
48990
  jsonSchema?: string | undefined;
48991
+ enumValues?: string[] | number[] | undefined;
48992
+ regexPattern?: string | undefined;
48993
48993
  exampleValue?: any;
48994
48994
  } | undefined;
48995
48995
  persistent?: boolean | undefined;
@@ -49070,10 +49070,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
49070
49070
  defaultValue?: any;
49071
49071
  validationSchema?: {
49072
49072
  description: string;
49073
- schemaType: string;
49074
- enumValues?: string[] | undefined;
49075
- regexPattern?: string | undefined;
49073
+ schemaType: "enum" | "regex" | "jsonSchema";
49076
49074
  jsonSchema?: string | undefined;
49075
+ enumValues?: string[] | number[] | undefined;
49076
+ regexPattern?: string | undefined;
49077
49077
  exampleValue?: any;
49078
49078
  } | undefined;
49079
49079
  persistent?: boolean | undefined;
@@ -49215,10 +49215,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
49215
49215
  defaultValue?: any;
49216
49216
  validationSchema?: {
49217
49217
  description: string;
49218
- schemaType: string;
49219
- enumValues?: string[] | undefined;
49220
- regexPattern?: string | undefined;
49218
+ schemaType: "enum" | "regex" | "jsonSchema";
49221
49219
  jsonSchema?: string | undefined;
49220
+ enumValues?: string[] | number[] | undefined;
49221
+ regexPattern?: string | undefined;
49222
49222
  exampleValue?: any;
49223
49223
  } | undefined;
49224
49224
  persistent?: boolean | undefined;
@@ -50248,25 +50248,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
50248
50248
  createdAt: z.ZodString;
50249
50249
  updatedAt: z.ZodString;
50250
50250
  validationSchema: z.ZodOptional<z.ZodObject<{
50251
- schemaType: z.ZodString;
50252
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
50251
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
50252
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
50253
50253
  regexPattern: z.ZodOptional<z.ZodString>;
50254
50254
  jsonSchema: z.ZodOptional<z.ZodString>;
50255
50255
  description: z.ZodString;
50256
50256
  exampleValue: z.ZodAny;
50257
50257
  }, "strip", z.ZodTypeAny, {
50258
50258
  description: string;
50259
- schemaType: string;
50260
- enumValues?: string[] | undefined;
50261
- regexPattern?: string | undefined;
50259
+ schemaType: "enum" | "regex" | "jsonSchema";
50262
50260
  jsonSchema?: string | undefined;
50261
+ enumValues?: string[] | number[] | undefined;
50262
+ regexPattern?: string | undefined;
50263
50263
  exampleValue?: any;
50264
50264
  }, {
50265
50265
  description: string;
50266
- schemaType: string;
50267
- enumValues?: string[] | undefined;
50268
- regexPattern?: string | undefined;
50266
+ schemaType: "enum" | "regex" | "jsonSchema";
50269
50267
  jsonSchema?: string | undefined;
50268
+ enumValues?: string[] | number[] | undefined;
50269
+ regexPattern?: string | undefined;
50270
50270
  exampleValue?: any;
50271
50271
  }>>;
50272
50272
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -50286,10 +50286,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
50286
50286
  defaultValue?: any;
50287
50287
  validationSchema?: {
50288
50288
  description: string;
50289
- schemaType: string;
50290
- enumValues?: string[] | undefined;
50291
- regexPattern?: string | undefined;
50289
+ schemaType: "enum" | "regex" | "jsonSchema";
50292
50290
  jsonSchema?: string | undefined;
50291
+ enumValues?: string[] | number[] | undefined;
50292
+ regexPattern?: string | undefined;
50293
50293
  exampleValue?: any;
50294
50294
  } | undefined;
50295
50295
  persistent?: boolean | undefined;
@@ -50309,10 +50309,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
50309
50309
  defaultValue?: any;
50310
50310
  validationSchema?: {
50311
50311
  description: string;
50312
- schemaType: string;
50313
- enumValues?: string[] | undefined;
50314
- regexPattern?: string | undefined;
50312
+ schemaType: "enum" | "regex" | "jsonSchema";
50315
50313
  jsonSchema?: string | undefined;
50314
+ enumValues?: string[] | number[] | undefined;
50315
+ regexPattern?: string | undefined;
50316
50316
  exampleValue?: any;
50317
50317
  } | undefined;
50318
50318
  persistent?: boolean | undefined;
@@ -50393,10 +50393,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
50393
50393
  defaultValue?: any;
50394
50394
  validationSchema?: {
50395
50395
  description: string;
50396
- schemaType: string;
50397
- enumValues?: string[] | undefined;
50398
- regexPattern?: string | undefined;
50396
+ schemaType: "enum" | "regex" | "jsonSchema";
50399
50397
  jsonSchema?: string | undefined;
50398
+ enumValues?: string[] | number[] | undefined;
50399
+ regexPattern?: string | undefined;
50400
50400
  exampleValue?: any;
50401
50401
  } | undefined;
50402
50402
  persistent?: boolean | undefined;
@@ -50538,10 +50538,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
50538
50538
  defaultValue?: any;
50539
50539
  validationSchema?: {
50540
50540
  description: string;
50541
- schemaType: string;
50542
- enumValues?: string[] | undefined;
50543
- regexPattern?: string | undefined;
50541
+ schemaType: "enum" | "regex" | "jsonSchema";
50544
50542
  jsonSchema?: string | undefined;
50543
+ enumValues?: string[] | number[] | undefined;
50544
+ regexPattern?: string | undefined;
50545
50545
  exampleValue?: any;
50546
50546
  } | undefined;
50547
50547
  persistent?: boolean | undefined;
@@ -51465,25 +51465,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
51465
51465
  createdAt: z.ZodString;
51466
51466
  updatedAt: z.ZodString;
51467
51467
  validationSchema: z.ZodOptional<z.ZodObject<{
51468
- schemaType: z.ZodString;
51469
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
51468
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
51469
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
51470
51470
  regexPattern: z.ZodOptional<z.ZodString>;
51471
51471
  jsonSchema: z.ZodOptional<z.ZodString>;
51472
51472
  description: z.ZodString;
51473
51473
  exampleValue: z.ZodAny;
51474
51474
  }, "strip", z.ZodTypeAny, {
51475
51475
  description: string;
51476
- schemaType: string;
51477
- enumValues?: string[] | undefined;
51478
- regexPattern?: string | undefined;
51476
+ schemaType: "enum" | "regex" | "jsonSchema";
51479
51477
  jsonSchema?: string | undefined;
51478
+ enumValues?: string[] | number[] | undefined;
51479
+ regexPattern?: string | undefined;
51480
51480
  exampleValue?: any;
51481
51481
  }, {
51482
51482
  description: string;
51483
- schemaType: string;
51484
- enumValues?: string[] | undefined;
51485
- regexPattern?: string | undefined;
51483
+ schemaType: "enum" | "regex" | "jsonSchema";
51486
51484
  jsonSchema?: string | undefined;
51485
+ enumValues?: string[] | number[] | undefined;
51486
+ regexPattern?: string | undefined;
51487
51487
  exampleValue?: any;
51488
51488
  }>>;
51489
51489
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -51503,10 +51503,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
51503
51503
  defaultValue?: any;
51504
51504
  validationSchema?: {
51505
51505
  description: string;
51506
- schemaType: string;
51507
- enumValues?: string[] | undefined;
51508
- regexPattern?: string | undefined;
51506
+ schemaType: "enum" | "regex" | "jsonSchema";
51509
51507
  jsonSchema?: string | undefined;
51508
+ enumValues?: string[] | number[] | undefined;
51509
+ regexPattern?: string | undefined;
51510
51510
  exampleValue?: any;
51511
51511
  } | undefined;
51512
51512
  persistent?: boolean | undefined;
@@ -51526,10 +51526,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
51526
51526
  defaultValue?: any;
51527
51527
  validationSchema?: {
51528
51528
  description: string;
51529
- schemaType: string;
51530
- enumValues?: string[] | undefined;
51531
- regexPattern?: string | undefined;
51529
+ schemaType: "enum" | "regex" | "jsonSchema";
51532
51530
  jsonSchema?: string | undefined;
51531
+ enumValues?: string[] | number[] | undefined;
51532
+ regexPattern?: string | undefined;
51533
51533
  exampleValue?: any;
51534
51534
  } | undefined;
51535
51535
  persistent?: boolean | undefined;
@@ -51610,10 +51610,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
51610
51610
  defaultValue?: any;
51611
51611
  validationSchema?: {
51612
51612
  description: string;
51613
- schemaType: string;
51614
- enumValues?: string[] | undefined;
51615
- regexPattern?: string | undefined;
51613
+ schemaType: "enum" | "regex" | "jsonSchema";
51616
51614
  jsonSchema?: string | undefined;
51615
+ enumValues?: string[] | number[] | undefined;
51616
+ regexPattern?: string | undefined;
51617
51617
  exampleValue?: any;
51618
51618
  } | undefined;
51619
51619
  persistent?: boolean | undefined;
@@ -51755,10 +51755,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
51755
51755
  defaultValue?: any;
51756
51756
  validationSchema?: {
51757
51757
  description: string;
51758
- schemaType: string;
51759
- enumValues?: string[] | undefined;
51760
- regexPattern?: string | undefined;
51758
+ schemaType: "enum" | "regex" | "jsonSchema";
51761
51759
  jsonSchema?: string | undefined;
51760
+ enumValues?: string[] | number[] | undefined;
51761
+ regexPattern?: string | undefined;
51762
51762
  exampleValue?: any;
51763
51763
  } | undefined;
51764
51764
  persistent?: boolean | undefined;
@@ -51916,25 +51916,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
51916
51916
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
51917
51917
  defaultValue: z.ZodOptional<z.ZodAny>;
51918
51918
  validationSchema: z.ZodOptional<z.ZodObject<{
51919
- schemaType: z.ZodString;
51920
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
51919
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
51920
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
51921
51921
  regexPattern: z.ZodOptional<z.ZodString>;
51922
51922
  jsonSchema: z.ZodOptional<z.ZodString>;
51923
51923
  description: z.ZodString;
51924
51924
  exampleValue: z.ZodAny;
51925
51925
  }, "strip", z.ZodTypeAny, {
51926
51926
  description: string;
51927
- schemaType: string;
51928
- enumValues?: string[] | undefined;
51929
- regexPattern?: string | undefined;
51927
+ schemaType: "enum" | "regex" | "jsonSchema";
51930
51928
  jsonSchema?: string | undefined;
51929
+ enumValues?: string[] | number[] | undefined;
51930
+ regexPattern?: string | undefined;
51931
51931
  exampleValue?: any;
51932
51932
  }, {
51933
51933
  description: string;
51934
- schemaType: string;
51935
- enumValues?: string[] | undefined;
51936
- regexPattern?: string | undefined;
51934
+ schemaType: "enum" | "regex" | "jsonSchema";
51937
51935
  jsonSchema?: string | undefined;
51936
+ enumValues?: string[] | number[] | undefined;
51937
+ regexPattern?: string | undefined;
51938
51938
  exampleValue?: any;
51939
51939
  }>>;
51940
51940
  }, "strip", z.ZodTypeAny, {
@@ -51946,10 +51946,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
51946
51946
  defaultValue?: any;
51947
51947
  validationSchema?: {
51948
51948
  description: string;
51949
- schemaType: string;
51950
- enumValues?: string[] | undefined;
51951
- regexPattern?: string | undefined;
51949
+ schemaType: "enum" | "regex" | "jsonSchema";
51952
51950
  jsonSchema?: string | undefined;
51951
+ enumValues?: string[] | number[] | undefined;
51952
+ regexPattern?: string | undefined;
51953
51953
  exampleValue?: any;
51954
51954
  } | undefined;
51955
51955
  }, {
@@ -51961,10 +51961,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
51961
51961
  defaultValue?: any;
51962
51962
  validationSchema?: {
51963
51963
  description: string;
51964
- schemaType: string;
51965
- enumValues?: string[] | undefined;
51966
- regexPattern?: string | undefined;
51964
+ schemaType: "enum" | "regex" | "jsonSchema";
51967
51965
  jsonSchema?: string | undefined;
51966
+ enumValues?: string[] | number[] | undefined;
51967
+ regexPattern?: string | undefined;
51968
51968
  exampleValue?: any;
51969
51969
  } | undefined;
51970
51970
  }>, z.ZodObject<{
@@ -52039,10 +52039,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
52039
52039
  defaultValue?: any;
52040
52040
  validationSchema?: {
52041
52041
  description: string;
52042
- schemaType: string;
52043
- enumValues?: string[] | undefined;
52044
- regexPattern?: string | undefined;
52042
+ schemaType: "enum" | "regex" | "jsonSchema";
52045
52043
  jsonSchema?: string | undefined;
52044
+ enumValues?: string[] | number[] | undefined;
52045
+ regexPattern?: string | undefined;
52046
52046
  exampleValue?: any;
52047
52047
  } | undefined;
52048
52048
  } | {
@@ -52080,10 +52080,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
52080
52080
  defaultValue?: any;
52081
52081
  validationSchema?: {
52082
52082
  description: string;
52083
- schemaType: string;
52084
- enumValues?: string[] | undefined;
52085
- regexPattern?: string | undefined;
52083
+ schemaType: "enum" | "regex" | "jsonSchema";
52086
52084
  jsonSchema?: string | undefined;
52085
+ enumValues?: string[] | number[] | undefined;
52086
+ regexPattern?: string | undefined;
52087
52087
  exampleValue?: any;
52088
52088
  } | undefined;
52089
52089
  } | {
@@ -52850,25 +52850,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
52850
52850
  createdAt: z.ZodString;
52851
52851
  updatedAt: z.ZodString;
52852
52852
  validationSchema: z.ZodOptional<z.ZodObject<{
52853
- schemaType: z.ZodString;
52854
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
52853
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
52854
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
52855
52855
  regexPattern: z.ZodOptional<z.ZodString>;
52856
52856
  jsonSchema: z.ZodOptional<z.ZodString>;
52857
52857
  description: z.ZodString;
52858
52858
  exampleValue: z.ZodAny;
52859
52859
  }, "strip", z.ZodTypeAny, {
52860
52860
  description: string;
52861
- schemaType: string;
52862
- enumValues?: string[] | undefined;
52863
- regexPattern?: string | undefined;
52861
+ schemaType: "enum" | "regex" | "jsonSchema";
52864
52862
  jsonSchema?: string | undefined;
52863
+ enumValues?: string[] | number[] | undefined;
52864
+ regexPattern?: string | undefined;
52865
52865
  exampleValue?: any;
52866
52866
  }, {
52867
52867
  description: string;
52868
- schemaType: string;
52869
- enumValues?: string[] | undefined;
52870
- regexPattern?: string | undefined;
52868
+ schemaType: "enum" | "regex" | "jsonSchema";
52871
52869
  jsonSchema?: string | undefined;
52870
+ enumValues?: string[] | number[] | undefined;
52871
+ regexPattern?: string | undefined;
52872
52872
  exampleValue?: any;
52873
52873
  }>>;
52874
52874
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -52888,10 +52888,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
52888
52888
  defaultValue?: any;
52889
52889
  validationSchema?: {
52890
52890
  description: string;
52891
- schemaType: string;
52892
- enumValues?: string[] | undefined;
52893
- regexPattern?: string | undefined;
52891
+ schemaType: "enum" | "regex" | "jsonSchema";
52894
52892
  jsonSchema?: string | undefined;
52893
+ enumValues?: string[] | number[] | undefined;
52894
+ regexPattern?: string | undefined;
52895
52895
  exampleValue?: any;
52896
52896
  } | undefined;
52897
52897
  persistent?: boolean | undefined;
@@ -52911,10 +52911,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
52911
52911
  defaultValue?: any;
52912
52912
  validationSchema?: {
52913
52913
  description: string;
52914
- schemaType: string;
52915
- enumValues?: string[] | undefined;
52916
- regexPattern?: string | undefined;
52914
+ schemaType: "enum" | "regex" | "jsonSchema";
52917
52915
  jsonSchema?: string | undefined;
52916
+ enumValues?: string[] | number[] | undefined;
52917
+ regexPattern?: string | undefined;
52918
52918
  exampleValue?: any;
52919
52919
  } | undefined;
52920
52920
  persistent?: boolean | undefined;
@@ -52995,10 +52995,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
52995
52995
  defaultValue?: any;
52996
52996
  validationSchema?: {
52997
52997
  description: string;
52998
- schemaType: string;
52999
- enumValues?: string[] | undefined;
53000
- regexPattern?: string | undefined;
52998
+ schemaType: "enum" | "regex" | "jsonSchema";
53001
52999
  jsonSchema?: string | undefined;
53000
+ enumValues?: string[] | number[] | undefined;
53001
+ regexPattern?: string | undefined;
53002
53002
  exampleValue?: any;
53003
53003
  } | undefined;
53004
53004
  persistent?: boolean | undefined;
@@ -53140,10 +53140,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
53140
53140
  defaultValue?: any;
53141
53141
  validationSchema?: {
53142
53142
  description: string;
53143
- schemaType: string;
53144
- enumValues?: string[] | undefined;
53145
- regexPattern?: string | undefined;
53143
+ schemaType: "enum" | "regex" | "jsonSchema";
53146
53144
  jsonSchema?: string | undefined;
53145
+ enumValues?: string[] | number[] | undefined;
53146
+ regexPattern?: string | undefined;
53147
53147
  exampleValue?: any;
53148
53148
  } | undefined;
53149
53149
  persistent?: boolean | undefined;
@@ -54300,25 +54300,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
54300
54300
  createdAt: z.ZodString;
54301
54301
  updatedAt: z.ZodString;
54302
54302
  validationSchema: z.ZodOptional<z.ZodObject<{
54303
- schemaType: z.ZodString;
54304
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
54303
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
54304
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
54305
54305
  regexPattern: z.ZodOptional<z.ZodString>;
54306
54306
  jsonSchema: z.ZodOptional<z.ZodString>;
54307
54307
  description: z.ZodString;
54308
54308
  exampleValue: z.ZodAny;
54309
54309
  }, "strip", z.ZodTypeAny, {
54310
54310
  description: string;
54311
- schemaType: string;
54312
- enumValues?: string[] | undefined;
54313
- regexPattern?: string | undefined;
54311
+ schemaType: "enum" | "regex" | "jsonSchema";
54314
54312
  jsonSchema?: string | undefined;
54313
+ enumValues?: string[] | number[] | undefined;
54314
+ regexPattern?: string | undefined;
54315
54315
  exampleValue?: any;
54316
54316
  }, {
54317
54317
  description: string;
54318
- schemaType: string;
54319
- enumValues?: string[] | undefined;
54320
- regexPattern?: string | undefined;
54318
+ schemaType: "enum" | "regex" | "jsonSchema";
54321
54319
  jsonSchema?: string | undefined;
54320
+ enumValues?: string[] | number[] | undefined;
54321
+ regexPattern?: string | undefined;
54322
54322
  exampleValue?: any;
54323
54323
  }>>;
54324
54324
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -54338,10 +54338,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
54338
54338
  defaultValue?: any;
54339
54339
  validationSchema?: {
54340
54340
  description: string;
54341
- schemaType: string;
54342
- enumValues?: string[] | undefined;
54343
- regexPattern?: string | undefined;
54341
+ schemaType: "enum" | "regex" | "jsonSchema";
54344
54342
  jsonSchema?: string | undefined;
54343
+ enumValues?: string[] | number[] | undefined;
54344
+ regexPattern?: string | undefined;
54345
54345
  exampleValue?: any;
54346
54346
  } | undefined;
54347
54347
  persistent?: boolean | undefined;
@@ -54361,10 +54361,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
54361
54361
  defaultValue?: any;
54362
54362
  validationSchema?: {
54363
54363
  description: string;
54364
- schemaType: string;
54365
- enumValues?: string[] | undefined;
54366
- regexPattern?: string | undefined;
54364
+ schemaType: "enum" | "regex" | "jsonSchema";
54367
54365
  jsonSchema?: string | undefined;
54366
+ enumValues?: string[] | number[] | undefined;
54367
+ regexPattern?: string | undefined;
54368
54368
  exampleValue?: any;
54369
54369
  } | undefined;
54370
54370
  persistent?: boolean | undefined;
@@ -54445,10 +54445,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
54445
54445
  defaultValue?: any;
54446
54446
  validationSchema?: {
54447
54447
  description: string;
54448
- schemaType: string;
54449
- enumValues?: string[] | undefined;
54450
- regexPattern?: string | undefined;
54448
+ schemaType: "enum" | "regex" | "jsonSchema";
54451
54449
  jsonSchema?: string | undefined;
54450
+ enumValues?: string[] | number[] | undefined;
54451
+ regexPattern?: string | undefined;
54452
54452
  exampleValue?: any;
54453
54453
  } | undefined;
54454
54454
  persistent?: boolean | undefined;
@@ -54590,10 +54590,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
54590
54590
  defaultValue?: any;
54591
54591
  validationSchema?: {
54592
54592
  description: string;
54593
- schemaType: string;
54594
- enumValues?: string[] | undefined;
54595
- regexPattern?: string | undefined;
54593
+ schemaType: "enum" | "regex" | "jsonSchema";
54596
54594
  jsonSchema?: string | undefined;
54595
+ enumValues?: string[] | number[] | undefined;
54596
+ regexPattern?: string | undefined;
54597
54597
  exampleValue?: any;
54598
54598
  } | undefined;
54599
54599
  persistent?: boolean | undefined;
@@ -55525,25 +55525,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
55525
55525
  createdAt: z.ZodString;
55526
55526
  updatedAt: z.ZodString;
55527
55527
  validationSchema: z.ZodOptional<z.ZodObject<{
55528
- schemaType: z.ZodString;
55529
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
55528
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
55529
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
55530
55530
  regexPattern: z.ZodOptional<z.ZodString>;
55531
55531
  jsonSchema: z.ZodOptional<z.ZodString>;
55532
55532
  description: z.ZodString;
55533
55533
  exampleValue: z.ZodAny;
55534
55534
  }, "strip", z.ZodTypeAny, {
55535
55535
  description: string;
55536
- schemaType: string;
55537
- enumValues?: string[] | undefined;
55538
- regexPattern?: string | undefined;
55536
+ schemaType: "enum" | "regex" | "jsonSchema";
55539
55537
  jsonSchema?: string | undefined;
55538
+ enumValues?: string[] | number[] | undefined;
55539
+ regexPattern?: string | undefined;
55540
55540
  exampleValue?: any;
55541
55541
  }, {
55542
55542
  description: string;
55543
- schemaType: string;
55544
- enumValues?: string[] | undefined;
55545
- regexPattern?: string | undefined;
55543
+ schemaType: "enum" | "regex" | "jsonSchema";
55546
55544
  jsonSchema?: string | undefined;
55545
+ enumValues?: string[] | number[] | undefined;
55546
+ regexPattern?: string | undefined;
55547
55547
  exampleValue?: any;
55548
55548
  }>>;
55549
55549
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -55563,10 +55563,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
55563
55563
  defaultValue?: any;
55564
55564
  validationSchema?: {
55565
55565
  description: string;
55566
- schemaType: string;
55567
- enumValues?: string[] | undefined;
55568
- regexPattern?: string | undefined;
55566
+ schemaType: "enum" | "regex" | "jsonSchema";
55569
55567
  jsonSchema?: string | undefined;
55568
+ enumValues?: string[] | number[] | undefined;
55569
+ regexPattern?: string | undefined;
55570
55570
  exampleValue?: any;
55571
55571
  } | undefined;
55572
55572
  persistent?: boolean | undefined;
@@ -55586,10 +55586,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
55586
55586
  defaultValue?: any;
55587
55587
  validationSchema?: {
55588
55588
  description: string;
55589
- schemaType: string;
55590
- enumValues?: string[] | undefined;
55591
- regexPattern?: string | undefined;
55589
+ schemaType: "enum" | "regex" | "jsonSchema";
55592
55590
  jsonSchema?: string | undefined;
55591
+ enumValues?: string[] | number[] | undefined;
55592
+ regexPattern?: string | undefined;
55593
55593
  exampleValue?: any;
55594
55594
  } | undefined;
55595
55595
  persistent?: boolean | undefined;
@@ -55670,10 +55670,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
55670
55670
  defaultValue?: any;
55671
55671
  validationSchema?: {
55672
55672
  description: string;
55673
- schemaType: string;
55674
- enumValues?: string[] | undefined;
55675
- regexPattern?: string | undefined;
55673
+ schemaType: "enum" | "regex" | "jsonSchema";
55676
55674
  jsonSchema?: string | undefined;
55675
+ enumValues?: string[] | number[] | undefined;
55676
+ regexPattern?: string | undefined;
55677
55677
  exampleValue?: any;
55678
55678
  } | undefined;
55679
55679
  persistent?: boolean | undefined;
@@ -55815,10 +55815,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
55815
55815
  defaultValue?: any;
55816
55816
  validationSchema?: {
55817
55817
  description: string;
55818
- schemaType: string;
55819
- enumValues?: string[] | undefined;
55820
- regexPattern?: string | undefined;
55818
+ schemaType: "enum" | "regex" | "jsonSchema";
55821
55819
  jsonSchema?: string | undefined;
55820
+ enumValues?: string[] | number[] | undefined;
55821
+ regexPattern?: string | undefined;
55822
55822
  exampleValue?: any;
55823
55823
  } | undefined;
55824
55824
  persistent?: boolean | undefined;
@@ -56002,10 +56002,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
56002
56002
  defaultValue?: any;
56003
56003
  validationSchema?: {
56004
56004
  description: string;
56005
- schemaType: string;
56006
- enumValues?: string[] | undefined;
56007
- regexPattern?: string | undefined;
56005
+ schemaType: "enum" | "regex" | "jsonSchema";
56008
56006
  jsonSchema?: string | undefined;
56007
+ enumValues?: string[] | number[] | undefined;
56008
+ regexPattern?: string | undefined;
56009
56009
  exampleValue?: any;
56010
56010
  } | undefined;
56011
56011
  persistent?: boolean | undefined;
@@ -56164,10 +56164,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
56164
56164
  defaultValue?: any;
56165
56165
  validationSchema?: {
56166
56166
  description: string;
56167
- schemaType: string;
56168
- enumValues?: string[] | undefined;
56169
- regexPattern?: string | undefined;
56167
+ schemaType: "enum" | "regex" | "jsonSchema";
56170
56168
  jsonSchema?: string | undefined;
56169
+ enumValues?: string[] | number[] | undefined;
56170
+ regexPattern?: string | undefined;
56171
56171
  exampleValue?: any;
56172
56172
  } | undefined;
56173
56173
  persistent?: boolean | undefined;
@@ -57085,25 +57085,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
57085
57085
  createdAt: z.ZodString;
57086
57086
  updatedAt: z.ZodString;
57087
57087
  validationSchema: z.ZodOptional<z.ZodObject<{
57088
- schemaType: z.ZodString;
57089
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
57088
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
57089
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
57090
57090
  regexPattern: z.ZodOptional<z.ZodString>;
57091
57091
  jsonSchema: z.ZodOptional<z.ZodString>;
57092
57092
  description: z.ZodString;
57093
57093
  exampleValue: z.ZodAny;
57094
57094
  }, "strip", z.ZodTypeAny, {
57095
57095
  description: string;
57096
- schemaType: string;
57097
- enumValues?: string[] | undefined;
57098
- regexPattern?: string | undefined;
57096
+ schemaType: "enum" | "regex" | "jsonSchema";
57099
57097
  jsonSchema?: string | undefined;
57098
+ enumValues?: string[] | number[] | undefined;
57099
+ regexPattern?: string | undefined;
57100
57100
  exampleValue?: any;
57101
57101
  }, {
57102
57102
  description: string;
57103
- schemaType: string;
57104
- enumValues?: string[] | undefined;
57105
- regexPattern?: string | undefined;
57103
+ schemaType: "enum" | "regex" | "jsonSchema";
57106
57104
  jsonSchema?: string | undefined;
57105
+ enumValues?: string[] | number[] | undefined;
57106
+ regexPattern?: string | undefined;
57107
57107
  exampleValue?: any;
57108
57108
  }>>;
57109
57109
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -57123,10 +57123,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
57123
57123
  defaultValue?: any;
57124
57124
  validationSchema?: {
57125
57125
  description: string;
57126
- schemaType: string;
57127
- enumValues?: string[] | undefined;
57128
- regexPattern?: string | undefined;
57126
+ schemaType: "enum" | "regex" | "jsonSchema";
57129
57127
  jsonSchema?: string | undefined;
57128
+ enumValues?: string[] | number[] | undefined;
57129
+ regexPattern?: string | undefined;
57130
57130
  exampleValue?: any;
57131
57131
  } | undefined;
57132
57132
  persistent?: boolean | undefined;
@@ -57146,10 +57146,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
57146
57146
  defaultValue?: any;
57147
57147
  validationSchema?: {
57148
57148
  description: string;
57149
- schemaType: string;
57150
- enumValues?: string[] | undefined;
57151
- regexPattern?: string | undefined;
57149
+ schemaType: "enum" | "regex" | "jsonSchema";
57152
57150
  jsonSchema?: string | undefined;
57151
+ enumValues?: string[] | number[] | undefined;
57152
+ regexPattern?: string | undefined;
57153
57153
  exampleValue?: any;
57154
57154
  } | undefined;
57155
57155
  persistent?: boolean | undefined;
@@ -57230,10 +57230,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
57230
57230
  defaultValue?: any;
57231
57231
  validationSchema?: {
57232
57232
  description: string;
57233
- schemaType: string;
57234
- enumValues?: string[] | undefined;
57235
- regexPattern?: string | undefined;
57233
+ schemaType: "enum" | "regex" | "jsonSchema";
57236
57234
  jsonSchema?: string | undefined;
57235
+ enumValues?: string[] | number[] | undefined;
57236
+ regexPattern?: string | undefined;
57237
57237
  exampleValue?: any;
57238
57238
  } | undefined;
57239
57239
  persistent?: boolean | undefined;
@@ -57375,10 +57375,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
57375
57375
  defaultValue?: any;
57376
57376
  validationSchema?: {
57377
57377
  description: string;
57378
- schemaType: string;
57379
- enumValues?: string[] | undefined;
57380
- regexPattern?: string | undefined;
57378
+ schemaType: "enum" | "regex" | "jsonSchema";
57381
57379
  jsonSchema?: string | undefined;
57380
+ enumValues?: string[] | number[] | undefined;
57381
+ regexPattern?: string | undefined;
57382
57382
  exampleValue?: any;
57383
57383
  } | undefined;
57384
57384
  persistent?: boolean | undefined;
@@ -57562,10 +57562,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
57562
57562
  defaultValue?: any;
57563
57563
  validationSchema?: {
57564
57564
  description: string;
57565
- schemaType: string;
57566
- enumValues?: string[] | undefined;
57567
- regexPattern?: string | undefined;
57565
+ schemaType: "enum" | "regex" | "jsonSchema";
57568
57566
  jsonSchema?: string | undefined;
57567
+ enumValues?: string[] | number[] | undefined;
57568
+ regexPattern?: string | undefined;
57569
57569
  exampleValue?: any;
57570
57570
  } | undefined;
57571
57571
  persistent?: boolean | undefined;
@@ -57724,10 +57724,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
57724
57724
  defaultValue?: any;
57725
57725
  validationSchema?: {
57726
57726
  description: string;
57727
- schemaType: string;
57728
- enumValues?: string[] | undefined;
57729
- regexPattern?: string | undefined;
57727
+ schemaType: "enum" | "regex" | "jsonSchema";
57730
57728
  jsonSchema?: string | undefined;
57729
+ enumValues?: string[] | number[] | undefined;
57730
+ regexPattern?: string | undefined;
57731
57731
  exampleValue?: any;
57732
57732
  } | undefined;
57733
57733
  persistent?: boolean | undefined;
@@ -58888,25 +58888,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
58888
58888
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
58889
58889
  defaultValue: z.ZodOptional<z.ZodAny>;
58890
58890
  validationSchema: z.ZodOptional<z.ZodObject<{
58891
- schemaType: z.ZodString;
58892
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
58891
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
58892
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
58893
58893
  regexPattern: z.ZodOptional<z.ZodString>;
58894
58894
  jsonSchema: z.ZodOptional<z.ZodString>;
58895
58895
  description: z.ZodString;
58896
58896
  exampleValue: z.ZodAny;
58897
58897
  }, "strip", z.ZodTypeAny, {
58898
58898
  description: string;
58899
- schemaType: string;
58900
- enumValues?: string[] | undefined;
58901
- regexPattern?: string | undefined;
58899
+ schemaType: "enum" | "regex" | "jsonSchema";
58902
58900
  jsonSchema?: string | undefined;
58901
+ enumValues?: string[] | number[] | undefined;
58902
+ regexPattern?: string | undefined;
58903
58903
  exampleValue?: any;
58904
58904
  }, {
58905
58905
  description: string;
58906
- schemaType: string;
58907
- enumValues?: string[] | undefined;
58908
- regexPattern?: string | undefined;
58906
+ schemaType: "enum" | "regex" | "jsonSchema";
58909
58907
  jsonSchema?: string | undefined;
58908
+ enumValues?: string[] | number[] | undefined;
58909
+ regexPattern?: string | undefined;
58910
58910
  exampleValue?: any;
58911
58911
  }>>;
58912
58912
  }, "strip", z.ZodTypeAny, {
@@ -58918,10 +58918,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
58918
58918
  defaultValue?: any;
58919
58919
  validationSchema?: {
58920
58920
  description: string;
58921
- schemaType: string;
58922
- enumValues?: string[] | undefined;
58923
- regexPattern?: string | undefined;
58921
+ schemaType: "enum" | "regex" | "jsonSchema";
58924
58922
  jsonSchema?: string | undefined;
58923
+ enumValues?: string[] | number[] | undefined;
58924
+ regexPattern?: string | undefined;
58925
58925
  exampleValue?: any;
58926
58926
  } | undefined;
58927
58927
  }, {
@@ -58933,10 +58933,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
58933
58933
  defaultValue?: any;
58934
58934
  validationSchema?: {
58935
58935
  description: string;
58936
- schemaType: string;
58937
- enumValues?: string[] | undefined;
58938
- regexPattern?: string | undefined;
58936
+ schemaType: "enum" | "regex" | "jsonSchema";
58939
58937
  jsonSchema?: string | undefined;
58938
+ enumValues?: string[] | number[] | undefined;
58939
+ regexPattern?: string | undefined;
58940
58940
  exampleValue?: any;
58941
58941
  } | undefined;
58942
58942
  }>;
@@ -58960,25 +58960,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
58960
58960
  createdAt: z.ZodString;
58961
58961
  updatedAt: z.ZodString;
58962
58962
  validationSchema: z.ZodOptional<z.ZodObject<{
58963
- schemaType: z.ZodString;
58964
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
58963
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
58964
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
58965
58965
  regexPattern: z.ZodOptional<z.ZodString>;
58966
58966
  jsonSchema: z.ZodOptional<z.ZodString>;
58967
58967
  description: z.ZodString;
58968
58968
  exampleValue: z.ZodAny;
58969
58969
  }, "strip", z.ZodTypeAny, {
58970
58970
  description: string;
58971
- schemaType: string;
58972
- enumValues?: string[] | undefined;
58973
- regexPattern?: string | undefined;
58971
+ schemaType: "enum" | "regex" | "jsonSchema";
58974
58972
  jsonSchema?: string | undefined;
58973
+ enumValues?: string[] | number[] | undefined;
58974
+ regexPattern?: string | undefined;
58975
58975
  exampleValue?: any;
58976
58976
  }, {
58977
58977
  description: string;
58978
- schemaType: string;
58979
- enumValues?: string[] | undefined;
58980
- regexPattern?: string | undefined;
58978
+ schemaType: "enum" | "regex" | "jsonSchema";
58981
58979
  jsonSchema?: string | undefined;
58980
+ enumValues?: string[] | number[] | undefined;
58981
+ regexPattern?: string | undefined;
58982
58982
  exampleValue?: any;
58983
58983
  }>>;
58984
58984
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -58998,10 +58998,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
58998
58998
  defaultValue?: any;
58999
58999
  validationSchema?: {
59000
59000
  description: string;
59001
- schemaType: string;
59002
- enumValues?: string[] | undefined;
59003
- regexPattern?: string | undefined;
59001
+ schemaType: "enum" | "regex" | "jsonSchema";
59004
59002
  jsonSchema?: string | undefined;
59003
+ enumValues?: string[] | number[] | undefined;
59004
+ regexPattern?: string | undefined;
59005
59005
  exampleValue?: any;
59006
59006
  } | undefined;
59007
59007
  persistent?: boolean | undefined;
@@ -59021,10 +59021,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59021
59021
  defaultValue?: any;
59022
59022
  validationSchema?: {
59023
59023
  description: string;
59024
- schemaType: string;
59025
- enumValues?: string[] | undefined;
59026
- regexPattern?: string | undefined;
59024
+ schemaType: "enum" | "regex" | "jsonSchema";
59027
59025
  jsonSchema?: string | undefined;
59026
+ enumValues?: string[] | number[] | undefined;
59027
+ regexPattern?: string | undefined;
59028
59028
  exampleValue?: any;
59029
59029
  } | undefined;
59030
59030
  persistent?: boolean | undefined;
@@ -59126,25 +59126,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59126
59126
  createdAt: z.ZodString;
59127
59127
  updatedAt: z.ZodString;
59128
59128
  validationSchema: z.ZodOptional<z.ZodObject<{
59129
- schemaType: z.ZodString;
59130
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
59129
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
59130
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
59131
59131
  regexPattern: z.ZodOptional<z.ZodString>;
59132
59132
  jsonSchema: z.ZodOptional<z.ZodString>;
59133
59133
  description: z.ZodString;
59134
59134
  exampleValue: z.ZodAny;
59135
59135
  }, "strip", z.ZodTypeAny, {
59136
59136
  description: string;
59137
- schemaType: string;
59138
- enumValues?: string[] | undefined;
59139
- regexPattern?: string | undefined;
59137
+ schemaType: "enum" | "regex" | "jsonSchema";
59140
59138
  jsonSchema?: string | undefined;
59139
+ enumValues?: string[] | number[] | undefined;
59140
+ regexPattern?: string | undefined;
59141
59141
  exampleValue?: any;
59142
59142
  }, {
59143
59143
  description: string;
59144
- schemaType: string;
59145
- enumValues?: string[] | undefined;
59146
- regexPattern?: string | undefined;
59144
+ schemaType: "enum" | "regex" | "jsonSchema";
59147
59145
  jsonSchema?: string | undefined;
59146
+ enumValues?: string[] | number[] | undefined;
59147
+ regexPattern?: string | undefined;
59148
59148
  exampleValue?: any;
59149
59149
  }>>;
59150
59150
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -59164,10 +59164,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59164
59164
  defaultValue?: any;
59165
59165
  validationSchema?: {
59166
59166
  description: string;
59167
- schemaType: string;
59168
- enumValues?: string[] | undefined;
59169
- regexPattern?: string | undefined;
59167
+ schemaType: "enum" | "regex" | "jsonSchema";
59170
59168
  jsonSchema?: string | undefined;
59169
+ enumValues?: string[] | number[] | undefined;
59170
+ regexPattern?: string | undefined;
59171
59171
  exampleValue?: any;
59172
59172
  } | undefined;
59173
59173
  persistent?: boolean | undefined;
@@ -59187,10 +59187,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59187
59187
  defaultValue?: any;
59188
59188
  validationSchema?: {
59189
59189
  description: string;
59190
- schemaType: string;
59191
- enumValues?: string[] | undefined;
59192
- regexPattern?: string | undefined;
59190
+ schemaType: "enum" | "regex" | "jsonSchema";
59193
59191
  jsonSchema?: string | undefined;
59192
+ enumValues?: string[] | number[] | undefined;
59193
+ regexPattern?: string | undefined;
59194
59194
  exampleValue?: any;
59195
59195
  } | undefined;
59196
59196
  persistent?: boolean | undefined;
@@ -59246,25 +59246,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59246
59246
  createdAt: z.ZodString;
59247
59247
  updatedAt: z.ZodString;
59248
59248
  validationSchema: z.ZodOptional<z.ZodObject<{
59249
- schemaType: z.ZodString;
59250
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
59249
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
59250
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
59251
59251
  regexPattern: z.ZodOptional<z.ZodString>;
59252
59252
  jsonSchema: z.ZodOptional<z.ZodString>;
59253
59253
  description: z.ZodString;
59254
59254
  exampleValue: z.ZodAny;
59255
59255
  }, "strip", z.ZodTypeAny, {
59256
59256
  description: string;
59257
- schemaType: string;
59258
- enumValues?: string[] | undefined;
59259
- regexPattern?: string | undefined;
59257
+ schemaType: "enum" | "regex" | "jsonSchema";
59260
59258
  jsonSchema?: string | undefined;
59259
+ enumValues?: string[] | number[] | undefined;
59260
+ regexPattern?: string | undefined;
59261
59261
  exampleValue?: any;
59262
59262
  }, {
59263
59263
  description: string;
59264
- schemaType: string;
59265
- enumValues?: string[] | undefined;
59266
- regexPattern?: string | undefined;
59264
+ schemaType: "enum" | "regex" | "jsonSchema";
59267
59265
  jsonSchema?: string | undefined;
59266
+ enumValues?: string[] | number[] | undefined;
59267
+ regexPattern?: string | undefined;
59268
59268
  exampleValue?: any;
59269
59269
  }>>;
59270
59270
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -59284,10 +59284,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59284
59284
  defaultValue?: any;
59285
59285
  validationSchema?: {
59286
59286
  description: string;
59287
- schemaType: string;
59288
- enumValues?: string[] | undefined;
59289
- regexPattern?: string | undefined;
59287
+ schemaType: "enum" | "regex" | "jsonSchema";
59290
59288
  jsonSchema?: string | undefined;
59289
+ enumValues?: string[] | number[] | undefined;
59290
+ regexPattern?: string | undefined;
59291
59291
  exampleValue?: any;
59292
59292
  } | undefined;
59293
59293
  persistent?: boolean | undefined;
@@ -59307,10 +59307,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59307
59307
  defaultValue?: any;
59308
59308
  validationSchema?: {
59309
59309
  description: string;
59310
- schemaType: string;
59311
- enumValues?: string[] | undefined;
59312
- regexPattern?: string | undefined;
59310
+ schemaType: "enum" | "regex" | "jsonSchema";
59313
59311
  jsonSchema?: string | undefined;
59312
+ enumValues?: string[] | number[] | undefined;
59313
+ regexPattern?: string | undefined;
59314
59314
  exampleValue?: any;
59315
59315
  } | undefined;
59316
59316
  persistent?: boolean | undefined;
@@ -59348,25 +59348,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59348
59348
  key: z.ZodOptional<z.ZodString>;
59349
59349
  type: z.ZodOptional<z.ZodEnum<["String", "Boolean", "Number", "JSON"]>>;
59350
59350
  validationSchema: z.ZodOptional<z.ZodObject<{
59351
- schemaType: z.ZodString;
59352
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
59351
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
59352
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
59353
59353
  regexPattern: z.ZodOptional<z.ZodString>;
59354
59354
  jsonSchema: z.ZodOptional<z.ZodString>;
59355
59355
  description: z.ZodString;
59356
59356
  exampleValue: z.ZodAny;
59357
59357
  }, "strip", z.ZodTypeAny, {
59358
59358
  description: string;
59359
- schemaType: string;
59360
- enumValues?: string[] | undefined;
59361
- regexPattern?: string | undefined;
59359
+ schemaType: "enum" | "regex" | "jsonSchema";
59362
59360
  jsonSchema?: string | undefined;
59361
+ enumValues?: string[] | number[] | undefined;
59362
+ regexPattern?: string | undefined;
59363
59363
  exampleValue?: any;
59364
59364
  }, {
59365
59365
  description: string;
59366
- schemaType: string;
59367
- enumValues?: string[] | undefined;
59368
- regexPattern?: string | undefined;
59366
+ schemaType: "enum" | "regex" | "jsonSchema";
59369
59367
  jsonSchema?: string | undefined;
59368
+ enumValues?: string[] | number[] | undefined;
59369
+ regexPattern?: string | undefined;
59370
59370
  exampleValue?: any;
59371
59371
  }>>;
59372
59372
  }, "strip", z.ZodTypeAny, {
@@ -59376,10 +59376,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59376
59376
  key?: string | undefined;
59377
59377
  validationSchema?: {
59378
59378
  description: string;
59379
- schemaType: string;
59380
- enumValues?: string[] | undefined;
59381
- regexPattern?: string | undefined;
59379
+ schemaType: "enum" | "regex" | "jsonSchema";
59382
59380
  jsonSchema?: string | undefined;
59381
+ enumValues?: string[] | number[] | undefined;
59382
+ regexPattern?: string | undefined;
59383
59383
  exampleValue?: any;
59384
59384
  } | undefined;
59385
59385
  }, {
@@ -59389,10 +59389,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59389
59389
  key?: string | undefined;
59390
59390
  validationSchema?: {
59391
59391
  description: string;
59392
- schemaType: string;
59393
- enumValues?: string[] | undefined;
59394
- regexPattern?: string | undefined;
59392
+ schemaType: "enum" | "regex" | "jsonSchema";
59395
59393
  jsonSchema?: string | undefined;
59394
+ enumValues?: string[] | number[] | undefined;
59395
+ regexPattern?: string | undefined;
59396
59396
  exampleValue?: any;
59397
59397
  } | undefined;
59398
59398
  }>;
@@ -59420,25 +59420,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59420
59420
  createdAt: z.ZodString;
59421
59421
  updatedAt: z.ZodString;
59422
59422
  validationSchema: z.ZodOptional<z.ZodObject<{
59423
- schemaType: z.ZodString;
59424
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
59423
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
59424
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
59425
59425
  regexPattern: z.ZodOptional<z.ZodString>;
59426
59426
  jsonSchema: z.ZodOptional<z.ZodString>;
59427
59427
  description: z.ZodString;
59428
59428
  exampleValue: z.ZodAny;
59429
59429
  }, "strip", z.ZodTypeAny, {
59430
59430
  description: string;
59431
- schemaType: string;
59432
- enumValues?: string[] | undefined;
59433
- regexPattern?: string | undefined;
59431
+ schemaType: "enum" | "regex" | "jsonSchema";
59434
59432
  jsonSchema?: string | undefined;
59433
+ enumValues?: string[] | number[] | undefined;
59434
+ regexPattern?: string | undefined;
59435
59435
  exampleValue?: any;
59436
59436
  }, {
59437
59437
  description: string;
59438
- schemaType: string;
59439
- enumValues?: string[] | undefined;
59440
- regexPattern?: string | undefined;
59438
+ schemaType: "enum" | "regex" | "jsonSchema";
59441
59439
  jsonSchema?: string | undefined;
59440
+ enumValues?: string[] | number[] | undefined;
59441
+ regexPattern?: string | undefined;
59442
59442
  exampleValue?: any;
59443
59443
  }>>;
59444
59444
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -59458,10 +59458,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59458
59458
  defaultValue?: any;
59459
59459
  validationSchema?: {
59460
59460
  description: string;
59461
- schemaType: string;
59462
- enumValues?: string[] | undefined;
59463
- regexPattern?: string | undefined;
59461
+ schemaType: "enum" | "regex" | "jsonSchema";
59464
59462
  jsonSchema?: string | undefined;
59463
+ enumValues?: string[] | number[] | undefined;
59464
+ regexPattern?: string | undefined;
59465
59465
  exampleValue?: any;
59466
59466
  } | undefined;
59467
59467
  persistent?: boolean | undefined;
@@ -59481,10 +59481,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59481
59481
  defaultValue?: any;
59482
59482
  validationSchema?: {
59483
59483
  description: string;
59484
- schemaType: string;
59485
- enumValues?: string[] | undefined;
59486
- regexPattern?: string | undefined;
59484
+ schemaType: "enum" | "regex" | "jsonSchema";
59487
59485
  jsonSchema?: string | undefined;
59486
+ enumValues?: string[] | number[] | undefined;
59487
+ regexPattern?: string | undefined;
59488
59488
  exampleValue?: any;
59489
59489
  } | undefined;
59490
59490
  persistent?: boolean | undefined;
@@ -59614,25 +59614,25 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59614
59614
  createdAt: z.ZodString;
59615
59615
  updatedAt: z.ZodString;
59616
59616
  validationSchema: z.ZodOptional<z.ZodObject<{
59617
- schemaType: z.ZodString;
59618
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
59617
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
59618
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
59619
59619
  regexPattern: z.ZodOptional<z.ZodString>;
59620
59620
  jsonSchema: z.ZodOptional<z.ZodString>;
59621
59621
  description: z.ZodString;
59622
59622
  exampleValue: z.ZodAny;
59623
59623
  }, "strip", z.ZodTypeAny, {
59624
59624
  description: string;
59625
- schemaType: string;
59626
- enumValues?: string[] | undefined;
59627
- regexPattern?: string | undefined;
59625
+ schemaType: "enum" | "regex" | "jsonSchema";
59628
59626
  jsonSchema?: string | undefined;
59627
+ enumValues?: string[] | number[] | undefined;
59628
+ regexPattern?: string | undefined;
59629
59629
  exampleValue?: any;
59630
59630
  }, {
59631
59631
  description: string;
59632
- schemaType: string;
59633
- enumValues?: string[] | undefined;
59634
- regexPattern?: string | undefined;
59632
+ schemaType: "enum" | "regex" | "jsonSchema";
59635
59633
  jsonSchema?: string | undefined;
59634
+ enumValues?: string[] | number[] | undefined;
59635
+ regexPattern?: string | undefined;
59636
59636
  exampleValue?: any;
59637
59637
  }>>;
59638
59638
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -59652,10 +59652,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59652
59652
  defaultValue?: any;
59653
59653
  validationSchema?: {
59654
59654
  description: string;
59655
- schemaType: string;
59656
- enumValues?: string[] | undefined;
59657
- regexPattern?: string | undefined;
59655
+ schemaType: "enum" | "regex" | "jsonSchema";
59658
59656
  jsonSchema?: string | undefined;
59657
+ enumValues?: string[] | number[] | undefined;
59658
+ regexPattern?: string | undefined;
59659
59659
  exampleValue?: any;
59660
59660
  } | undefined;
59661
59661
  persistent?: boolean | undefined;
@@ -59675,10 +59675,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
59675
59675
  defaultValue?: any;
59676
59676
  validationSchema?: {
59677
59677
  description: string;
59678
- schemaType: string;
59679
- enumValues?: string[] | undefined;
59680
- regexPattern?: string | undefined;
59678
+ schemaType: "enum" | "regex" | "jsonSchema";
59681
59679
  jsonSchema?: string | undefined;
59680
+ enumValues?: string[] | number[] | undefined;
59681
+ regexPattern?: string | undefined;
59682
59682
  exampleValue?: any;
59683
59683
  } | undefined;
59684
59684
  persistent?: boolean | undefined;
@@ -60151,25 +60151,25 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
60151
60151
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
60152
60152
  defaultValue: z.ZodOptional<z.ZodAny>;
60153
60153
  validationSchema: z.ZodOptional<z.ZodObject<{
60154
- schemaType: z.ZodString;
60155
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
60154
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
60155
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
60156
60156
  regexPattern: z.ZodOptional<z.ZodString>;
60157
60157
  jsonSchema: z.ZodOptional<z.ZodString>;
60158
60158
  description: z.ZodString;
60159
60159
  exampleValue: z.ZodAny;
60160
60160
  }, "strip", z.ZodTypeAny, {
60161
60161
  description: string;
60162
- schemaType: string;
60163
- enumValues?: string[] | undefined;
60164
- regexPattern?: string | undefined;
60162
+ schemaType: "enum" | "regex" | "jsonSchema";
60165
60163
  jsonSchema?: string | undefined;
60164
+ enumValues?: string[] | number[] | undefined;
60165
+ regexPattern?: string | undefined;
60166
60166
  exampleValue?: any;
60167
60167
  }, {
60168
60168
  description: string;
60169
- schemaType: string;
60170
- enumValues?: string[] | undefined;
60171
- regexPattern?: string | undefined;
60169
+ schemaType: "enum" | "regex" | "jsonSchema";
60172
60170
  jsonSchema?: string | undefined;
60171
+ enumValues?: string[] | number[] | undefined;
60172
+ regexPattern?: string | undefined;
60173
60173
  exampleValue?: any;
60174
60174
  }>>;
60175
60175
  }, "strip", z.ZodTypeAny, {
@@ -60181,10 +60181,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
60181
60181
  defaultValue?: any;
60182
60182
  validationSchema?: {
60183
60183
  description: string;
60184
- schemaType: string;
60185
- enumValues?: string[] | undefined;
60186
- regexPattern?: string | undefined;
60184
+ schemaType: "enum" | "regex" | "jsonSchema";
60187
60185
  jsonSchema?: string | undefined;
60186
+ enumValues?: string[] | number[] | undefined;
60187
+ regexPattern?: string | undefined;
60188
60188
  exampleValue?: any;
60189
60189
  } | undefined;
60190
60190
  }, {
@@ -60196,10 +60196,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
60196
60196
  defaultValue?: any;
60197
60197
  validationSchema?: {
60198
60198
  description: string;
60199
- schemaType: string;
60200
- enumValues?: string[] | undefined;
60201
- regexPattern?: string | undefined;
60199
+ schemaType: "enum" | "regex" | "jsonSchema";
60202
60200
  jsonSchema?: string | undefined;
60201
+ enumValues?: string[] | number[] | undefined;
60202
+ regexPattern?: string | undefined;
60203
60203
  exampleValue?: any;
60204
60204
  } | undefined;
60205
60205
  }>, z.ZodObject<{
@@ -60284,10 +60284,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
60284
60284
  defaultValue?: any;
60285
60285
  validationSchema?: {
60286
60286
  description: string;
60287
- schemaType: string;
60288
- enumValues?: string[] | undefined;
60289
- regexPattern?: string | undefined;
60287
+ schemaType: "enum" | "regex" | "jsonSchema";
60290
60288
  jsonSchema?: string | undefined;
60289
+ enumValues?: string[] | number[] | undefined;
60290
+ regexPattern?: string | undefined;
60291
60291
  exampleValue?: any;
60292
60292
  } | undefined;
60293
60293
  } | {
@@ -60329,10 +60329,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
60329
60329
  defaultValue?: any;
60330
60330
  validationSchema?: {
60331
60331
  description: string;
60332
- schemaType: string;
60333
- enumValues?: string[] | undefined;
60334
- regexPattern?: string | undefined;
60332
+ schemaType: "enum" | "regex" | "jsonSchema";
60335
60333
  jsonSchema?: string | undefined;
60334
+ enumValues?: string[] | number[] | undefined;
60335
+ regexPattern?: string | undefined;
60336
60336
  exampleValue?: any;
60337
60337
  } | undefined;
60338
60338
  } | {
@@ -61099,25 +61099,25 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
61099
61099
  createdAt: z.ZodString;
61100
61100
  updatedAt: z.ZodString;
61101
61101
  validationSchema: z.ZodOptional<z.ZodObject<{
61102
- schemaType: z.ZodString;
61103
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
61102
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
61103
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
61104
61104
  regexPattern: z.ZodOptional<z.ZodString>;
61105
61105
  jsonSchema: z.ZodOptional<z.ZodString>;
61106
61106
  description: z.ZodString;
61107
61107
  exampleValue: z.ZodAny;
61108
61108
  }, "strip", z.ZodTypeAny, {
61109
61109
  description: string;
61110
- schemaType: string;
61111
- enumValues?: string[] | undefined;
61112
- regexPattern?: string | undefined;
61110
+ schemaType: "enum" | "regex" | "jsonSchema";
61113
61111
  jsonSchema?: string | undefined;
61112
+ enumValues?: string[] | number[] | undefined;
61113
+ regexPattern?: string | undefined;
61114
61114
  exampleValue?: any;
61115
61115
  }, {
61116
61116
  description: string;
61117
- schemaType: string;
61118
- enumValues?: string[] | undefined;
61119
- regexPattern?: string | undefined;
61117
+ schemaType: "enum" | "regex" | "jsonSchema";
61120
61118
  jsonSchema?: string | undefined;
61119
+ enumValues?: string[] | number[] | undefined;
61120
+ regexPattern?: string | undefined;
61121
61121
  exampleValue?: any;
61122
61122
  }>>;
61123
61123
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -61137,10 +61137,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
61137
61137
  defaultValue?: any;
61138
61138
  validationSchema?: {
61139
61139
  description: string;
61140
- schemaType: string;
61141
- enumValues?: string[] | undefined;
61142
- regexPattern?: string | undefined;
61140
+ schemaType: "enum" | "regex" | "jsonSchema";
61143
61141
  jsonSchema?: string | undefined;
61142
+ enumValues?: string[] | number[] | undefined;
61143
+ regexPattern?: string | undefined;
61144
61144
  exampleValue?: any;
61145
61145
  } | undefined;
61146
61146
  persistent?: boolean | undefined;
@@ -61160,10 +61160,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
61160
61160
  defaultValue?: any;
61161
61161
  validationSchema?: {
61162
61162
  description: string;
61163
- schemaType: string;
61164
- enumValues?: string[] | undefined;
61165
- regexPattern?: string | undefined;
61163
+ schemaType: "enum" | "regex" | "jsonSchema";
61166
61164
  jsonSchema?: string | undefined;
61165
+ enumValues?: string[] | number[] | undefined;
61166
+ regexPattern?: string | undefined;
61167
61167
  exampleValue?: any;
61168
61168
  } | undefined;
61169
61169
  persistent?: boolean | undefined;
@@ -61244,10 +61244,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
61244
61244
  defaultValue?: any;
61245
61245
  validationSchema?: {
61246
61246
  description: string;
61247
- schemaType: string;
61248
- enumValues?: string[] | undefined;
61249
- regexPattern?: string | undefined;
61247
+ schemaType: "enum" | "regex" | "jsonSchema";
61250
61248
  jsonSchema?: string | undefined;
61249
+ enumValues?: string[] | number[] | undefined;
61250
+ regexPattern?: string | undefined;
61251
61251
  exampleValue?: any;
61252
61252
  } | undefined;
61253
61253
  persistent?: boolean | undefined;
@@ -61389,10 +61389,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
61389
61389
  defaultValue?: any;
61390
61390
  validationSchema?: {
61391
61391
  description: string;
61392
- schemaType: string;
61393
- enumValues?: string[] | undefined;
61394
- regexPattern?: string | undefined;
61392
+ schemaType: "enum" | "regex" | "jsonSchema";
61395
61393
  jsonSchema?: string | undefined;
61394
+ enumValues?: string[] | number[] | undefined;
61395
+ regexPattern?: string | undefined;
61396
61396
  exampleValue?: any;
61397
61397
  } | undefined;
61398
61398
  persistent?: boolean | undefined;
@@ -62355,25 +62355,25 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
62355
62355
  createdAt: z.ZodString;
62356
62356
  updatedAt: z.ZodString;
62357
62357
  validationSchema: z.ZodOptional<z.ZodObject<{
62358
- schemaType: z.ZodString;
62359
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
62358
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
62359
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
62360
62360
  regexPattern: z.ZodOptional<z.ZodString>;
62361
62361
  jsonSchema: z.ZodOptional<z.ZodString>;
62362
62362
  description: z.ZodString;
62363
62363
  exampleValue: z.ZodAny;
62364
62364
  }, "strip", z.ZodTypeAny, {
62365
62365
  description: string;
62366
- schemaType: string;
62367
- enumValues?: string[] | undefined;
62368
- regexPattern?: string | undefined;
62366
+ schemaType: "enum" | "regex" | "jsonSchema";
62369
62367
  jsonSchema?: string | undefined;
62368
+ enumValues?: string[] | number[] | undefined;
62369
+ regexPattern?: string | undefined;
62370
62370
  exampleValue?: any;
62371
62371
  }, {
62372
62372
  description: string;
62373
- schemaType: string;
62374
- enumValues?: string[] | undefined;
62375
- regexPattern?: string | undefined;
62373
+ schemaType: "enum" | "regex" | "jsonSchema";
62376
62374
  jsonSchema?: string | undefined;
62375
+ enumValues?: string[] | number[] | undefined;
62376
+ regexPattern?: string | undefined;
62377
62377
  exampleValue?: any;
62378
62378
  }>>;
62379
62379
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -62393,10 +62393,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
62393
62393
  defaultValue?: any;
62394
62394
  validationSchema?: {
62395
62395
  description: string;
62396
- schemaType: string;
62397
- enumValues?: string[] | undefined;
62398
- regexPattern?: string | undefined;
62396
+ schemaType: "enum" | "regex" | "jsonSchema";
62399
62397
  jsonSchema?: string | undefined;
62398
+ enumValues?: string[] | number[] | undefined;
62399
+ regexPattern?: string | undefined;
62400
62400
  exampleValue?: any;
62401
62401
  } | undefined;
62402
62402
  persistent?: boolean | undefined;
@@ -62416,10 +62416,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
62416
62416
  defaultValue?: any;
62417
62417
  validationSchema?: {
62418
62418
  description: string;
62419
- schemaType: string;
62420
- enumValues?: string[] | undefined;
62421
- regexPattern?: string | undefined;
62419
+ schemaType: "enum" | "regex" | "jsonSchema";
62422
62420
  jsonSchema?: string | undefined;
62421
+ enumValues?: string[] | number[] | undefined;
62422
+ regexPattern?: string | undefined;
62423
62423
  exampleValue?: any;
62424
62424
  } | undefined;
62425
62425
  persistent?: boolean | undefined;
@@ -62500,10 +62500,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
62500
62500
  defaultValue?: any;
62501
62501
  validationSchema?: {
62502
62502
  description: string;
62503
- schemaType: string;
62504
- enumValues?: string[] | undefined;
62505
- regexPattern?: string | undefined;
62503
+ schemaType: "enum" | "regex" | "jsonSchema";
62506
62504
  jsonSchema?: string | undefined;
62505
+ enumValues?: string[] | number[] | undefined;
62506
+ regexPattern?: string | undefined;
62507
62507
  exampleValue?: any;
62508
62508
  } | undefined;
62509
62509
  persistent?: boolean | undefined;
@@ -62645,10 +62645,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
62645
62645
  defaultValue?: any;
62646
62646
  validationSchema?: {
62647
62647
  description: string;
62648
- schemaType: string;
62649
- enumValues?: string[] | undefined;
62650
- regexPattern?: string | undefined;
62648
+ schemaType: "enum" | "regex" | "jsonSchema";
62651
62649
  jsonSchema?: string | undefined;
62650
+ enumValues?: string[] | number[] | undefined;
62651
+ regexPattern?: string | undefined;
62652
62652
  exampleValue?: any;
62653
62653
  } | undefined;
62654
62654
  persistent?: boolean | undefined;
@@ -62809,25 +62809,25 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
62809
62809
  type: z.ZodEnum<["String", "Boolean", "Number", "JSON"]>;
62810
62810
  defaultValue: z.ZodOptional<z.ZodAny>;
62811
62811
  validationSchema: z.ZodOptional<z.ZodObject<{
62812
- schemaType: z.ZodString;
62813
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
62812
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
62813
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
62814
62814
  regexPattern: z.ZodOptional<z.ZodString>;
62815
62815
  jsonSchema: z.ZodOptional<z.ZodString>;
62816
62816
  description: z.ZodString;
62817
62817
  exampleValue: z.ZodAny;
62818
62818
  }, "strip", z.ZodTypeAny, {
62819
62819
  description: string;
62820
- schemaType: string;
62821
- enumValues?: string[] | undefined;
62822
- regexPattern?: string | undefined;
62820
+ schemaType: "enum" | "regex" | "jsonSchema";
62823
62821
  jsonSchema?: string | undefined;
62822
+ enumValues?: string[] | number[] | undefined;
62823
+ regexPattern?: string | undefined;
62824
62824
  exampleValue?: any;
62825
62825
  }, {
62826
62826
  description: string;
62827
- schemaType: string;
62828
- enumValues?: string[] | undefined;
62829
- regexPattern?: string | undefined;
62827
+ schemaType: "enum" | "regex" | "jsonSchema";
62830
62828
  jsonSchema?: string | undefined;
62829
+ enumValues?: string[] | number[] | undefined;
62830
+ regexPattern?: string | undefined;
62831
62831
  exampleValue?: any;
62832
62832
  }>>;
62833
62833
  }, "strip", z.ZodTypeAny, {
@@ -62839,10 +62839,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
62839
62839
  defaultValue?: any;
62840
62840
  validationSchema?: {
62841
62841
  description: string;
62842
- schemaType: string;
62843
- enumValues?: string[] | undefined;
62844
- regexPattern?: string | undefined;
62842
+ schemaType: "enum" | "regex" | "jsonSchema";
62845
62843
  jsonSchema?: string | undefined;
62844
+ enumValues?: string[] | number[] | undefined;
62845
+ regexPattern?: string | undefined;
62846
62846
  exampleValue?: any;
62847
62847
  } | undefined;
62848
62848
  }, {
@@ -62854,10 +62854,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
62854
62854
  defaultValue?: any;
62855
62855
  validationSchema?: {
62856
62856
  description: string;
62857
- schemaType: string;
62858
- enumValues?: string[] | undefined;
62859
- regexPattern?: string | undefined;
62857
+ schemaType: "enum" | "regex" | "jsonSchema";
62860
62858
  jsonSchema?: string | undefined;
62859
+ enumValues?: string[] | number[] | undefined;
62860
+ regexPattern?: string | undefined;
62861
62861
  exampleValue?: any;
62862
62862
  } | undefined;
62863
62863
  }>, z.ZodObject<{
@@ -62932,10 +62932,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
62932
62932
  defaultValue?: any;
62933
62933
  validationSchema?: {
62934
62934
  description: string;
62935
- schemaType: string;
62936
- enumValues?: string[] | undefined;
62937
- regexPattern?: string | undefined;
62935
+ schemaType: "enum" | "regex" | "jsonSchema";
62938
62936
  jsonSchema?: string | undefined;
62937
+ enumValues?: string[] | number[] | undefined;
62938
+ regexPattern?: string | undefined;
62939
62939
  exampleValue?: any;
62940
62940
  } | undefined;
62941
62941
  } | {
@@ -62973,10 +62973,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
62973
62973
  defaultValue?: any;
62974
62974
  validationSchema?: {
62975
62975
  description: string;
62976
- schemaType: string;
62977
- enumValues?: string[] | undefined;
62978
- regexPattern?: string | undefined;
62976
+ schemaType: "enum" | "regex" | "jsonSchema";
62979
62977
  jsonSchema?: string | undefined;
62978
+ enumValues?: string[] | number[] | undefined;
62979
+ regexPattern?: string | undefined;
62980
62980
  exampleValue?: any;
62981
62981
  } | undefined;
62982
62982
  } | {
@@ -63743,25 +63743,25 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
63743
63743
  createdAt: z.ZodString;
63744
63744
  updatedAt: z.ZodString;
63745
63745
  validationSchema: z.ZodOptional<z.ZodObject<{
63746
- schemaType: z.ZodString;
63747
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
63746
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
63747
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
63748
63748
  regexPattern: z.ZodOptional<z.ZodString>;
63749
63749
  jsonSchema: z.ZodOptional<z.ZodString>;
63750
63750
  description: z.ZodString;
63751
63751
  exampleValue: z.ZodAny;
63752
63752
  }, "strip", z.ZodTypeAny, {
63753
63753
  description: string;
63754
- schemaType: string;
63755
- enumValues?: string[] | undefined;
63756
- regexPattern?: string | undefined;
63754
+ schemaType: "enum" | "regex" | "jsonSchema";
63757
63755
  jsonSchema?: string | undefined;
63756
+ enumValues?: string[] | number[] | undefined;
63757
+ regexPattern?: string | undefined;
63758
63758
  exampleValue?: any;
63759
63759
  }, {
63760
63760
  description: string;
63761
- schemaType: string;
63762
- enumValues?: string[] | undefined;
63763
- regexPattern?: string | undefined;
63761
+ schemaType: "enum" | "regex" | "jsonSchema";
63764
63762
  jsonSchema?: string | undefined;
63763
+ enumValues?: string[] | number[] | undefined;
63764
+ regexPattern?: string | undefined;
63765
63765
  exampleValue?: any;
63766
63766
  }>>;
63767
63767
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -63781,10 +63781,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
63781
63781
  defaultValue?: any;
63782
63782
  validationSchema?: {
63783
63783
  description: string;
63784
- schemaType: string;
63785
- enumValues?: string[] | undefined;
63786
- regexPattern?: string | undefined;
63784
+ schemaType: "enum" | "regex" | "jsonSchema";
63787
63785
  jsonSchema?: string | undefined;
63786
+ enumValues?: string[] | number[] | undefined;
63787
+ regexPattern?: string | undefined;
63788
63788
  exampleValue?: any;
63789
63789
  } | undefined;
63790
63790
  persistent?: boolean | undefined;
@@ -63804,10 +63804,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
63804
63804
  defaultValue?: any;
63805
63805
  validationSchema?: {
63806
63806
  description: string;
63807
- schemaType: string;
63808
- enumValues?: string[] | undefined;
63809
- regexPattern?: string | undefined;
63807
+ schemaType: "enum" | "regex" | "jsonSchema";
63810
63808
  jsonSchema?: string | undefined;
63809
+ enumValues?: string[] | number[] | undefined;
63810
+ regexPattern?: string | undefined;
63811
63811
  exampleValue?: any;
63812
63812
  } | undefined;
63813
63813
  persistent?: boolean | undefined;
@@ -63888,10 +63888,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
63888
63888
  defaultValue?: any;
63889
63889
  validationSchema?: {
63890
63890
  description: string;
63891
- schemaType: string;
63892
- enumValues?: string[] | undefined;
63893
- regexPattern?: string | undefined;
63891
+ schemaType: "enum" | "regex" | "jsonSchema";
63894
63892
  jsonSchema?: string | undefined;
63893
+ enumValues?: string[] | number[] | undefined;
63894
+ regexPattern?: string | undefined;
63895
63895
  exampleValue?: any;
63896
63896
  } | undefined;
63897
63897
  persistent?: boolean | undefined;
@@ -64033,10 +64033,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
64033
64033
  defaultValue?: any;
64034
64034
  validationSchema?: {
64035
64035
  description: string;
64036
- schemaType: string;
64037
- enumValues?: string[] | undefined;
64038
- regexPattern?: string | undefined;
64036
+ schemaType: "enum" | "regex" | "jsonSchema";
64039
64037
  jsonSchema?: string | undefined;
64038
+ enumValues?: string[] | number[] | undefined;
64039
+ regexPattern?: string | undefined;
64040
64040
  exampleValue?: any;
64041
64041
  } | undefined;
64042
64042
  persistent?: boolean | undefined;
@@ -64978,25 +64978,25 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
64978
64978
  createdAt: z.ZodString;
64979
64979
  updatedAt: z.ZodString;
64980
64980
  validationSchema: z.ZodOptional<z.ZodObject<{
64981
- schemaType: z.ZodString;
64982
- enumValues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
64981
+ schemaType: z.ZodEnum<["enum", "regex", "jsonSchema"]>;
64982
+ enumValues: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodString, "many">, z.ZodArray<z.ZodNumber, "many">]>>;
64983
64983
  regexPattern: z.ZodOptional<z.ZodString>;
64984
64984
  jsonSchema: z.ZodOptional<z.ZodString>;
64985
64985
  description: z.ZodString;
64986
64986
  exampleValue: z.ZodAny;
64987
64987
  }, "strip", z.ZodTypeAny, {
64988
64988
  description: string;
64989
- schemaType: string;
64990
- enumValues?: string[] | undefined;
64991
- regexPattern?: string | undefined;
64989
+ schemaType: "enum" | "regex" | "jsonSchema";
64992
64990
  jsonSchema?: string | undefined;
64991
+ enumValues?: string[] | number[] | undefined;
64992
+ regexPattern?: string | undefined;
64993
64993
  exampleValue?: any;
64994
64994
  }, {
64995
64995
  description: string;
64996
- schemaType: string;
64997
- enumValues?: string[] | undefined;
64998
- regexPattern?: string | undefined;
64996
+ schemaType: "enum" | "regex" | "jsonSchema";
64999
64997
  jsonSchema?: string | undefined;
64998
+ enumValues?: string[] | number[] | undefined;
64999
+ regexPattern?: string | undefined;
65000
65000
  exampleValue?: any;
65001
65001
  }>>;
65002
65002
  persistent: z.ZodOptional<z.ZodBoolean>;
@@ -65016,10 +65016,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
65016
65016
  defaultValue?: any;
65017
65017
  validationSchema?: {
65018
65018
  description: string;
65019
- schemaType: string;
65020
- enumValues?: string[] | undefined;
65021
- regexPattern?: string | undefined;
65019
+ schemaType: "enum" | "regex" | "jsonSchema";
65022
65020
  jsonSchema?: string | undefined;
65021
+ enumValues?: string[] | number[] | undefined;
65022
+ regexPattern?: string | undefined;
65023
65023
  exampleValue?: any;
65024
65024
  } | undefined;
65025
65025
  persistent?: boolean | undefined;
@@ -65039,10 +65039,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
65039
65039
  defaultValue?: any;
65040
65040
  validationSchema?: {
65041
65041
  description: string;
65042
- schemaType: string;
65043
- enumValues?: string[] | undefined;
65044
- regexPattern?: string | undefined;
65042
+ schemaType: "enum" | "regex" | "jsonSchema";
65045
65043
  jsonSchema?: string | undefined;
65044
+ enumValues?: string[] | number[] | undefined;
65045
+ regexPattern?: string | undefined;
65046
65046
  exampleValue?: any;
65047
65047
  } | undefined;
65048
65048
  persistent?: boolean | undefined;
@@ -65123,10 +65123,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
65123
65123
  defaultValue?: any;
65124
65124
  validationSchema?: {
65125
65125
  description: string;
65126
- schemaType: string;
65127
- enumValues?: string[] | undefined;
65128
- regexPattern?: string | undefined;
65126
+ schemaType: "enum" | "regex" | "jsonSchema";
65129
65127
  jsonSchema?: string | undefined;
65128
+ enumValues?: string[] | number[] | undefined;
65129
+ regexPattern?: string | undefined;
65130
65130
  exampleValue?: any;
65131
65131
  } | undefined;
65132
65132
  persistent?: boolean | undefined;
@@ -65268,10 +65268,10 @@ export declare function createV2ApiClient(baseUrl: string, options?: ZodiosOptio
65268
65268
  defaultValue?: any;
65269
65269
  validationSchema?: {
65270
65270
  description: string;
65271
- schemaType: string;
65272
- enumValues?: string[] | undefined;
65273
- regexPattern?: string | undefined;
65271
+ schemaType: "enum" | "regex" | "jsonSchema";
65274
65272
  jsonSchema?: string | undefined;
65273
+ enumValues?: string[] | number[] | undefined;
65274
+ regexPattern?: string | undefined;
65275
65275
  exampleValue?: any;
65276
65276
  } | undefined;
65277
65277
  persistent?: boolean | undefined;