@supernova-studio/client 1.62.0 → 1.63.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
@@ -10720,10 +10720,13 @@ var DTOForgeProjectFeature = ProjectFeature;
10720
10720
  var DTOForgeProjectPublishedFeature = z329.object({
10721
10721
  featureName: z329.string(),
10722
10722
  iterationName: z329.string(),
10723
- projectId: z329.string(),
10724
10723
  hideSupernovaUI: z329.boolean(),
10725
10724
  thumbnailUrl: z329.string().optional(),
10726
- staticPreviewUrl: z329.string()
10725
+ staticPreviewUrl: z329.string(),
10726
+ // These are only included when authenticated user has access to the project (for both public & private published features)
10727
+ projectId: z329.string().optional(),
10728
+ projectName: z329.string().optional(),
10729
+ workspaceId: z329.string().optional()
10727
10730
  });
10728
10731
  var DTOForgeProjectPublishedFeatureGetResponse = z329.object({
10729
10732
  publishedFeature: DTOForgeProjectPublishedFeature