@supernova-studio/model 1.87.9 → 1.87.11

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.ts CHANGED
@@ -4770,9 +4770,9 @@ declare const DesignSystemDump: z$1.ZodObject<{
4770
4770
  rateLimitType?: string | undefined;
4771
4771
  } | undefined;
4772
4772
  } | undefined;
4773
- versionId?: string | undefined;
4774
4773
  sourceId?: string | undefined;
4775
4774
  brandId?: string | undefined;
4775
+ versionId?: string | undefined;
4776
4776
  }, {
4777
4777
  isFailed: boolean;
4778
4778
  error?: {
@@ -4785,7 +4785,6 @@ declare const DesignSystemDump: z$1.ZodObject<{
4785
4785
  rateLimitType?: string | undefined;
4786
4786
  } | undefined;
4787
4787
  } | null | undefined;
4788
- versionId?: string | null | undefined;
4789
4788
  components?: number | null | undefined;
4790
4789
  componentSets?: number | null | undefined;
4791
4790
  sourceId?: string | null | undefined;
@@ -4803,6 +4802,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
4803
4802
  componentAssetsCreated?: number | null | undefined;
4804
4803
  componentAssetsUpdated?: number | null | undefined;
4805
4804
  componentAssetsDeleted?: number | null | undefined;
4805
+ versionId?: string | null | undefined;
4806
4806
  warnings?: {
4807
4807
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
4808
4808
  componentId?: string | undefined;
@@ -5014,7 +5014,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
5014
5014
  }, "strip", z$1.ZodTypeAny, {
5015
5015
  type: "FigmaVariablesPlugin";
5016
5016
  remoteId: string;
5017
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
5017
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
5018
5018
  isTokenTypeSplitEnabled: boolean;
5019
5019
  isCollectionsMigrationCompleted: boolean;
5020
5020
  isCollectionKeysMigrationCompleted: boolean;
@@ -5031,7 +5031,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
5031
5031
  }, {
5032
5032
  type: "FigmaVariablesPlugin";
5033
5033
  remoteId: string;
5034
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
5034
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
5035
5035
  isTokenTypeSplitEnabled: boolean;
5036
5036
  isCollectionsMigrationCompleted: boolean;
5037
5037
  isCollectionKeysMigrationCompleted: boolean;
@@ -5160,7 +5160,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
5160
5160
  } | {
5161
5161
  type: "FigmaVariablesPlugin";
5162
5162
  remoteId: string;
5163
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
5163
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
5164
5164
  isTokenTypeSplitEnabled: boolean;
5165
5165
  isCollectionsMigrationCompleted: boolean;
5166
5166
  isCollectionKeysMigrationCompleted: boolean;
@@ -5231,9 +5231,9 @@ declare const DesignSystemDump: z$1.ZodObject<{
5231
5231
  rateLimitType?: string | undefined;
5232
5232
  } | undefined;
5233
5233
  } | undefined;
5234
- versionId?: string | undefined;
5235
5234
  sourceId?: string | undefined;
5236
5235
  brandId?: string | undefined;
5236
+ versionId?: string | undefined;
5237
5237
  } | undefined;
5238
5238
  }, {
5239
5239
  id: string;
@@ -5283,7 +5283,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
5283
5283
  } | {
5284
5284
  type: "FigmaVariablesPlugin";
5285
5285
  remoteId: string;
5286
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
5286
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
5287
5287
  isTokenTypeSplitEnabled: boolean;
5288
5288
  isCollectionsMigrationCompleted: boolean;
5289
5289
  isCollectionKeysMigrationCompleted: boolean;
@@ -5330,7 +5330,6 @@ declare const DesignSystemDump: z$1.ZodObject<{
5330
5330
  rateLimitType?: string | undefined;
5331
5331
  } | undefined;
5332
5332
  } | null | undefined;
5333
- versionId?: string | null | undefined;
5334
5333
  components?: number | null | undefined;
5335
5334
  componentSets?: number | null | undefined;
5336
5335
  sourceId?: string | null | undefined;
@@ -5348,6 +5347,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
5348
5347
  componentAssetsCreated?: number | null | undefined;
5349
5348
  componentAssetsUpdated?: number | null | undefined;
5350
5349
  componentAssetsDeleted?: number | null | undefined;
5350
+ versionId?: string | null | undefined;
5351
5351
  warnings?: {
5352
5352
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
5353
5353
  componentId?: string | undefined;
@@ -7955,7 +7955,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
7955
7955
  } | {
7956
7956
  type: "FigmaVariablesPlugin";
7957
7957
  remoteId: string;
7958
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
7958
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
7959
7959
  isTokenTypeSplitEnabled: boolean;
7960
7960
  isCollectionsMigrationCompleted: boolean;
7961
7961
  isCollectionKeysMigrationCompleted: boolean;
@@ -8026,9 +8026,9 @@ declare const DesignSystemDump: z$1.ZodObject<{
8026
8026
  rateLimitType?: string | undefined;
8027
8027
  } | undefined;
8028
8028
  } | undefined;
8029
- versionId?: string | undefined;
8030
8029
  sourceId?: string | undefined;
8031
8030
  brandId?: string | undefined;
8031
+ versionId?: string | undefined;
8032
8032
  } | undefined;
8033
8033
  }[];
8034
8034
  versions: {
@@ -8418,7 +8418,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
8418
8418
  } | {
8419
8419
  type: "FigmaVariablesPlugin";
8420
8420
  remoteId: string;
8421
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
8421
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
8422
8422
  isTokenTypeSplitEnabled: boolean;
8423
8423
  isCollectionsMigrationCompleted: boolean;
8424
8424
  isCollectionKeysMigrationCompleted: boolean;
@@ -8465,7 +8465,6 @@ declare const DesignSystemDump: z$1.ZodObject<{
8465
8465
  rateLimitType?: string | undefined;
8466
8466
  } | undefined;
8467
8467
  } | null | undefined;
8468
- versionId?: string | null | undefined;
8469
8468
  components?: number | null | undefined;
8470
8469
  componentSets?: number | null | undefined;
8471
8470
  sourceId?: string | null | undefined;
