@supernova-studio/model 1.61.0 → 1.62.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 +46 -22
- package/dist/index.d.ts +46 -22
- 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
|
@@ -162,6 +162,8 @@ var FeaturesSummary = z7.object({
|
|
|
162
162
|
forgeActiveDocumentsPerProject: featureLimitedSchema,
|
|
163
163
|
forgePrivateProjects: featureToggleSchema,
|
|
164
164
|
forgeActiveProjectContexts: featureLimitedSchema,
|
|
165
|
+
forgeFeatureWorkspacePublishing: featureToggleSchema,
|
|
166
|
+
forgeFeatureHideSupernovaUI: featureToggleSchema,
|
|
165
167
|
documentationPages: featureLimitedSchema,
|
|
166
168
|
sandboxTemplates: featureToggleSchema
|
|
167
169
|
});
|
|
@@ -5419,7 +5421,6 @@ var ProjectFeatureStatus = z151.enum(["Draft", "ReadyForDevelopment"]);
|
|
|
5419
5421
|
var FeaturePublishedStateVisibility = z151.enum(["Public", "WorkspaceMembers"]);
|
|
5420
5422
|
var FeaturePublishedState = z151.object({
|
|
5421
5423
|
userId: z151.string().optional(),
|
|
5422
|
-
userName: z151.string().optional(),
|
|
5423
5424
|
lastPublishedAt: z151.coerce.date(),
|
|
5424
5425
|
iterationId: z151.string().nullable(),
|
|
5425
5426
|
hideSupernovaUI: z151.boolean(),
|