@veruna/api-contracts 1.1.40 → 1.1.41

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.
@@ -35,6 +35,7 @@ export declare namespace AdminModelRouteCreateCommand {
35
35
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
36
36
  fallback: z.ZodOptional<z.ZodNumber>;
37
37
  }, z.core.$strict>>;
38
+ useProxy: z.ZodOptional<z.ZodBoolean>;
38
39
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
39
40
  }, z.core.$strict>>;
40
41
  }, z.core.$strict>>>;
@@ -74,6 +75,7 @@ export declare namespace AdminModelRouteCreateCommand {
74
75
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
75
76
  fallback: z.ZodOptional<z.ZodNumber>;
76
77
  }, z.core.$strict>>;
78
+ useProxy: z.ZodOptional<z.ZodBoolean>;
77
79
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
78
80
  }, z.core.$strict>>;
79
81
  }, z.core.$strict>;
@@ -34,6 +34,7 @@ export declare namespace AdminModelRouteUpdateCommand {
34
34
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
35
35
  fallback: z.ZodOptional<z.ZodNumber>;
36
36
  }, z.core.$strict>>;
37
+ useProxy: z.ZodOptional<z.ZodBoolean>;
37
38
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
38
39
  }, z.core.$strict>>;
39
40
  }, z.core.$strict>>;
@@ -73,6 +74,7 @@ export declare namespace AdminModelRouteUpdateCommand {
73
74
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
74
75
  fallback: z.ZodOptional<z.ZodNumber>;
75
76
  }, z.core.$strict>>;
77
+ useProxy: z.ZodOptional<z.ZodBoolean>;
76
78
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
77
79
  }, z.core.$strict>>;
78
80
  }, z.core.$strict>;
@@ -37,6 +37,7 @@ export declare namespace AdminModelRouteGetQuery {
37
37
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
38
38
  fallback: z.ZodOptional<z.ZodNumber>;
39
39
  }, z.core.$strict>>;
40
+ useProxy: z.ZodOptional<z.ZodBoolean>;
40
41
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
41
42
  }, z.core.$strict>>;
42
43
  }, z.core.$strict>;
@@ -38,6 +38,7 @@ export declare namespace AdminModelRouteListByModelQuery {
38
38
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
39
39
  fallback: z.ZodOptional<z.ZodNumber>;
40
40
  }, z.core.$strict>>;
41
+ useProxy: z.ZodOptional<z.ZodBoolean>;
41
42
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
42
43
  }, z.core.$strict>>;
43
44
  }, z.core.$strict>;
@@ -35,6 +35,7 @@ export declare const CreateModelRouteRequestSchema: z.ZodObject<{
35
35
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
36
36
  fallback: z.ZodOptional<z.ZodNumber>;
37
37
  }, z.core.$strict>>;
38
+ useProxy: z.ZodOptional<z.ZodBoolean>;
38
39
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
39
40
  }, z.core.$strict>>;
40
41
  }, z.core.$strict>>>;
@@ -35,6 +35,7 @@ export declare const ListModelRoutesResponseSchema: z.ZodObject<{
35
35
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
36
36
  fallback: z.ZodOptional<z.ZodNumber>;
37
37
  }, z.core.$strict>>;
38
+ useProxy: z.ZodOptional<z.ZodBoolean>;
38
39
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
39
40
  }, z.core.$strict>>;
40
41
  }, z.core.$strict>;
@@ -36,6 +36,7 @@ export declare const ModelRouteResponseSchema: z.ZodObject<{
36
36
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
37
37
  fallback: z.ZodOptional<z.ZodNumber>;
38
38
  }, z.core.$strict>>;
39
+ useProxy: z.ZodOptional<z.ZodBoolean>;
39
40
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
40
41
  }, z.core.$strict>>;
41
42
  }, z.core.$strict>;
@@ -47,6 +47,7 @@ export declare const KieGenerationConfigSchema: z.ZodObject<{
47
47
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
48
48
  fallback: z.ZodOptional<z.ZodNumber>;
49
49
  }, z.core.$strict>>;
50
+ useProxy: z.ZodOptional<z.ZodBoolean>;
50
51
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
51
52
  }, z.core.$strict>;
52
53
  export type KieGenerationConfig = z.infer<typeof KieGenerationConfigSchema>;
@@ -78,6 +79,7 @@ export declare const ProviderGenerationConfigSchema: z.ZodObject<{
78
79
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
79
80
  fallback: z.ZodOptional<z.ZodNumber>;
80
81
  }, z.core.$strict>>;
82
+ useProxy: z.ZodOptional<z.ZodBoolean>;
81
83
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
82
84
  }, z.core.$strict>>;
83
85
  }, z.core.$strict>;
@@ -44,6 +44,7 @@ exports.KieGenerationConfigSchema = zod_1.z
44
44
  bodyMode: zod_1.z.nativeEnum(kie_body_mode_enum_1.KieBodyMode).optional(),
45
45
  promptMaxLen: zod_1.z.number().int().positive().max(50000).optional(),
46
46
  pricing: exports.KiePricingSchema.optional(),
47
+ useProxy: zod_1.z.boolean().optional(),
47
48
  selectedOptions: zod_1.z.record(zod_1.z.string().max(100), zod_1.z.string().max(200)).optional(),
48
49
  })
49
50
  .strict();
@@ -1 +1 @@
1
- {"version":3,"file":"provider-generation-config.schema.js","sourceRoot":"","sources":["../../../../v1/model-route/schemas/provider-generation-config.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"provider-generation-config.schema.js","sourceRoot":"","sources":["../../../../v1/model-route/schemas/provider-generation-config.schema.ts"],"names":[],"mappings":"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"}
@@ -34,6 +34,7 @@ export declare const UpdateModelRouteRequestSchema: z.ZodObject<{
34
34
  modifiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodNumber>>>;
35
35
  fallback: z.ZodOptional<z.ZodNumber>;
36
36
  }, z.core.$strict>>;
37
+ useProxy: z.ZodOptional<z.ZodBoolean>;
37
38
  selectedOptions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
38
39
  }, z.core.$strict>>;
39
40
  }, z.core.$strict>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veruna/api-contracts",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "description": "API contracts for Veruna project - Zod schemas, types, and paths",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",