@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/dist/index.js CHANGED
@@ -922,7 +922,7 @@ var PageBlockResourceFrameNodeReference = _zod.z.object({
922
922
  var PageBlockImageReference = _zod.z.object({
923
923
  type: PageBlockImageType,
924
924
  resource: PageBlockImageResourceReference.optional(),
925
- figmaFile: PageBlockResourceFrameNodeReference.optional()
925
+ figmaNode: PageBlockResourceFrameNodeReference.optional()
926
926
  });
927
927
  var PageBlockColorV2 = _zod.z.object({
928
928
  value: _zod.z.string(),
@@ -2318,7 +2318,6 @@ var PageBlockDefinitionProperty = _zod.z.object({
2318
2318
  name: _zod.z.string(),
2319
2319
  type: PageBlockDefinitionPropertyType,
2320
2320
  description: _zod.z.string().optional(),
2321
- // TODO Docs
2322
2321
  options: PageBlockDefinitionUntypedPropertyOptions.optional(),
2323
2322
  variantOptions: _zod.z.record(PageBlockDefinitionUntypedPropertyOptions).optional()
2324
2323
  });