@supernova-studio/model 1.37.1 → 1.37.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.
package/dist/index.mjs CHANGED
@@ -5003,7 +5003,8 @@ var Workspace = z133.object({
5003
5003
  npmRegistrySettings: nullishToOptional(NpmRegistryConfig),
5004
5004
  aiFeaturesEnabled: z133.boolean().default(false),
5005
5005
  aiAskFeaturesEnabled: z133.boolean().default(false),
5006
- aiCustomInstruction: z133.string().optional()
5006
+ aiCustomInstruction: z133.string().optional(),
5007
+ hasOpenMeterSubject: z133.boolean()
5007
5008
  });
5008
5009
  var WorkspaceWithDesignSystems = z133.object({
5009
5010
  workspace: Workspace,