@supernova-studio/client 1.65.4 → 1.67.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 +38 -8
- package/dist/index.d.ts +38 -8
- 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
|
@@ -10211,7 +10211,7 @@ var DTOForgeProjectPublishedFeature = z322.object({
|
|
|
10211
10211
|
iterationName: z322.string(),
|
|
10212
10212
|
hideSupernovaUI: z322.boolean(),
|
|
10213
10213
|
thumbnailUrl: z322.string().optional(),
|
|
10214
|
-
staticPreviewUrl: z322.string(),
|
|
10214
|
+
staticPreviewUrl: z322.string().optional(),
|
|
10215
10215
|
// These are only included when authenticated user has access to the project (for both public & private published features)
|
|
10216
10216
|
projectId: z322.string().optional(),
|
|
10217
10217
|
projectName: z322.string().optional(),
|
|
@@ -10898,6 +10898,7 @@ var DTOForgeProjectFeaturePreview = z333.object({
|
|
|
10898
10898
|
id: z333.string(),
|
|
10899
10899
|
name: z333.string(),
|
|
10900
10900
|
thumbnail: DTOFileReference.optional(),
|
|
10901
|
+
isPublished: z333.boolean().optional(),
|
|
10901
10902
|
createdAt: z333.string(),
|
|
10902
10903
|
updatedAt: z333.string()
|
|
10903
10904
|
});
|