@supernova-studio/model 0.54.11 → 0.54.13

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
@@ -39789,6 +39789,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
39789
39789
  value: z.ZodOptional<z.ZodString>;
39790
39790
  caption: z.ZodOptional<z.ZodString>;
39791
39791
  height: z.ZodOptional<z.ZodNumber>;
39792
+ alt: z.ZodOptional<z.ZodNumber>;
39792
39793
  openGraph: z.ZodOptional<z.ZodObject<{
39793
39794
  title: z.ZodOptional<z.ZodString>;
39794
39795
  description: z.ZodOptional<z.ZodString>;
@@ -39806,6 +39807,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
39806
39807
  value?: string | undefined;
39807
39808
  height?: number | undefined;
39808
39809
  caption?: string | undefined;
39810
+ alt?: number | undefined;
39809
39811
  openGraph?: {
39810
39812
  description?: string | undefined;
39811
39813
  title?: string | undefined;
@@ -39815,6 +39817,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
39815
39817
  value?: string | undefined;
39816
39818
  height?: number | undefined;
39817
39819
  caption?: string | undefined;
39820
+ alt?: number | undefined;
39818
39821
  openGraph?: {
39819
39822
  description?: string | undefined;
39820
39823
  title?: string | undefined;
@@ -81118,6 +81121,7 @@ declare const ImportModelCollection: z.ZodObject<{
81118
81121
  }, {
81119
81122
  collection: z.ZodOptional<z.ZodString>;
81120
81123
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
81124
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
81121
81125
  }>, {
81122
81126
  origin: z.ZodObject<z.objectUtil.extendShape<{
81123
81127
  id: z.ZodString;
@@ -81176,6 +81180,7 @@ declare const ImportModelCollection: z.ZodObject<{
81176
81180
  };
81177
81181
  collection?: string | undefined;
81178
81182
  codeSyntax?: Record<string, string> | undefined;
81183
+ scopes?: string[] | undefined;
81179
81184
  }, {
81180
81185
  id: string;
81181
81186
  origin: {
@@ -81198,6 +81203,7 @@ declare const ImportModelCollection: z.ZodObject<{
81198
81203
  };
81199
81204
  collection?: string | undefined;
81200
81205
  codeSyntax?: Record<string, string> | undefined;
81206
+ scopes?: string[] | undefined;
81201
81207
  }>>, "many">>;
81202
81208
  components: z.ZodDefault<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
81203
81209
  id: z.ZodString;
@@ -88928,6 +88934,7 @@ declare const ImportModelCollection: z.ZodObject<{
88928
88934
  };
88929
88935
  collection?: string | undefined;
88930
88936
  codeSyntax?: Record<string, string> | undefined;
88937
+ scopes?: string[] | undefined;
88931
88938
  })[];
88932
88939
  themeUpdates: {
88933
88940
  overrides: ((({
@@ -90275,6 +90282,7 @@ declare const ImportModelCollection: z.ZodObject<{
90275
90282
  };
90276
90283
  collection?: string | undefined;
90277
90284
  codeSyntax?: Record<string, string> | undefined;
90285
+ scopes?: string[] | undefined;
90278
90286
  })[] | undefined;
90279
90287
  themeUpdates?: {
90280
90288
  overrides: ((({
@@ -92918,6 +92926,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
92918
92926
  }>, {
92919
92927
  collection: z.ZodOptional<z.ZodString>;
92920
92928
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
92929
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
92921
92930
  }>, {
92922
92931
  originMetadata: z.ZodObject<{
92923
92932
  referenceOriginId: z.ZodOptional<z.ZodString>;
@@ -92962,6 +92971,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
92962
92971
  };
92963
92972
  collection?: string | undefined;
92964
92973
  codeSyntax?: Record<string, string> | undefined;
92974
+ scopes?: string[] | undefined;
92965
92975
  }, {
92966
92976
  id: string;
92967
92977
  meta: {
@@ -92980,6 +92990,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
92980
92990
  };
92981
92991
  collection?: string | undefined;
92982
92992
  codeSyntax?: Record<string, string> | undefined;
92993
+ scopes?: string[] | undefined;
92983
92994
  }>>, "many">>;
92984
92995
  components: z.ZodDefault<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<Omit<{
92985
92996
  id: z.ZodString;
@@ -100972,6 +100983,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
100972
100983
  };
100973
100984
  collection?: string | undefined;
100974
100985
  codeSyntax?: Record<string, string> | undefined;
100986
+ scopes?: string[] | undefined;
100975
100987
  })[];
100976
100988
  themeUpdates: {
100977
100989
  overrides: ((({
@@ -102279,6 +102291,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
102279
102291
  };
102280
102292
  collection?: string | undefined;
102281
102293
  codeSyntax?: Record<string, string> | undefined;
102294
+ scopes?: string[] | undefined;
102282
102295
  })[] | undefined;
102283
102296
  themeUpdates?: {
102284
102297
  overrides: ((({
@@ -123310,6 +123323,7 @@ declare const DesignTokenImportModelBase: z.ZodObject<z.objectUtil.extendShape<z
123310
123323
  }, {
123311
123324
  collection: z.ZodOptional<z.ZodString>;
123312
123325
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
123326
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
123313
123327
  }>, {
123314
123328
  origin: z.ZodObject<z.objectUtil.extendShape<{
123315
123329
  id: z.ZodString;
@@ -123368,6 +123382,7 @@ declare const DesignTokenImportModelBase: z.ZodObject<z.objectUtil.extendShape<z
123368
123382
  };
123369
123383
  collection?: string | undefined;
123370
123384
  codeSyntax?: Record<string, string> | undefined;
123385
+ scopes?: string[] | undefined;
123371
123386
  }, {
123372
123387
  id: string;
123373
123388
  origin: {
@@ -123390,6 +123405,7 @@ declare const DesignTokenImportModelBase: z.ZodObject<z.objectUtil.extendShape<z
123390
123405
  };
123391
123406
  collection?: string | undefined;
123392
123407
  codeSyntax?: Record<string, string> | undefined;
123408
+ scopes?: string[] | undefined;
123393
123409
  }>;
123394
123410
  declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<Omit<{
123395
123411
  id: z.ZodString;
@@ -123424,6 +123440,7 @@ declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendSh
123424
123440
  }>, {
123425
123441
  collection: z.ZodOptional<z.ZodString>;
123426
123442
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
123443
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
123427
123444
  }>, {
123428
123445
  originMetadata: z.ZodObject<{
123429
123446
  referenceOriginId: z.ZodOptional<z.ZodString>;
@@ -123468,6 +123485,7 @@ declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendSh
123468
123485
  };
123469
123486
  collection?: string | undefined;
123470
123487
  codeSyntax?: Record<string, string> | undefined;
123488
+ scopes?: string[] | undefined;
123471
123489
  }, {
123472
123490
  id: string;
123473
123491
  meta: {
@@ -123486,6 +123504,7 @@ declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendSh
123486
123504
  };
123487
123505
  collection?: string | undefined;
123488
123506
  codeSyntax?: Record<string, string> | undefined;
123507
+ scopes?: string[] | undefined;
123489
123508
  }>;
123490
123509
  type DesignTokenImportModelInputBase = z.infer<typeof DesignTokenImportModelInputBase>;
123491
123510
  declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -125736,6 +125755,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
125736
125755
  }, {
125737
125756
  collection: z.ZodOptional<z.ZodString>;
125738
125757
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
125758
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
125739
125759
  }>, {
125740
125760
  origin: z.ZodObject<z.objectUtil.extendShape<{
125741
125761
  id: z.ZodString;
@@ -125794,6 +125814,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
125794
125814
  };
125795
125815
  collection?: string | undefined;
125796
125816
  codeSyntax?: Record<string, string> | undefined;
125817
+ scopes?: string[] | undefined;
125797
125818
  }, {
125798
125819
  id: string;
125799
125820
  origin: {
@@ -125816,6 +125837,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
125816
125837
  };
125817
125838
  collection?: string | undefined;
125818
125839
  codeSyntax?: Record<string, string> | undefined;
125840
+ scopes?: string[] | undefined;
125819
125841
  }>>;
125820
125842
  type DesignTokenImportModel = z.infer<typeof DesignTokenImportModel>;
125821
125843
  type DesignTokenImportModelOfType<T extends DesignTokenType> = Extract<DesignTokenImportModel, {
@@ -128072,6 +128094,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
128072
128094
  }>, {
128073
128095
  collection: z.ZodOptional<z.ZodString>;
128074
128096
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
128097
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
128075
128098
  }>, {
128076
128099
  originMetadata: z.ZodObject<{
128077
128100
  referenceOriginId: z.ZodOptional<z.ZodString>;
@@ -128116,6 +128139,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
128116
128139
  };
128117
128140
  collection?: string | undefined;
128118
128141
  codeSyntax?: Record<string, string> | undefined;
128142
+ scopes?: string[] | undefined;
128119
128143
  }, {
128120
128144
  id: string;
128121
128145
  meta: {
@@ -128134,6 +128158,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
128134
128158
  };
128135
128159
  collection?: string | undefined;
128136
128160
  codeSyntax?: Record<string, string> | undefined;
128161
+ scopes?: string[] | undefined;
128137
128162
  }>>;
128138
128163
  type DesignTokenImportModelInput = z.infer<typeof DesignTokenImportModelInput>;
128139
128164
  type DesignTokenImportModelInputOfType<T extends DesignTokenType> = Extract<DesignTokenImportModel, {
package/dist/index.d.ts CHANGED
@@ -39789,6 +39789,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
39789
39789
  value: z.ZodOptional<z.ZodString>;
39790
39790
  caption: z.ZodOptional<z.ZodString>;
39791
39791
  height: z.ZodOptional<z.ZodNumber>;
39792
+ alt: z.ZodOptional<z.ZodNumber>;
39792
39793
  openGraph: z.ZodOptional<z.ZodObject<{
39793
39794
  title: z.ZodOptional<z.ZodString>;
39794
39795
  description: z.ZodOptional<z.ZodString>;
@@ -39806,6 +39807,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
39806
39807
  value?: string | undefined;
39807
39808
  height?: number | undefined;
39808
39809
  caption?: string | undefined;
39810
+ alt?: number | undefined;
39809
39811
  openGraph?: {
39810
39812
  description?: string | undefined;
39811
39813
  title?: string | undefined;
@@ -39815,6 +39817,7 @@ declare const PageBlockItemEmbedValue: z.ZodObject<{
39815
39817
  value?: string | undefined;
39816
39818
  height?: number | undefined;
39817
39819
  caption?: string | undefined;
39820
+ alt?: number | undefined;
39818
39821
  openGraph?: {
39819
39822
  description?: string | undefined;
39820
39823
  title?: string | undefined;
@@ -81118,6 +81121,7 @@ declare const ImportModelCollection: z.ZodObject<{
81118
81121
  }, {
81119
81122
  collection: z.ZodOptional<z.ZodString>;
81120
81123
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
81124
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
81121
81125
  }>, {
81122
81126
  origin: z.ZodObject<z.objectUtil.extendShape<{
81123
81127
  id: z.ZodString;
@@ -81176,6 +81180,7 @@ declare const ImportModelCollection: z.ZodObject<{
81176
81180
  };
81177
81181
  collection?: string | undefined;
81178
81182
  codeSyntax?: Record<string, string> | undefined;
81183
+ scopes?: string[] | undefined;
81179
81184
  }, {
81180
81185
  id: string;
81181
81186
  origin: {
@@ -81198,6 +81203,7 @@ declare const ImportModelCollection: z.ZodObject<{
81198
81203
  };
81199
81204
  collection?: string | undefined;
81200
81205
  codeSyntax?: Record<string, string> | undefined;
81206
+ scopes?: string[] | undefined;
81201
81207
  }>>, "many">>;
81202
81208
  components: z.ZodDefault<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
81203
81209
  id: z.ZodString;
@@ -88928,6 +88934,7 @@ declare const ImportModelCollection: z.ZodObject<{
88928
88934
  };
88929
88935
  collection?: string | undefined;
88930
88936
  codeSyntax?: Record<string, string> | undefined;
88937
+ scopes?: string[] | undefined;
88931
88938
  })[];
88932
88939
  themeUpdates: {
88933
88940
  overrides: ((({
@@ -90275,6 +90282,7 @@ declare const ImportModelCollection: z.ZodObject<{
90275
90282
  };
90276
90283
  collection?: string | undefined;
90277
90284
  codeSyntax?: Record<string, string> | undefined;
90285
+ scopes?: string[] | undefined;
90278
90286
  })[] | undefined;
90279
90287
  themeUpdates?: {
90280
90288
  overrides: ((({
@@ -92918,6 +92926,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
92918
92926
  }>, {
92919
92927
  collection: z.ZodOptional<z.ZodString>;
92920
92928
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
92929
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
92921
92930
  }>, {
92922
92931
  originMetadata: z.ZodObject<{
92923
92932
  referenceOriginId: z.ZodOptional<z.ZodString>;
@@ -92962,6 +92971,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
92962
92971
  };
92963
92972
  collection?: string | undefined;
92964
92973
  codeSyntax?: Record<string, string> | undefined;
92974
+ scopes?: string[] | undefined;
92965
92975
  }, {
92966
92976
  id: string;
92967
92977
  meta: {
@@ -92980,6 +92990,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
92980
92990
  };
92981
92991
  collection?: string | undefined;
92982
92992
  codeSyntax?: Record<string, string> | undefined;
92993
+ scopes?: string[] | undefined;
92983
92994
  }>>, "many">>;
92984
92995
  components: z.ZodDefault<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<Omit<{
92985
92996
  id: z.ZodString;
@@ -100972,6 +100983,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
100972
100983
  };
100973
100984
  collection?: string | undefined;
100974
100985
  codeSyntax?: Record<string, string> | undefined;
100986
+ scopes?: string[] | undefined;
100975
100987
  })[];
100976
100988
  themeUpdates: {
100977
100989
  overrides: ((({
@@ -102279,6 +102291,7 @@ declare const ImportModelInputCollection: z.ZodObject<{
102279
102291
  };
102280
102292
  collection?: string | undefined;
102281
102293
  codeSyntax?: Record<string, string> | undefined;
102294
+ scopes?: string[] | undefined;
102282
102295
  })[] | undefined;
102283
102296
  themeUpdates?: {
102284
102297
  overrides: ((({
@@ -123310,6 +123323,7 @@ declare const DesignTokenImportModelBase: z.ZodObject<z.objectUtil.extendShape<z
123310
123323
  }, {
123311
123324
  collection: z.ZodOptional<z.ZodString>;
123312
123325
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
123326
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
123313
123327
  }>, {
123314
123328
  origin: z.ZodObject<z.objectUtil.extendShape<{
123315
123329
  id: z.ZodString;
@@ -123368,6 +123382,7 @@ declare const DesignTokenImportModelBase: z.ZodObject<z.objectUtil.extendShape<z
123368
123382
  };
123369
123383
  collection?: string | undefined;
123370
123384
  codeSyntax?: Record<string, string> | undefined;
123385
+ scopes?: string[] | undefined;
123371
123386
  }, {
123372
123387
  id: string;
123373
123388
  origin: {
@@ -123390,6 +123405,7 @@ declare const DesignTokenImportModelBase: z.ZodObject<z.objectUtil.extendShape<z
123390
123405
  };
123391
123406
  collection?: string | undefined;
123392
123407
  codeSyntax?: Record<string, string> | undefined;
123408
+ scopes?: string[] | undefined;
123393
123409
  }>;
123394
123410
  declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<Omit<{
123395
123411
  id: z.ZodString;
@@ -123424,6 +123440,7 @@ declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendSh
123424
123440
  }>, {
123425
123441
  collection: z.ZodOptional<z.ZodString>;
123426
123442
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
123443
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
123427
123444
  }>, {
123428
123445
  originMetadata: z.ZodObject<{
123429
123446
  referenceOriginId: z.ZodOptional<z.ZodString>;
@@ -123468,6 +123485,7 @@ declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendSh
123468
123485
  };
123469
123486
  collection?: string | undefined;
123470
123487
  codeSyntax?: Record<string, string> | undefined;
123488
+ scopes?: string[] | undefined;
123471
123489
  }, {
123472
123490
  id: string;
123473
123491
  meta: {
@@ -123486,6 +123504,7 @@ declare const DesignTokenImportModelInputBase: z.ZodObject<z.objectUtil.extendSh
123486
123504
  };
123487
123505
  collection?: string | undefined;
123488
123506
  codeSyntax?: Record<string, string> | undefined;
123507
+ scopes?: string[] | undefined;
123489
123508
  }>;
123490
123509
  type DesignTokenImportModelInputBase = z.infer<typeof DesignTokenImportModelInputBase>;
123491
123510
  declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -125736,6 +125755,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
125736
125755
  }, {
125737
125756
  collection: z.ZodOptional<z.ZodString>;
125738
125757
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
125758
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
125739
125759
  }>, {
125740
125760
  origin: z.ZodObject<z.objectUtil.extendShape<{
125741
125761
  id: z.ZodString;
@@ -125794,6 +125814,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
125794
125814
  };
125795
125815
  collection?: string | undefined;
125796
125816
  codeSyntax?: Record<string, string> | undefined;
125817
+ scopes?: string[] | undefined;
125797
125818
  }, {
125798
125819
  id: string;
125799
125820
  origin: {
@@ -125816,6 +125837,7 @@ declare const DesignTokenImportModel: z.ZodIntersection<z.ZodDiscriminatedUnion<
125816
125837
  };
125817
125838
  collection?: string | undefined;
125818
125839
  codeSyntax?: Record<string, string> | undefined;
125840
+ scopes?: string[] | undefined;
125819
125841
  }>>;
125820
125842
  type DesignTokenImportModel = z.infer<typeof DesignTokenImportModel>;
125821
125843
  type DesignTokenImportModelOfType<T extends DesignTokenType> = Extract<DesignTokenImportModel, {
@@ -128072,6 +128094,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
128072
128094
  }>, {
128073
128095
  collection: z.ZodOptional<z.ZodString>;
128074
128096
  codeSyntax: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
128097
+ scopes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
128075
128098
  }>, {
128076
128099
  originMetadata: z.ZodObject<{
128077
128100
  referenceOriginId: z.ZodOptional<z.ZodString>;
@@ -128116,6 +128139,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
128116
128139
  };
128117
128140
  collection?: string | undefined;
128118
128141
  codeSyntax?: Record<string, string> | undefined;
128142
+ scopes?: string[] | undefined;
128119
128143
  }, {
128120
128144
  id: string;
128121
128145
  meta: {
@@ -128134,6 +128158,7 @@ declare const DesignTokenImportModelInput: z.ZodIntersection<z.ZodDiscriminatedU
128134
128158
  };
128135
128159
  collection?: string | undefined;
128136
128160
  codeSyntax?: Record<string, string> | undefined;
128161
+ scopes?: string[] | undefined;
128137
128162
  }>>;
128138
128163
  type DesignTokenImportModelInput = z.infer<typeof DesignTokenImportModelInput>;
128139
128164
  type DesignTokenImportModelInputOfType<T extends DesignTokenType> = Extract<DesignTokenImportModel, {
package/dist/index.js CHANGED
@@ -2394,6 +2394,7 @@ var PageBlockItemEmbedValue = _zod.z.object({
2394
2394
  value: _zod.z.string().optional(),
2395
2395
  caption: _zod.z.string().optional(),
2396
2396
  height: _zod.z.number().optional(),
2397
+ alt: _zod.z.number().optional(),
2397
2398
  openGraph: _zod.z.object({
2398
2399
  title: _zod.z.string().optional(),
2399
2400
  description: _zod.z.string().optional(),
@@ -3698,7 +3699,8 @@ var ThemeUpdateImportModelInput = _zod.z.object({
3698
3699
 
3699
3700
  var DesignTokenImportModelPart = _zod.z.object({
3700
3701
  collection: _zod.z.string().optional(),
3701
- codeSyntax: _zod.z.record(_zod.z.coerce.string()).optional()
3702
+ codeSyntax: _zod.z.record(_zod.z.coerce.string()).optional(),
3703
+ scopes: _zod.z.array(_zod.z.string()).optional()
3702
3704
  });
3703
3705
  var DesignTokenImportModelBase = ImportModelBase.extend(DesignTokenImportModelPart.shape).extend({
3704
3706
  origin: DesignTokenOrigin