@supernova-studio/client 1.58.0 → 1.59.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,11 @@ 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;
10702
+ var DTOForgeProjectFeaturePublishedState = 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(),