@supernova-studio/client 1.33.1 → 1.33.2
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9227,7 +9227,7 @@ var DTOFeatureIterationTag = z312.object({
|
|
|
9227
9227
|
iterationId: Id
|
|
9228
9228
|
});
|
|
9229
9229
|
var DTOFeatureSandbox = z312.object({
|
|
9230
|
-
id:
|
|
9230
|
+
id: z312.string(),
|
|
9231
9231
|
url: z312.string(),
|
|
9232
9232
|
staticPreviewUrl: z312.string().optional(),
|
|
9233
9233
|
parentMessageId: Id.optional(),
|