@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.d.mts
CHANGED
|
@@ -68860,7 +68860,6 @@ type DTOFeatureIterationTag = z__default.infer<typeof DTOFeatureIterationTag>;
|
|
|
68860
68860
|
declare const DTOFeatureSandbox: z__default.ZodObject<{
|
|
68861
68861
|
id: z__default.ZodString;
|
|
68862
68862
|
url: z__default.ZodString;
|
|
68863
|
-
staticPreviewUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
68864
68863
|
parentMessageId: z__default.ZodOptional<z__default.ZodString>;
|
|
68865
68864
|
currentIterationId: z__default.ZodString;
|
|
68866
68865
|
expiresAt: z__default.ZodOptional<z__default.ZodString>;
|
|
@@ -68870,14 +68869,12 @@ declare const DTOFeatureSandbox: z__default.ZodObject<{
|
|
|
68870
68869
|
currentIterationId: string;
|
|
68871
68870
|
expiresAt?: string | undefined;
|
|
68872
68871
|
parentMessageId?: string | undefined;
|
|
68873
|
-
staticPreviewUrl?: string | undefined;
|
|
68874
68872
|
}, {
|
|
68875
68873
|
id: string;
|
|
68876
68874
|
url: string;
|
|
68877
68875
|
currentIterationId: string;
|
|
68878
68876
|
expiresAt?: string | undefined;
|
|
68879
68877
|
parentMessageId?: string | undefined;
|
|
68880
|
-
staticPreviewUrl?: string | undefined;
|
|
68881
68878
|
}>;
|
|
68882
68879
|
type DTOFeatureSandbox = z__default.infer<typeof DTOFeatureSandbox>;
|
|
68883
68880
|
declare const DTOFeatureMessageAttachments: z__default.ZodObject<{
|
package/dist/index.d.ts
CHANGED
|
@@ -68860,7 +68860,6 @@ type DTOFeatureIterationTag = z__default.infer<typeof DTOFeatureIterationTag>;
|
|
|
68860
68860
|
declare const DTOFeatureSandbox: z__default.ZodObject<{
|
|
68861
68861
|
id: z__default.ZodString;
|
|
68862
68862
|
url: z__default.ZodString;
|
|
68863
|
-
staticPreviewUrl: z__default.ZodOptional<z__default.ZodString>;
|
|
68864
68863
|
parentMessageId: z__default.ZodOptional<z__default.ZodString>;
|
|
68865
68864
|
currentIterationId: z__default.ZodString;
|
|
68866
68865
|
expiresAt: z__default.ZodOptional<z__default.ZodString>;
|
|
@@ -68870,14 +68869,12 @@ declare const DTOFeatureSandbox: z__default.ZodObject<{
|
|
|
68870
68869
|
currentIterationId: string;
|
|
68871
68870
|
expiresAt?: string | undefined;
|
|
68872
68871
|
parentMessageId?: string | undefined;
|
|
68873
|
-
staticPreviewUrl?: string | undefined;
|
|
68874
68872
|
}, {
|
|
68875
68873
|
id: string;
|
|
68876
68874
|
url: string;
|
|
68877
68875
|
currentIterationId: string;
|
|
68878
68876
|
expiresAt?: string | undefined;
|
|
68879
68877
|
parentMessageId?: string | undefined;
|
|
68880
|
-
staticPreviewUrl?: string | undefined;
|
|
68881
68878
|
}>;
|
|
68882
68879
|
type DTOFeatureSandbox = z__default.infer<typeof DTOFeatureSandbox>;
|
|
68883
68880
|
declare const DTOFeatureMessageAttachments: z__default.ZodObject<{
|
package/dist/index.js
CHANGED
|
@@ -9334,7 +9334,6 @@ var DTOFeatureIterationTag = _zod2.default.object({
|
|
|
9334
9334
|
var DTOFeatureSandbox = _zod2.default.object({
|
|
9335
9335
|
id: _zod2.default.string(),
|
|
9336
9336
|
url: _zod2.default.string(),
|
|
9337
|
-
staticPreviewUrl: _zod2.default.string().optional(),
|
|
9338
9337
|
parentMessageId: Id.optional(),
|
|
9339
9338
|
currentIterationId: Id,
|
|
9340
9339
|
expiresAt: _zod2.default.string().optional()
|