@supernova-studio/client 0.51.1 → 0.52.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 +159 -0
- package/dist/index.d.ts +159 -0
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -294,7 +294,8 @@ var FeaturesSummary = z6.object({
|
|
|
294
294
|
workspaceViewers: featureLimitedSchema,
|
|
295
295
|
customDocumentationExporter: featureToggleSchema,
|
|
296
296
|
protectedPages: featureToggleSchema,
|
|
297
|
-
approvals: featureToggleSchema
|
|
297
|
+
approvals: featureToggleSchema,
|
|
298
|
+
selectivePublishing: featureToggleSchema
|
|
298
299
|
});
|
|
299
300
|
var InvoiceSchema = z7.object({
|
|
300
301
|
id: z7.string(),
|
|
@@ -2534,6 +2535,8 @@ var FigmaNodeReference = DesignElementBase.extend({
|
|
|
2534
2535
|
var DesignTokenOriginPart = z81.object({
|
|
2535
2536
|
referenceOriginId: z81.string().optional(),
|
|
2536
2537
|
referenceOriginKey: z81.string().optional(),
|
|
2538
|
+
referenceOriginName: z81.string().optional(),
|
|
2539
|
+
referenceOriginRemote: z81.boolean().optional(),
|
|
2537
2540
|
referencePersistentId: z81.string().optional(),
|
|
2538
2541
|
referenceResolutionFailed: z81.boolean().optional(),
|
|
2539
2542
|
key: z81.string().optional()
|