@@ -8483,6 +8482,7 @@ declare const DesignSystemDump: z$1.ZodObject<{
8483
8482
  componentAssetsCreated?: number | null | undefined;
8484
8483
  componentAssetsUpdated?: number | null | undefined;
8485
8484
  componentAssetsDeleted?: number | null | undefined;
8485
+ versionId?: string | null | undefined;
8486
8486
  warnings?: {
8487
8487
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
8488
8488
  componentId?: string | undefined;
@@ -12570,7 +12570,7 @@ declare const UserDump: z$1.ZodObject<{
12570
12570
  metadataXml?: string | null | undefined;
12571
12571
  } | null | undefined>;
12572
12572
  npmRegistrySettings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
12573
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
12573
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
12574
12574
  enabledScopes: string[];
12575
12575
  bypassProxy: boolean;
12576
12576
  customRegistryUrl?: string | undefined;
@@ -12590,7 +12590,7 @@ declare const UserDump: z$1.ZodObject<{
12590
12590
  authHeaderName: string;
12591
12591
  authHeaderValue: string;
12592
12592
  }), z$1.ZodTypeDef, {
12593
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
12593
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
12594
12594
  enabledScopes: string[];
12595
12595
  customRegistryUrl?: string | undefined;
12596
12596
  bypassProxy?: boolean | undefined;
@@ -12610,7 +12610,7 @@ declare const UserDump: z$1.ZodObject<{
12610
12610
  authHeaderName: string;
12611
12611
  authHeaderValue: string;
12612
12612
  })>>>, NonNullable<{
12613
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
12613
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
12614
12614
  enabledScopes: string[];
12615
12615
  bypassProxy: boolean;
12616
12616
  customRegistryUrl?: string | undefined;
@@ -12630,7 +12630,7 @@ declare const UserDump: z$1.ZodObject<{
12630
12630
  authHeaderName: string;
12631
12631
  authHeaderValue: string;
12632
12632
  })> | undefined, ({
12633
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
12633
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
12634
12634
  enabledScopes: string[];
12635
12635
  customRegistryUrl?: string | undefined;
12636
12636
  bypassProxy?: boolean | undefined;
@@ -12742,7 +12742,7 @@ declare const UserDump: z$1.ZodObject<{
12742
12742
  isEnabledForDocs: boolean;
12743
12743
  } | undefined;
12744
12744
  npmRegistrySettings?: NonNullable<{
12745
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
12745
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
12746
12746
  enabledScopes: string[];
12747
12747
  bypassProxy: boolean;
12748
12748
  customRegistryUrl?: string | undefined;
@@ -12845,7 +12845,7 @@ declare const UserDump: z$1.ZodObject<{
12845
12845
  isEnabledForDocs: boolean;
12846
12846
  } | null | undefined;
12847
12847
  npmRegistrySettings?: ({
12848
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
12848
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
12849
12849
  enabledScopes: string[];
12850
12850
  customRegistryUrl?: string | undefined;
12851
12851
  bypassProxy?: boolean | undefined;
@@ -13090,9 +13090,9 @@ declare const UserDump: z$1.ZodObject<{
13090
13090
  rateLimitType?: string | undefined;
13091
13091
  } | undefined;
13092
13092
  } | undefined;
13093
- versionId?: string | undefined;
13094
13093
  sourceId?: string | undefined;
13095
13094
  brandId?: string | undefined;
13095
+ versionId?: string | undefined;
13096
13096
  }, {
13097
13097
  isFailed: boolean;
13098
13098
  error?: {
@@ -13105,7 +13105,6 @@ declare const UserDump: z$1.ZodObject<{
13105
13105
  rateLimitType?: string | undefined;
13106
13106
  } | undefined;
13107
13107
  } | null | undefined;
13108
- versionId?: string | null | undefined;
13109
13108
  components?: number | null | undefined;
13110
13109
  componentSets?: number | null | undefined;
13111
13110
  sourceId?: string | null | undefined;
@@ -13123,6 +13122,7 @@ declare const UserDump: z$1.ZodObject<{
13123
13122
  componentAssetsCreated?: number | null | undefined;
13124
13123
  componentAssetsUpdated?: number | null | undefined;
13125
13124
  componentAssetsDeleted?: number | null | undefined;
13125
+ versionId?: string | null | undefined;
13126
13126
  warnings?: {
13127
13127
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
13128
13128
  componentId?: string | undefined;
@@ -13334,7 +13334,7 @@ declare const UserDump: z$1.ZodObject<{
13334
13334
  }, "strip", z$1.ZodTypeAny, {
13335
13335
  type: "FigmaVariablesPlugin";
13336
13336
  remoteId: string;
13337
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
13337
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
13338
13338
  isTokenTypeSplitEnabled: boolean;
13339
13339
  isCollectionsMigrationCompleted: boolean;
13340
13340
  isCollectionKeysMigrationCompleted: boolean;
@@ -13351,7 +13351,7 @@ declare const UserDump: z$1.ZodObject<{
13351
13351
  }, {
13352
13352
  type: "FigmaVariablesPlugin";
13353
13353
  remoteId: string;
13354
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
13354
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
13355
13355
  isTokenTypeSplitEnabled: boolean;
13356
13356
  isCollectionsMigrationCompleted: boolean;
13357
13357
  isCollectionKeysMigrationCompleted: boolean;
@@ -13480,7 +13480,7 @@ declare const UserDump: z$1.ZodObject<{
13480
13480
  } | {
13481
13481
  type: "FigmaVariablesPlugin";
13482
13482
  remoteId: string;
13483
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
13483
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
13484
13484
  isTokenTypeSplitEnabled: boolean;
13485
13485
  isCollectionsMigrationCompleted: boolean;
13486
13486
  isCollectionKeysMigrationCompleted: boolean;
@@ -13551,9 +13551,9 @@ declare const UserDump: z$1.ZodObject<{
13551
13551
  rateLimitType?: string | undefined;
13552
13552
  } | undefined;
13553
13553
  } | undefined;
13554
- versionId?: string | undefined;
13555
13554
  sourceId?: string | undefined;
13556
13555
  brandId?: string | undefined;
13556
+ versionId?: string | undefined;
13557
13557
  } | undefined;
13558
13558
  }, {
13559
13559
  id: string;
@@ -13603,7 +13603,7 @@ declare const UserDump: z$1.ZodObject<{
13603
13603
  } | {
13604
13604
  type: "FigmaVariablesPlugin";
13605
13605
  remoteId: string;
13606
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
13606
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
13607
13607
  isTokenTypeSplitEnabled: boolean;
13608
13608
  isCollectionsMigrationCompleted: boolean;
13609
13609
  isCollectionKeysMigrationCompleted: boolean;
@@ -13650,7 +13650,6 @@ declare const UserDump: z$1.ZodObject<{
13650
13650
  rateLimitType?: string | undefined;
13651
13651
  } | undefined;
13652
13652
  } | null | undefined;
13653
- versionId?: string | null | undefined;
13654
13653
  components?: number | null | undefined;
13655
13654
  componentSets?: number | null | undefined;
13656
13655
  sourceId?: string | null | undefined;
@@ -13668,6 +13667,7 @@ declare const UserDump: z$1.ZodObject<{
13668
13667
  componentAssetsCreated?: number | null | undefined;
13669
13668
  componentAssetsUpdated?: number | null | undefined;
13670
13669
  componentAssetsDeleted?: number | null | undefined;
13670
+ versionId?: string | null | undefined;
13671
13671
  warnings?: {
13672
13672
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
13673
13673
  componentId?: string | undefined;
@@ -16275,7 +16275,7 @@ declare const UserDump: z$1.ZodObject<{
16275
16275
  } | {
16276
16276
  type: "FigmaVariablesPlugin";
16277
16277
  remoteId: string;
16278
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
16278
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
16279
16279
  isTokenTypeSplitEnabled: boolean;
16280
16280
  isCollectionsMigrationCompleted: boolean;
16281
16281
  isCollectionKeysMigrationCompleted: boolean;
@@ -16346,9 +16346,9 @@ declare const UserDump: z$1.ZodObject<{
16346
16346
  rateLimitType?: string | undefined;
16347
16347
  } | undefined;
16348
16348
  } | undefined;
16349
- versionId?: string | undefined;
16350
16349
  sourceId?: string | undefined;
16351
16350
  brandId?: string | undefined;
16351
+ versionId?: string | undefined;
16352
16352
  } | undefined;
16353
16353
  }[];
16354
16354
  versions: {
@@ -16738,7 +16738,7 @@ declare const UserDump: z$1.ZodObject<{
16738
16738
  } | {
16739
16739
  type: "FigmaVariablesPlugin";
16740
16740
  remoteId: string;
16741
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
16741
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
16742
16742
  isTokenTypeSplitEnabled: boolean;
16743
16743
  isCollectionsMigrationCompleted: boolean;
16744
16744
  isCollectionKeysMigrationCompleted: boolean;
@@ -16785,7 +16785,6 @@ declare const UserDump: z$1.ZodObject<{
16785
16785
  rateLimitType?: string | undefined;
16786
16786
  } | undefined;
16787
16787
  } | null | undefined;
16788
- versionId?: string | null | undefined;
16789
16788
  components?: number | null | undefined;
16790
16789
  componentSets?: number | null | undefined;
16791
16790
  sourceId?: string | null | undefined;
@@ -16803,6 +16802,7 @@ declare const UserDump: z$1.ZodObject<{
16803
16802
  componentAssetsCreated?: number | null | undefined;
16804
16803
  componentAssetsUpdated?: number | null | undefined;
16805
16804
  componentAssetsDeleted?: number | null | undefined;
16805
+ versionId?: string | null | undefined;
16806
16806
  warnings?: {
16807
16807
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
16808
16808
  componentId?: string | undefined;
@@ -19882,7 +19882,7 @@ declare const UserDump: z$1.ZodObject<{
19882
19882
  isEnabledForDocs: boolean;
19883
19883
  } | undefined;
19884
19884
  npmRegistrySettings?: NonNullable<{
19885
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
19885
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
19886
19886
  enabledScopes: string[];
19887
19887
  bypassProxy: boolean;
19888
19888
  customRegistryUrl?: string | undefined;
@@ -19999,7 +19999,7 @@ declare const UserDump: z$1.ZodObject<{
19999
19999
  } | {
20000
20000
  type: "FigmaVariablesPlugin";
20001
20001
  remoteId: string;
20002
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
20002
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
20003
20003
  isTokenTypeSplitEnabled: boolean;
20004
20004
  isCollectionsMigrationCompleted: boolean;
20005
20005
  isCollectionKeysMigrationCompleted: boolean;
@@ -20070,9 +20070,9 @@ declare const UserDump: z$1.ZodObject<{
20070
20070
  rateLimitType?: string | undefined;
20071
20071
  } | undefined;
20072
20072
  } | undefined;
20073
- versionId?: string | undefined;
20074
20073
  sourceId?: string | undefined;
20075
20074
  brandId?: string | undefined;
20075
+ versionId?: string | undefined;
20076
20076
  } | undefined;
20077
20077
  }[];
20078
20078
  versions: {
@@ -20791,7 +20791,7 @@ declare const UserDump: z$1.ZodObject<{
20791
20791
  isEnabledForDocs: boolean;
20792
20792
  } | null | undefined;
20793
20793
  npmRegistrySettings?: ({
20794
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
20794
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
20795
20795
  enabledScopes: string[];
20796
20796
  customRegistryUrl?: string | undefined;
20797
20797
  bypassProxy?: boolean | undefined;
@@ -20911,7 +20911,7 @@ declare const UserDump: z$1.ZodObject<{
20911
20911
  } | {
20912
20912
  type: "FigmaVariablesPlugin";
20913
20913
  remoteId: string;
20914
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
20914
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
20915
20915
  isTokenTypeSplitEnabled: boolean;
20916
20916
  isCollectionsMigrationCompleted: boolean;
20917
20917
  isCollectionKeysMigrationCompleted: boolean;
@@ -20958,7 +20958,6 @@ declare const UserDump: z$1.ZodObject<{
20958
20958
  rateLimitType?: string | undefined;
20959
20959
  } | undefined;
20960
20960
  } | null | undefined;
20961
- versionId?: string | null | undefined;
20962
20961
  components?: number | null | undefined;
20963
20962
  componentSets?: number | null | undefined;
20964
20963
  sourceId?: string | null | undefined;
@@ -20976,6 +20975,7 @@ declare const UserDump: z$1.ZodObject<{
20976
20975
  componentAssetsCreated?: number | null | undefined;
20977
20976
  componentAssetsUpdated?: number | null | undefined;
20978
20977
  componentAssetsDeleted?: number | null | undefined;
20978
+ versionId?: string | null | undefined;
20979
20979
  warnings?: {
20980
20980
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
20981
20981
  componentId?: string | undefined;
@@ -21708,7 +21708,7 @@ declare const UserDump: z$1.ZodObject<{
21708
21708
  isEnabledForDocs: boolean;
21709
21709
  } | undefined;
21710
21710
  npmRegistrySettings?: NonNullable<{
21711
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
21711
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
21712
21712
  enabledScopes: string[];
21713
21713
  bypassProxy: boolean;
21714
21714
  customRegistryUrl?: string | undefined;
@@ -21825,7 +21825,7 @@ declare const UserDump: z$1.ZodObject<{
21825
21825
  } | {
21826
21826
  type: "FigmaVariablesPlugin";
21827
21827
  remoteId: string;
21828
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
21828
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
21829
21829
  isTokenTypeSplitEnabled: boolean;
21830
21830
  isCollectionsMigrationCompleted: boolean;
21831
21831
  isCollectionKeysMigrationCompleted: boolean;
@@ -21896,9 +21896,9 @@ declare const UserDump: z$1.ZodObject<{
21896
21896
  rateLimitType?: string | undefined;
21897
21897
  } | undefined;
21898
21898
  } | undefined;
21899
- versionId?: string | undefined;
21900
21899
  sourceId?: string | undefined;
21901
21900
  brandId?: string | undefined;
21901
+ versionId?: string | undefined;
21902
21902
  } | undefined;
21903
21903
  }[];
21904
21904
  versions: {
@@ -22662,7 +22662,7 @@ declare const UserDump: z$1.ZodObject<{
22662
22662
  isEnabledForDocs: boolean;
22663
22663
  } | null | undefined;
22664
22664
  npmRegistrySettings?: ({
22665
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
22665
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
22666
22666
  enabledScopes: string[];
22667
22667
  customRegistryUrl?: string | undefined;
22668
22668
  bypassProxy?: boolean | undefined;
@@ -22782,7 +22782,7 @@ declare const UserDump: z$1.ZodObject<{
22782
22782
  } | {
22783
22783
  type: "FigmaVariablesPlugin";
22784
22784
  remoteId: string;
22785
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
22785
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
22786
22786
  isTokenTypeSplitEnabled: boolean;
22787
22787
  isCollectionsMigrationCompleted: boolean;
22788
22788
  isCollectionKeysMigrationCompleted: boolean;
@@ -22829,7 +22829,6 @@ declare const UserDump: z$1.ZodObject<{
22829
22829
  rateLimitType?: string | undefined;
22830
22830
  } | undefined;
22831
22831
  } | null | undefined;
22832
- versionId?: string | null | undefined;
22833
22832
  components?: number | null | undefined;
22834
22833
  componentSets?: number | null | undefined;
22835
22834
  sourceId?: string | null | undefined;
@@ -22847,6 +22846,7 @@ declare const UserDump: z$1.ZodObject<{
22847
22846
  componentAssetsCreated?: number | null | undefined;
22848
22847
  componentAssetsUpdated?: number | null | undefined;
22849
22848
  componentAssetsDeleted?: number | null | undefined;
22849
+ versionId?: string | null | undefined;
22850
22850
  warnings?: {
22851
22851
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
22852
22852
  componentId?: string | undefined;
@@ -23845,7 +23845,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
23845
23845
  metadataXml?: string | null | undefined;
23846
23846
  } | null | undefined>;
23847
23847
  npmRegistrySettings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
23848
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
23848
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
23849
23849
  enabledScopes: string[];
23850
23850
  bypassProxy: boolean;
23851
23851
  customRegistryUrl?: string | undefined;
@@ -23865,7 +23865,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
23865
23865
  authHeaderName: string;
23866
23866
  authHeaderValue: string;
23867
23867
  }), z$1.ZodTypeDef, {
23868
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
23868
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
23869
23869
  enabledScopes: string[];
23870
23870
  customRegistryUrl?: string | undefined;
23871
23871
  bypassProxy?: boolean | undefined;
@@ -23885,7 +23885,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
23885
23885
  authHeaderName: string;
23886
23886
  authHeaderValue: string;
23887
23887
  })>>>, NonNullable<{
23888
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
23888
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
23889
23889
  enabledScopes: string[];
23890
23890
  bypassProxy: boolean;
23891
23891
  customRegistryUrl?: string | undefined;
@@ -23905,7 +23905,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
23905
23905
  authHeaderName: string;
23906
23906
  authHeaderValue: string;
23907
23907
  })> | undefined, ({
23908
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
23908
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
23909
23909
  enabledScopes: string[];
23910
23910
  customRegistryUrl?: string | undefined;
23911
23911
  bypassProxy?: boolean | undefined;
@@ -24017,7 +24017,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24017
24017
  isEnabledForDocs: boolean;
24018
24018
  } | undefined;
24019
24019
  npmRegistrySettings?: NonNullable<{
24020
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
24020
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
24021
24021
  enabledScopes: string[];
24022
24022
  bypassProxy: boolean;
24023
24023
  customRegistryUrl?: string | undefined;
@@ -24120,7 +24120,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24120
24120
  isEnabledForDocs: boolean;
24121
24121
  } | null | undefined;
24122
24122
  npmRegistrySettings?: ({
24123
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
24123
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
24124
24124
  enabledScopes: string[];
24125
24125
  customRegistryUrl?: string | undefined;
24126
24126
  bypassProxy?: boolean | undefined;
@@ -24365,9 +24365,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
24365
24365
  rateLimitType?: string | undefined;
24366
24366
  } | undefined;
24367
24367
  } | undefined;
24368
- versionId?: string | undefined;
24369
24368
  sourceId?: string | undefined;
24370
24369
  brandId?: string | undefined;
24370
+ versionId?: string | undefined;
24371
24371
  }, {
24372
24372
  isFailed: boolean;
24373
24373
  error?: {
@@ -24380,7 +24380,6 @@ declare const WorkspaceDump: z$1.ZodObject<{
24380
24380
  rateLimitType?: string | undefined;
24381
24381
  } | undefined;
24382
24382
  } | null | undefined;
24383
- versionId?: string | null | undefined;
24384
24383
  components?: number | null | undefined;
24385
24384
  componentSets?: number | null | undefined;
24386
24385
  sourceId?: string | null | undefined;
@@ -24398,6 +24397,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24398
24397
  componentAssetsCreated?: number | null | undefined;
24399
24398
  componentAssetsUpdated?: number | null | undefined;
24400
24399
  componentAssetsDeleted?: number | null | undefined;
24400
+ versionId?: string | null | undefined;
24401
24401
  warnings?: {
24402
24402
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
24403
24403
  componentId?: string | undefined;
@@ -24609,7 +24609,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24609
24609
  }, "strip", z$1.ZodTypeAny, {
24610
24610
  type: "FigmaVariablesPlugin";
24611
24611
  remoteId: string;
24612
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
24612
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
24613
24613
  isTokenTypeSplitEnabled: boolean;
24614
24614
  isCollectionsMigrationCompleted: boolean;
24615
24615
  isCollectionKeysMigrationCompleted: boolean;
@@ -24626,7 +24626,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24626
24626
  }, {
24627
24627
  type: "FigmaVariablesPlugin";
24628
24628
  remoteId: string;
24629
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
24629
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
24630
24630
  isTokenTypeSplitEnabled: boolean;
24631
24631
  isCollectionsMigrationCompleted: boolean;
24632
24632
  isCollectionKeysMigrationCompleted: boolean;
@@ -24755,7 +24755,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24755
24755
  } | {
24756
24756
  type: "FigmaVariablesPlugin";
24757
24757
  remoteId: string;
24758
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
24758
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
24759
24759
  isTokenTypeSplitEnabled: boolean;
24760
24760
  isCollectionsMigrationCompleted: boolean;
24761
24761
  isCollectionKeysMigrationCompleted: boolean;
@@ -24826,9 +24826,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
24826
24826
  rateLimitType?: string | undefined;
24827
24827
  } | undefined;
24828
24828
  } | undefined;
24829
- versionId?: string | undefined;
24830
24829
  sourceId?: string | undefined;
24831
24830
  brandId?: string | undefined;
24831
+ versionId?: string | undefined;
24832
24832
  } | undefined;
24833
24833
  }, {
24834
24834
  id: string;
@@ -24878,7 +24878,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24878
24878
  } | {
24879
24879
  type: "FigmaVariablesPlugin";
24880
24880
  remoteId: string;
24881
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
24881
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
24882
24882
  isTokenTypeSplitEnabled: boolean;
24883
24883
  isCollectionsMigrationCompleted: boolean;
24884
24884
  isCollectionKeysMigrationCompleted: boolean;
@@ -24925,7 +24925,6 @@ declare const WorkspaceDump: z$1.ZodObject<{
24925
24925
  rateLimitType?: string | undefined;
24926
24926
  } | undefined;
24927
24927
  } | null | undefined;
24928
- versionId?: string | null | undefined;
24929
24928
  components?: number | null | undefined;
24930
24929
  componentSets?: number | null | undefined;
24931
24930
  sourceId?: string | null | undefined;
@@ -24943,6 +24942,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
24943
24942
  componentAssetsCreated?: number | null | undefined;
24944
24943
  componentAssetsUpdated?: number | null | undefined;
24945
24944
  componentAssetsDeleted?: number | null | undefined;
24945
+ versionId?: string | null | undefined;
24946
24946
  warnings?: {
24947
24947
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
24948
24948
  componentId?: string | undefined;
@@ -27550,7 +27550,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
27550
27550
  } | {
27551
27551
  type: "FigmaVariablesPlugin";
27552
27552
  remoteId: string;
27553
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
27553
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
27554
27554
  isTokenTypeSplitEnabled: boolean;
27555
27555
  isCollectionsMigrationCompleted: boolean;
27556
27556
  isCollectionKeysMigrationCompleted: boolean;
@@ -27621,9 +27621,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
27621
27621
  rateLimitType?: string | undefined;
27622
27622
  } | undefined;
27623
27623
  } | undefined;
27624
- versionId?: string | undefined;
27625
27624
  sourceId?: string | undefined;
27626
27625
  brandId?: string | undefined;
27626
+ versionId?: string | undefined;
27627
27627
  } | undefined;
27628
27628
  }[];
27629
27629
  versions: {
@@ -28013,7 +28013,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
28013
28013
  } | {
28014
28014
  type: "FigmaVariablesPlugin";
28015
28015
  remoteId: string;
28016
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
28016
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
28017
28017
  isTokenTypeSplitEnabled: boolean;
28018
28018
  isCollectionsMigrationCompleted: boolean;
28019
28019
  isCollectionKeysMigrationCompleted: boolean;
@@ -28060,7 +28060,6 @@ declare const WorkspaceDump: z$1.ZodObject<{
28060
28060
  rateLimitType?: string | undefined;
28061
28061
  } | undefined;
28062
28062
  } | null | undefined;
28063
- versionId?: string | null | undefined;
28064
28063
  components?: number | null | undefined;
28065
28064
  componentSets?: number | null | undefined;
28066
28065
  sourceId?: string | null | undefined;
@@ -28078,6 +28077,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
28078
28077
  componentAssetsCreated?: number | null | undefined;
28079
28078
  componentAssetsUpdated?: number | null | undefined;
28080
28079
  componentAssetsDeleted?: number | null | undefined;
28080
+ versionId?: string | null | undefined;
28081
28081
  warnings?: {
28082
28082
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
28083
28083
  componentId?: string | undefined;
@@ -31157,7 +31157,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
31157
31157
  isEnabledForDocs: boolean;
31158
31158
  } | undefined;
31159
31159
  npmRegistrySettings?: NonNullable<{
31160
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
31160
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
31161
31161
  enabledScopes: string[];
31162
31162
  bypassProxy: boolean;
31163
31163
  customRegistryUrl?: string | undefined;
@@ -31274,7 +31274,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
31274
31274
  } | {
31275
31275
  type: "FigmaVariablesPlugin";
31276
31276
  remoteId: string;
31277
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
31277
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
31278
31278
  isTokenTypeSplitEnabled: boolean;
31279
31279
  isCollectionsMigrationCompleted: boolean;
31280
31280
  isCollectionKeysMigrationCompleted: boolean;
@@ -31345,9 +31345,9 @@ declare const WorkspaceDump: z$1.ZodObject<{
31345
31345
  rateLimitType?: string | undefined;
31346
31346
  } | undefined;
31347
31347
  } | undefined;
31348
- versionId?: string | undefined;
31349
31348
  sourceId?: string | undefined;
31350
31349
  brandId?: string | undefined;
31350
+ versionId?: string | undefined;
31351
31351
  } | undefined;
31352
31352
  }[];
31353
31353
  versions: {
@@ -32066,7 +32066,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
32066
32066
  isEnabledForDocs: boolean;
32067
32067
  } | null | undefined;
32068
32068
  npmRegistrySettings?: ({
32069
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
32069
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
32070
32070
  enabledScopes: string[];
32071
32071
  customRegistryUrl?: string | undefined;
32072
32072
  bypassProxy?: boolean | undefined;
@@ -32186,7 +32186,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
32186
32186
  } | {
32187
32187
  type: "FigmaVariablesPlugin";
32188
32188
  remoteId: string;
32189
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
32189
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
32190
32190
  isTokenTypeSplitEnabled: boolean;
32191
32191
  isCollectionsMigrationCompleted: boolean;
32192
32192
  isCollectionKeysMigrationCompleted: boolean;
@@ -32233,7 +32233,6 @@ declare const WorkspaceDump: z$1.ZodObject<{
32233
32233
  rateLimitType?: string | undefined;
32234
32234
  } | undefined;
32235
32235
  } | null | undefined;
32236
- versionId?: string | null | undefined;
32237
32236
  components?: number | null | undefined;
32238
32237
  componentSets?: number | null | undefined;
32239
32238
  sourceId?: string | null | undefined;
@@ -32251,6 +32250,7 @@ declare const WorkspaceDump: z$1.ZodObject<{
32251
32250
  componentAssetsCreated?: number | null | undefined;
32252
32251
  componentAssetsUpdated?: number | null | undefined;
32253
32252
  componentAssetsDeleted?: number | null | undefined;
32253
+ versionId?: string | null | undefined;
32254
32254
  warnings?: {
32255
32255
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
32256
32256
  componentId?: string | undefined;
@@ -33791,290 +33791,6 @@ type ImportedAsset = OmitStrict<Asset, "originKey"> & {
33791
33791
  };
33792
33792
  declare function isImportedAsset(asset: Asset): asset is ImportedAsset;
33793
33793
 
33794
- declare const CodeComponentResolvedTypeKind: z$1.ZodEnum<["string", "number", "numberLiteral", "boolean", "booleanLiteral", "object", "function", "stringLiteral", "union", "slot", "null", "undefined", "any"]>;
33795
- declare const CodeComponentResolvedType: z$1.ZodType;
33796
- type CodeComponentResolvedType = z$1.infer<typeof CodeComponentResolvedType>;
33797
- declare const CodeComponentParentType: z$1.ZodObject<{
33798
- fileName: z$1.ZodString;
33799
- name: z$1.ZodString;
33800
- }, "strip", z$1.ZodTypeAny, {
33801
- name: string;
33802
- fileName: string;
33803
- }, {
33804
- name: string;
33805
- fileName: string;
33806
- }>;
33807
- type CodeComponentParentType = z$1.infer<typeof CodeComponentParentType>;
33808
- declare const CodeComponentProperty: z$1.ZodObject<{
33809
- defaultValue: z$1.ZodOptional<z$1.ZodString>;
33810
- name: z$1.ZodString;
33811
- required: z$1.ZodBoolean;
33812
- type: z$1.ZodType<any, z$1.ZodTypeDef, any>;
33813
- declarations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
33814
- fileName: z$1.ZodString;
33815
- name: z$1.ZodString;
33816
- }, "strip", z$1.ZodTypeAny, {
33817
- name: string;
33818
- fileName: string;
33819
- }, {
33820
- name: string;
33821
- fileName: string;
33822
- }>, "many">>;
33823
- tags: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
33824
- description: z$1.ZodString;
33825
- }, "strip", z$1.ZodTypeAny, {
33826
- name: string;
33827
- description: string;
33828
- required: boolean;
33829
- type?: any;
33830
- tags?: Record<string, string> | undefined;
33831
- defaultValue?: string | undefined;
33832
- declarations?: {
33833
- name: string;
33834
- fileName: string;
33835
- }[] | undefined;
33836
- }, {
33837
- name: string;
33838
- description: string;
33839
- required: boolean;
33840
- type?: any;
33841
- tags?: Record<string, string> | undefined;
33842
- defaultValue?: string | undefined;
33843
- declarations?: {
33844
- name: string;
33845
- fileName: string;
33846
- }[] | undefined;
33847
- }>;
33848
- type CodeComponentProperty = z$1.infer<typeof CodeComponentProperty>;
33849
- declare const CodeComponent: z$1.ZodObject<{
33850
- id: z$1.ZodString;
33851
- designSystemVersionId: z$1.ZodString;
33852
- persistentId: z$1.ZodString;
33853
- createdAt: z$1.ZodDate;
33854
- updatedAt: z$1.ZodDate;
33855
- exportName: z$1.ZodString;
33856
- componentPath: z$1.ZodString;
33857
- description: z$1.ZodString;
33858
- properties: z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
33859
- defaultValue: z$1.ZodOptional<z$1.ZodString>;
33860
- name: z$1.ZodString;
33861
- required: z$1.ZodBoolean;
33862
- type: z$1.ZodType<any, z$1.ZodTypeDef, any>;
33863
- declarations: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
33864
- fileName: z$1.ZodString;
33865
- name: z$1.ZodString;
33866
- }, "strip", z$1.ZodTypeAny, {
33867
- name: string;
33868
- fileName: string;
33869
- }, {
33870
- name: string;
33871
- fileName: string;
33872
- }>, "many">>;
33873
- tags: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
33874
- description: z$1.ZodString;
33875
- }, "strip", z$1.ZodTypeAny, {
33876
- name: string;
33877
- description: string;
33878
- required: boolean;
33879
- type?: any;
33880
- tags?: Record<string, string> | undefined;
33881
- defaultValue?: string | undefined;
33882
- declarations?: {
33883
- name: string;
33884
- fileName: string;
33885
- }[] | undefined;
33886
- }, {
33887
- name: string;
33888
- description: string;
33889
- required: boolean;
33890
- type?: any;
33891
- tags?: Record<string, string> | undefined;
33892
- defaultValue?: string | undefined;
33893
- declarations?: {
33894
- name: string;
33895
- fileName: string;
33896
- }[] | undefined;
33897
- }>>;
33898
- tags: z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
33899
- }, "strip", z$1.ZodTypeAny, {
33900
- id: string;
33901
- createdAt: Date;
33902
- updatedAt: Date;
33903
- persistentId: string;
33904
- description: string;
33905
- tags: Record<string, string> | null;
33906
- properties: Record<string, {
33907
- name: string;
33908
- description: string;
33909
- required: boolean;
33910
- type?: any;
33911
- tags?: Record<string, string> | undefined;
33912
- defaultValue?: string | undefined;
33913
- declarations?: {
33914
- name: string;
33915
- fileName: string;
33916
- }[] | undefined;
33917
- }>;
33918
- designSystemVersionId: string;
33919
- exportName: string;
33920
- componentPath: string;
33921
- }, {
33922
- id: string;
33923
- createdAt: Date;
33924
- updatedAt: Date;
33925
- persistentId: string;
33926
- description: string;
33927
- tags: Record<string, string> | null;
33928
- properties: Record<string, {
33929
- name: string;
33930
- description: string;
33931
- required: boolean;
33932
- type?: any;
33933
- tags?: Record<string, string> | undefined;
33934
- defaultValue?: string | undefined;
33935
- declarations?: {
33936
- name: string;
33937
- fileName: string;
33938
- }[] | undefined;
33939
- }>;
33940
- designSystemVersionId: string;
33941
- exportName: string;
33942
- componentPath: string;
33943
- }>;
33944
- type CodeComponent = z$1.infer<typeof CodeComponent>;
33945
- type CodeComponentCreate = DbCreateInputOmit<CodeComponent>;
33946
- type CodeComponentUpdate = DbUpdate<CodeComponent>;
33947
- type CodeComponentUpsert = OmitStrict<CodeComponentCreate, "persistentId" | "designSystemVersionId">;
33948
- declare const CodeComponentUpsertResponse: z$1.ZodObject<{
33949
- created: z$1.ZodNumber;
33950
- updated: z$1.ZodNumber;
33951
- deleted: z$1.ZodNumber;
33952
- }, "strip", z$1.ZodTypeAny, {
33953
- created: number;
33954
- updated: number;
33955
- deleted: number;
33956
- }, {
33957
- created: number;
33958
- updated: number;
33959
- deleted: number;
33960
- }>;
33961
- type CodeComponentUpsertResponse = z$1.infer<typeof CodeComponentUpsertResponse>;
33962
- declare const RegistryType: z$1.ZodEnum<["Npm", "Github", "Artifactory", "Azure", "Custom"]>;
33963
- declare const Registry: z$1.ZodObject<{
33964
- type: z$1.ZodEnum<["Npm", "Github", "Artifactory", "Azure", "Custom"]>;
33965
- url: z$1.ZodOptional<z$1.ZodString>;
33966
- accessToken: z$1.ZodOptional<z$1.ZodString>;
33967
- scope: z$1.ZodString;
33968
- authConfig: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
33969
- }, "strip", z$1.ZodTypeAny, {
33970
- type: "Azure" | "Github" | "Npm" | "Artifactory" | "Custom";
33971
- scope: string;
33972
- url?: string | undefined;
33973
- accessToken?: string | undefined;
33974
- authConfig?: Record<string, string> | undefined;
33975
- }, {
33976
- type: "Azure" | "Github" | "Npm" | "Artifactory" | "Custom";
33977
- scope: string;
33978
- url?: string | undefined;
33979
- accessToken?: string | undefined;
33980
- authConfig?: Record<string, string> | undefined;
33981
- }>;
33982
- type Registry = z$1.infer<typeof Registry>;
33983
- declare const DependencyDefinition: z$1.ZodObject<{
33984
- name: z$1.ZodString;
33985
- version: z$1.ZodOptional<z$1.ZodString>;
33986
- }, "strip", z$1.ZodTypeAny, {
33987
- name: string;
33988
- version?: string | undefined;
33989
- }, {
33990
- name: string;
33991
- version?: string | undefined;
33992
- }>;
33993
- type DependencyDefinition = z$1.infer<typeof DependencyDefinition>;
33994
- declare const AnalyzeCodeComponentsInPackage: z$1.ZodObject<{
33995
- designSystemId: z$1.ZodString;
33996
- versionId: z$1.ZodString;
33997
- mainPackage: z$1.ZodObject<{
33998
- name: z$1.ZodString;
33999
- version: z$1.ZodOptional<z$1.ZodString>;
34000
- }, "strip", z$1.ZodTypeAny, {
34001
- name: string;
34002
- version?: string | undefined;
34003
- }, {
34004
- name: string;
34005
- version?: string | undefined;
34006
- }>;
34007
- dependencies: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
34008
- name: z$1.ZodString;
34009
- version: z$1.ZodOptional<z$1.ZodString>;
34010
- }, "strip", z$1.ZodTypeAny, {
34011
- name: string;
34012
- version?: string | undefined;
34013
- }, {
34014
- name: string;
34015
- version?: string | undefined;
34016
- }>, "many">>;
34017
- registries: z$1.ZodArray<z$1.ZodObject<{
34018
- type: z$1.ZodEnum<["Npm", "Github", "Artifactory", "Azure", "Custom"]>;
34019
- url: z$1.ZodOptional<z$1.ZodString>;
34020
- accessToken: z$1.ZodOptional<z$1.ZodString>;
34021
- scope: z$1.ZodString;
34022
- authConfig: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
34023
- }, "strip", z$1.ZodTypeAny, {
34024
- type: "Azure" | "Github" | "Npm" | "Artifactory" | "Custom";
34025
- scope: string;
34026
- url?: string | undefined;
34027
- accessToken?: string | undefined;
34028
- authConfig?: Record<string, string> | undefined;
34029
- }, {
34030
- type: "Azure" | "Github" | "Npm" | "Artifactory" | "Custom";
34031
- scope: string;
34032
- url?: string | undefined;
34033
- accessToken?: string | undefined;
34034
- authConfig?: Record<string, string> | undefined;
34035
- }>, "many">;
34036
- userAccessToken: z$1.ZodString;
34037
- }, "strip", z$1.ZodTypeAny, {
34038
- designSystemId: string;
34039
- versionId: string;
34040
- mainPackage: {
34041
- name: string;
34042
- version?: string | undefined;
34043
- };
34044
- registries: {
34045
- type: "Azure" | "Github" | "Npm" | "Artifactory" | "Custom";
34046
- scope: string;
34047
- url?: string | undefined;
34048
- accessToken?: string | undefined;
34049
- authConfig?: Record<string, string> | undefined;
34050
- }[];
34051
- userAccessToken: string;
34052
- dependencies?: {
34053
- name: string;
34054
- version?: string | undefined;
34055
- }[] | undefined;
34056
- }, {
34057
- designSystemId: string;
34058
- versionId: string;
34059
- mainPackage: {
34060
- name: string;
34061
- version?: string | undefined;
34062
- };
34063
- registries: {
34064
- type: "Azure" | "Github" | "Npm" | "Artifactory" | "Custom";
34065
- scope: string;
34066
- url?: string | undefined;
34067
- accessToken?: string | undefined;
34068
- authConfig?: Record<string, string> | undefined;
34069
- }[];
34070
- userAccessToken: string;
34071
- dependencies?: {
34072
- name: string;
34073
- version?: string | undefined;
34074
- }[] | undefined;
34075
- }>;
34076
- type AnalyzeCodeComponentsInPackage = z$1.infer<typeof AnalyzeCodeComponentsInPackage>;
34077
-
34078
33794
  declare const AssetRenderConfiguration: z$1.ZodObject<{
34079
33795
  prefix: z$1.ZodOptional<z$1.ZodString>;
34080
33796
  suffix: z$1.ZodOptional<z$1.ZodString>;
@@ -34454,7 +34170,7 @@ declare const DataSourceUploadRemote: z$1.ZodObject<{
34454
34170
  }, "strip", z$1.ZodTypeAny, {
34455
34171
  type: "FigmaVariablesPlugin";
34456
34172
  remoteId: string;
34457
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
34173
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
34458
34174
  isTokenTypeSplitEnabled: boolean;
34459
34175
  isCollectionsMigrationCompleted: boolean;
34460
34176
  isCollectionKeysMigrationCompleted: boolean;
@@ -34471,7 +34187,7 @@ declare const DataSourceUploadRemote: z$1.ZodObject<{
34471
34187
  }, {
34472
34188
  type: "FigmaVariablesPlugin";
34473
34189
  remoteId: string;
34474
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
34190
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
34475
34191
  isTokenTypeSplitEnabled: boolean;
34476
34192
  isCollectionsMigrationCompleted: boolean;
34477
34193
  isCollectionKeysMigrationCompleted: boolean;
@@ -34747,7 +34463,7 @@ declare const DataSourceRemote: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject
34747
34463
  }, "strip", z$1.ZodTypeAny, {
34748
34464
  type: "FigmaVariablesPlugin";
34749
34465
  remoteId: string;
34750
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
34466
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
34751
34467
  isTokenTypeSplitEnabled: boolean;
34752
34468
  isCollectionsMigrationCompleted: boolean;
34753
34469
  isCollectionKeysMigrationCompleted: boolean;
@@ -34764,7 +34480,7 @@ declare const DataSourceRemote: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject
34764
34480
  }, {
34765
34481
  type: "FigmaVariablesPlugin";
34766
34482
  remoteId: string;
34767
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
34483
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
34768
34484
  isTokenTypeSplitEnabled: boolean;
34769
34485
  isCollectionsMigrationCompleted: boolean;
34770
34486
  isCollectionKeysMigrationCompleted: boolean;
@@ -34985,9 +34701,9 @@ declare const DataSource: z$1.ZodObject<{
34985
34701
  rateLimitType?: string | undefined;
34986
34702
  } | undefined;
34987
34703
  } | undefined;
34988
- versionId?: string | undefined;
34989
34704
  sourceId?: string | undefined;
34990
34705
  brandId?: string | undefined;
34706
+ versionId?: string | undefined;
34991
34707
  }, {
34992
34708
  isFailed: boolean;
34993
34709
  error?: {
@@ -35000,7 +34716,6 @@ declare const DataSource: z$1.ZodObject<{
35000
34716
  rateLimitType?: string | undefined;
35001
34717
  } | undefined;
35002
34718
  } | null | undefined;
35003
- versionId?: string | null | undefined;
35004
34719
  components?: number | null | undefined;
35005
34720
  componentSets?: number | null | undefined;
35006
34721
  sourceId?: string | null | undefined;
@@ -35018,6 +34733,7 @@ declare const DataSource: z$1.ZodObject<{
35018
34733
  componentAssetsCreated?: number | null | undefined;
35019
34734
  componentAssetsUpdated?: number | null | undefined;
35020
34735
  componentAssetsDeleted?: number | null | undefined;
34736
+ versionId?: string | null | undefined;
35021
34737
  warnings?: {
35022
34738
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
35023
34739
  componentId?: string | undefined;
@@ -35229,7 +34945,7 @@ declare const DataSource: z$1.ZodObject<{
35229
34945
  }, "strip", z$1.ZodTypeAny, {
35230
34946
  type: "FigmaVariablesPlugin";
35231
34947
  remoteId: string;
35232
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
34948
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
35233
34949
  isTokenTypeSplitEnabled: boolean;
35234
34950
  isCollectionsMigrationCompleted: boolean;
35235
34951
  isCollectionKeysMigrationCompleted: boolean;
@@ -35246,7 +34962,7 @@ declare const DataSource: z$1.ZodObject<{
35246
34962
  }, {
35247
34963
  type: "FigmaVariablesPlugin";
35248
34964
  remoteId: string;
35249
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
34965
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
35250
34966
  isTokenTypeSplitEnabled: boolean;
35251
34967
  isCollectionsMigrationCompleted: boolean;
35252
34968
  isCollectionKeysMigrationCompleted: boolean;
@@ -35375,7 +35091,7 @@ declare const DataSource: z$1.ZodObject<{
35375
35091
  } | {
35376
35092
  type: "FigmaVariablesPlugin";
35377
35093
  remoteId: string;
35378
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
35094
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
35379
35095
  isTokenTypeSplitEnabled: boolean;
35380
35096
  isCollectionsMigrationCompleted: boolean;
35381
35097
  isCollectionKeysMigrationCompleted: boolean;
@@ -35446,9 +35162,9 @@ declare const DataSource: z$1.ZodObject<{
35446
35162
  rateLimitType?: string | undefined;
35447
35163
  } | undefined;
35448
35164
  } | undefined;
35449
- versionId?: string | undefined;
35450
35165
  sourceId?: string | undefined;
35451
35166
  brandId?: string | undefined;
35167
+ versionId?: string | undefined;
35452
35168
  } | undefined;
35453
35169
  }, {
35454
35170
  id: string;
@@ -35498,7 +35214,7 @@ declare const DataSource: z$1.ZodObject<{
35498
35214
  } | {
35499
35215
  type: "FigmaVariablesPlugin";
35500
35216
  remoteId: string;
35501
- remoteSourceType: "Custom" | "TokenStudio" | "FigmaVariablesPlugin";
35217
+ remoteSourceType: "TokenStudio" | "FigmaVariablesPlugin" | "Custom";
35502
35218
  isTokenTypeSplitEnabled: boolean;
35503
35219
  isCollectionsMigrationCompleted: boolean;
35504
35220
  isCollectionKeysMigrationCompleted: boolean;
@@ -35545,7 +35261,6 @@ declare const DataSource: z$1.ZodObject<{
35545
35261
  rateLimitType?: string | undefined;
35546
35262
  } | undefined;
35547
35263
  } | null | undefined;
35548
- versionId?: string | null | undefined;
35549
35264
  components?: number | null | undefined;
35550
35265
  componentSets?: number | null | undefined;
35551
35266
  sourceId?: string | null | undefined;
@@ -35563,6 +35278,7 @@ declare const DataSource: z$1.ZodObject<{
35563
35278
  componentAssetsCreated?: number | null | undefined;
35564
35279
  componentAssetsUpdated?: number | null | undefined;
35565
35280
  componentAssetsDeleted?: number | null | undefined;
35281
+ versionId?: string | null | undefined;
35566
35282
  warnings?: {
35567
35283
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
35568
35284
  componentId?: string | undefined;
@@ -35938,9 +35654,9 @@ declare const SourceImportSummary: z$1.ZodObject<{
35938
35654
  rateLimitType?: string | undefined;
35939
35655
  } | undefined;
35940
35656
  } | undefined;
35941
- versionId?: string | undefined;
35942
35657
  sourceId?: string | undefined;
35943
35658
  brandId?: string | undefined;
35659
+ versionId?: string | undefined;
35944
35660
  }, {
35945
35661
  isFailed: boolean;
35946
35662
  error?: {
@@ -35953,7 +35669,6 @@ declare const SourceImportSummary: z$1.ZodObject<{
35953
35669
  rateLimitType?: string | undefined;
35954
35670
  } | undefined;
35955
35671
  } | null | undefined;
35956
- versionId?: string | null | undefined;
35957
35672
  components?: number | null | undefined;
35958
35673
  componentSets?: number | null | undefined;
35959
35674
  sourceId?: string | null | undefined;
@@ -35971,6 +35686,7 @@ declare const SourceImportSummary: z$1.ZodObject<{
35971
35686
  componentAssetsCreated?: number | null | undefined;
35972
35687
  componentAssetsUpdated?: number | null | undefined;
35973
35688
  componentAssetsDeleted?: number | null | undefined;
35689
+ versionId?: string | null | undefined;
35974
35690
  warnings?: {
35975
35691
  warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
35976
35692
  componentId?: string | undefined;
@@ -88571,12 +88287,12 @@ declare const FigmaNodeRendererPayload: z$1.ZodObject<{
88571
88287
  figmaNodePersistentIds: z$1.ZodArray<z$1.ZodString, "many">;
88572
88288
  }, "strip", z$1.ZodTypeAny, {
88573
88289
  designSystemId: string;
88574
- versionId: string;
88575
88290
  figmaNodePersistentIds: string[];
88291
+ versionId: string;
88576
88292
  }, {
88577
88293
  designSystemId: string;
88578
- versionId: string;
88579
88294
  figmaNodePersistentIds: string[];
88295
+ versionId: string;
88580
88296
  }>;
88581
88297
  type FigmaNodeRendererPayload = z$1.infer<typeof FigmaNodeRendererPayload>;
88582
88298
 
@@ -91099,12 +90815,12 @@ declare const ImportModelCollection: z$1.ZodObject<{
91099
90815
  thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
91100
90816
  }, "strip", z$1.ZodTypeAny, {
91101
90817
  id: string;
91102
- fileName?: string | undefined;
91103
90818
  thumbnailUrl?: string | undefined;
90819
+ fileName?: string | undefined;
91104
90820
  }, {
91105
90821
  id: string;
91106
- fileName?: string | undefined;
91107
90822
  thumbnailUrl?: string | undefined;
90823
+ fileName?: string | undefined;
91108
90824
  }>, "many">;
91109
90825
  tokens: z$1.ZodDefault<z$1.ZodArray<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
91110
90826
  type: z$1.ZodLiteral<"Blur">;
@@ -100745,8 +100461,8 @@ declare const ImportModelCollection: z$1.ZodObject<{
100745
100461
  }[];
100746
100462
  sources: {
100747
100463
  id: string;
100748
- fileName?: string | undefined;
100749
100464
  thumbnailUrl?: string | undefined;
100465
+ fileName?: string | undefined;
100750
100466
  }[];
100751
100467
  tokens: (({
100752
100468
  type: "Blur";
@@ -101548,8 +101264,8 @@ declare const ImportModelCollection: z$1.ZodObject<{
101548
101264
  }, {
101549
101265
  sources: {
101550
101266
  id: string;
101551
- fileName?: string | undefined;
101552
101267
  thumbnailUrl?: string | undefined;
101268
+ fileName?: string | undefined;
101553
101269
  }[];
101554
101270
  collections: {
101555
101271
  id: string;
@@ -102842,12 +102558,12 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
102842
102558
  thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
102843
102559
  }, "strip", z$1.ZodTypeAny, {
102844
102560
  id: string;
102845
- fileName?: string | undefined;
102846
102561
  thumbnailUrl?: string | undefined;
102562
+ fileName?: string | undefined;
102847
102563
  }, {
102848
102564
  id: string;
102849
- fileName?: string | undefined;
102850
102565
  thumbnailUrl?: string | undefined;
102566
+ fileName?: string | undefined;
102851
102567
  }>;
102852
102568
  tokens: z$1.ZodDefault<z$1.ZodArray<z$1.ZodIntersection<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
102853
102569
  type: z$1.ZodLiteral<"Blur">;
@@ -112354,8 +112070,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
112354
112070
  }[];
112355
112071
  source: {
112356
112072
  id: string;
112357
- fileName?: string | undefined;
112358
112073
  thumbnailUrl?: string | undefined;
112074
+ fileName?: string | undefined;
112359
112075
  };
112360
112076
  themes: {
112361
112077
  id: string;
@@ -113608,8 +113324,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
113608
113324
  }, {
113609
113325
  source: {
113610
113326
  id: string;
113611
- fileName?: string | undefined;
113612
113327
  thumbnailUrl?: string | undefined;
113328
+ fileName?: string | undefined;
113613
113329
  };
113614
113330
  collections: {
113615
113331
  id: string;
@@ -116561,12 +116277,12 @@ declare const DataSourceImportModel: z$1.ZodObject<{
116561
116277
  thumbnailUrl: z$1.ZodOptional<z$1.ZodString>;
116562
116278
  }, "strip", z$1.ZodTypeAny, {
116563
116279
  id: string;
116564
- fileName?: string | undefined;
116565
116280
  thumbnailUrl?: string | undefined;
116281
+ fileName?: string | undefined;
116566
116282
  }, {
116567
116283
  id: string;
116568
- fileName?: string | undefined;
116569
116284
  thumbnailUrl?: string | undefined;
116285
+ fileName?: string | undefined;
116570
116286
  }>;
116571
116287
  type DataSourceImportModel = z$1.infer<typeof DataSourceImportModel>;
116572
116288
 
@@ -140758,14 +140474,14 @@ declare const NpmRegistryConfig: z$1.ZodIntersection<z$1.ZodObject<{
140758
140474
  npmProxyRegistryConfigId: z$1.ZodOptional<z$1.ZodString>;
140759
140475
  npmProxyVersion: z$1.ZodOptional<z$1.ZodNumber>;
140760
140476
  }, "strip", z$1.ZodTypeAny, {
140761
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
140477
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
140762
140478
  enabledScopes: string[];
140763
140479
  bypassProxy: boolean;
140764
140480
  customRegistryUrl?: string | undefined;
140765
140481
  npmProxyRegistryConfigId?: string | undefined;
140766
140482
  npmProxyVersion?: number | undefined;
140767
140483
  }, {
140768
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
140484
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
140769
140485
  enabledScopes: string[];
140770
140486
  customRegistryUrl?: string | undefined;
140771
140487
  bypassProxy?: boolean | undefined;
@@ -140961,14 +140677,14 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
140961
140677
  npmProxyRegistryConfigId: z$1.ZodOptional<z$1.ZodString>;
140962
140678
  npmProxyVersion: z$1.ZodOptional<z$1.ZodNumber>;
140963
140679
  }, "strip", z$1.ZodTypeAny, {
140964
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
140680
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
140965
140681
  enabledScopes: string[];
140966
140682
  bypassProxy: boolean;
140967
140683
  customRegistryUrl?: string | undefined;
140968
140684
  npmProxyRegistryConfigId?: string | undefined;
140969
140685
  npmProxyVersion?: number | undefined;
140970
140686
  }, {
140971
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
140687
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
140972
140688
  enabledScopes: string[];
140973
140689
  customRegistryUrl?: string | undefined;
140974
140690
  bypassProxy?: boolean | undefined;
@@ -141170,7 +140886,7 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
141170
140886
  isEnabledForDocs: boolean;
141171
140887
  } | undefined;
141172
140888
  npmRegistrySettings?: ({
141173
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
140889
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
141174
140890
  enabledScopes: string[];
141175
140891
  bypassProxy: boolean;
141176
140892
  customRegistryUrl?: string | undefined;
@@ -141239,7 +140955,7 @@ declare const WorkspaceConfigurationUpdate: z$1.ZodObject<{
141239
140955
  isEnabledForDocs: boolean;
141240
140956
  } | undefined;
141241
140957
  npmRegistrySettings?: ({
141242
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
140958
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
141243
140959
  enabledScopes: string[];
141244
140960
  customRegistryUrl?: string | undefined;
141245
140961
  bypassProxy?: boolean | undefined;
@@ -142108,7 +141824,7 @@ declare const Workspace: z$1.ZodObject<{
142108
141824
  metadataXml?: string | null | undefined;
142109
141825
  } | null | undefined>;
142110
141826
  npmRegistrySettings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
142111
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141827
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142112
141828
  enabledScopes: string[];
142113
141829
  bypassProxy: boolean;
142114
141830
  customRegistryUrl?: string | undefined;
@@ -142128,7 +141844,7 @@ declare const Workspace: z$1.ZodObject<{
142128
141844
  authHeaderName: string;
142129
141845
  authHeaderValue: string;
142130
141846
  }), z$1.ZodTypeDef, {
142131
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141847
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142132
141848
  enabledScopes: string[];
142133
141849
  customRegistryUrl?: string | undefined;
142134
141850
  bypassProxy?: boolean | undefined;
@@ -142148,7 +141864,7 @@ declare const Workspace: z$1.ZodObject<{
142148
141864
  authHeaderName: string;
142149
141865
  authHeaderValue: string;
142150
141866
  })>>>, NonNullable<{
142151
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141867
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142152
141868
  enabledScopes: string[];
142153
141869
  bypassProxy: boolean;
142154
141870
  customRegistryUrl?: string | undefined;
@@ -142168,7 +141884,7 @@ declare const Workspace: z$1.ZodObject<{
142168
141884
  authHeaderName: string;
142169
141885
  authHeaderValue: string;
142170
141886
  })> | undefined, ({
142171
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141887
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142172
141888
  enabledScopes: string[];
142173
141889
  customRegistryUrl?: string | undefined;
142174
141890
  bypassProxy?: boolean | undefined;
@@ -142280,7 +141996,7 @@ declare const Workspace: z$1.ZodObject<{
142280
141996
  isEnabledForDocs: boolean;
142281
141997
  } | undefined;
142282
141998
  npmRegistrySettings?: NonNullable<{
142283
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
141999
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142284
142000
  enabledScopes: string[];
142285
142001
  bypassProxy: boolean;
142286
142002
  customRegistryUrl?: string | undefined;
@@ -142383,7 +142099,7 @@ declare const Workspace: z$1.ZodObject<{
142383
142099
  isEnabledForDocs: boolean;
142384
142100
  } | null | undefined;
142385
142101
  npmRegistrySettings?: ({
142386
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142102
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142387
142103
  enabledScopes: string[];
142388
142104
  customRegistryUrl?: string | undefined;
142389
142105
  bypassProxy?: boolean | undefined;
@@ -142716,7 +142432,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
142716
142432
  metadataXml?: string | null | undefined;
142717
142433
  } | null | undefined>;
142718
142434
  npmRegistrySettings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
142719
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142435
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142720
142436
  enabledScopes: string[];
142721
142437
  bypassProxy: boolean;
142722
142438
  customRegistryUrl?: string | undefined;
@@ -142736,7 +142452,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
142736
142452
  authHeaderName: string;
142737
142453
  authHeaderValue: string;
142738
142454
  }), z$1.ZodTypeDef, {
142739
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142455
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142740
142456
  enabledScopes: string[];
142741
142457
  customRegistryUrl?: string | undefined;
142742
142458
  bypassProxy?: boolean | undefined;
@@ -142756,7 +142472,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
142756
142472
  authHeaderName: string;
142757
142473
  authHeaderValue: string;
142758
142474
  })>>>, NonNullable<{
142759
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142475
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142760
142476
  enabledScopes: string[];
142761
142477
  bypassProxy: boolean;
142762
142478
  customRegistryUrl?: string | undefined;
@@ -142776,7 +142492,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
142776
142492
  authHeaderName: string;
142777
142493
  authHeaderValue: string;
142778
142494
  })> | undefined, ({
142779
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142495
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142780
142496
  enabledScopes: string[];
142781
142497
  customRegistryUrl?: string | undefined;
142782
142498
  bypassProxy?: boolean | undefined;
@@ -142888,7 +142604,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
142888
142604
  isEnabledForDocs: boolean;
142889
142605
  } | undefined;
142890
142606
  npmRegistrySettings?: NonNullable<{
142891
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142607
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142892
142608
  enabledScopes: string[];
142893
142609
  bypassProxy: boolean;
142894
142610
  customRegistryUrl?: string | undefined;
@@ -142991,7 +142707,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
142991
142707
  isEnabledForDocs: boolean;
142992
142708
  } | null | undefined;
142993
142709
  npmRegistrySettings?: ({
142994
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142710
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
142995
142711
  enabledScopes: string[];
142996
142712
  customRegistryUrl?: string | undefined;
142997
142713
  bypassProxy?: boolean | undefined;
@@ -143181,7 +142897,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
143181
142897
  isEnabledForDocs: boolean;
143182
142898
  } | undefined;
143183
142899
  npmRegistrySettings?: NonNullable<{
143184
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
142900
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
143185
142901
  enabledScopes: string[];
143186
142902
  bypassProxy: boolean;
143187
142903
  customRegistryUrl?: string | undefined;
@@ -143310,7 +143026,7 @@ declare const WorkspaceWithDesignSystems: z$1.ZodObject<{
143310
143026
  isEnabledForDocs: boolean;
143311
143027
  } | null | undefined;
143312
143028
  npmRegistrySettings?: ({
143313
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
143029
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
143314
143030
  enabledScopes: string[];
143315
143031
  customRegistryUrl?: string | undefined;
143316
143032
  bypassProxy?: boolean | undefined;
@@ -146355,8 +146071,8 @@ declare const PublishedDocPageVisitsEntry: z$1.ZodObject<{
146355
146071
  anonymousId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
146356
146072
  }, "strip", z$1.ZodTypeAny, {
146357
146073
  id: string;
146358
- versionId: string;
146359
146074
  pagePersistentId: string;
146075
+ versionId: string;
146360
146076
  timestamp: Date;
146361
146077
  visits: number;
146362
146078
  userId?: string | undefined;
@@ -146364,8 +146080,8 @@ declare const PublishedDocPageVisitsEntry: z$1.ZodObject<{
146364
146080
  anonymousId?: string | undefined;
146365
146081
  }, {
146366
146082
  id: string;
146367
- versionId: string;
146368
146083
  pagePersistentId: string;
146084
+ versionId: string;
146369
146085
  timestamp: Date;
146370
146086
  visits: number;
146371
146087
  userId?: string | null | undefined;
@@ -146997,7 +146713,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
146997
146713
  metadataXml?: string | null | undefined;
146998
146714
  } | null | undefined>;
146999
146715
  npmRegistrySettings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
147000
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
146716
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
147001
146717
  enabledScopes: string[];
147002
146718
  bypassProxy: boolean;
147003
146719
  customRegistryUrl?: string | undefined;
@@ -147017,7 +146733,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
147017
146733
  authHeaderName: string;
147018
146734
  authHeaderValue: string;
147019
146735
  }), z$1.ZodTypeDef, {
147020
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
146736
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
147021
146737
  enabledScopes: string[];
147022
146738
  customRegistryUrl?: string | undefined;
147023
146739
  bypassProxy?: boolean | undefined;
@@ -147037,7 +146753,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
147037
146753
  authHeaderName: string;
147038
146754
  authHeaderValue: string;
147039
146755
  })>>>, NonNullable<{
147040
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
146756
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
147041
146757
  enabledScopes: string[];
147042
146758
  bypassProxy: boolean;
147043
146759
  customRegistryUrl?: string | undefined;
@@ -147057,7 +146773,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
147057
146773
  authHeaderName: string;
147058
146774
  authHeaderValue: string;
147059
146775
  })> | undefined, ({
147060
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
146776
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
147061
146777
  enabledScopes: string[];
147062
146778
  customRegistryUrl?: string | undefined;
147063
146779
  bypassProxy?: boolean | undefined;
@@ -147169,7 +146885,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
147169
146885
  isEnabledForDocs: boolean;
147170
146886
  } | undefined;
147171
146887
  npmRegistrySettings?: NonNullable<{
147172
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
146888
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
147173
146889
  enabledScopes: string[];
147174
146890
  bypassProxy: boolean;
147175
146891
  customRegistryUrl?: string | undefined;
@@ -147272,7 +146988,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
147272
146988
  isEnabledForDocs: boolean;
147273
146989
  } | null | undefined;
147274
146990
  npmRegistrySettings?: ({
147275
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
146991
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
147276
146992
  enabledScopes: string[];
147277
146993
  customRegistryUrl?: string | undefined;
147278
146994
  bypassProxy?: boolean | undefined;
@@ -147784,7 +147500,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
147784
147500
  isEnabledForDocs: boolean;
147785
147501
  } | undefined;
147786
147502
  npmRegistrySettings?: NonNullable<{
147787
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
147503
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
147788
147504
  enabledScopes: string[];
147789
147505
  bypassProxy: boolean;
147790
147506
  customRegistryUrl?: string | undefined;
@@ -147964,7 +147680,7 @@ declare const DesignSystemInviteEmailData: z$1.ZodObject<{
147964
147680
  isEnabledForDocs: boolean;
147965
147681
  } | null | undefined;
147966
147682
  npmRegistrySettings?: ({
147967
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
147683
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
147968
147684
  enabledScopes: string[];
147969
147685
  customRegistryUrl?: string | undefined;
147970
147686
  bypassProxy?: boolean | undefined;
@@ -148399,7 +148115,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
148399
148115
  metadataXml?: string | null | undefined;
148400
148116
  } | null | undefined>;
148401
148117
  npmRegistrySettings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
148402
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
148118
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
148403
148119
  enabledScopes: string[];
148404
148120
  bypassProxy: boolean;
148405
148121
  customRegistryUrl?: string | undefined;
@@ -148419,7 +148135,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
148419
148135
  authHeaderName: string;
148420
148136
  authHeaderValue: string;
148421
148137
  }), z$1.ZodTypeDef, {
148422
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
148138
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
148423
148139
  enabledScopes: string[];
148424
148140
  customRegistryUrl?: string | undefined;
148425
148141
  bypassProxy?: boolean | undefined;
@@ -148439,7 +148155,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
148439
148155
  authHeaderName: string;
148440
148156
  authHeaderValue: string;
148441
148157
  })>>>, NonNullable<{
148442
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
148158
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
148443
148159
  enabledScopes: string[];
148444
148160
  bypassProxy: boolean;
148445
148161
  customRegistryUrl?: string | undefined;
@@ -148459,7 +148175,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
148459
148175
  authHeaderName: string;
148460
148176
  authHeaderValue: string;
148461
148177
  })> | undefined, ({
148462
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
148178
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
148463
148179
  enabledScopes: string[];
148464
148180
  customRegistryUrl?: string | undefined;
148465
148181
  bypassProxy?: boolean | undefined;
@@ -148571,7 +148287,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
148571
148287
  isEnabledForDocs: boolean;
148572
148288
  } | undefined;
148573
148289
  npmRegistrySettings?: NonNullable<{
148574
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
148290
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
148575
148291
  enabledScopes: string[];
148576
148292
  bypassProxy: boolean;
148577
148293
  customRegistryUrl?: string | undefined;
@@ -148674,7 +148390,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
148674
148390
  isEnabledForDocs: boolean;
148675
148391
  } | null | undefined;
148676
148392
  npmRegistrySettings?: ({
148677
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
148393
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
148678
148394
  enabledScopes: string[];
148679
148395
  customRegistryUrl?: string | undefined;
148680
148396
  bypassProxy?: boolean | undefined;
@@ -149107,7 +148823,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
149107
148823
  isEnabledForDocs: boolean;
149108
148824
  } | undefined;
149109
148825
  npmRegistrySettings?: NonNullable<{
149110
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
148826
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
149111
148827
  enabledScopes: string[];
149112
148828
  bypassProxy: boolean;
149113
148829
  customRegistryUrl?: string | undefined;
@@ -149263,7 +148979,7 @@ declare const WorkspaceInviteEmailData: z$1.ZodObject<{
149263
148979
  isEnabledForDocs: boolean;
149264
148980
  } | null | undefined;
149265
148981
  npmRegistrySettings?: ({
149266
- registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
148982
+ registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
149267
148983
  enabledScopes: string[];
149268
148984
  customRegistryUrl?: string | undefined;
149269
148985
  bypassProxy?: boolean | undefined;
@@ -194295,4 +194011,4 @@ type PersonalAccessTokenWithUser = {
194295
194011
  token: PersonalAccessToken;
194296
194012
  };
194297
194013
 
194298
- export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CoreRoomOwner, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProjectArtifactRoom, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaErrorType, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationConfiguration, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, FeaturePublishedState, FeaturePublishedStateVisibility, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, File, FileFigmaRenderMode, FileReference, FileSource, FileSourceFigma, FileSourceUpload, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, ForgeDefaultProjectRole, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectAccessMode, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, type ForgeRoomOwner, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NotificationChannel, NotificationSettingOptions, NotificationSettings, NotificationType, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, PipelineExporterQuery, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, SentryTraceHeaders, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceError, SourceErrorRateLimitDetails, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserEmailSettings, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDefaultProjectAccessMode, WorkspaceDefaultProjectRole, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocsRenderCodePackageJson, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getAllowedRolesForSeatType, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, hasTruthyProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, isValidRoleSeatPair, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
194014
+ export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CoreRoomOwner, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProjectArtifactRoom, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaErrorType, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationConfiguration, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, FeaturePublishedState, FeaturePublishedStateVisibility, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, File, FileFigmaRenderMode, FileReference, FileSource, FileSourceFigma, FileSourceUpload, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, ForgeDefaultProjectRole, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeParticipant, ForgeProjectAccessMode, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeRelation, ForgeRelationType, type ForgeRoomOwner, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NotificationChannel, NotificationSettingOptions, NotificationSettings, NotificationType, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageScreenshotInput, PageScreenshotOutput, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, PipelineExporterQuery, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, SentryTraceHeaders, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceError, SourceErrorRateLimitDetails, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserEmailSettings, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDefaultProjectAccessMode, WorkspaceDefaultProjectRole, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocsRenderCodePackageJson, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getAllowedRolesForSeatType, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, hasTruthyProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, isValidRoleSeatPair, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };