@supernova-studio/client 1.58.0 → 1.60.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 +25 -79
- package/dist/index.d.ts +25 -79
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10699,7 +10699,11 @@ var DTOForgeProjectArtifactContentResponse = z328.object({
|
|
|
10699
10699
|
|
|
10700
10700
|
// src/api/dto/forge/project-feature.ts
|
|
10701
10701
|
import z329 from "zod";
|
|
10702
|
-
var
|
|
10702
|
+
var DTOFeaturePublishedStateUpdateInput = FeaturePublishedState.pick({
|
|
10703
|
+
iterationId: true,
|
|
10704
|
+
hideSupernovaUI: true,
|
|
10705
|
+
visibility: true
|
|
10706
|
+
});
|
|
10703
10707
|
var DTOForgeProjectFeature = ProjectFeature;
|
|
10704
10708
|
var DTOForgeProjectPublishedFeature = z329.object({
|
|
10705
10709
|
featureName: z329.string(),
|
|
@@ -10735,7 +10739,7 @@ var DTOForgeProjectFeatureUpdateInput = z329.object({
|
|
|
10735
10739
|
/**
|
|
10736
10740
|
* Sending null will result in feature unpublish
|
|
10737
10741
|
*/
|
|
10738
|
-
publishedState:
|
|
10742
|
+
publishedState: DTOFeaturePublishedStateUpdateInput.nullish()
|
|
10739
10743
|
});
|
|
10740
10744
|
var DTOForgeProjectFeatureDeleteInput = z329.object({
|
|
10741
10745
|
id: Id
|
|
@@ -20311,6 +20315,7 @@ export {
|
|
|
20311
20315
|
DTOFeatureMessageSystemSender,
|
|
20312
20316
|
DTOFeatureMessageUpdateInput,
|
|
20313
20317
|
DTOFeatureMessageUserSender,
|
|
20318
|
+
DTOFeaturePublishedStateUpdateInput,
|
|
20314
20319
|
DTOFeatureSandbox,
|
|
20315
20320
|
DTOFeatureUpdateThemeInput,
|
|
20316
20321
|
DTOFigmaComponent,
|
|
@@ -20466,7 +20471,6 @@ export {
|
|
|
20466
20471
|
DTOForgeProjectFeatureListResponse,
|
|
20467
20472
|
DTOForgeProjectFeatureMoveInput,
|
|
20468
20473
|
DTOForgeProjectFeaturePreview,
|
|
20469
|
-
DTOForgeProjectFeaturePublishedState,
|
|
20470
20474
|
DTOForgeProjectFeatureUpdateInput,
|
|
20471
20475
|
DTOForgeProjectFigmaNode,
|
|
20472
20476
|
DTOForgeProjectFigmaNodeRenderInput,
|