@supernova-studio/client 1.40.10 → 1.40.11
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 +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9334,7 +9334,6 @@ var DTOFeatureIterationTag = z311.object({
|
|
|
9334
9334
|
var DTOFeatureSandbox = z311.object({
|
|
9335
9335
|
id: z311.string(),
|
|
9336
9336
|
url: z311.string(),
|
|
9337
|
-
staticPreviewUrl: z311.string().optional(),
|
|
9338
9337
|
parentMessageId: Id.optional(),
|
|
9339
9338
|
currentIterationId: Id,
|
|
9340
9339
|
expiresAt: z311.string().optional()
|