@supernova-studio/model 0.54.25 → 0.54.27

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
@@ -39987,7 +39987,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
39987
39987
  value: z.ZodOptional<z.ZodString>;
39988
39988
  caption: z.ZodOptional<z.ZodString>;
39989
39989
  height: z.ZodOptional<z.ZodNumber>;
39990
- alt: z.ZodOptional<z.ZodNumber>;
39990
+ alt: z.ZodOptional<z.ZodString>;
39991
39991
  openGraph: z.ZodOptional<z.ZodObject<{
39992
39992
  title: z.ZodOptional<z.ZodString>;
39993
39993
  description: z.ZodOptional<z.ZodString>;
@@ -40005,7 +40005,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
40005
40005
  value?: string | undefined;
40006
40006
  height?: number | undefined;
40007
40007
  caption?: string | undefined;
40008
- alt?: number | undefined;
40008
+ alt?: string | undefined;
40009
40009
  openGraph?: {
40010
40010
  description?: string | undefined;
40011
40011
  title?: string | undefined;
@@ -40015,7 +40015,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
40015
40015
  value?: string | undefined;
40016
40016
  height?: number | undefined;
40017
40017
  caption?: string | undefined;
40018
- alt?: number | undefined;
40018
+ alt?: string | undefined;
40019
40019
  openGraph?: {
40020
40020
  description?: string | undefined;
40021
40021
  title?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -39987,7 +39987,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
39987
39987
  value: z.ZodOptional<z.ZodString>;
39988
39988
  caption: z.ZodOptional<z.ZodString>;
39989
39989
  height: z.ZodOptional<z.ZodNumber>;
39990
- alt: z.ZodOptional<z.ZodNumber>;
39990
+ alt: z.ZodOptional<z.ZodString>;
39991
39991
  openGraph: z.ZodOptional<z.ZodObject<{
39992
39992
  title: z.ZodOptional<z.ZodString>;
39993
39993
  description: z.ZodOptional<z.ZodString>;
@@ -40005,7 +40005,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
40005
40005
  value?: string | undefined;
40006
40006
  height?: number | undefined;
40007
40007
  caption?: string | undefined;
40008
- alt?: number | undefined;
40008
+ alt?: string | undefined;
40009
40009
  openGraph?: {
40010
40010
  description?: string | undefined;
40011
40011
  title?: string | undefined;
@@ -40015,7 +40015,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
40015
40015
  value?: string | undefined;
40016
40016
  height?: number | undefined;
40017
40017
  caption?: string | undefined;
40018
- alt?: number | undefined;
40018
+ alt?: string | undefined;
40019
40019
  openGraph?: {
40020
40020
  description?: string | undefined;
40021
40021
  title?: string | undefined;
package/dist/index.js CHANGED
@@ -2395,7 +2395,7 @@ var PageBlockItemEmbedValue = _zod.z.object({
2395
2395
  value: _zod.z.string().optional(),
2396
2396
  caption: _zod.z.string().optional(),
2397
2397
  height: _zod.z.number().optional(),
2398
- alt: _zod.z.number().optional(),
2398
+ alt: _zod.z.string().optional(),
2399
2399
  openGraph: _zod.z.object({
2400
2400
  title: _zod.z.string().optional(),
2401
2401
  description: _zod.z.string().optional(),