@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.d.mts +84 -3
- package/dist/index.d.ts +84 -3
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
10373
|
+
ok: z318.boolean()
|
|
10373
10374
|
});
|
|
10374
10375
|
var DTOKeepAliveFeatureSandboxResponse = z318.object({
|
|
10375
10376
|
sandbox: DTOFeatureSandbox
|