@supernova-studio/client 1.82.4 → 1.83.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
@@ -136,6 +136,7 @@ var FeaturesSummary = z7.object({
136
136
  designSystemSourceAutoImport: featureToggleSchema,
137
137
  designSystemSlug: featureToggleSchema,
138
138
  ipWhitelisting: featureToggleSchema,
139
+ customLogin: featureToggleSchema,
139
140
  npmRegistry: featureToggleSchema,
140
141
  sso: featureToggleSchema,
141
142
  workspacePaidSeats: featureLimitedSchema,
@@ -10369,7 +10370,7 @@ var DTOProvisionFeatureSandboxInput = z318.object({
10369
10370
  parentMessageId: z318.string().optional()
10370
10371
  });
10371
10372
  var DTOProvisionFeatureSandboxResponse = z318.object({
10372
- iterationId: z318.string()
10373
+ ok: z318.boolean()
10373
10374
  });
10374
10375
  var DTOKeepAliveFeatureSandboxResponse = z318.object({
10375
10376
  sandbox: DTOFeatureSandbox