@supernova-studio/model 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.d.mts +324 -0
- package/dist/index.d.ts +324 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/tokens.ts +2 -0
package/dist/index.mjs
CHANGED
|
@@ -2808,6 +2808,8 @@ import { z as z81 } from "zod";
|
|
|
2808
2808
|
var DesignTokenOriginPart = z81.object({
|
|
2809
2809
|
referenceOriginId: z81.string().optional(),
|
|
2810
2810
|
referenceOriginKey: z81.string().optional(),
|
|
2811
|
+
referenceOriginName: z81.string().optional(),
|
|
2812
|
+
referenceOriginRemote: z81.boolean().optional(),
|
|
2811
2813
|
referencePersistentId: z81.string().optional(),
|
|
2812
2814
|
referenceResolutionFailed: z81.boolean().optional(),
|
|
2813
2815
|
key: z81.string().optional()
|