@supernova-studio/client 0.52.19 → 0.53.3

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 CHANGED
@@ -20097,6 +20097,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
20097
20097
  }[];
20098
20098
  }[];
20099
20099
  } | null | undefined;
20100
+ imageAlt?: string | null | undefined;
20100
20101
  numberOfColumns?: number | null | undefined;
20101
20102
  designObjectId?: string | null | undefined;
20102
20103
  designObjectIds?: string[] | null | undefined;
@@ -20663,6 +20664,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
20663
20664
  }[];
20664
20665
  }[];
20665
20666
  } | null | undefined;
20667
+ imageAlt?: string | null | undefined;
20666
20668
  numberOfColumns?: number | null | undefined;
20667
20669
  designObjectId?: string | null | undefined;
20668
20670
  designObjectIds?: string[] | null | undefined;
@@ -21453,6 +21455,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21453
21455
  }[];
21454
21456
  }[];
21455
21457
  } | null | undefined;
21458
+ imageAlt?: string | null | undefined;
21456
21459
  numberOfColumns?: number | null | undefined;
21457
21460
  designObjectId?: string | null | undefined;
21458
21461
  designObjectIds?: string[] | null | undefined;
@@ -21672,6 +21675,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21672
21675
  }[];
21673
21676
  }[];
21674
21677
  } | null | undefined;
21678
+ imageAlt?: string | null | undefined;
21675
21679
  numberOfColumns?: number | null | undefined;
21676
21680
  designObjectId?: string | null | undefined;
21677
21681
  designObjectIds?: string[] | null | undefined;
@@ -22009,6 +22013,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22009
22013
  }[];
22010
22014
  }[];
22011
22015
  } | null | undefined;
22016
+ imageAlt?: string | null | undefined;
22012
22017
  numberOfColumns?: number | null | undefined;
22013
22018
  designObjectId?: string | null | undefined;
22014
22019
  designObjectIds?: string[] | null | undefined;
@@ -22228,6 +22233,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22228
22233
  }[];
22229
22234
  }[];
22230
22235
  } | null | undefined;
22236
+ imageAlt?: string | null | undefined;
22231
22237
  numberOfColumns?: number | null | undefined;
22232
22238
  designObjectId?: string | null | undefined;
22233
22239
  designObjectIds?: string[] | null | undefined;
package/dist/index.d.ts CHANGED
@@ -20097,6 +20097,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
20097
20097
  }[];
20098
20098
  }[];
20099
20099
  } | null | undefined;
20100
+ imageAlt?: string | null | undefined;
20100
20101
  numberOfColumns?: number | null | undefined;
20101
20102
  designObjectId?: string | null | undefined;
20102
20103
  designObjectIds?: string[] | null | undefined;
@@ -20663,6 +20664,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
20663
20664
  }[];
20664
20665
  }[];
20665
20666
  } | null | undefined;
20667
+ imageAlt?: string | null | undefined;
20666
20668
  numberOfColumns?: number | null | undefined;
20667
20669
  designObjectId?: string | null | undefined;
20668
20670
  designObjectIds?: string[] | null | undefined;
@@ -21453,6 +21455,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21453
21455
  }[];
21454
21456
  }[];
21455
21457
  } | null | undefined;
21458
+ imageAlt?: string | null | undefined;
21456
21459
  numberOfColumns?: number | null | undefined;
21457
21460
  designObjectId?: string | null | undefined;
21458
21461
  designObjectIds?: string[] | null | undefined;
@@ -21672,6 +21675,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21672
21675
  }[];
21673
21676
  }[];
21674
21677
  } | null | undefined;
21678
+ imageAlt?: string | null | undefined;
21675
21679
  numberOfColumns?: number | null | undefined;
21676
21680
  designObjectId?: string | null | undefined;
21677
21681
  designObjectIds?: string[] | null | undefined;
@@ -22009,6 +22013,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22009
22013
  }[];
22010
22014
  }[];
22011
22015
  } | null | undefined;
22016
+ imageAlt?: string | null | undefined;
22012
22017
  numberOfColumns?: number | null | undefined;
22013
22018
  designObjectId?: string | null | undefined;
22014
22019
  designObjectIds?: string[] | null | undefined;
@@ -22228,6 +22233,7 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22228
22233
  }[];
22229
22234
  }[];
22230
22235
  } | null | undefined;
22236
+ imageAlt?: string | null | undefined;
22231
22237
  numberOfColumns?: number | null | undefined;
22232
22238
  designObjectId?: string | null | undefined;
22233
22239
  designObjectIds?: string[] | null | undefined;
package/dist/index.js CHANGED
@@ -1794,6 +1794,7 @@ var PageBlockBaseV1 = _zod.z.object({
1794
1794
  // Image
1795
1795
  asset: nullishToOptional(PageBlockAsset),
1796
1796
  alignment: nullishToOptional(PageBlockAlignment),
1797
+ imageAlt: nullishToOptional(_zod.z.string()),
1797
1798
  // Shortcuts block
1798
1799
  shortcuts: nullishToOptional(_zod.z.array(PageBlockShortcut)),
1799
1800
  // Guidelines