@veruna/api-contracts 1.1.39 → 1.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/controllers/index.d.ts +2 -0
- package/build/controllers/index.js +5 -1
- package/build/controllers/index.js.map +1 -1
- package/build/controllers/kie-integration.controllers.d.ts +1 -0
- package/build/controllers/kie-integration.controllers.js +5 -0
- package/build/controllers/kie-integration.controllers.js.map +1 -0
- package/build/controllers/model-route.controllers.d.ts +1 -0
- package/build/controllers/model-route.controllers.js +5 -0
- package/build/controllers/model-route.controllers.js.map +1 -0
- package/build/rest-api.d.ts +12 -0
- package/build/rest-api.js +12 -0
- package/build/rest-api.js.map +1 -1
- package/build/routes/index.d.ts +2 -0
- package/build/routes/index.js +5 -1
- package/build/routes/index.js.map +1 -1
- package/build/routes/kie-integration.routes.d.ts +3 -0
- package/build/routes/kie-integration.routes.js +7 -0
- package/build/routes/kie-integration.routes.js.map +1 -0
- package/build/routes/model-route-admin.routes.d.ts +7 -0
- package/build/routes/model-route-admin.routes.js +11 -0
- package/build/routes/model-route-admin.routes.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1/ai/index.d.ts +2 -0
- package/build/v1/ai/index.js +2 -0
- package/build/v1/ai/index.js.map +1 -1
- package/build/v1/ai/resolved-tool-settings.types.d.ts +32 -0
- package/build/v1/ai/resolved-tool-settings.types.js +12 -0
- package/build/v1/ai/resolved-tool-settings.types.js.map +1 -0
- package/build/v1/ai/retryable-ai-error-codes.d.ts +2 -0
- package/build/v1/ai/retryable-ai-error-codes.js +17 -0
- package/build/v1/ai/retryable-ai-error-codes.js.map +1 -0
- package/build/v1/ai/tool-id.enum.d.ts +2 -0
- package/build/v1/ai/tool-id.enum.js +2 -0
- package/build/v1/ai/tool-id.enum.js.map +1 -1
- package/build/v1/ai/tool.types.d.ts +0 -8
- package/build/v1/ai/tool.types.js +0 -2
- package/build/v1/ai/tool.types.js.map +1 -1
- package/build/v1/ai-model/admin/commands/create-model.command.d.ts +0 -22
- package/build/v1/ai-model/admin/commands/update-model.command.d.ts +0 -22
- package/build/v1/ai-model/admin/queries/get-model.query.d.ts +0 -11
- package/build/v1/ai-model/admin/queries/get-models.query.d.ts +0 -11
- package/build/v1/ai-model/public/queries/get-active-models.query.d.ts +0 -23
- package/build/v1/ai-model/public/queries/get-models-list.query.d.ts +0 -46
- package/build/v1/ai-model/schemas/api-provider.enum.d.ts +2 -1
- package/build/v1/ai-model/schemas/api-provider.enum.js +1 -0
- package/build/v1/ai-model/schemas/api-provider.enum.js.map +1 -1
- package/build/v1/ai-model/schemas/create-model-request.schema.d.ts +0 -13
- package/build/v1/ai-model/schemas/create-model-request.schema.js +0 -11
- package/build/v1/ai-model/schemas/create-model-request.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/model-response.schema.d.ts +0 -36
- package/build/v1/ai-model/schemas/model-response.schema.js +0 -12
- package/build/v1/ai-model/schemas/model-response.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/model-settings.schema.d.ts +66 -208
- package/build/v1/ai-model/schemas/model-settings.schema.js +38 -74
- package/build/v1/ai-model/schemas/model-settings.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/models-list-response.schema.d.ts +0 -115
- package/build/v1/ai-model/schemas/unreg-models-list-response.schema.d.ts +0 -46
- package/build/v1/ai-model/schemas/update-model-request.schema.d.ts +0 -13
- package/build/v1/ai-model/schemas/update-model-request.schema.js +0 -12
- package/build/v1/ai-model/schemas/update-model-request.schema.js.map +1 -1
- package/build/v1/ai-model/unreg/queries/get-models-list.query.d.ts +0 -46
- package/build/v1/ai-provider/admin/commands/create-provider.command.d.ts +0 -4
- package/build/v1/ai-provider/admin/commands/update-provider.command.d.ts +0 -4
- package/build/v1/ai-provider/admin/queries/get-provider.query.d.ts +0 -2
- package/build/v1/ai-provider/admin/queries/get-providers.query.d.ts +0 -2
- package/build/v1/ai-provider/public/queries/get-active-providers.query.d.ts +0 -2
- package/build/v1/ai-provider/schemas/create-provider-request.schema.d.ts +0 -2
- package/build/v1/ai-provider/schemas/create-provider-request.schema.js +0 -4
- package/build/v1/ai-provider/schemas/create-provider-request.schema.js.map +1 -1
- package/build/v1/ai-provider/schemas/provider-response.schema.d.ts +0 -2
- package/build/v1/ai-provider/schemas/provider-response.schema.js +0 -2
- package/build/v1/ai-provider/schemas/provider-response.schema.js.map +1 -1
- package/build/v1/ai-provider/schemas/update-provider-request.schema.d.ts +0 -2
- package/build/v1/ai-provider/schemas/update-provider-request.schema.js +0 -4
- package/build/v1/ai-provider/schemas/update-provider-request.schema.js.map +1 -1
- package/build/v1/index.d.ts +2 -0
- package/build/v1/index.js +2 -0
- package/build/v1/index.js.map +1 -1
- package/build/v1/kie-integration/index.d.ts +3 -0
- package/build/v1/kie-integration/index.js +23 -0
- package/build/v1/kie-integration/index.js.map +1 -0
- package/build/v1/kie-integration/kie-integration.errors.d.ts +23 -0
- package/build/v1/kie-integration/kie-integration.errors.js +104 -0
- package/build/v1/kie-integration/kie-integration.errors.js.map +1 -0
- package/build/v1/message/commands/create-message.command.d.ts +0 -4
- package/build/v1/message/schemas/create-message-request.schema.d.ts +0 -4
- package/build/v1/model-route/admin/commands/create-model-route.command.d.ts +87 -0
- package/build/v1/model-route/admin/commands/create-model-route.command.js +15 -0
- package/build/v1/model-route/admin/commands/create-model-route.command.js.map +1 -0
- package/build/v1/model-route/admin/commands/delete-model-route.command.d.ts +11 -0
- package/build/v1/model-route/admin/commands/delete-model-route.command.js +13 -0
- package/build/v1/model-route/admin/commands/delete-model-route.command.js.map +1 -0
- package/build/v1/model-route/admin/commands/index.d.ts +3 -0
- package/build/v1/model-route/admin/commands/index.js +20 -0
- package/build/v1/model-route/admin/commands/index.js.map +1 -0
- package/build/v1/model-route/admin/commands/update-model-route.command.d.ts +85 -0
- package/build/v1/model-route/admin/commands/update-model-route.command.js +13 -0
- package/build/v1/model-route/admin/commands/update-model-route.command.js.map +1 -0
- package/build/v1/model-route/admin/index.d.ts +2 -0
- package/build/v1/model-route/admin/index.js +19 -0
- package/build/v1/model-route/admin/index.js.map +1 -0
- package/build/v1/model-route/admin/queries/get-model-route.query.d.ts +49 -0
- package/build/v1/model-route/admin/queries/get-model-route.query.js +13 -0
- package/build/v1/model-route/admin/queries/get-model-route.query.js.map +1 -0
- package/build/v1/model-route/admin/queries/index.d.ts +2 -0
- package/build/v1/model-route/admin/queries/index.js +19 -0
- package/build/v1/model-route/admin/queries/index.js.map +1 -0
- package/build/v1/model-route/admin/queries/list-model-routes-by-model.query.d.ts +51 -0
- package/build/v1/model-route/admin/queries/list-model-routes-by-model.query.js +13 -0
- package/build/v1/model-route/admin/queries/list-model-routes-by-model.query.js.map +1 -0
- package/build/v1/model-route/index.d.ts +3 -0
- package/build/v1/model-route/index.js +20 -0
- package/build/v1/model-route/index.js.map +1 -0
- package/build/v1/model-route/model-route.errors.d.ts +7 -0
- package/build/v1/model-route/model-route.errors.js +24 -0
- package/build/v1/model-route/model-route.errors.js.map +1 -0
- package/build/v1/model-route/schemas/create-model-route-request.schema.d.ts +42 -0
- package/build/v1/model-route/schemas/create-model-route-request.schema.js +29 -0
- package/build/v1/model-route/schemas/create-model-route-request.schema.js.map +1 -0
- package/build/v1/model-route/schemas/index.d.ts +6 -0
- package/build/v1/model-route/schemas/index.js +23 -0
- package/build/v1/model-route/schemas/index.js.map +1 -0
- package/build/v1/model-route/schemas/list-model-routes-response.schema.d.ts +45 -0
- package/build/v1/model-route/schemas/list-model-routes-response.schema.js +9 -0
- package/build/v1/model-route/schemas/list-model-routes-response.schema.js.map +1 -0
- package/build/v1/model-route/schemas/model-route-response.schema.d.ts +45 -0
- package/build/v1/model-route/schemas/model-route-response.schema.js +20 -0
- package/build/v1/model-route/schemas/model-route-response.schema.js.map +1 -0
- package/build/v1/model-route/schemas/model-route-status.enum.d.ts +4 -0
- package/build/v1/model-route/schemas/model-route-status.enum.js +9 -0
- package/build/v1/model-route/schemas/model-route-status.enum.js.map +1 -0
- package/build/v1/model-route/schemas/provider-generation-config.schema.d.ts +84 -0
- package/build/v1/model-route/schemas/provider-generation-config.schema.js +56 -0
- package/build/v1/model-route/schemas/provider-generation-config.schema.js.map +1 -0
- package/build/v1/model-route/schemas/update-model-route-request.schema.d.ts +41 -0
- package/build/v1/model-route/schemas/update-model-route-request.schema.js +23 -0
- package/build/v1/model-route/schemas/update-model-route-request.schema.js.map +1 -0
- package/build/v1/tool/admin/commands/create-model-tool-binding.command.d.ts +136 -104
- package/build/v1/tool/admin/commands/update-model-tool-binding.command.d.ts +136 -104
- package/build/v1/tool/admin/queries/get-model-tool-bindings.query.d.ts +80 -22
- package/build/v1/tool/public/queries/get-tool-availability.query.d.ts +0 -23
- package/build/v1/tool/schemas/index.d.ts +2 -0
- package/build/v1/tool/schemas/index.js +2 -0
- package/build/v1/tool/schemas/index.js.map +1 -1
- package/build/v1/tool/schemas/kie-body-mode.enum.d.ts +5 -0
- package/build/v1/tool/schemas/kie-body-mode.enum.js +10 -0
- package/build/v1/tool/schemas/kie-body-mode.enum.js.map +1 -0
- package/build/v1/tool/schemas/kie-tool-runtime-overrides.schema.d.ts +11 -0
- package/build/v1/tool/schemas/kie-tool-runtime-overrides.schema.js +42 -0
- package/build/v1/tool/schemas/kie-tool-runtime-overrides.schema.js.map +1 -0
- package/build/v1/tool/schemas/tool.schema.d.ts +327 -445
- package/build/v1/tool/schemas/tool.schema.js +13 -8
- package/build/v1/tool/schemas/tool.schema.js.map +1 -1
- package/build/v1/tool/unreg/queries/get-tool-availability-unreg.query.d.ts +0 -23
- package/package.json +1 -1
|
@@ -7,119 +7,93 @@ export declare namespace AdminModelToolBindingCreateCommand {
|
|
|
7
7
|
order: z.ZodDefault<z.ZodNumber>;
|
|
8
8
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
9
9
|
settingsConfig: z.ZodDefault<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
10
|
-
title: z.ZodString;
|
|
11
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
12
|
-
inputType: z.ZodEnum<typeof import("../../..").SettingInputType>;
|
|
13
|
-
defaultOptionId: z.ZodString;
|
|
14
|
-
maxSelections: z.ZodOptional<z.ZodNumber>;
|
|
15
|
-
autoSchemaConfig: z.ZodOptional<z.ZodObject<{
|
|
16
|
-
paramName: z.ZodString;
|
|
17
|
-
paramDescription: z.ZodString;
|
|
18
|
-
defaultOptionId: z.ZodString;
|
|
19
|
-
autoOption: z.ZodObject<{
|
|
20
|
-
id: z.ZodString;
|
|
21
|
-
title: z.ZodString;
|
|
22
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
23
|
-
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
24
|
-
providerValue: z.ZodOptional<z.ZodString>;
|
|
25
|
-
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
26
|
-
}, z.core.$strip>;
|
|
27
|
-
}, z.core.$strip>>;
|
|
28
|
-
key: z.ZodLiteral<import("../../..").SettingKey.STYLE>;
|
|
29
10
|
options: z.ZodArray<z.ZodObject<{
|
|
30
11
|
id: z.ZodString;
|
|
31
|
-
title: z.ZodString;
|
|
32
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
33
12
|
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
34
13
|
providerValue: z.ZodOptional<z.ZodString>;
|
|
14
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
15
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
16
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
17
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
18
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
19
|
+
}, z.core.$strict>>;
|
|
35
20
|
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
36
|
-
}, z.core.$
|
|
37
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
-
title: z.ZodString;
|
|
39
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
40
|
-
inputType: z.ZodEnum<typeof import("../../..").SettingInputType>;
|
|
21
|
+
}, z.core.$strict>>;
|
|
41
22
|
defaultOptionId: z.ZodString;
|
|
42
|
-
|
|
43
|
-
autoSchemaConfig: z.ZodOptional<z.ZodObject<{
|
|
23
|
+
autoSchemaConfig: z.ZodObject<{
|
|
44
24
|
paramName: z.ZodString;
|
|
45
25
|
paramDescription: z.ZodString;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
title: z.ZodString;
|
|
50
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
51
|
-
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
52
|
-
providerValue: z.ZodOptional<z.ZodString>;
|
|
53
|
-
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
54
|
-
}, z.core.$strip>;
|
|
55
|
-
}, z.core.$strip>>;
|
|
56
|
-
key: z.ZodLiteral<import("../../..").SettingKey.MAX_RESULTS>;
|
|
26
|
+
}, z.core.$strict>;
|
|
27
|
+
key: z.ZodLiteral<import("../../..").SettingKey.STYLE>;
|
|
28
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
57
29
|
options: z.ZodArray<z.ZodObject<{
|
|
58
30
|
id: z.ZodString;
|
|
59
|
-
title: z.ZodString;
|
|
60
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
61
31
|
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
62
32
|
providerValue: z.ZodOptional<z.ZodString>;
|
|
33
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
34
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
35
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
36
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
37
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
38
|
+
}, z.core.$strict>>;
|
|
63
39
|
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
64
|
-
}, z.core.$
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
40
|
+
}, z.core.$strict>>;
|
|
41
|
+
defaultOptionId: z.ZodString;
|
|
42
|
+
autoSchemaConfig: z.ZodObject<{
|
|
43
|
+
paramName: z.ZodString;
|
|
44
|
+
paramDescription: z.ZodString;
|
|
45
|
+
}, z.core.$strict>;
|
|
46
|
+
key: z.ZodLiteral<import("../../..").SettingKey.MAX_RESULTS>;
|
|
47
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69
48
|
defaultOptionId: z.ZodString;
|
|
70
|
-
|
|
71
|
-
autoSchemaConfig: z.ZodOptional<z.ZodObject<{
|
|
49
|
+
autoSchemaConfig: z.ZodObject<{
|
|
72
50
|
paramName: z.ZodString;
|
|
73
51
|
paramDescription: z.ZodString;
|
|
74
|
-
|
|
75
|
-
autoOption: z.ZodObject<{
|
|
76
|
-
id: z.ZodString;
|
|
77
|
-
title: z.ZodString;
|
|
78
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
79
|
-
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
80
|
-
providerValue: z.ZodOptional<z.ZodString>;
|
|
81
|
-
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
82
|
-
}, z.core.$strip>;
|
|
83
|
-
}, z.core.$strip>>;
|
|
52
|
+
}, z.core.$strict>;
|
|
84
53
|
key: z.ZodLiteral<import("../../..").SettingKey.ASPECT_RATIO>;
|
|
85
54
|
options: z.ZodArray<z.ZodObject<{
|
|
86
55
|
id: z.ZodString;
|
|
87
|
-
title: z.ZodString;
|
|
88
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
89
56
|
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
57
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
58
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
59
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
60
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
61
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
62
|
+
}, z.core.$strict>>;
|
|
90
63
|
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
91
64
|
providerValue: z.ZodString;
|
|
92
|
-
}, z.core.$
|
|
93
|
-
}, z.core.$
|
|
94
|
-
title: z.ZodString;
|
|
95
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
96
|
-
inputType: z.ZodEnum<typeof import("../../..").SettingInputType>;
|
|
65
|
+
}, z.core.$strict>>;
|
|
66
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
97
67
|
defaultOptionId: z.ZodString;
|
|
98
|
-
|
|
99
|
-
autoSchemaConfig: z.ZodOptional<z.ZodObject<{
|
|
68
|
+
autoSchemaConfig: z.ZodObject<{
|
|
100
69
|
paramName: z.ZodString;
|
|
101
70
|
paramDescription: z.ZodString;
|
|
102
|
-
|
|
103
|
-
autoOption: z.ZodObject<{
|
|
104
|
-
id: z.ZodString;
|
|
105
|
-
title: z.ZodString;
|
|
106
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
107
|
-
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
108
|
-
providerValue: z.ZodOptional<z.ZodString>;
|
|
109
|
-
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
110
|
-
}, z.core.$strip>;
|
|
111
|
-
}, z.core.$strip>>;
|
|
71
|
+
}, z.core.$strict>;
|
|
112
72
|
key: z.ZodLiteral<import("../../..").SettingKey.RESOLUTION>;
|
|
113
73
|
options: z.ZodArray<z.ZodObject<{
|
|
114
74
|
id: z.ZodString;
|
|
115
|
-
title: z.ZodString;
|
|
116
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
117
75
|
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
76
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
77
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
78
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
79
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
80
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
81
|
+
}, z.core.$strict>>;
|
|
118
82
|
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
119
83
|
providerValue: z.ZodString;
|
|
120
|
-
}, z.core.$
|
|
121
|
-
}, z.core.$
|
|
122
|
-
runtimeOverrides: z.ZodDefault<z.
|
|
84
|
+
}, z.core.$strict>>;
|
|
85
|
+
}, z.core.$strict>], "key">>>;
|
|
86
|
+
runtimeOverrides: z.ZodDefault<z.ZodObject<{
|
|
87
|
+
openrouter: z.ZodOptional<z.ZodObject<{}, z.core.$strict>>;
|
|
88
|
+
kie: z.ZodOptional<z.ZodObject<{
|
|
89
|
+
inputUrlsKey: z.ZodOptional<z.ZodString>;
|
|
90
|
+
inputUrlsSingle: z.ZodOptional<z.ZodBoolean>;
|
|
91
|
+
fixedFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>>;
|
|
92
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
93
|
+
bodyMode: z.ZodOptional<z.ZodEnum<typeof import("../../schemas").KieBodyMode>>;
|
|
94
|
+
promptMaxLen: z.ZodOptional<z.ZodNumber>;
|
|
95
|
+
}, z.core.$strict>>;
|
|
96
|
+
}, z.core.$strict>>;
|
|
123
97
|
}, z.core.$strip>;
|
|
124
98
|
const Response: z.ZodObject<{
|
|
125
99
|
uuid: z.ZodString;
|
|
@@ -128,36 +102,94 @@ export declare namespace AdminModelToolBindingCreateCommand {
|
|
|
128
102
|
status: z.ZodEnum<typeof import("../../schemas").ToolBindingStatus>;
|
|
129
103
|
order: z.ZodNumber;
|
|
130
104
|
isDefault: z.ZodBoolean;
|
|
131
|
-
settingsConfig: z.ZodArray<z.ZodObject<{
|
|
132
|
-
key: z.ZodEnum<typeof import("../../..").SettingKey>;
|
|
133
|
-
title: z.ZodString;
|
|
134
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
135
|
-
inputType: z.ZodEnum<typeof import("../../..").SettingInputType>;
|
|
105
|
+
settingsConfig: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
136
106
|
options: z.ZodArray<z.ZodObject<{
|
|
137
107
|
id: z.ZodString;
|
|
138
|
-
title: z.ZodString;
|
|
139
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
140
108
|
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
141
109
|
providerValue: z.ZodOptional<z.ZodString>;
|
|
110
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
111
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
112
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
113
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
114
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
115
|
+
}, z.core.$strict>>;
|
|
142
116
|
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
143
|
-
}, z.core.$
|
|
117
|
+
}, z.core.$strict>>;
|
|
144
118
|
defaultOptionId: z.ZodString;
|
|
145
|
-
|
|
146
|
-
autoSchemaConfig: z.ZodOptional<z.ZodObject<{
|
|
119
|
+
autoSchemaConfig: z.ZodObject<{
|
|
147
120
|
paramName: z.ZodString;
|
|
148
121
|
paramDescription: z.ZodString;
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
122
|
+
}, z.core.$strict>;
|
|
123
|
+
key: z.ZodLiteral<import("../../..").SettingKey.STYLE>;
|
|
124
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
125
|
+
options: z.ZodArray<z.ZodObject<{
|
|
126
|
+
id: z.ZodString;
|
|
127
|
+
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
128
|
+
providerValue: z.ZodOptional<z.ZodString>;
|
|
129
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
130
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
131
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
132
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
133
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
134
|
+
}, z.core.$strict>>;
|
|
135
|
+
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
136
|
+
}, z.core.$strict>>;
|
|
137
|
+
defaultOptionId: z.ZodString;
|
|
138
|
+
autoSchemaConfig: z.ZodObject<{
|
|
139
|
+
paramName: z.ZodString;
|
|
140
|
+
paramDescription: z.ZodString;
|
|
141
|
+
}, z.core.$strict>;
|
|
142
|
+
key: z.ZodLiteral<import("../../..").SettingKey.MAX_RESULTS>;
|
|
143
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
144
|
+
defaultOptionId: z.ZodString;
|
|
145
|
+
autoSchemaConfig: z.ZodObject<{
|
|
146
|
+
paramName: z.ZodString;
|
|
147
|
+
paramDescription: z.ZodString;
|
|
148
|
+
}, z.core.$strict>;
|
|
149
|
+
key: z.ZodLiteral<import("../../..").SettingKey.ASPECT_RATIO>;
|
|
150
|
+
options: z.ZodArray<z.ZodObject<{
|
|
151
|
+
id: z.ZodString;
|
|
152
|
+
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
153
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
154
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
155
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
156
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
157
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
158
|
+
}, z.core.$strict>>;
|
|
159
|
+
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
160
|
+
providerValue: z.ZodString;
|
|
161
|
+
}, z.core.$strict>>;
|
|
162
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
163
|
+
defaultOptionId: z.ZodString;
|
|
164
|
+
autoSchemaConfig: z.ZodObject<{
|
|
165
|
+
paramName: z.ZodString;
|
|
166
|
+
paramDescription: z.ZodString;
|
|
167
|
+
}, z.core.$strict>;
|
|
168
|
+
key: z.ZodLiteral<import("../../..").SettingKey.RESOLUTION>;
|
|
169
|
+
options: z.ZodArray<z.ZodObject<{
|
|
170
|
+
id: z.ZodString;
|
|
171
|
+
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
172
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
173
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
174
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
175
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
176
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
177
|
+
}, z.core.$strict>>;
|
|
178
|
+
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
179
|
+
providerValue: z.ZodString;
|
|
180
|
+
}, z.core.$strict>>;
|
|
181
|
+
}, z.core.$strict>], "key">>;
|
|
182
|
+
runtimeOverrides: z.ZodObject<{
|
|
183
|
+
openrouter: z.ZodOptional<z.ZodObject<{}, z.core.$strict>>;
|
|
184
|
+
kie: z.ZodOptional<z.ZodObject<{
|
|
185
|
+
inputUrlsKey: z.ZodOptional<z.ZodString>;
|
|
186
|
+
inputUrlsSingle: z.ZodOptional<z.ZodBoolean>;
|
|
187
|
+
fixedFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>>;
|
|
188
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
189
|
+
bodyMode: z.ZodOptional<z.ZodEnum<typeof import("../../schemas").KieBodyMode>>;
|
|
190
|
+
promptMaxLen: z.ZodOptional<z.ZodNumber>;
|
|
191
|
+
}, z.core.$strict>>;
|
|
192
|
+
}, z.core.$strict>;
|
|
161
193
|
createdAt: z.ZodString;
|
|
162
194
|
updatedAt: z.ZodString;
|
|
163
195
|
tool: z.ZodObject<{
|
|
@@ -6,119 +6,93 @@ export declare namespace AdminModelToolBindingUpdateCommand {
|
|
|
6
6
|
order: z.ZodOptional<z.ZodNumber>;
|
|
7
7
|
isDefault: z.ZodOptional<z.ZodBoolean>;
|
|
8
8
|
settingsConfig: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
9
|
-
title: z.ZodString;
|
|
10
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
11
|
-
inputType: z.ZodEnum<typeof import("../../..").SettingInputType>;
|
|
12
|
-
defaultOptionId: z.ZodString;
|
|
13
|
-
maxSelections: z.ZodOptional<z.ZodNumber>;
|
|
14
|
-
autoSchemaConfig: z.ZodOptional<z.ZodObject<{
|
|
15
|
-
paramName: z.ZodString;
|
|
16
|
-
paramDescription: z.ZodString;
|
|
17
|
-
defaultOptionId: z.ZodString;
|
|
18
|
-
autoOption: z.ZodObject<{
|
|
19
|
-
id: z.ZodString;
|
|
20
|
-
title: z.ZodString;
|
|
21
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
22
|
-
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
23
|
-
providerValue: z.ZodOptional<z.ZodString>;
|
|
24
|
-
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
25
|
-
}, z.core.$strip>;
|
|
26
|
-
}, z.core.$strip>>;
|
|
27
|
-
key: z.ZodLiteral<import("../../..").SettingKey.STYLE>;
|
|
28
9
|
options: z.ZodArray<z.ZodObject<{
|
|
29
10
|
id: z.ZodString;
|
|
30
|
-
title: z.ZodString;
|
|
31
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
32
11
|
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
33
12
|
providerValue: z.ZodOptional<z.ZodString>;
|
|
13
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
14
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
15
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
16
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
17
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
18
|
+
}, z.core.$strict>>;
|
|
34
19
|
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
35
|
-
}, z.core.$
|
|
36
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
-
title: z.ZodString;
|
|
38
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
39
|
-
inputType: z.ZodEnum<typeof import("../../..").SettingInputType>;
|
|
20
|
+
}, z.core.$strict>>;
|
|
40
21
|
defaultOptionId: z.ZodString;
|
|
41
|
-
|
|
42
|
-
autoSchemaConfig: z.ZodOptional<z.ZodObject<{
|
|
22
|
+
autoSchemaConfig: z.ZodObject<{
|
|
43
23
|
paramName: z.ZodString;
|
|
44
24
|
paramDescription: z.ZodString;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
title: z.ZodString;
|
|
49
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
50
|
-
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
51
|
-
providerValue: z.ZodOptional<z.ZodString>;
|
|
52
|
-
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
53
|
-
}, z.core.$strip>;
|
|
54
|
-
}, z.core.$strip>>;
|
|
55
|
-
key: z.ZodLiteral<import("../../..").SettingKey.MAX_RESULTS>;
|
|
25
|
+
}, z.core.$strict>;
|
|
26
|
+
key: z.ZodLiteral<import("../../..").SettingKey.STYLE>;
|
|
27
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
56
28
|
options: z.ZodArray<z.ZodObject<{
|
|
57
29
|
id: z.ZodString;
|
|
58
|
-
title: z.ZodString;
|
|
59
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
60
30
|
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
61
31
|
providerValue: z.ZodOptional<z.ZodString>;
|
|
32
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
33
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
34
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
35
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
36
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
37
|
+
}, z.core.$strict>>;
|
|
62
38
|
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
63
|
-
}, z.core.$
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
39
|
+
}, z.core.$strict>>;
|
|
40
|
+
defaultOptionId: z.ZodString;
|
|
41
|
+
autoSchemaConfig: z.ZodObject<{
|
|
42
|
+
paramName: z.ZodString;
|
|
43
|
+
paramDescription: z.ZodString;
|
|
44
|
+
}, z.core.$strict>;
|
|
45
|
+
key: z.ZodLiteral<import("../../..").SettingKey.MAX_RESULTS>;
|
|
46
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
68
47
|
defaultOptionId: z.ZodString;
|
|
69
|
-
|
|
70
|
-
autoSchemaConfig: z.ZodOptional<z.ZodObject<{
|
|
48
|
+
autoSchemaConfig: z.ZodObject<{
|
|
71
49
|
paramName: z.ZodString;
|
|
72
50
|
paramDescription: z.ZodString;
|
|
73
|
-
|
|
74
|
-
autoOption: z.ZodObject<{
|
|
75
|
-
id: z.ZodString;
|
|
76
|
-
title: z.ZodString;
|
|
77
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
78
|
-
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
79
|
-
providerValue: z.ZodOptional<z.ZodString>;
|
|
80
|
-
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
81
|
-
}, z.core.$strip>;
|
|
82
|
-
}, z.core.$strip>>;
|
|
51
|
+
}, z.core.$strict>;
|
|
83
52
|
key: z.ZodLiteral<import("../../..").SettingKey.ASPECT_RATIO>;
|
|
84
53
|
options: z.ZodArray<z.ZodObject<{
|
|
85
54
|
id: z.ZodString;
|
|
86
|
-
title: z.ZodString;
|
|
87
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
88
55
|
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
56
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
57
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
58
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
59
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
60
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
61
|
+
}, z.core.$strict>>;
|
|
89
62
|
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
90
63
|
providerValue: z.ZodString;
|
|
91
|
-
}, z.core.$
|
|
92
|
-
}, z.core.$
|
|
93
|
-
title: z.ZodString;
|
|
94
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
95
|
-
inputType: z.ZodEnum<typeof import("../../..").SettingInputType>;
|
|
64
|
+
}, z.core.$strict>>;
|
|
65
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
96
66
|
defaultOptionId: z.ZodString;
|
|
97
|
-
|
|
98
|
-
autoSchemaConfig: z.ZodOptional<z.ZodObject<{
|
|
67
|
+
autoSchemaConfig: z.ZodObject<{
|
|
99
68
|
paramName: z.ZodString;
|
|
100
69
|
paramDescription: z.ZodString;
|
|
101
|
-
|
|
102
|
-
autoOption: z.ZodObject<{
|
|
103
|
-
id: z.ZodString;
|
|
104
|
-
title: z.ZodString;
|
|
105
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
106
|
-
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
107
|
-
providerValue: z.ZodOptional<z.ZodString>;
|
|
108
|
-
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
109
|
-
}, z.core.$strip>;
|
|
110
|
-
}, z.core.$strip>>;
|
|
70
|
+
}, z.core.$strict>;
|
|
111
71
|
key: z.ZodLiteral<import("../../..").SettingKey.RESOLUTION>;
|
|
112
72
|
options: z.ZodArray<z.ZodObject<{
|
|
113
73
|
id: z.ZodString;
|
|
114
|
-
title: z.ZodString;
|
|
115
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
116
74
|
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
75
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
76
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
77
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
78
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
79
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
80
|
+
}, z.core.$strict>>;
|
|
117
81
|
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
118
82
|
providerValue: z.ZodString;
|
|
119
|
-
}, z.core.$
|
|
120
|
-
}, z.core.$
|
|
121
|
-
runtimeOverrides: z.ZodOptional<z.
|
|
83
|
+
}, z.core.$strict>>;
|
|
84
|
+
}, z.core.$strict>], "key">>>;
|
|
85
|
+
runtimeOverrides: z.ZodOptional<z.ZodObject<{
|
|
86
|
+
openrouter: z.ZodOptional<z.ZodObject<{}, z.core.$strict>>;
|
|
87
|
+
kie: z.ZodOptional<z.ZodObject<{
|
|
88
|
+
inputUrlsKey: z.ZodOptional<z.ZodString>;
|
|
89
|
+
inputUrlsSingle: z.ZodOptional<z.ZodBoolean>;
|
|
90
|
+
fixedFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>>;
|
|
91
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
92
|
+
bodyMode: z.ZodOptional<z.ZodEnum<typeof import("../../schemas").KieBodyMode>>;
|
|
93
|
+
promptMaxLen: z.ZodOptional<z.ZodNumber>;
|
|
94
|
+
}, z.core.$strict>>;
|
|
95
|
+
}, z.core.$strict>>;
|
|
122
96
|
}, z.core.$strip>;
|
|
123
97
|
const Response: z.ZodObject<{
|
|
124
98
|
uuid: z.ZodString;
|
|
@@ -127,36 +101,94 @@ export declare namespace AdminModelToolBindingUpdateCommand {
|
|
|
127
101
|
status: z.ZodEnum<typeof import("../../schemas").ToolBindingStatus>;
|
|
128
102
|
order: z.ZodNumber;
|
|
129
103
|
isDefault: z.ZodBoolean;
|
|
130
|
-
settingsConfig: z.ZodArray<z.ZodObject<{
|
|
131
|
-
key: z.ZodEnum<typeof import("../../..").SettingKey>;
|
|
132
|
-
title: z.ZodString;
|
|
133
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
134
|
-
inputType: z.ZodEnum<typeof import("../../..").SettingInputType>;
|
|
104
|
+
settingsConfig: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
135
105
|
options: z.ZodArray<z.ZodObject<{
|
|
136
106
|
id: z.ZodString;
|
|
137
|
-
title: z.ZodString;
|
|
138
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
139
107
|
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
140
108
|
providerValue: z.ZodOptional<z.ZodString>;
|
|
109
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
110
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
111
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
112
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
113
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
114
|
+
}, z.core.$strict>>;
|
|
141
115
|
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
142
|
-
}, z.core.$
|
|
116
|
+
}, z.core.$strict>>;
|
|
143
117
|
defaultOptionId: z.ZodString;
|
|
144
|
-
|
|
145
|
-
autoSchemaConfig: z.ZodOptional<z.ZodObject<{
|
|
118
|
+
autoSchemaConfig: z.ZodObject<{
|
|
146
119
|
paramName: z.ZodString;
|
|
147
120
|
paramDescription: z.ZodString;
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
121
|
+
}, z.core.$strict>;
|
|
122
|
+
key: z.ZodLiteral<import("../../..").SettingKey.STYLE>;
|
|
123
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
124
|
+
options: z.ZodArray<z.ZodObject<{
|
|
125
|
+
id: z.ZodString;
|
|
126
|
+
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
127
|
+
providerValue: z.ZodOptional<z.ZodString>;
|
|
128
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
129
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
130
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
131
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
132
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
133
|
+
}, z.core.$strict>>;
|
|
134
|
+
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
135
|
+
}, z.core.$strict>>;
|
|
136
|
+
defaultOptionId: z.ZodString;
|
|
137
|
+
autoSchemaConfig: z.ZodObject<{
|
|
138
|
+
paramName: z.ZodString;
|
|
139
|
+
paramDescription: z.ZodString;
|
|
140
|
+
}, z.core.$strict>;
|
|
141
|
+
key: z.ZodLiteral<import("../../..").SettingKey.MAX_RESULTS>;
|
|
142
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
143
|
+
defaultOptionId: z.ZodString;
|
|
144
|
+
autoSchemaConfig: z.ZodObject<{
|
|
145
|
+
paramName: z.ZodString;
|
|
146
|
+
paramDescription: z.ZodString;
|
|
147
|
+
}, z.core.$strict>;
|
|
148
|
+
key: z.ZodLiteral<import("../../..").SettingKey.ASPECT_RATIO>;
|
|
149
|
+
options: z.ZodArray<z.ZodObject<{
|
|
150
|
+
id: z.ZodString;
|
|
151
|
+
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
152
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
153
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
154
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
155
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
156
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
157
|
+
}, z.core.$strict>>;
|
|
158
|
+
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
159
|
+
providerValue: z.ZodString;
|
|
160
|
+
}, z.core.$strict>>;
|
|
161
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
162
|
+
defaultOptionId: z.ZodString;
|
|
163
|
+
autoSchemaConfig: z.ZodObject<{
|
|
164
|
+
paramName: z.ZodString;
|
|
165
|
+
paramDescription: z.ZodString;
|
|
166
|
+
}, z.core.$strict>;
|
|
167
|
+
key: z.ZodLiteral<import("../../..").SettingKey.RESOLUTION>;
|
|
168
|
+
options: z.ZodArray<z.ZodObject<{
|
|
169
|
+
id: z.ZodString;
|
|
170
|
+
priceModifier: z.ZodDefault<z.ZodNumber>;
|
|
171
|
+
providerValues: z.ZodOptional<z.ZodObject<{
|
|
172
|
+
openrouter: z.ZodOptional<z.ZodString>;
|
|
173
|
+
kie: z.ZodOptional<z.ZodString>;
|
|
174
|
+
perplexity: z.ZodOptional<z.ZodString>;
|
|
175
|
+
yandex: z.ZodOptional<z.ZodString>;
|
|
176
|
+
}, z.core.$strict>>;
|
|
177
|
+
promptSuffix: z.ZodOptional<z.ZodString>;
|
|
178
|
+
providerValue: z.ZodString;
|
|
179
|
+
}, z.core.$strict>>;
|
|
180
|
+
}, z.core.$strict>], "key">>;
|
|
181
|
+
runtimeOverrides: z.ZodObject<{
|
|
182
|
+
openrouter: z.ZodOptional<z.ZodObject<{}, z.core.$strict>>;
|
|
183
|
+
kie: z.ZodOptional<z.ZodObject<{
|
|
184
|
+
inputUrlsKey: z.ZodOptional<z.ZodString>;
|
|
185
|
+
inputUrlsSingle: z.ZodOptional<z.ZodBoolean>;
|
|
186
|
+
fixedFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>>>;
|
|
187
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
188
|
+
bodyMode: z.ZodOptional<z.ZodEnum<typeof import("../../schemas").KieBodyMode>>;
|
|
189
|
+
promptMaxLen: z.ZodOptional<z.ZodNumber>;
|
|
190
|
+
}, z.core.$strict>>;
|
|
191
|
+
}, z.core.$strict>;
|
|
160
192
|
createdAt: z.ZodString;
|
|
161
193
|
updatedAt: z.ZodString;
|
|
162
194
|
tool: z.ZodObject<{
|