@supernova-studio/model 0.32.0 → 0.34.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernova-studio/model",
3
- "version": "0.32.0",
3
+ "version": "0.34.0",
4
4
  "description": "Supernova Data Models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -173,7 +173,6 @@ export const PageBlockDefinitionProperty = z.object({
173
173
  name: z.string(),
174
174
  type: PageBlockDefinitionPropertyType,
175
175
  description: z.string().optional(),
176
- // TODO Docs
177
176
  options: PageBlockDefinitionUntypedPropertyOptions.optional(),
178
177
  variantOptions: z.record(PageBlockDefinitionUntypedPropertyOptions).optional(),
179
178
  });
@@ -38,7 +38,7 @@ export const PageBlockImageReference = z.object({
38
38
  type: PageBlockImageType,
39
39
 
40
40
  resource: PageBlockImageResourceReference.optional(),
41
- figmaFile: PageBlockResourceFrameNodeReference.optional(),
41
+ figmaNode: PageBlockResourceFrameNodeReference.optional(),
42
42
  });
43
43
 
44
44
  export const PageBlockColorV2 = z.object({