@supernova-studio/client 1.34.3 → 1.35.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 +8 -7
- package/dist/index.d.ts +8 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -68370,13 +68370,6 @@ declare const DTOUpdateForgeFigmaArtifact: z$1.ZodObject<Omit<{
|
|
|
68370
68370
|
}>;
|
|
68371
68371
|
type DTOUpdateForgeFigmaArtifact = z$1.infer<typeof DTOUpdateForgeFigmaArtifact>;
|
|
68372
68372
|
|
|
68373
|
-
declare const DTOFeatureMessageAttachments: z__default.ZodObject<{
|
|
68374
|
-
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
68375
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
68376
|
-
iterationId?: string | undefined;
|
|
68377
|
-
}, {
|
|
68378
|
-
iterationId?: string | undefined;
|
|
68379
|
-
}>;
|
|
68380
68373
|
declare const DTOFeatureMessageUserSender: z__default.ZodObject<{
|
|
68381
68374
|
type: z__default.ZodLiteral<"User">;
|
|
68382
68375
|
userId: z__default.ZodString;
|
|
@@ -68703,6 +68696,14 @@ declare const DTOFeatureSandbox: z__default.ZodObject<{
|
|
|
68703
68696
|
staticPreviewUrl?: string | undefined;
|
|
68704
68697
|
}>;
|
|
68705
68698
|
type DTOFeatureSandbox = z__default.infer<typeof DTOFeatureSandbox>;
|
|
68699
|
+
declare const DTOFeatureMessageAttachments: z__default.ZodObject<{
|
|
68700
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
68701
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
68702
|
+
iterationId?: string | undefined;
|
|
68703
|
+
}, {
|
|
68704
|
+
iterationId?: string | undefined;
|
|
68705
|
+
}>;
|
|
68706
|
+
type DTOFeatureMessageAttachments = z__default.infer<typeof DTOFeatureMessageAttachments>;
|
|
68706
68707
|
declare const DTOFeatureMessageCreateInput: z__default.ZodObject<Pick<{
|
|
68707
68708
|
id: z__default.ZodString;
|
|
68708
68709
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -68370,13 +68370,6 @@ declare const DTOUpdateForgeFigmaArtifact: z$1.ZodObject<Omit<{
|
|
|
68370
68370
|
}>;
|
|
68371
68371
|
type DTOUpdateForgeFigmaArtifact = z$1.infer<typeof DTOUpdateForgeFigmaArtifact>;
|
|
68372
68372
|
|
|
68373
|
-
declare const DTOFeatureMessageAttachments: z__default.ZodObject<{
|
|
68374
|
-
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
68375
|
-
}, "strip", z__default.ZodTypeAny, {
|
|
68376
|
-
iterationId?: string | undefined;
|
|
68377
|
-
}, {
|
|
68378
|
-
iterationId?: string | undefined;
|
|
68379
|
-
}>;
|
|
68380
68373
|
declare const DTOFeatureMessageUserSender: z__default.ZodObject<{
|
|
68381
68374
|
type: z__default.ZodLiteral<"User">;
|
|
68382
68375
|
userId: z__default.ZodString;
|
|
@@ -68703,6 +68696,14 @@ declare const DTOFeatureSandbox: z__default.ZodObject<{
|
|
|
68703
68696
|
staticPreviewUrl?: string | undefined;
|
|
68704
68697
|
}>;
|
|
68705
68698
|
type DTOFeatureSandbox = z__default.infer<typeof DTOFeatureSandbox>;
|
|
68699
|
+
declare const DTOFeatureMessageAttachments: z__default.ZodObject<{
|
|
68700
|
+
iterationId: z__default.ZodOptional<z__default.ZodString>;
|
|
68701
|
+
}, "strip", z__default.ZodTypeAny, {
|
|
68702
|
+
iterationId?: string | undefined;
|
|
68703
|
+
}, {
|
|
68704
|
+
iterationId?: string | undefined;
|
|
68705
|
+
}>;
|
|
68706
|
+
type DTOFeatureMessageAttachments = z__default.infer<typeof DTOFeatureMessageAttachments>;
|
|
68706
68707
|
declare const DTOFeatureMessageCreateInput: z__default.ZodObject<Pick<{
|
|
68707
68708
|
id: z__default.ZodString;
|
|
68708
68709
|
/**
|