@supernova-studio/model 0.47.50 → 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
@@ -1779,6 +1779,7 @@ var FigmaNodeReference = DesignElementBase.extend({
1779
1779
 
1780
1780
  var DesignTokenOriginPart = _zod.z.object({
1781
1781
  referenceOriginId: _zod.z.string().optional(),
1782
+ referenceOriginKey: _zod.z.string().optional(),
1782
1783
  referencePersistentId: _zod.z.string().optional(),
1783
1784
  referenceResolutionFailed: _zod.z.boolean().optional(),
1784
1785
  key: _zod.z.string().optional()