@supernova-studio/client 0.47.51 → 0.47.53
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/documentation/publish.ts +2 -0
package/dist/index.d.mts
CHANGED
|
@@ -6834,6 +6834,7 @@ declare const DTOPublishDocumentationRequest: z.ZodObject<{
|
|
|
6834
6834
|
}, {
|
|
6835
6835
|
environment: "Live" | "Preview";
|
|
6836
6836
|
}>;
|
|
6837
|
+
type DTOPublishDocumentationRequest = z.infer<typeof DTOPublishDocumentationRequest>;
|
|
6837
6838
|
|
|
6838
6839
|
declare const DTODocumentationDraftChangeType: z.ZodEnum<["Created", "Updated", "Deleted"]>;
|
|
6839
6840
|
type DTODocumentationDraftChangeType = z.infer<typeof DTODocumentationDraftChangeType>;
|
package/dist/index.d.ts
CHANGED
|
@@ -6834,6 +6834,7 @@ declare const DTOPublishDocumentationRequest: z.ZodObject<{
|
|
|
6834
6834
|
}, {
|
|
6835
6835
|
environment: "Live" | "Preview";
|
|
6836
6836
|
}>;
|
|
6837
|
+
type DTOPublishDocumentationRequest = z.infer<typeof DTOPublishDocumentationRequest>;
|
|
6837
6838
|
|
|
6838
6839
|
declare const DTODocumentationDraftChangeType: z.ZodEnum<["Created", "Updated", "Deleted"]>;
|
|
6839
6840
|
type DTODocumentationDraftChangeType = z.infer<typeof DTODocumentationDraftChangeType>;
|
package/dist/index.js
CHANGED
|
@@ -1613,6 +1613,7 @@ var FigmaNodeReference = DesignElementBase.extend({
|
|
|
1613
1613
|
});
|
|
1614
1614
|
var DesignTokenOriginPart = _zod.z.object({
|
|
1615
1615
|
referenceOriginId: _zod.z.string().optional(),
|
|
1616
|
+
referenceOriginKey: _zod.z.string().optional(),
|
|
1616
1617
|
referencePersistentId: _zod.z.string().optional(),
|
|
1617
1618
|
referenceResolutionFailed: _zod.z.boolean().optional(),
|
|
1618
1619
|
key: _zod.z.string().optional()
|