@supernova-studio/model 1.31.6 → 1.32.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.mjs CHANGED
@@ -5006,7 +5006,10 @@ var Workspace = z134.object({
5006
5006
  subscription: Subscription,
5007
5007
  ipWhitelist: nullishToOptional(WorkspaceIpSettings),
5008
5008
  sso: nullishToOptional(SsoProvider),
5009
- npmRegistrySettings: nullishToOptional(NpmRegistryConfig)
5009
+ npmRegistrySettings: nullishToOptional(NpmRegistryConfig),
5010
+ aiFeaturesEnabled: z134.boolean().default(false),
5011
+ aiAskFeaturesEnabled: z134.boolean().default(false),
5012
+ aiCustomInstruction: z134.string().optional()
5010
5013
  });
5011
5014
  var WorkspaceWithDesignSystems = z134.object({
5012
5015
  workspace: Workspace,
@@ -5019,7 +5022,10 @@ var WorkspaceConfigurationUpdate = z135.object({
5019
5022
  ipWhitelist: WorkspaceIpSettings.optional(),
5020
5023
  sso: SsoProvider.optional(),
5021
5024
  npmRegistrySettings: NpmRegistryConfig.optional(),
5022
- profile: WorkspaceProfileUpdate.optional()
5025
+ profile: WorkspaceProfileUpdate.optional(),
5026
+ aiFeaturesEnabled: z135.boolean().optional(),
5027
+ aiAskFeaturesEnabled: z135.boolean().optional(),
5028
+ aiCustomInstruction: z135.string().optional()
5023
5029
  });
5024
5030
 
5025
5031
  // src/workspace/workspace-context.ts