@roo-code/types 1.77.0 → 1.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +110 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +175 -98
- package/dist/index.d.ts +175 -98
- package/dist/index.js +97 -46
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -67,7 +67,6 @@ __export(index_exports, {
|
|
|
67
67
|
LMSTUDIO_DEFAULT_TEMPERATURE: () => LMSTUDIO_DEFAULT_TEMPERATURE,
|
|
68
68
|
MISTRAL_DEFAULT_TEMPERATURE: () => MISTRAL_DEFAULT_TEMPERATURE,
|
|
69
69
|
MODELS_BY_PROVIDER: () => MODELS_BY_PROVIDER,
|
|
70
|
-
MODEL_ID_KEYS: () => MODEL_ID_KEYS,
|
|
71
70
|
MOONSHOT_DEFAULT_TEMPERATURE: () => MOONSHOT_DEFAULT_TEMPERATURE,
|
|
72
71
|
OPENAI_AZURE_AI_INFERENCE_PATH: () => OPENAI_AZURE_AI_INFERENCE_PATH,
|
|
73
72
|
OPENAI_NATIVE_DEFAULT_TEMPERATURE: () => OPENAI_NATIVE_DEFAULT_TEMPERATURE,
|
|
@@ -123,6 +122,7 @@ __export(index_exports, {
|
|
|
123
122
|
convertModelNameForVertex: () => convertModelNameForVertex,
|
|
124
123
|
customModePromptsSchema: () => customModePromptsSchema,
|
|
125
124
|
customModesSettingsSchema: () => customModesSettingsSchema,
|
|
125
|
+
customProviders: () => customProviders,
|
|
126
126
|
customSupportPromptsSchema: () => customSupportPromptsSchema,
|
|
127
127
|
deepInfraDefaultModelId: () => deepInfraDefaultModelId,
|
|
128
128
|
deepInfraDefaultModelInfo: () => deepInfraDefaultModelInfo,
|
|
@@ -140,6 +140,7 @@ __export(index_exports, {
|
|
|
140
140
|
extensionBridgeCommandSchema: () => extensionBridgeCommandSchema,
|
|
141
141
|
extensionBridgeEventSchema: () => extensionBridgeEventSchema,
|
|
142
142
|
extensionInstanceSchema: () => extensionInstanceSchema,
|
|
143
|
+
fauxProviders: () => fauxProviders,
|
|
143
144
|
featherlessDefaultModelId: () => featherlessDefaultModelId,
|
|
144
145
|
featherlessModels: () => featherlessModels,
|
|
145
146
|
fireworksDefaultModelId: () => fireworksDefaultModelId,
|
|
@@ -162,26 +163,34 @@ __export(index_exports, {
|
|
|
162
163
|
idleAsks: () => idleAsks,
|
|
163
164
|
installMarketplaceItemOptionsSchema: () => installMarketplaceItemOptionsSchema,
|
|
164
165
|
interactiveAsks: () => interactiveAsks,
|
|
166
|
+
internalProviders: () => internalProviders,
|
|
165
167
|
internationalZAiDefaultModelId: () => internationalZAiDefaultModelId,
|
|
166
168
|
internationalZAiModels: () => internationalZAiModels,
|
|
167
169
|
ioIntelligenceDefaultBaseUrl: () => ioIntelligenceDefaultBaseUrl,
|
|
168
170
|
ioIntelligenceDefaultModelId: () => ioIntelligenceDefaultModelId,
|
|
169
171
|
ioIntelligenceModels: () => ioIntelligenceModels,
|
|
170
172
|
ipcMessageSchema: () => ipcMessageSchema,
|
|
173
|
+
isCustomProvider: () => isCustomProvider,
|
|
171
174
|
isDynamicProvider: () => isDynamicProvider,
|
|
175
|
+
isFauxProvider: () => isFauxProvider,
|
|
172
176
|
isGlobalStateKey: () => isGlobalStateKey,
|
|
173
177
|
isIdleAsk: () => isIdleAsk,
|
|
174
178
|
isInteractiveAsk: () => isInteractiveAsk,
|
|
179
|
+
isInternalProvider: () => isInternalProvider,
|
|
175
180
|
isLanguage: () => isLanguage,
|
|
181
|
+
isLocalProvider: () => isLocalProvider,
|
|
176
182
|
isModelParameter: () => isModelParameter,
|
|
183
|
+
isProviderName: () => isProviderName,
|
|
177
184
|
isResumableAsk: () => isResumableAsk,
|
|
178
185
|
isSecretStateKey: () => isSecretStateKey,
|
|
186
|
+
isTypicalProvider: () => isTypicalProvider,
|
|
179
187
|
lMStudioDefaultModelId: () => lMStudioDefaultModelId,
|
|
180
188
|
lMStudioDefaultModelInfo: () => lMStudioDefaultModelInfo,
|
|
181
189
|
languages: () => languages,
|
|
182
190
|
languagesSchema: () => languagesSchema,
|
|
183
191
|
litellmDefaultModelId: () => litellmDefaultModelId,
|
|
184
192
|
litellmDefaultModelInfo: () => litellmDefaultModelInfo,
|
|
193
|
+
localProviders: () => localProviders,
|
|
185
194
|
mainlandZAiDefaultModelId: () => mainlandZAiDefaultModelId,
|
|
186
195
|
mainlandZAiModels: () => mainlandZAiModels,
|
|
187
196
|
marketplaceItemSchema: () => marketplaceItemSchema,
|
|
@@ -194,6 +203,8 @@ __export(index_exports, {
|
|
|
194
203
|
mistralModels: () => mistralModels,
|
|
195
204
|
modeConfigSchema: () => modeConfigSchema,
|
|
196
205
|
modeMarketplaceItemSchema: () => modeMarketplaceItemSchema,
|
|
206
|
+
modelIdKeys: () => modelIdKeys,
|
|
207
|
+
modelIdKeysByProvider: () => modelIdKeysByProvider,
|
|
197
208
|
modelInfoSchema: () => modelInfoSchema,
|
|
198
209
|
modelParameters: () => modelParameters,
|
|
199
210
|
modelParametersSchema: () => modelParametersSchema,
|
|
@@ -209,6 +220,7 @@ __export(index_exports, {
|
|
|
209
220
|
organizationAllowListSchema: () => organizationAllowListSchema,
|
|
210
221
|
organizationCloudSettingsSchema: () => organizationCloudSettingsSchema,
|
|
211
222
|
organizationDefaultSettingsSchema: () => organizationDefaultSettingsSchema,
|
|
223
|
+
organizationFeaturesSchema: () => organizationFeaturesSchema,
|
|
212
224
|
organizationSettingsSchema: () => organizationSettingsSchema,
|
|
213
225
|
promptComponentSchema: () => promptComponentSchema,
|
|
214
226
|
providerNames: () => providerNames,
|
|
@@ -4061,52 +4073,63 @@ var deepInfraDefaultModelInfo = {
|
|
|
4061
4073
|
};
|
|
4062
4074
|
|
|
4063
4075
|
// src/provider-settings.ts
|
|
4076
|
+
var DEFAULT_CONSECUTIVE_MISTAKE_LIMIT = 3;
|
|
4077
|
+
var dynamicProviders = [
|
|
4078
|
+
"openrouter",
|
|
4079
|
+
"vercel-ai-gateway",
|
|
4080
|
+
"huggingface",
|
|
4081
|
+
"litellm",
|
|
4082
|
+
"deepinfra",
|
|
4083
|
+
"io-intelligence",
|
|
4084
|
+
"requesty",
|
|
4085
|
+
"unbound",
|
|
4086
|
+
"glama"
|
|
4087
|
+
];
|
|
4088
|
+
var isDynamicProvider = (key) => dynamicProviders.includes(key);
|
|
4089
|
+
var localProviders = ["ollama", "lmstudio"];
|
|
4090
|
+
var isLocalProvider = (key) => localProviders.includes(key);
|
|
4091
|
+
var internalProviders = ["vscode-lm"];
|
|
4092
|
+
var isInternalProvider = (key) => internalProviders.includes(key);
|
|
4093
|
+
var customProviders = ["openai"];
|
|
4094
|
+
var isCustomProvider = (key) => customProviders.includes(key);
|
|
4095
|
+
var fauxProviders = ["fake-ai", "human-relay"];
|
|
4096
|
+
var isFauxProvider = (key) => fauxProviders.includes(key);
|
|
4064
4097
|
var providerNames = [
|
|
4098
|
+
...dynamicProviders,
|
|
4099
|
+
...localProviders,
|
|
4100
|
+
...internalProviders,
|
|
4101
|
+
...customProviders,
|
|
4102
|
+
...fauxProviders,
|
|
4065
4103
|
"anthropic",
|
|
4066
|
-
"claude-code",
|
|
4067
|
-
"glama",
|
|
4068
|
-
"openrouter",
|
|
4069
4104
|
"bedrock",
|
|
4070
|
-
"
|
|
4071
|
-
"
|
|
4072
|
-
"
|
|
4073
|
-
"
|
|
4074
|
-
"
|
|
4105
|
+
"cerebras",
|
|
4106
|
+
"chutes",
|
|
4107
|
+
"claude-code",
|
|
4108
|
+
"doubao",
|
|
4109
|
+
"deepseek",
|
|
4110
|
+
"featherless",
|
|
4111
|
+
"fireworks",
|
|
4075
4112
|
"gemini",
|
|
4076
4113
|
"gemini-cli",
|
|
4077
|
-
"
|
|
4114
|
+
"groq",
|
|
4078
4115
|
"mistral",
|
|
4079
4116
|
"moonshot",
|
|
4080
|
-
"
|
|
4081
|
-
"deepinfra",
|
|
4082
|
-
"doubao",
|
|
4117
|
+
"openai-native",
|
|
4083
4118
|
"qwen-code",
|
|
4084
|
-
"unbound",
|
|
4085
|
-
"requesty",
|
|
4086
|
-
"human-relay",
|
|
4087
|
-
"fake-ai",
|
|
4088
|
-
"xai",
|
|
4089
|
-
"groq",
|
|
4090
|
-
"chutes",
|
|
4091
|
-
"litellm",
|
|
4092
|
-
"huggingface",
|
|
4093
|
-
"cerebras",
|
|
4094
|
-
"sambanova",
|
|
4095
|
-
"zai",
|
|
4096
|
-
"fireworks",
|
|
4097
|
-
"featherless",
|
|
4098
|
-
"io-intelligence",
|
|
4099
4119
|
"roo",
|
|
4100
|
-
"
|
|
4120
|
+
"sambanova",
|
|
4121
|
+
"vertex",
|
|
4122
|
+
"xai",
|
|
4123
|
+
"zai"
|
|
4101
4124
|
];
|
|
4102
4125
|
var providerNamesSchema = import_zod7.z.enum(providerNames);
|
|
4126
|
+
var isProviderName = (key) => typeof key === "string" && providerNames.includes(key);
|
|
4103
4127
|
var providerSettingsEntrySchema = import_zod7.z.object({
|
|
4104
4128
|
id: import_zod7.z.string(),
|
|
4105
4129
|
name: import_zod7.z.string(),
|
|
4106
4130
|
apiProvider: providerNamesSchema.optional(),
|
|
4107
4131
|
modelId: import_zod7.z.string().optional()
|
|
4108
4132
|
});
|
|
4109
|
-
var DEFAULT_CONSECUTIVE_MISTAKE_LIMIT = 3;
|
|
4110
4133
|
var baseProviderSettingsSchema = import_zod7.z.object({
|
|
4111
4134
|
includeMaxTokens: import_zod7.z.boolean().optional(),
|
|
4112
4135
|
diffEnabled: import_zod7.z.boolean().optional(),
|
|
@@ -4131,7 +4154,7 @@ var anthropicSchema = apiModelIdProviderModelSchema.extend({
|
|
|
4131
4154
|
anthropicBaseUrl: import_zod7.z.string().optional(),
|
|
4132
4155
|
anthropicUseAuthToken: import_zod7.z.boolean().optional(),
|
|
4133
4156
|
anthropicBeta1MContext: import_zod7.z.boolean().optional()
|
|
4134
|
-
// Enable 'context-1m-2025-08-07' beta for 1M context window
|
|
4157
|
+
// Enable 'context-1m-2025-08-07' beta for 1M context window.
|
|
4135
4158
|
});
|
|
4136
4159
|
var claudeCodeSchema = apiModelIdProviderModelSchema.extend({
|
|
4137
4160
|
claudeCodePath: import_zod7.z.string().optional(),
|
|
@@ -4164,7 +4187,7 @@ var bedrockSchema = apiModelIdProviderModelSchema.extend({
|
|
|
4164
4187
|
awsBedrockEndpointEnabled: import_zod7.z.boolean().optional(),
|
|
4165
4188
|
awsBedrockEndpoint: import_zod7.z.string().optional(),
|
|
4166
4189
|
awsBedrock1MContext: import_zod7.z.boolean().optional()
|
|
4167
|
-
// Enable 'context-1m-2025-08-07' beta for 1M context window
|
|
4190
|
+
// Enable 'context-1m-2025-08-07' beta for 1M context window.
|
|
4168
4191
|
});
|
|
4169
4192
|
var vertexSchema = apiModelIdProviderModelSchema.extend({
|
|
4170
4193
|
vertexKeyFile: import_zod7.z.string().optional(),
|
|
@@ -4303,7 +4326,7 @@ var qwenCodeSchema = apiModelIdProviderModelSchema.extend({
|
|
|
4303
4326
|
qwenCodeOauthPath: import_zod7.z.string().optional()
|
|
4304
4327
|
});
|
|
4305
4328
|
var rooSchema = apiModelIdProviderModelSchema.extend({
|
|
4306
|
-
// No additional fields needed - uses cloud authentication
|
|
4329
|
+
// No additional fields needed - uses cloud authentication.
|
|
4307
4330
|
});
|
|
4308
4331
|
var vercelAiGatewaySchema = baseProviderSettingsSchema.extend({
|
|
4309
4332
|
vercelAiGatewayApiKey: import_zod7.z.string().optional(),
|
|
@@ -4396,7 +4419,7 @@ var discriminatedProviderSettingsWithIdSchema = providerSettingsSchemaDiscrimina
|
|
|
4396
4419
|
import_zod7.z.object({ id: import_zod7.z.string().optional() })
|
|
4397
4420
|
);
|
|
4398
4421
|
var PROVIDER_SETTINGS_KEYS = providerSettingsSchema.keyof().options;
|
|
4399
|
-
var
|
|
4422
|
+
var modelIdKeys = [
|
|
4400
4423
|
"apiModelId",
|
|
4401
4424
|
"glamaModelId",
|
|
4402
4425
|
"openRouterModelId",
|
|
@@ -4413,9 +4436,44 @@ var MODEL_ID_KEYS = [
|
|
|
4413
4436
|
"deepInfraModelId"
|
|
4414
4437
|
];
|
|
4415
4438
|
var getModelId = (settings) => {
|
|
4416
|
-
const modelIdKey =
|
|
4439
|
+
const modelIdKey = modelIdKeys.find((key) => settings[key]);
|
|
4417
4440
|
return modelIdKey ? settings[modelIdKey] : void 0;
|
|
4418
4441
|
};
|
|
4442
|
+
var isTypicalProvider = (key) => isProviderName(key) && !isInternalProvider(key) && !isCustomProvider(key) && !isFauxProvider(key);
|
|
4443
|
+
var modelIdKeysByProvider = {
|
|
4444
|
+
anthropic: "apiModelId",
|
|
4445
|
+
"claude-code": "apiModelId",
|
|
4446
|
+
glama: "glamaModelId",
|
|
4447
|
+
openrouter: "openRouterModelId",
|
|
4448
|
+
bedrock: "apiModelId",
|
|
4449
|
+
vertex: "apiModelId",
|
|
4450
|
+
"openai-native": "openAiModelId",
|
|
4451
|
+
ollama: "ollamaModelId",
|
|
4452
|
+
lmstudio: "lmStudioModelId",
|
|
4453
|
+
gemini: "apiModelId",
|
|
4454
|
+
"gemini-cli": "apiModelId",
|
|
4455
|
+
mistral: "apiModelId",
|
|
4456
|
+
moonshot: "apiModelId",
|
|
4457
|
+
deepseek: "apiModelId",
|
|
4458
|
+
deepinfra: "deepInfraModelId",
|
|
4459
|
+
doubao: "apiModelId",
|
|
4460
|
+
"qwen-code": "apiModelId",
|
|
4461
|
+
unbound: "unboundModelId",
|
|
4462
|
+
requesty: "requestyModelId",
|
|
4463
|
+
xai: "apiModelId",
|
|
4464
|
+
groq: "apiModelId",
|
|
4465
|
+
chutes: "apiModelId",
|
|
4466
|
+
litellm: "litellmModelId",
|
|
4467
|
+
huggingface: "huggingFaceModelId",
|
|
4468
|
+
cerebras: "apiModelId",
|
|
4469
|
+
sambanova: "apiModelId",
|
|
4470
|
+
zai: "apiModelId",
|
|
4471
|
+
fireworks: "apiModelId",
|
|
4472
|
+
featherless: "apiModelId",
|
|
4473
|
+
"io-intelligence": "ioIntelligenceModelId",
|
|
4474
|
+
roo: "apiModelId",
|
|
4475
|
+
"vercel-ai-gateway": "vercelAiGatewayModelId"
|
|
4476
|
+
};
|
|
4419
4477
|
var ANTHROPIC_STYLE_PROVIDERS = ["anthropic", "claude-code", "bedrock"];
|
|
4420
4478
|
var getApiProtocol = (provider, modelId) => {
|
|
4421
4479
|
if (provider && ANTHROPIC_STYLE_PROVIDERS.includes(provider)) {
|
|
@@ -4522,17 +4580,6 @@ var MODELS_BY_PROVIDER = {
|
|
|
4522
4580
|
deepinfra: { id: "deepinfra", label: "DeepInfra", models: [] },
|
|
4523
4581
|
"vercel-ai-gateway": { id: "vercel-ai-gateway", label: "Vercel AI Gateway", models: [] }
|
|
4524
4582
|
};
|
|
4525
|
-
var dynamicProviders = [
|
|
4526
|
-
"glama",
|
|
4527
|
-
"huggingface",
|
|
4528
|
-
"litellm",
|
|
4529
|
-
"openrouter",
|
|
4530
|
-
"requesty",
|
|
4531
|
-
"unbound",
|
|
4532
|
-
"deepinfra",
|
|
4533
|
-
"vercel-ai-gateway"
|
|
4534
|
-
];
|
|
4535
|
-
var isDynamicProvider = (key) => dynamicProviders.includes(key);
|
|
4536
4583
|
|
|
4537
4584
|
// src/history.ts
|
|
4538
4585
|
var import_zod8 = require("zod");
|
|
@@ -5196,11 +5243,15 @@ var organizationCloudSettingsSchema = import_zod15.z.object({
|
|
|
5196
5243
|
taskShareExpirationDays: import_zod15.z.number().int().positive().optional(),
|
|
5197
5244
|
allowMembersViewAllTasks: import_zod15.z.boolean().optional()
|
|
5198
5245
|
});
|
|
5246
|
+
var organizationFeaturesSchema = import_zod15.z.object({
|
|
5247
|
+
roomoteControlEnabled: import_zod15.z.boolean().optional()
|
|
5248
|
+
});
|
|
5199
5249
|
var organizationSettingsSchema = import_zod15.z.object({
|
|
5200
5250
|
version: import_zod15.z.number(),
|
|
5201
5251
|
cloudSettings: organizationCloudSettingsSchema.optional(),
|
|
5202
5252
|
defaultSettings: organizationDefaultSettingsSchema,
|
|
5203
5253
|
allowList: organizationAllowListSchema,
|
|
5254
|
+
features: organizationFeaturesSchema.optional(),
|
|
5204
5255
|
hiddenMcps: import_zod15.z.array(import_zod15.z.string()).optional(),
|
|
5205
5256
|
hideMarketplaceMcps: import_zod15.z.boolean().optional(),
|
|
5206
5257
|
mcps: import_zod15.z.array(mcpMarketplaceItemSchema).optional(),
|
|
@@ -5718,7 +5769,6 @@ var commandExecutionStatusSchema = import_zod20.z.discriminatedUnion("status", [
|
|
|
5718
5769
|
LMSTUDIO_DEFAULT_TEMPERATURE,
|
|
5719
5770
|
MISTRAL_DEFAULT_TEMPERATURE,
|
|
5720
5771
|
MODELS_BY_PROVIDER,
|
|
5721
|
-
MODEL_ID_KEYS,
|
|
5722
5772
|
MOONSHOT_DEFAULT_TEMPERATURE,
|
|
5723
5773
|
OPENAI_AZURE_AI_INFERENCE_PATH,
|
|
5724
5774
|
OPENAI_NATIVE_DEFAULT_TEMPERATURE,
|
|
@@ -5774,6 +5824,7 @@ var commandExecutionStatusSchema = import_zod20.z.discriminatedUnion("status", [
|
|
|
5774
5824
|
convertModelNameForVertex,
|
|
5775
5825
|
customModePromptsSchema,
|
|
5776
5826
|
customModesSettingsSchema,
|
|
5827
|
+
customProviders,
|
|
5777
5828
|
customSupportPromptsSchema,
|
|
5778
5829
|
deepInfraDefaultModelId,
|
|
5779
5830
|
deepInfraDefaultModelInfo,
|
|
@@ -5791,6 +5842,7 @@ var commandExecutionStatusSchema = import_zod20.z.discriminatedUnion("status", [
|
|
|
5791
5842
|
extensionBridgeCommandSchema,
|
|
5792
5843
|
extensionBridgeEventSchema,
|
|
5793
5844
|
extensionInstanceSchema,
|
|
5845
|
+
fauxProviders,
|
|
5794
5846
|
featherlessDefaultModelId,
|
|
5795
5847
|
featherlessModels,
|
|
5796
5848
|
fireworksDefaultModelId,
|
|
@@ -5813,26 +5865,34 @@ var commandExecutionStatusSchema = import_zod20.z.discriminatedUnion("status", [
|
|
|
5813
5865
|
idleAsks,
|
|
5814
5866
|
installMarketplaceItemOptionsSchema,
|
|
5815
5867
|
interactiveAsks,
|
|
5868
|
+
internalProviders,
|
|
5816
5869
|
internationalZAiDefaultModelId,
|
|
5817
5870
|
internationalZAiModels,
|
|
5818
5871
|
ioIntelligenceDefaultBaseUrl,
|
|
5819
5872
|
ioIntelligenceDefaultModelId,
|
|
5820
5873
|
ioIntelligenceModels,
|
|
5821
5874
|
ipcMessageSchema,
|
|
5875
|
+
isCustomProvider,
|
|
5822
5876
|
isDynamicProvider,
|
|
5877
|
+
isFauxProvider,
|
|
5823
5878
|
isGlobalStateKey,
|
|
5824
5879
|
isIdleAsk,
|
|
5825
5880
|
isInteractiveAsk,
|
|
5881
|
+
isInternalProvider,
|
|
5826
5882
|
isLanguage,
|
|
5883
|
+
isLocalProvider,
|
|
5827
5884
|
isModelParameter,
|
|
5885
|
+
isProviderName,
|
|
5828
5886
|
isResumableAsk,
|
|
5829
5887
|
isSecretStateKey,
|
|
5888
|
+
isTypicalProvider,
|
|
5830
5889
|
lMStudioDefaultModelId,
|
|
5831
5890
|
lMStudioDefaultModelInfo,
|
|
5832
5891
|
languages,
|
|
5833
5892
|
languagesSchema,
|
|
5834
5893
|
litellmDefaultModelId,
|
|
5835
5894
|
litellmDefaultModelInfo,
|
|
5895
|
+
localProviders,
|
|
5836
5896
|
mainlandZAiDefaultModelId,
|
|
5837
5897
|
mainlandZAiModels,
|
|
5838
5898
|
marketplaceItemSchema,
|
|
@@ -5845,6 +5905,8 @@ var commandExecutionStatusSchema = import_zod20.z.discriminatedUnion("status", [
|
|
|
5845
5905
|
mistralModels,
|
|
5846
5906
|
modeConfigSchema,
|
|
5847
5907
|
modeMarketplaceItemSchema,
|
|
5908
|
+
modelIdKeys,
|
|
5909
|
+
modelIdKeysByProvider,
|
|
5848
5910
|
modelInfoSchema,
|
|
5849
5911
|
modelParameters,
|
|
5850
5912
|
modelParametersSchema,
|
|
@@ -5860,6 +5922,7 @@ var commandExecutionStatusSchema = import_zod20.z.discriminatedUnion("status", [
|
|
|
5860
5922
|
organizationAllowListSchema,
|
|
5861
5923
|
organizationCloudSettingsSchema,
|
|
5862
5924
|
organizationDefaultSettingsSchema,
|
|
5925
|
+
organizationFeaturesSchema,
|
|
5863
5926
|
organizationSettingsSchema,
|
|
5864
5927
|
promptComponentSchema,
|
|
5865
5928
|
providerNames,
|