@supernova-studio/model 1.55.2 → 1.55.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -4560,7 +4560,43 @@ declare const DesignSystemDump: z$1.ZodObject<{
4560
4560
  sourceId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
4561
4561
  brandId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
4562
4562
  versionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
4563
- error: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<any, z$1.ZodTypeDef, any>>>, any, any>;
4563
+ error: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
4564
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
4565
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
4566
+ originalError?: Record<string, any> | undefined;
4567
+ rateLimitDetails?: {
4568
+ retryAfter?: number | undefined;
4569
+ figmaPlanTier?: string | undefined;
4570
+ rateLimitType?: string | undefined;
4571
+ } | undefined;
4572
+ }, z$1.ZodTypeDef, {
4573
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
4574
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
4575
+ originalError?: Record<string, any> | null | undefined;
4576
+ rateLimitDetails?: {
4577
+ retryAfter?: number | undefined;
4578
+ figmaPlanTier?: string | undefined;
4579
+ rateLimitType?: string | undefined;
4580
+ } | undefined;
4581
+ }>>>, {
4582
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
4583
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
4584
+ originalError?: Record<string, any> | undefined;
4585
+ rateLimitDetails?: {
4586
+ retryAfter?: number | undefined;
4587
+ figmaPlanTier?: string | undefined;
4588
+ rateLimitType?: string | undefined;
4589
+ } | undefined;
4590
+ } | undefined, {
4591
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
4592
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
4593
+ originalError?: Record<string, any> | null | undefined;
4594
+ rateLimitDetails?: {
4595
+ retryAfter?: number | undefined;
4596
+ figmaPlanTier?: string | undefined;
4597
+ rateLimitType?: string | undefined;
4598
+ } | undefined;
4599
+ } | null | undefined>;
4564
4600
  isFailed: z$1.ZodBoolean;
4565
4601
  warnings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
4566
4602
  warningType: z$1.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles", "ReferenceResolutionFailed"]>;
@@ -4629,13 +4665,31 @@ declare const DesignSystemDump: z$1.ZodObject<{
4629
4665
  unsupportedStyleValueType?: string | undefined;
4630
4666
  referenceId?: string | undefined;
4631
4667
  }[];
4632
- error?: any;
4668
+ error?: {
4669
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
4670
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
4671
+ originalError?: Record<string, any> | undefined;
4672
+ rateLimitDetails?: {
4673
+ retryAfter?: number | undefined;
4674
+ figmaPlanTier?: string | undefined;
4675
+ rateLimitType?: string | undefined;
4676
+ } | undefined;
4677
+ } | undefined;
4633
4678
  versionId?: string | undefined;
4634
4679
  sourceId?: string | undefined;
4635
4680
  brandId?: string | undefined;
