@supernova-studio/client 0.47.51 → 0.47.52

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.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()