@supernova-studio/client 0.53.5 → 0.53.7

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.mjs CHANGED
@@ -1622,7 +1622,8 @@ var PageBlockTypeV1 = z40.enum([
1622
1622
  "Table",
1623
1623
  "TableRow",
1624
1624
  "TableCell",
1625
- "Guidelines"
1625
+ "Guidelines",
1626
+ "Guideline"
1626
1627
  ]);
1627
1628
  var PageBlockCodeLanguage = z40.enum([
1628
1629
  "Angular",
@@ -1818,7 +1819,7 @@ var PageBlockBaseV1 = z40.object({
1818
1819
  // Shortcuts block
1819
1820
  shortcuts: nullishToOptional(z40.array(PageBlockShortcut)),
1820
1821
  // Guidelines
1821
- guidelines: nullishToOptional(PageBlockGuideline.array()),
1822
+ guideline: nullishToOptional(PageBlockGuideline),
1822
1823
  // Custom blocks
1823
1824
  customBlockKey: nullishToOptional(z40.string()),
1824
1825
  customBlockProperties: nullishToOptional(z40.array(PageBlockCustomBlockPropertyValue)),