4636
4681
  }, {
4637
4682
  isFailed: boolean;
4638
- error?: any;
4683
+ error?: {
4684
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
4685
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
4686
+ originalError?: Record<string, any> | null | undefined;
4687
+ rateLimitDetails?: {
4688
+ retryAfter?: number | undefined;
4689
+ figmaPlanTier?: string | undefined;
4690
+ rateLimitType?: string | undefined;
4691
+ } | undefined;
4692
+ } | null | undefined;
4639
4693
  versionId?: string | null | undefined;
4640
4694
  components?: number | null | undefined;
4641
4695
  componentSets?: number | null | undefined;
@@ -5068,7 +5122,16 @@ declare const DesignSystemDump: z$1.ZodObject<{
5068
5122
  unsupportedStyleValueType?: string | undefined;
5069
5123
  referenceId?: string | undefined;
5070
5124
  }[];
5071
- error?: any;
5125
+ error?: {
5126
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
5127
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
5128
+ originalError?: Record<string, any> | undefined;
5129
+ rateLimitDetails?: {
5130
+ retryAfter?: number | undefined;
5131
+ figmaPlanTier?: string | undefined;
5132
+ rateLimitType?: string | undefined;
5133
+ } | undefined;
5134
+ } | undefined;
5072
5135
  versionId?: string | undefined;
5073
5136
  sourceId?: string | undefined;
5074
5137
  brandId?: string | undefined;
@@ -5157,7 +5220,16 @@ declare const DesignSystemDump: z$1.ZodObject<{
5157
5220
  lastImportedAt?: Date | undefined;
5158
5221
  lastImportSummary?: {
5159
5222
  isFailed: boolean;
5160
- error?: any;
5223
+ error?: {
5224
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
5225
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
5226
+ originalError?: Record<string, any> | null | undefined;
5227
+ rateLimitDetails?: {
5228
+ retryAfter?: number | undefined;
5229
+ figmaPlanTier?: string | undefined;
5230
+ rateLimitType?: string | undefined;
5231
+ } | undefined;
5232
+ } | null | undefined;
5161
5233
  versionId?: string | null | undefined;
5162
5234
  components?: number | null | undefined;
5163
5235
  componentSets?: number | null | undefined;
@@ -7838,7 +7910,16 @@ declare const DesignSystemDump: z$1.ZodObject<{
7838
7910
  unsupportedStyleValueType?: string | undefined;
7839
7911
  referenceId?: string | undefined;
7840
7912
  }[];
7841
- error?: any;
7913
+ error?: {
7914
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
7915
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
7916
+ originalError?: Record<string, any> | undefined;
7917
+ rateLimitDetails?: {
7918
+ retryAfter?: number | undefined;
7919
+ figmaPlanTier?: string | undefined;
7920
+ rateLimitType?: string | undefined;
7921
+ } | undefined;
7922
+ } | undefined;
7842
7923
  versionId?: string | undefined;
7843
7924
  sourceId?: string | undefined;
7844
7925
  brandId?: string | undefined;
@@ -8266,7 +8347,16 @@ declare const DesignSystemDump: z$1.ZodObject<{
8266
8347
  lastImportedAt?: Date | undefined;
8267
8348
  lastImportSummary?: {
8268
8349
  isFailed: boolean;
8269
- error?: any;
8350
+ error?: {
8351
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
8352
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
8353
+ originalError?: Record<string, any> | null | undefined;
8354
+ rateLimitDetails?: {
8355
+ retryAfter?: number | undefined;
8356
+ figmaPlanTier?: string | undefined;
8357
+ rateLimitType?: string | undefined;
8358
+ } | undefined;
8359
+ } | null | undefined;
8270
8360
  versionId?: string | null | undefined;
8271
8361
  components?: number | null | undefined;
8272
8362
  componentSets?: number | null | undefined;
@@ -12771,7 +12861,43 @@ declare const UserDump: z$1.ZodObject<{
12771
12861
  sourceId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
12772
12862
  brandId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
12773
12863
  versionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
12774
- error: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<any, z$1.ZodTypeDef, any>>>, any, any>;
12864
+ error: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
12865
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
12866
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
12867
+ originalError?: Record<string, any> | undefined;
12868
+ rateLimitDetails?: {
12869
+ retryAfter?: number | undefined;
12870
+ figmaPlanTier?: string | undefined;
12871
+ rateLimitType?: string | undefined;
12872
+ } | undefined;
12873
+ }, z$1.ZodTypeDef, {
12874
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
12875
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
12876
+ originalError?: Record<string, any> | null | undefined;
12877
+ rateLimitDetails?: {
12878
+ retryAfter?: number | undefined;
12879
+ figmaPlanTier?: string | undefined;
12880
+ rateLimitType?: string | undefined;
12881
+ } | undefined;
12882
+ }>>>, {
12883
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
12884
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
12885
+ originalError?: Record<string, any> | undefined;
12886
+ rateLimitDetails?: {
12887
+ retryAfter?: number | undefined;
12888
+ figmaPlanTier?: string | undefined;
12889
+ rateLimitType?: string | undefined;
12890
+ } | undefined;
12891
+ } | undefined, {
12892
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
12893
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
12894
+ originalError?: Record<string, any> | null | undefined;
12895
+ rateLimitDetails?: {
12896
+ retryAfter?: number | undefined;
12897
+ figmaPlanTier?: string | undefined;
12898
+ rateLimitType?: string | undefined;
12899
+ } | undefined;
12900
+ } | null | undefined>;
12775
12901
  isFailed: z$1.ZodBoolean;
12776
12902
  warnings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
12777
12903
  warningType: z$1.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles", "ReferenceResolutionFailed"]>;
@@ -12840,13 +12966,31 @@ declare const UserDump: z$1.ZodObject<{
12840
12966
  unsupportedStyleValueType?: string | undefined;
12841
12967
  referenceId?: string | undefined;
12842
12968
  }[];
12843
- error?: any;
12969
+ error?: {
12970
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
12971
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
12972
+ originalError?: Record<string, any> | undefined;
12973
+ rateLimitDetails?: {
12974
+ retryAfter?: number | undefined;
12975
+ figmaPlanTier?: string | undefined;
12976
+ rateLimitType?: string | undefined;
12977
+ } | undefined;
12978
+ } | undefined;
12844
12979
  versionId?: string | undefined;
12845
12980
  sourceId?: string | undefined;
12846
12981
  brandId?: string | undefined;
12847
12982
  }, {
12848
12983
  isFailed: boolean;
12849
- error?: any;
12984
+ error?: {
12985
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
12986
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
12987
+ originalError?: Record<string, any> | null | undefined;
12988
+ rateLimitDetails?: {
12989
+ retryAfter?: number | undefined;
12990
+ figmaPlanTier?: string | undefined;
12991
+ rateLimitType?: string | undefined;
12992
+ } | undefined;
12993
+ } | null | undefined;
12850
12994
  versionId?: string | null | undefined;
12851
12995
  components?: number | null | undefined;
12852
12996
  componentSets?: number | null | undefined;
@@ -13279,7 +13423,16 @@ declare const UserDump: z$1.ZodObject<{
13279
13423
  unsupportedStyleValueType?: string | undefined;
13280
13424
  referenceId?: string | undefined;
13281
13425
  }[];
13282
- error?: any;
13426
+ error?: {
13427
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
13428
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
13429
+ originalError?: Record<string, any> | undefined;
13430
+ rateLimitDetails?: {
13431
+ retryAfter?: number | undefined;
13432
+ figmaPlanTier?: string | undefined;
13433
+ rateLimitType?: string | undefined;
13434
+ } | undefined;
13435
+ } | undefined;
13283
13436
  versionId?: string | undefined;
13284
13437
  sourceId?: string | undefined;
13285
13438
  brandId?: string | undefined;
@@ -13368,7 +13521,16 @@ declare const UserDump: z$1.ZodObject<{
13368
13521
  lastImportedAt?: Date | undefined;
13369
13522
  lastImportSummary?: {
13370
13523
  isFailed: boolean;
13371
- error?: any;
13524
+ error?: {
13525
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
13526
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
13527
+ originalError?: Record<string, any> | null | undefined;
13528
+ rateLimitDetails?: {
13529
+ retryAfter?: number | undefined;
13530
+ figmaPlanTier?: string | undefined;
13531
+ rateLimitType?: string | undefined;
13532
+ } | undefined;
13533
+ } | null | undefined;
13372
13534
  versionId?: string | null | undefined;
13373
13535
  components?: number | null | undefined;
13374
13536
  componentSets?: number | null | undefined;
@@ -16049,7 +16211,16 @@ declare const UserDump: z$1.ZodObject<{
16049
16211
  unsupportedStyleValueType?: string | undefined;
16050
16212
  referenceId?: string | undefined;
16051
16213
  }[];
16052
- error?: any;
16214
+ error?: {
16215
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
16216
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
16217
+ originalError?: Record<string, any> | undefined;
16218
+ rateLimitDetails?: {
16219
+ retryAfter?: number | undefined;
16220
+ figmaPlanTier?: string | undefined;
16221
+ rateLimitType?: string | undefined;
16222
+ } | undefined;
16223
+ } | undefined;
16053
16224
  versionId?: string | undefined;
16054
16225
  sourceId?: string | undefined;
16055
16226
  brandId?: string | undefined;
@@ -16477,7 +16648,16 @@ declare const UserDump: z$1.ZodObject<{
16477
16648
  lastImportedAt?: Date | undefined;
16478
16649
  lastImportSummary?: {
16479
16650
  isFailed: boolean;
16480
- error?: any;
16651
+ error?: {
16652
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
16653
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
16654
+ originalError?: Record<string, any> | null | undefined;
16655
+ rateLimitDetails?: {
16656
+ retryAfter?: number | undefined;
16657
+ figmaPlanTier?: string | undefined;
16658
+ rateLimitType?: string | undefined;
16659
+ } | undefined;
16660
+ } | null | undefined;
16481
16661
  versionId?: string | null | undefined;
16482
16662
  components?: number | null | undefined;
16483
16663
  componentSets?: number | null | undefined;
@@ -19751,7 +19931,16 @@ declare const UserDump: z$1.ZodObject<{
19751
19931
  unsupportedStyleValueType?: string | undefined;
19752
19932
  referenceId?: string | undefined;
19753
19933
  }[];
19754
- error?: any;
19934
+ error?: {
19935
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
19936
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
19937
+ originalError?: Record<string, any> | undefined;
19938
+ rateLimitDetails?: {
19939
+ retryAfter?: number | undefined;
19940
+ figmaPlanTier?: string | undefined;
19941
+ rateLimitType?: string | undefined;
19942
+ } | undefined;
19943
+ } | undefined;
19755
19944
  versionId?: string | undefined;
19756
19945
  sourceId?: string | undefined;
19757
19946
  brandId?: string | undefined;
@@ -20628,7 +20817,16 @@ declare const UserDump: z$1.ZodObject<{
20628
20817
  lastImportedAt?: Date | undefined;
20629
20818
  lastImportSummary?: {
20630
20819
  isFailed: boolean;
20631
- error?: any;
20820
+ error?: {
20821
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
20822
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
20823
+ originalError?: Record<string, any> | null | undefined;
20824
+ rateLimitDetails?: {
20825
+ retryAfter?: number | undefined;
20826
+ figmaPlanTier?: string | undefined;
20827
+ rateLimitType?: string | undefined;
20828
+ } | undefined;
20829
+ } | null | undefined;
20632
20830
  versionId?: string | null | undefined;
20633
20831
  components?: number | null | undefined;
20634
20832
  componentSets?: number | null | undefined;
@@ -21555,7 +21753,16 @@ declare const UserDump: z$1.ZodObject<{
21555
21753
  unsupportedStyleValueType?: string | undefined;
21556
21754
  referenceId?: string | undefined;
21557
21755
  }[];
21558
- error?: any;
21756
+ error?: {
21757
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
21758
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
21759
+ originalError?: Record<string, any> | undefined;
21760
+ rateLimitDetails?: {
21761
+ retryAfter?: number | undefined;
21762
+ figmaPlanTier?: string | undefined;
21763
+ rateLimitType?: string | undefined;
21764
+ } | undefined;
21765
+ } | undefined;
21559
21766
  versionId?: string | undefined;
21560
21767
  sourceId?: string | undefined;
21561
21768
  brandId?: string | undefined;
@@ -22477,7 +22684,16 @@ declare const UserDump: z$1.ZodObject<{
22477
22684
  lastImportedAt?: Date | undefined;
22478
22685
  lastImportSummary?: {
22479
22686
  isFailed: boolean;
22480
- error?: any;
22687
+ error?: {
22688
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
22689
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
22690
+ originalError?: Record<string, any> | null | undefined;
22691
+ rateLimitDetails?: {
22692
+ retryAfter?: number | undefined;
22693
+ figmaPlanTier?: string | undefined;
22694
+ rateLimitType?: string | undefined;
22695
+ } | undefined;
22696
+ } | null | undefined;
22481
22697
  versionId?: string | null | undefined;
22482
22698
  components?: number | null | undefined;
22483
22699
  componentSets?: number | null | undefined;
@@ -23898,7 +24114,43 @@ declare const WorkspaceDump: z$1.ZodObject<{
23898
24114
  sourceId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23899
24115
  brandId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23900
24116
  versionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23901
- error: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<any, z$1.ZodTypeDef, any>>>, any, any>;
24117
+ error: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
24118
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
24119
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
24120
+ originalError?: Record<string, any> | undefined;
24121
+ rateLimitDetails?: {
24122
+ retryAfter?: number | undefined;
24123
+ figmaPlanTier?: string | undefined;
24124
+ rateLimitType?: string | undefined;
24125
+ } | undefined;
24126
+ }, z$1.ZodTypeDef, {
24127
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
24128
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
24129
+ originalError?: Record<string, any> | null | undefined;
24130
+ rateLimitDetails?: {
24131
+ retryAfter?: number | undefined;
24132
+ figmaPlanTier?: string | undefined;
24133
+ rateLimitType?: string | undefined;
24134
+ } | undefined;
24135
+ }>>>, {
24136
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
24137
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
24138
+ originalError?: Record<string, any> | undefined;
24139
+ rateLimitDetails?: {
24140
+ retryAfter?: number | undefined;
24141
+ figmaPlanTier?: string | undefined;
24142
+ rateLimitType?: string | undefined;
24143
+ } | undefined;
24144
+ } | undefined, {
24145
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
24146
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
24147
+ originalError?: Record<string, any> | null | undefined;
24148
+ rateLimitDetails?: {
24149
+ retryAfter?: number | undefined;
24150
+ figmaPlanTier?: string | undefined;
24151
+ rateLimitType?: string | undefined;
24152
+ } | undefined;
24153
+ } | null | undefined>;
23902
24154
  isFailed: z$1.ZodBoolean;
23903
24155
  warnings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
23904
24156
  warningType: z$1.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles", "ReferenceResolutionFailed"]>;
@@ -23967,13 +24219,31 @@ declare const WorkspaceDump: z$1.ZodObject<{
23967
24219
  unsupportedStyleValueType?: string | undefined;
23968
24220
  referenceId?: string | undefined;
23969
24221
  }[];
23970
- error?: any;
24222
+ error?: {
24223
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
24224
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
24225
+ originalError?: Record<string, any> | undefined;
24226
+ rateLimitDetails?: {
24227
+ retryAfter?: number | undefined;
24228
+ figmaPlanTier?: string | undefined;
24229
+ rateLimitType?: string | undefined;
24230
+ } | undefined;
24231
+ } | undefined;
23971
24232
  versionId?: string | undefined;
23972
24233
  sourceId?: string | undefined;
23973
24234
  brandId?: string | undefined;
23974
24235
  }, {
23975
24236
  isFailed: boolean;
23976
- error?: any;
24237
+ error?: {
24238
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
24239
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
24240
+ originalError?: Record<string, any> | null | undefined;
24241
+ rateLimitDetails?: {
24242
+ retryAfter?: number | undefined;
24243
+ figmaPlanTier?: string | undefined;
24244
+ rateLimitType?: string | undefined;
24245
+ } | undefined;
24246
+ } | null | undefined;
23977
24247
  versionId?: string | null | undefined;
23978
24248
  components?: number | null | undefined;
23979
24249
  componentSets?: number | null | undefined;
@@ -24406,7 +24676,16 @@ declare const WorkspaceDump: z$1.ZodObject<{
24406
24676
  unsupportedStyleValueType?: string | undefined;
24407
24677
  referenceId?: string | undefined;
24408
24678
  }[];
24409
- error?: any;
24679
+ error?: {
24680
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
24681
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
24682
+ originalError?: Record<string, any> | undefined;
24683
+ rateLimitDetails?: {
24684
+ retryAfter?: number | undefined;
24685
+ figmaPlanTier?: string | undefined;
24686
+ rateLimitType?: string | undefined;
24687
+ } | undefined;
24688
+ } | undefined;
24410
24689
  versionId?: string | undefined;
24411
24690
  sourceId?: string | undefined;
24412
24691
  brandId?: string | undefined;
@@ -24495,7 +24774,16 @@ declare const WorkspaceDump: z$1.ZodObject<{
24495
24774
  lastImportedAt?: Date | undefined;
24496
24775
  lastImportSummary?: {
24497
24776
  isFailed: boolean;
24498
- error?: any;
24777
+ error?: {
24778
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
24779
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
24780
+ originalError?: Record<string, any> | null | undefined;
24781
+ rateLimitDetails?: {
24782
+ retryAfter?: number | undefined;
24783
+ figmaPlanTier?: string | undefined;
24784
+ rateLimitType?: string | undefined;
24785
+ } | undefined;
24786
+ } | null | undefined;
24499
24787
  versionId?: string | null | undefined;
24500
24788
  components?: number | null | undefined;
24501
24789
  componentSets?: number | null | undefined;
@@ -27176,7 +27464,16 @@ declare const WorkspaceDump: z$1.ZodObject<{
27176
27464
  unsupportedStyleValueType?: string | undefined;
27177
27465
  referenceId?: string | undefined;
27178
27466
  }[];
27179
- error?: any;
27467
+ error?: {
27468
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
27469
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
27470
+ originalError?: Record<string, any> | undefined;
27471
+ rateLimitDetails?: {
27472
+ retryAfter?: number | undefined;
27473
+ figmaPlanTier?: string | undefined;
27474
+ rateLimitType?: string | undefined;
27475
+ } | undefined;
27476
+ } | undefined;
27180
27477
  versionId?: string | undefined;
27181
27478
  sourceId?: string | undefined;
27182
27479
  brandId?: string | undefined;
@@ -27604,7 +27901,16 @@ declare const WorkspaceDump: z$1.ZodObject<{
27604
27901
  lastImportedAt?: Date | undefined;
27605
27902
  lastImportSummary?: {
27606
27903
  isFailed: boolean;
27607
- error?: any;
27904
+ error?: {
27905
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
27906
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
27907
+ originalError?: Record<string, any> | null | undefined;
27908
+ rateLimitDetails?: {
27909
+ retryAfter?: number | undefined;
27910
+ figmaPlanTier?: string | undefined;
27911
+ rateLimitType?: string | undefined;
27912
+ } | undefined;
27913
+ } | null | undefined;
27608
27914
  versionId?: string | null | undefined;
27609
27915
  components?: number | null | undefined;
27610
27916
  componentSets?: number | null | undefined;
@@ -30878,7 +31184,16 @@ declare const WorkspaceDump: z$1.ZodObject<{
30878
31184
  unsupportedStyleValueType?: string | undefined;
30879
31185
  referenceId?: string | undefined;
30880
31186
  }[];
30881
- error?: any;
31187
+ error?: {
31188
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
31189
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
31190
+ originalError?: Record<string, any> | undefined;
31191
+ rateLimitDetails?: {
31192
+ retryAfter?: number | undefined;
31193
+ figmaPlanTier?: string | undefined;
31194
+ rateLimitType?: string | undefined;
31195
+ } | undefined;
31196
+ } | undefined;
30882
31197
  versionId?: string | undefined;
30883
31198
  sourceId?: string | undefined;
30884
31199
  brandId?: string | undefined;
@@ -31755,7 +32070,16 @@ declare const WorkspaceDump: z$1.ZodObject<{
31755
32070
  lastImportedAt?: Date | undefined;
31756
32071
  lastImportSummary?: {
31757
32072
  isFailed: boolean;
31758
- error?: any;
32073
+ error?: {
32074
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
32075
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
32076
+ originalError?: Record<string, any> | null | undefined;
32077
+ rateLimitDetails?: {
32078
+ retryAfter?: number | undefined;
32079
+ figmaPlanTier?: string | undefined;
32080
+ rateLimitType?: string | undefined;
32081
+ } | undefined;
32082
+ } | null | undefined;
31759
32083
  versionId?: string | null | undefined;
31760
32084
  components?: number | null | undefined;
31761
32085
  componentSets?: number | null | undefined;
@@ -33660,14 +33984,17 @@ declare const RenderedAssetFile: z$1.ZodObject<{
33660
33984
  }>;
33661
33985
  type RenderedAssetFile = z$1.infer<typeof RenderedAssetFile>;
33662
33986
 
33663
- declare const DataSourceRemoteType: z$1.ZodEnum<["Figma", "TokenStudio", "FigmaVariablesPlugin", "Storybook"]>;
33664
- type DataSourceRemoteType = z$1.infer<typeof DataSourceRemoteType>;
33665
- declare const DataSourceUploadRemoteSource: z$1.ZodEnum<["TokenStudio", "FigmaVariablesPlugin", "Custom"]>;
33666
- type DataSourceUploadRemoteSource = z$1.infer<typeof DataSourceUploadRemoteSource>;
33667
- declare const DataSourceFigmaState: z$1.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
33668
- type DataSourceFigmaState = z$1.infer<typeof DataSourceFigmaState>;
33669
- declare const DataSourceAutoImportMode: z$1.ZodEnum<["Never", "Hourly"]>;
33670
- type DataSourceAutoImportMode = z$1.infer<typeof DataSourceAutoImportMode>;
33987
+ declare const DataSourceRemoteType: z__default.ZodEnum<["Figma", "TokenStudio", "FigmaVariablesPlugin", "Storybook"]>;
33988
+ type DataSourceRemoteType = z__default.infer<typeof DataSourceRemoteType>;
33989
+ declare const DataSourceUploadRemoteSource: z__default.ZodEnum<["TokenStudio", "FigmaVariablesPlugin", "Custom"]>;
33990
+ type DataSourceUploadRemoteSource = z__default.infer<typeof DataSourceUploadRemoteSource>;
33991
+ declare const DataSourceFigmaState: z__default.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
33992
+ type DataSourceFigmaState = z__default.infer<typeof DataSourceFigmaState>;
33993
+ declare const DataSourceFigmaErrorType: z__default.ZodEnum<["FigmaAPIRateLimit", "UnknownImportError"]>;
33994
+ type DataSourceFigmaErrorType = z__default.infer<typeof DataSourceFigmaErrorType>;
33995
+ declare const DataSourceAutoImportMode: z__default.ZodEnum<["Never", "Hourly"]>;
33996
+ type DataSourceAutoImportMode = z__default.infer<typeof DataSourceAutoImportMode>;
33997
+
33671
33998
  declare const DataSourceStats: z$1.ZodObject<{
33672
33999
  tokens: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodNumber>>, number, number | null | undefined>;
33673
34000
  components: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodNumber>>, number, number | null | undefined>;
@@ -34383,7 +34710,43 @@ declare const DataSource: z$1.ZodObject<{
34383
34710
  sourceId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
34384
34711
  brandId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
34385
34712
  versionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
34386
- error: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<any, z$1.ZodTypeDef, any>>>, any, any>;
34713
+ error: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
34714
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
34715
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
34716
+ originalError?: Record<string, any> | undefined;
34717
+ rateLimitDetails?: {
34718
+ retryAfter?: number | undefined;
34719
+ figmaPlanTier?: string | undefined;
34720
+ rateLimitType?: string | undefined;
34721
+ } | undefined;
34722
+ }, z$1.ZodTypeDef, {
34723
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
34724
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
34725
+ originalError?: Record<string, any> | null | undefined;
34726
+ rateLimitDetails?: {
34727
+ retryAfter?: number | undefined;
34728
+ figmaPlanTier?: string | undefined;
34729
+ rateLimitType?: string | undefined;
34730
+ } | undefined;
34731
+ }>>>, {
34732
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
34733
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
34734
+ originalError?: Record<string, any> | undefined;
34735
+ rateLimitDetails?: {
34736
+ retryAfter?: number | undefined;
34737
+ figmaPlanTier?: string | undefined;
34738
+ rateLimitType?: string | undefined;
34739
+ } | undefined;
34740
+ } | undefined, {
34741
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
34742
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
34743
+ originalError?: Record<string, any> | null | undefined;
34744
+ rateLimitDetails?: {
34745
+ retryAfter?: number | undefined;
34746
+ figmaPlanTier?: string | undefined;
34747
+ rateLimitType?: string | undefined;
34748
+ } | undefined;
34749
+ } | null | undefined>;
34387
34750
  isFailed: z$1.ZodBoolean;
34388
34751
  warnings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
34389
34752
  warningType: z$1.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles", "ReferenceResolutionFailed"]>;
@@ -34452,13 +34815,31 @@ declare const DataSource: z$1.ZodObject<{
34452
34815
  unsupportedStyleValueType?: string | undefined;
34453
34816
  referenceId?: string | undefined;
34454
34817
  }[];
34455
- error?: any;
34818
+ error?: {
34819
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
34820
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
34821
+ originalError?: Record<string, any> | undefined;
34822
+ rateLimitDetails?: {
34823
+ retryAfter?: number | undefined;
34824
+ figmaPlanTier?: string | undefined;
34825
+ rateLimitType?: string | undefined;
34826
+ } | undefined;
34827
+ } | undefined;
34456
34828
  versionId?: string | undefined;
34457
34829
  sourceId?: string | undefined;
34458
34830
  brandId?: string | undefined;
34459
34831
  }, {
34460
34832
  isFailed: boolean;
34461
- error?: any;
34833
+ error?: {
34834
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
34835
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
34836
+ originalError?: Record<string, any> | null | undefined;
34837
+ rateLimitDetails?: {
34838
+ retryAfter?: number | undefined;
34839
+ figmaPlanTier?: string | undefined;
34840
+ rateLimitType?: string | undefined;
34841
+ } | undefined;
34842
+ } | null | undefined;
34462
34843
  versionId?: string | null | undefined;
34463
34844
  components?: number | null | undefined;
34464
34845
  componentSets?: number | null | undefined;
@@ -34891,7 +35272,16 @@ declare const DataSource: z$1.ZodObject<{
34891
35272
  unsupportedStyleValueType?: string | undefined;
34892
35273
  referenceId?: string | undefined;
34893
35274
  }[];
34894
- error?: any;
35275
+ error?: {
35276
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
35277
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
35278
+ originalError?: Record<string, any> | undefined;
35279
+ rateLimitDetails?: {
35280
+ retryAfter?: number | undefined;
35281
+ figmaPlanTier?: string | undefined;
35282
+ rateLimitType?: string | undefined;
35283
+ } | undefined;
35284
+ } | undefined;
34895
35285
  versionId?: string | undefined;
34896
35286
  sourceId?: string | undefined;
34897
35287
  brandId?: string | undefined;
@@ -34980,7 +35370,16 @@ declare const DataSource: z$1.ZodObject<{
34980
35370
  lastImportedAt?: Date | undefined;
34981
35371
  lastImportSummary?: {
34982
35372
  isFailed: boolean;
34983
- error?: any;
35373
+ error?: {
35374
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
35375
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
35376
+ originalError?: Record<string, any> | null | undefined;
35377
+ rateLimitDetails?: {
35378
+ retryAfter?: number | undefined;
35379
+ figmaPlanTier?: string | undefined;
35380
+ rateLimitType?: string | undefined;
35381
+ } | undefined;
35382
+ } | null | undefined;
34984
35383
  versionId?: string | null | undefined;
34985
35384
  components?: number | null | undefined;
34986
35385
  componentSets?: number | null | undefined;
@@ -35065,7 +35464,7 @@ declare const ImportJob: z$1.ZodObject<{
35065
35464
  designSystemVersionId: string;
35066
35465
  sourceIds: string[];
35067
35466
  importContextId: string;
35068
- sourceType: "Storybook" | "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
35467
+ sourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin" | "Storybook";
35069
35468
  importContextCleanedUp: boolean;
35070
35469
  error?: string | undefined;
35071
35470
  createdByUserId?: string | undefined;
@@ -35078,7 +35477,7 @@ declare const ImportJob: z$1.ZodObject<{
35078
35477
  designSystemVersionId: string;
35079
35478
  sourceIds: string[];
35080
35479
  importContextId: string;
35081
- sourceType: "Storybook" | "Figma" | "TokenStudio" | "FigmaVariablesPlugin";
35480
+ sourceType: "Figma" | "TokenStudio" | "FigmaVariablesPlugin" | "Storybook";
35082
35481
  importContextCleanedUp: boolean;
35083
35482
  error?: string | undefined;
35084
35483
  createdByUserId?: string | undefined;
@@ -35149,6 +35548,62 @@ declare const SourceImportComponentSummary: z$1.ZodObject<{
35149
35548
  componentAssetsDeleted?: number | null | undefined;
35150
35549
  }>;
35151
35550
  type SourceImportComponentSummary = z$1.infer<typeof SourceImportComponentSummary>;
35551
+ declare const SourceErrorRateLimitDetails: z$1.ZodObject<{
35552
+ retryAfter: z$1.ZodOptional<z$1.ZodNumber>;
35553
+ figmaPlanTier: z$1.ZodOptional<z$1.ZodString>;
35554
+ rateLimitType: z$1.ZodOptional<z$1.ZodString>;
35555
+ }, "strip", z$1.ZodTypeAny, {
35556
+ retryAfter?: number | undefined;
35557
+ figmaPlanTier?: string | undefined;
35558
+ rateLimitType?: string | undefined;
35559
+ }, {
35560
+ retryAfter?: number | undefined;
35561
+ figmaPlanTier?: string | undefined;
35562
+ rateLimitType?: string | undefined;
35563
+ }>;
35564
+ type SourceErrorRateLimitDetails = z$1.infer<typeof SourceErrorRateLimitDetails>;
35565
+ declare const SourceError: z$1.ZodObject<{
35566
+ /** @deprecated use error type instead */
35567
+ cloudState: z$1.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
35568
+ /**
35569
+ * @deprecated rely on additional properties like `rateLimitDetails` instead,
35570
+ * if consider adding more properties on the backend side
35571
+ */
35572
+ originalError: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, any>, z$1.ZodTypeDef, Record<string, any>>>>, Record<string, any> | undefined, Record<string, any> | null | undefined>;
35573
+ errorType: z$1.ZodOptional<z$1.ZodEnum<["FigmaAPIRateLimit", "UnknownImportError"]>>;
35574
+ rateLimitDetails: z$1.ZodOptional<z$1.ZodObject<{
35575
+ retryAfter: z$1.ZodOptional<z$1.ZodNumber>;
35576
+ figmaPlanTier: z$1.ZodOptional<z$1.ZodString>;
35577
+ rateLimitType: z$1.ZodOptional<z$1.ZodString>;
35578
+ }, "strip", z$1.ZodTypeAny, {
35579
+ retryAfter?: number | undefined;
35580
+ figmaPlanTier?: string | undefined;
35581
+ rateLimitType?: string | undefined;
35582
+ }, {
35583
+ retryAfter?: number | undefined;
35584
+ figmaPlanTier?: string | undefined;
35585
+ rateLimitType?: string | undefined;
35586
+ }>>;
35587
+ }, "strip", z$1.ZodTypeAny, {
35588
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
35589
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
35590
+ originalError?: Record<string, any> | undefined;
35591
+ rateLimitDetails?: {
35592
+ retryAfter?: number | undefined;
35593
+ figmaPlanTier?: string | undefined;
35594
+ rateLimitType?: string | undefined;
35595
+ } | undefined;
35596
+ }, {
35597
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
35598
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
35599
+ originalError?: Record<string, any> | null | undefined;
35600
+ rateLimitDetails?: {
35601
+ retryAfter?: number | undefined;
35602
+ figmaPlanTier?: string | undefined;
35603
+ rateLimitType?: string | undefined;
35604
+ } | undefined;
35605
+ }>;
35606
+ type SourceError = z$1.infer<typeof SourceError>;
35152
35607
  declare const SourceImportFrameSummary: z$1.ZodObject<{
35153
35608
  assetsInFile: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
35154
35609
  components: number;
@@ -35203,7 +35658,43 @@ declare const SourceImportSummary: z$1.ZodObject<{
35203
35658
  sourceId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35204
35659
  brandId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35205
35660
  versionId: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<string, z$1.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
35206
- error: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<any, z$1.ZodTypeDef, any>>>, any, any>;
35661
+ error: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
35662
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
35663
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
35664
+ originalError?: Record<string, any> | undefined;
35665
+ rateLimitDetails?: {
35666
+ retryAfter?: number | undefined;
35667
+ figmaPlanTier?: string | undefined;
35668
+ rateLimitType?: string | undefined;
35669
+ } | undefined;
35670
+ }, z$1.ZodTypeDef, {
35671
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
35672
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
35673
+ originalError?: Record<string, any> | null | undefined;
35674
+ rateLimitDetails?: {
35675
+ retryAfter?: number | undefined;
35676
+ figmaPlanTier?: string | undefined;
35677
+ rateLimitType?: string | undefined;
35678
+ } | undefined;
35679
+ }>>>, {
35680
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
35681
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
35682
+ originalError?: Record<string, any> | undefined;
35683
+ rateLimitDetails?: {
35684
+ retryAfter?: number | undefined;
35685
+ figmaPlanTier?: string | undefined;
35686
+ rateLimitType?: string | undefined;
35687
+ } | undefined;
35688
+ } | undefined, {
35689
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
35690
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
35691
+ originalError?: Record<string, any> | null | undefined;
35692
+ rateLimitDetails?: {
35693
+ retryAfter?: number | undefined;
35694
+ figmaPlanTier?: string | undefined;
35695
+ rateLimitType?: string | undefined;
35696
+ } | undefined;
35697
+ } | null | undefined>;
35207
35698
  isFailed: z$1.ZodBoolean;
35208
35699
  warnings: z$1.ZodEffects<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodObject<{
35209
35700
  warningType: z$1.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles", "ReferenceResolutionFailed"]>;
@@ -35272,13 +35763,31 @@ declare const SourceImportSummary: z$1.ZodObject<{
35272
35763
  unsupportedStyleValueType?: string | undefined;
35273
35764
  referenceId?: string | undefined;
35274
35765
  }[];
35275
- error?: any;
35766
+ error?: {
35767
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
35768
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
35769
+ originalError?: Record<string, any> | undefined;
35770
+ rateLimitDetails?: {
35771
+ retryAfter?: number | undefined;
35772
+ figmaPlanTier?: string | undefined;
35773
+ rateLimitType?: string | undefined;
35774
+ } | undefined;
35775
+ } | undefined;
35276
35776
  versionId?: string | undefined;
35277
35777
  sourceId?: string | undefined;
35278
35778
  brandId?: string | undefined;
35279
35779
  }, {
35280
35780
  isFailed: boolean;
35281
- error?: any;
35781
+ error?: {
35782
+ cloudState: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
35783
+ errorType?: "FigmaAPIRateLimit" | "UnknownImportError" | undefined;
35784
+ originalError?: Record<string, any> | null | undefined;
35785
+ rateLimitDetails?: {
35786
+ retryAfter?: number | undefined;
35787
+ figmaPlanTier?: string | undefined;
35788
+ rateLimitType?: string | undefined;
35789
+ } | undefined;
35790
+ } | null | undefined;
35282
35791
  versionId?: string | null | undefined;
35283
35792
  components?: number | null | undefined;
35284
35793
  componentSets?: number | null | undefined;
@@ -35561,14 +36070,14 @@ declare const PageBlockDefinition: z$1.ZodObject<{
35561
36070
  options: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
35562
36071
  variantOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
35563
36072
  }, "strip", z$1.ZodTypeAny, {
35564
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36073
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
35565
36074
  id: string;
35566
36075
  name: string;
35567
36076
  options?: Record<string, any> | undefined;
35568
36077
  description?: string | undefined;
35569
36078
  variantOptions?: Record<string, Record<string, any>> | undefined;
35570
36079
  }, {
35571
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36080
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
35572
36081
  id: string;
35573
36082
  name: string;
35574
36083
  options?: Record<string, any> | undefined;
@@ -35664,7 +36173,7 @@ declare const PageBlockDefinition: z$1.ZodObject<{
35664
36173
  defaultVariantKey: z$1.ZodString;
35665
36174
  }, "strip", z$1.ZodTypeAny, {
35666
36175
  properties: {
35667
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36176
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
35668
36177
  id: string;
35669
36178
  name: string;
35670
36179
  options?: Record<string, any> | undefined;
@@ -35703,7 +36212,7 @@ declare const PageBlockDefinition: z$1.ZodObject<{
35703
36212
  } | undefined;
35704
36213
  }, {
35705
36214
  properties: {
35706
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36215
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
35707
36216
  id: string;
35708
36217
  name: string;
35709
36218
  options?: Record<string, any> | undefined;
@@ -35833,7 +36342,7 @@ declare const PageBlockDefinition: z$1.ZodObject<{
35833
36342
  }, "strip", z$1.ZodTypeAny, {
35834
36343
  item: {
35835
36344
  properties: {
35836
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36345
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
35837
36346
  id: string;
35838
36347
  name: string;
35839
36348
  options?: Record<string, any> | undefined;
@@ -35871,7 +36380,7 @@ declare const PageBlockDefinition: z$1.ZodObject<{
35871
36380
  showBlockHeaderInEditor?: boolean | undefined;
35872
36381
  } | undefined;
35873
36382
  };
35874
- category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
36383
+ category: "Code" | "Figma" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
35875
36384
  id: string;
35876
36385
  name: string;
35877
36386
  description: string;
@@ -35906,7 +36415,7 @@ declare const PageBlockDefinition: z$1.ZodObject<{
35906
36415
  }, {
35907
36416
  item: {
35908
36417
  properties: {
35909
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36418
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
35910
36419
  id: string;
35911
36420
  name: string;
35912
36421
  options?: Record<string, any> | undefined;
@@ -35944,7 +36453,7 @@ declare const PageBlockDefinition: z$1.ZodObject<{
35944
36453
  showBlockHeaderInEditor?: boolean | undefined;
35945
36454
  } | undefined;
35946
36455
  };
35947
- category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
36456
+ category: "Code" | "Figma" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
35948
36457
  id: string;
35949
36458
  name: string;
35950
36459
  description: string;
@@ -36193,14 +36702,14 @@ declare const PageBlockDefinitionProperty: z$1.ZodObject<{
36193
36702
  options: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
36194
36703
  variantOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
36195
36704
  }, "strip", z$1.ZodTypeAny, {
36196
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36705
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
36197
36706
  id: string;
36198
36707
  name: string;
36199
36708
  options?: Record<string, any> | undefined;
36200
36709
  description?: string | undefined;
36201
36710
  variantOptions?: Record<string, Record<string, any>> | undefined;
36202
36711
  }, {
36203
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36712
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
36204
36713
  id: string;
36205
36714
  name: string;
36206
36715
  options?: Record<string, any> | undefined;
@@ -36217,14 +36726,14 @@ declare const PageBlockDefinitionItem: z$1.ZodObject<{
36217
36726
  options: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
36218
36727
  variantOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
36219
36728
  }, "strip", z$1.ZodTypeAny, {
36220
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36729
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
36221
36730
  id: string;
36222
36731
  name: string;
36223
36732
  options?: Record<string, any> | undefined;
36224
36733
  description?: string | undefined;
36225
36734
  variantOptions?: Record<string, Record<string, any>> | undefined;
36226
36735
  }, {
36227
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36736
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
36228
36737
  id: string;
36229
36738
  name: string;
36230
36739
  options?: Record<string, any> | undefined;
@@ -36320,7 +36829,7 @@ declare const PageBlockDefinitionItem: z$1.ZodObject<{
36320
36829
  defaultVariantKey: z$1.ZodString;
36321
36830
  }, "strip", z$1.ZodTypeAny, {
36322
36831
  properties: {
36323
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36832
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
36324
36833
  id: string;
36325
36834
  name: string;
36326
36835
  options?: Record<string, any> | undefined;
@@ -36359,7 +36868,7 @@ declare const PageBlockDefinitionItem: z$1.ZodObject<{
36359
36868
  } | undefined;
36360
36869
  }, {
36361
36870
  properties: {
36362
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
36871
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
36363
36872
  id: string;
36364
36873
  name: string;
36365
36874
  options?: Record<string, any> | undefined;
@@ -182386,14 +182895,14 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
182386
182895
  options: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>;
182387
182896
  variantOptions: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
182388
182897
  }, "strip", z$1.ZodTypeAny, {
182389
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
182898
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
182390
182899
  id: string;
182391
182900
  name: string;
182392
182901
  options?: Record<string, any> | undefined;
182393
182902
  description?: string | undefined;
182394
182903
  variantOptions?: Record<string, Record<string, any>> | undefined;
182395
182904
  }, {
182396
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
182905
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
182397
182906
  id: string;
182398
182907
  name: string;
182399
182908
  options?: Record<string, any> | undefined;
@@ -182489,7 +182998,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
182489
182998
  defaultVariantKey: z$1.ZodString;
182490
182999
  }, "strip", z$1.ZodTypeAny, {
182491
183000
  properties: {
182492
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
183001
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
182493
183002
  id: string;
182494
183003
  name: string;
182495
183004
  options?: Record<string, any> | undefined;
@@ -182528,7 +183037,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
182528
183037
  } | undefined;
182529
183038
  }, {
182530
183039
  properties: {
182531
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
183040
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
182532
183041
  id: string;
182533
183042
  name: string;
182534
183043
  options?: Record<string, any> | undefined;
@@ -182658,7 +183167,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
182658
183167
  }, "strip", z$1.ZodTypeAny, {
182659
183168
  item: {
182660
183169
  properties: {
182661
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
183170
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
182662
183171
  id: string;
182663
183172
  name: string;
182664
183173
  options?: Record<string, any> | undefined;
@@ -182696,7 +183205,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
182696
183205
  showBlockHeaderInEditor?: boolean | undefined;
182697
183206
  } | undefined;
182698
183207
  };
182699
- category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
183208
+ category: "Code" | "Figma" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
182700
183209
  id: string;
182701
183210
  name: string;
182702
183211
  description: string;
@@ -182731,7 +183240,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
182731
183240
  }, {
182732
183241
  item: {
182733
183242
  properties: {
182734
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
183243
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
182735
183244
  id: string;
182736
183245
  name: string;
182737
183246
  options?: Record<string, any> | undefined;
@@ -182769,7 +183278,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
182769
183278
  showBlockHeaderInEditor?: boolean | undefined;
182770
183279
  } | undefined;
182771
183280
  };
182772
- category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
183281
+ category: "Code" | "Figma" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
182773
183282
  id: string;
182774
183283
  name: string;
182775
183284
  description: string;
@@ -182998,7 +183507,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
182998
183507
  blockDefinitions: {
182999
183508
  item: {
183000
183509
  properties: {
183001
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
183510
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
183002
183511
  id: string;
183003
183512
  name: string;
183004
183513
  options?: Record<string, any> | undefined;
@@ -183036,7 +183545,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
183036
183545
  showBlockHeaderInEditor?: boolean | undefined;
183037
183546
  } | undefined;
183038
183547
  };
183039
- category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
183548
+ category: "Code" | "Figma" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
183040
183549
  id: string;
183041
183550
  name: string;
183042
183551
  description: string;
@@ -183841,7 +184350,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
183841
184350
  blockDefinitions: {
183842
184351
  item: {
183843
184352
  properties: {
183844
- type: "Boolean" | "Number" | "Code" | "Image" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "Storybook" | "File";
184353
+ type: "Boolean" | "Number" | "Code" | "Image" | "Storybook" | "Text" | "URL" | "Token" | "Component" | "FigmaComponent" | "Color" | "Divider" | "Table" | "Markdown" | "RichText" | "MultiRichText" | "RichTextEditor" | "SingleSelect" | "MultiSelect" | "TokenType" | "TokenProperty" | "ComponentProperty" | "Asset" | "AssetProperty" | "FigmaNode" | "EmbedURL" | "CodeSandbox" | "File";
183845
184354
  id: string;
183846
184355
  name: string;
183847
184356
  options?: Record<string, any> | undefined;
@@ -183879,7 +184388,7 @@ declare const DocumentationPageRoomInitialStateUpdate: z$1.ZodObject<{
183879
184388
  showBlockHeaderInEditor?: boolean | undefined;
183880
184389
  } | undefined;
183881
184390
  };
183882
- category: "Code" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Figma" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
184391
+ category: "Code" | "Figma" | "Text" | "Embed" | "Guidelines" | "Layout" | "Media" | "Tokens" | "Components" | "Assets" | "Data" | "Other";
183883
184392
  id: string;
183884
184393
  name: string;
183885
184394
  description: string;
@@ -191824,4 +192333,4 @@ type PersonalAccessTokenWithUser = {
191824
192333
  token: PersonalAccessToken;
191825
192334
  };
191826
192335
 
191827
- 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, 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, 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, DocumentationSettings, 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, 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, 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, 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, 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 };
192336
+ 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, 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, DocumentationSettings, 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, 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, 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, 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 };