@supernova-studio/client 0.51.1 → 0.51.2

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.mjs CHANGED
@@ -2534,6 +2534,8 @@ var FigmaNodeReference = DesignElementBase.extend({
2534
2534
  var DesignTokenOriginPart = z81.object({
2535
2535
  referenceOriginId: z81.string().optional(),
2536
2536
  referenceOriginKey: z81.string().optional(),
2537
+ referenceOriginName: z81.string().optional(),
2538
+ referenceOriginRemote: z81.boolean().optional(),
2537
2539
  referencePersistentId: z81.string().optional(),
2538
2540
  referenceResolutionFailed: z81.boolean().optional(),
2539
2541
  key: z81.string().optional()