@supernova-studio/client 1.59.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.mjs CHANGED
@@ -10699,7 +10699,7 @@ var DTOForgeProjectArtifactContentResponse = z328.object({
10699
10699
 
10700
10700
  // src/api/dto/forge/project-feature.ts
10701
10701
  import z329 from "zod";
10702
- var DTOForgeProjectFeaturePublishedState = FeaturePublishedState.pick({
10702
+ var DTOFeaturePublishedStateUpdateInput = FeaturePublishedState.pick({
10703
10703
  iterationId: true,
10704
10704
  hideSupernovaUI: true,
10705
10705
  visibility: true
@@ -10739,7 +10739,7 @@ var DTOForgeProjectFeatureUpdateInput = z329.object({
10739
10739
  /**
10740
10740
  * Sending null will result in feature unpublish
10741
10741
  */
10742
- publishedState: DTOForgeProjectFeaturePublishedState.nullish()
10742
+ publishedState: DTOFeaturePublishedStateUpdateInput.nullish()
10743
10743
  });
10744
10744
  var DTOForgeProjectFeatureDeleteInput = z329.object({
10745
10745
  id: Id
@@ -20315,6 +20315,7 @@ export {
20315
20315
  DTOFeatureMessageSystemSender,
20316
20316
  DTOFeatureMessageUpdateInput,
20317
20317
  DTOFeatureMessageUserSender,
20318
+ DTOFeaturePublishedStateUpdateInput,
20318
20319
  DTOFeatureSandbox,
20319
20320
  DTOFeatureUpdateThemeInput,
20320
20321
  DTOFigmaComponent,
@@ -20470,7 +20471,6 @@ export {
20470
20471
  DTOForgeProjectFeatureListResponse,
20471
20472
  DTOForgeProjectFeatureMoveInput,
20472
20473
  DTOForgeProjectFeaturePreview,
20473
- DTOForgeProjectFeaturePublishedState,
20474
20474
  DTOForgeProjectFeatureUpdateInput,
20475
20475
  DTOForgeProjectFigmaNode,
20476
20476
  DTOForgeProjectFigmaNodeRenderInput,