@supernova-studio/client 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.js CHANGED
@@ -4442,7 +4442,8 @@ var Workspace = _zod.z.object({
4442
4442
  npmRegistrySettings: nullishToOptional(NpmRegistryConfig),
4443
4443
  aiFeaturesEnabled: _zod.z.boolean().default(false),
4444
4444
  aiAskFeaturesEnabled: _zod.z.boolean().default(false),
4445
- aiCustomInstruction: _zod.z.string().optional()
4445
+ aiCustomInstruction: _zod.z.string().optional(),
4446
+ hasOpenMeterSubject: _zod.z.boolean()
4446
4447
  });
4447
4448
  var WorkspaceWithDesignSystems = _zod.z.object({
4448
4449
  workspace: Workspace,