@supernova-studio/model 0.47.49 → 0.47.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -2797,8 +2797,8 @@ declare const DesignSystemDump: z.ZodObject<{
2797
2797
  referenceId?: string | undefined;
2798
2798
  }[] | null | undefined>;
2799
2799
  }, "strip", z.ZodTypeAny, {
2800
- frames: number;
2801
2800
  components: number;
2801
+ frames: number;
2802
2802
  componentSets: number;
2803
2803
  tokensCreated: number;
2804
2804
  tokensUpdated: number;
@@ -2829,10 +2829,10 @@ declare const DesignSystemDump: z.ZodObject<{
2829
2829
  }, {
2830
2830
  isFailed: boolean;
2831
2831
  error?: any;
2832
+ components?: number | null | undefined;
2832
2833
  sourceId?: string | null | undefined;
2833
2834
  brandId?: string | null | undefined;
2834
2835
  frames?: number | null | undefined;
2835
- components?: number | null | undefined;
2836
2836
  componentSets?: number | null | undefined;
2837
2837
  tokensCreated?: number | null | undefined;
2838
2838
  tokensUpdated?: number | null | undefined;
@@ -2867,13 +2867,13 @@ declare const DesignSystemDump: z.ZodObject<{
2867
2867
  frames: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
2868
2868
  }, "strip", z.ZodTypeAny, {
2869
2869
  assets: number;
2870
- frames: number;
2871
2870
  components: number;
2871
+ frames: number;
2872
2872
  tokens: number;
2873
2873
  }, {
2874
2874
  assets?: number | null | undefined;
2875
- frames?: number | null | undefined;
2876
2875
  components?: number | null | undefined;
2876
+ frames?: number | null | undefined;
2877
2877
  tokens?: number | null | undefined;
2878
2878
  }>;
2879
2879
  remote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -2969,6 +2969,8 @@ declare const DesignSystemDump: z.ZodObject<{
2969
2969
  ownerId: string;
2970
2970
  ownerName: string;
2971
2971
  requiresSync: boolean;
2972
+ downloadChunkSize?: number | undefined;
2973
+ maxFileDepth?: number | undefined;
2972
2974
  preferredCredentialId?: string | undefined;
2973
2975
  lastImportMetadata?: {
2974
2976
  fileData?: {
@@ -2981,9 +2983,7 @@ declare const DesignSystemDump: z.ZodObject<{
2981
2983
  label?: string | undefined;
2982
2984
  } | undefined;
2983
2985
  } | undefined;
2984
- downloadChunkSize?: number | undefined;
2985
2986
  figmaRenderChunkSize?: number | undefined;
2986
- maxFileDepth?: number | undefined;
2987
2987
  }, {
2988
2988
  type: "Figma";
2989
2989
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -2998,6 +2998,8 @@ declare const DesignSystemDump: z.ZodObject<{
2998
2998
  fileId: string;
2999
2999
  ownerId: string;
3000
3000
  ownerName: string;
3001
+ downloadChunkSize?: number | undefined;
3002
+ maxFileDepth?: number | undefined;
3001
3003
  preferredCredentialId?: string | undefined;
3002
3004
  requiresSync?: boolean | undefined;
3003
3005
  lastImportMetadata?: {
@@ -3011,9 +3013,7 @@ declare const DesignSystemDump: z.ZodObject<{
3011
3013
  label?: string | undefined;
3012
3014
  } | undefined;
3013
3015
  } | undefined;
3014
- downloadChunkSize?: number | undefined;
3015
3016
  figmaRenderChunkSize?: number | undefined;
3016
- maxFileDepth?: number | undefined;
3017
3017
  }>, z.ZodObject<{
3018
3018
  type: z.ZodLiteral<"FigmaVariablesPlugin">;
3019
3019
  remoteId: z.ZodString;
@@ -3094,8 +3094,8 @@ declare const DesignSystemDump: z.ZodObject<{
3094
3094
  designSystemId: string;
3095
3095
  stats: {
3096
3096
  assets: number;
3097
- frames: number;
3098
3097
  components: number;
3098
+ frames: number;
3099
3099
  tokens: number;
3100
3100
  };
3101
3101
  brandPersistentId: string;
@@ -3116,6 +3116,8 @@ declare const DesignSystemDump: z.ZodObject<{
3116
3116
  ownerId: string;
3117
3117
  ownerName: string;
3118
3118
  requiresSync: boolean;
3119
+ downloadChunkSize?: number | undefined;
3120
+ maxFileDepth?: number | undefined;
3119
3121
  preferredCredentialId?: string | undefined;
3120
3122
  lastImportMetadata?: {
3121
3123
  fileData?: {
@@ -3128,9 +3130,7 @@ declare const DesignSystemDump: z.ZodObject<{
3128
3130
  label?: string | undefined;
3129
3131
  } | undefined;
3130
3132
  } | undefined;
3131
- downloadChunkSize?: number | undefined;
3132
3133
  figmaRenderChunkSize?: number | undefined;
3133
- maxFileDepth?: number | undefined;
3134
3134
  } | {
3135
3135
  type: "TokenStudio";
3136
3136
  } | {
@@ -3152,8 +3152,8 @@ declare const DesignSystemDump: z.ZodObject<{
3152
3152
  thumbnailUrl?: string | undefined;
3153
3153
  lastImportedAt?: Date | undefined;
3154
3154
  lastImportSummary?: {
3155
- frames: number;
3156
3155
  components: number;
3156
+ frames: number;
3157
3157
  componentSets: number;
3158
3158
  tokensCreated: number;
3159
3159
  tokensUpdated: number;
@@ -3188,8 +3188,8 @@ declare const DesignSystemDump: z.ZodObject<{
3188
3188
  designSystemId: string;
3189
3189
  stats: {
3190
3190
  assets?: number | null | undefined;
3191
- frames?: number | null | undefined;
3192
3191
  components?: number | null | undefined;
3192
+ frames?: number | null | undefined;
3193
3193
  tokens?: number | null | undefined;
3194
3194
  };
3195
3195
  brandPersistentId: string;
@@ -3209,6 +3209,8 @@ declare const DesignSystemDump: z.ZodObject<{
3209
3209
  fileId: string;
3210
3210
  ownerId: string;
3211
3211
  ownerName: string;
3212
+ downloadChunkSize?: number | undefined;
3213
+ maxFileDepth?: number | undefined;
3212
3214
  preferredCredentialId?: string | undefined;
3213
3215
  requiresSync?: boolean | undefined;
3214
3216
  lastImportMetadata?: {
@@ -3222,9 +3224,7 @@ declare const DesignSystemDump: z.ZodObject<{
3222
3224
  label?: string | undefined;
3223
3225
  } | undefined;
3224
3226
  } | undefined;
3225
- downloadChunkSize?: number | undefined;
3226
3227
  figmaRenderChunkSize?: number | undefined;
3227
- maxFileDepth?: number | undefined;
3228
3228
  } | {
3229
3229
  type: "TokenStudio";
3230
3230
  } | {
@@ -3248,10 +3248,10 @@ declare const DesignSystemDump: z.ZodObject<{
3248
3248
  lastImportSummary?: {
3249
3249
  isFailed: boolean;
3250
3250
  error?: any;
3251
+ components?: number | null | undefined;
3251
3252
  sourceId?: string | null | undefined;
3252
3253
  brandId?: string | null | undefined;
3253
3254
  frames?: number | null | undefined;
3254
- components?: number | null | undefined;
3255
3255
  componentSets?: number | null | undefined;
3256
3256
  tokensCreated?: number | null | undefined;
3257
3257
  tokensUpdated?: number | null | undefined;
@@ -5796,8 +5796,8 @@ declare const DesignSystemDump: z.ZodObject<{
5796
5796
  designSystemId: string;
5797
5797
  stats: {
5798
5798
  assets: number;
5799
- frames: number;
5800
5799
  components: number;
5800
+ frames: number;
5801
5801
  tokens: number;
5802
5802
  };
5803
5803
  brandPersistentId: string;
@@ -5818,6 +5818,8 @@ declare const DesignSystemDump: z.ZodObject<{
5818
5818
  ownerId: string;
5819
5819
  ownerName: string;
5820
5820
  requiresSync: boolean;
5821
+ downloadChunkSize?: number | undefined;
5822
+ maxFileDepth?: number | undefined;
5821
5823
  preferredCredentialId?: string | undefined;
5822
5824
  lastImportMetadata?: {
5823
5825
  fileData?: {
@@ -5830,9 +5832,7 @@ declare const DesignSystemDump: z.ZodObject<{
5830
5832
  label?: string | undefined;
5831
5833
  } | undefined;
5832
5834
  } | undefined;
5833
- downloadChunkSize?: number | undefined;
5834
5835
  figmaRenderChunkSize?: number | undefined;
5835
- maxFileDepth?: number | undefined;
5836
5836
  } | {
5837
5837
  type: "TokenStudio";
5838
5838
  } | {
@@ -5854,8 +5854,8 @@ declare const DesignSystemDump: z.ZodObject<{
5854
5854
  thumbnailUrl?: string | undefined;
5855
5855
  lastImportedAt?: Date | undefined;
5856
5856
  lastImportSummary?: {
5857
- frames: number;
5858
5857
  components: number;
5858
+ frames: number;
5859
5859
  componentSets: number;
5860
5860
  tokensCreated: number;
5861
5861
  tokensUpdated: number;
@@ -6220,8 +6220,8 @@ declare const DesignSystemDump: z.ZodObject<{
6220
6220
  designSystemId: string;
6221
6221
  stats: {
6222
6222
  assets?: number | null | undefined;
6223
- frames?: number | null | undefined;
6224
6223
  components?: number | null | undefined;
6224
+ frames?: number | null | undefined;
6225
6225
  tokens?: number | null | undefined;
6226
6226
  };
6227
6227
  brandPersistentId: string;
@@ -6241,6 +6241,8 @@ declare const DesignSystemDump: z.ZodObject<{
6241
6241
  fileId: string;
6242
6242
  ownerId: string;
6243
6243
  ownerName: string;
6244
+ downloadChunkSize?: number | undefined;
6245
+ maxFileDepth?: number | undefined;
6244
6246
  preferredCredentialId?: string | undefined;
6245
6247
  requiresSync?: boolean | undefined;
6246
6248
  lastImportMetadata?: {
@@ -6254,9 +6256,7 @@ declare const DesignSystemDump: z.ZodObject<{
6254
6256
  label?: string | undefined;
6255
6257
  } | undefined;
6256
6258
  } | undefined;
6257
- downloadChunkSize?: number | undefined;
6258
6259
  figmaRenderChunkSize?: number | undefined;
6259
- maxFileDepth?: number | undefined;
6260
6260
  } | {
6261
6261
  type: "TokenStudio";
6262
6262
  } | {
@@ -6280,10 +6280,10 @@ declare const DesignSystemDump: z.ZodObject<{
6280
6280
  lastImportSummary?: {
6281
6281
  isFailed: boolean;
6282
6282
  error?: any;
6283
+ components?: number | null | undefined;
6283
6284
  sourceId?: string | null | undefined;
6284
6285
  brandId?: string | null | undefined;
6285
6286
  frames?: number | null | undefined;
6286
- components?: number | null | undefined;
6287
6287
  componentSets?: number | null | undefined;
6288
6288
  tokensCreated?: number | null | undefined;
6289
6289
  tokensUpdated?: number | null | undefined;
@@ -11625,8 +11625,8 @@ declare const UserDump: z.ZodObject<{
11625
11625
  referenceId?: string | undefined;
11626
11626
  }[] | null | undefined>;
11627
11627
  }, "strip", z.ZodTypeAny, {
11628
- frames: number;
11629
11628
  components: number;
11629
+ frames: number;
11630
11630
  componentSets: number;
11631
11631
  tokensCreated: number;
11632
11632
  tokensUpdated: number;
@@ -11657,10 +11657,10 @@ declare const UserDump: z.ZodObject<{
11657
11657
  }, {
11658
11658
  isFailed: boolean;
11659
11659
  error?: any;
11660
+ components?: number | null | undefined;
11660
11661
  sourceId?: string | null | undefined;
11661
11662
  brandId?: string | null | undefined;
11662
11663
  frames?: number | null | undefined;
11663
- components?: number | null | undefined;
11664
11664
  componentSets?: number | null | undefined;
11665
11665
  tokensCreated?: number | null | undefined;
11666
11666
  tokensUpdated?: number | null | undefined;
@@ -11695,13 +11695,13 @@ declare const UserDump: z.ZodObject<{
11695
11695
  frames: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
11696
11696
  }, "strip", z.ZodTypeAny, {
11697
11697
  assets: number;
11698
- frames: number;
11699
11698
  components: number;
11699
+ frames: number;
11700
11700
  tokens: number;
11701
11701
  }, {
11702
11702
  assets?: number | null | undefined;
11703
- frames?: number | null | undefined;
11704
11703
  components?: number | null | undefined;
11704
+ frames?: number | null | undefined;
11705
11705
  tokens?: number | null | undefined;
11706
11706
  }>;
11707
11707
  remote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -11797,6 +11797,8 @@ declare const UserDump: z.ZodObject<{
11797
11797
  ownerId: string;
11798
11798
  ownerName: string;
11799
11799
  requiresSync: boolean;
11800
+ downloadChunkSize?: number | undefined;
11801
+ maxFileDepth?: number | undefined;
11800
11802
  preferredCredentialId?: string | undefined;
11801
11803
  lastImportMetadata?: {
11802
11804
  fileData?: {
@@ -11809,9 +11811,7 @@ declare const UserDump: z.ZodObject<{
11809
11811
  label?: string | undefined;
11810
11812
  } | undefined;
11811
11813
  } | undefined;
11812
- downloadChunkSize?: number | undefined;
11813
11814
  figmaRenderChunkSize?: number | undefined;
11814
- maxFileDepth?: number | undefined;
11815
11815
  }, {
11816
11816
  type: "Figma";
11817
11817
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -11826,6 +11826,8 @@ declare const UserDump: z.ZodObject<{
11826
11826
  fileId: string;
11827
11827
  ownerId: string;
11828
11828
  ownerName: string;
11829
+ downloadChunkSize?: number | undefined;
11830
+ maxFileDepth?: number | undefined;
11829
11831
  preferredCredentialId?: string | undefined;
11830
11832
  requiresSync?: boolean | undefined;
11831
11833
  lastImportMetadata?: {
@@ -11839,9 +11841,7 @@ declare const UserDump: z.ZodObject<{
11839
11841
  label?: string | undefined;
11840
11842
  } | undefined;
11841
11843
  } | undefined;
11842
- downloadChunkSize?: number | undefined;
11843
11844
  figmaRenderChunkSize?: number | undefined;
11844
- maxFileDepth?: number | undefined;
11845
11845
  }>, z.ZodObject<{
11846
11846
  type: z.ZodLiteral<"FigmaVariablesPlugin">;
11847
11847
  remoteId: z.ZodString;
@@ -11922,8 +11922,8 @@ declare const UserDump: z.ZodObject<{
11922
11922
  designSystemId: string;
11923
11923
  stats: {
11924
11924
  assets: number;
11925
- frames: number;
11926
11925
  components: number;
11926
+ frames: number;
11927
11927
  tokens: number;
11928
11928
  };
11929
11929
  brandPersistentId: string;
@@ -11944,6 +11944,8 @@ declare const UserDump: z.ZodObject<{
11944
11944
  ownerId: string;
11945
11945
  ownerName: string;
11946
11946
  requiresSync: boolean;
11947
+ downloadChunkSize?: number | undefined;
11948
+ maxFileDepth?: number | undefined;
11947
11949
  preferredCredentialId?: string | undefined;
11948
11950
  lastImportMetadata?: {
11949
11951
  fileData?: {
@@ -11956,9 +11958,7 @@ declare const UserDump: z.ZodObject<{
11956
11958
  label?: string | undefined;
11957
11959
  } | undefined;
11958
11960
  } | undefined;
11959
- downloadChunkSize?: number | undefined;
11960
11961
  figmaRenderChunkSize?: number | undefined;
11961
- maxFileDepth?: number | undefined;
11962
11962
  } | {
11963
11963
  type: "TokenStudio";
11964
11964
  } | {
@@ -11980,8 +11980,8 @@ declare const UserDump: z.ZodObject<{
11980
11980
  thumbnailUrl?: string | undefined;
11981
11981
  lastImportedAt?: Date | undefined;
11982
11982
  lastImportSummary?: {
11983
- frames: number;
11984
11983
  components: number;
11984
+ frames: number;
11985
11985
  componentSets: number;
11986
11986
  tokensCreated: number;
11987
11987
  tokensUpdated: number;
@@ -12016,8 +12016,8 @@ declare const UserDump: z.ZodObject<{
12016
12016
  designSystemId: string;
12017
12017
  stats: {
12018
12018
  assets?: number | null | undefined;
12019
- frames?: number | null | undefined;
12020
12019
  components?: number | null | undefined;
12020
+ frames?: number | null | undefined;
12021
12021
  tokens?: number | null | undefined;
12022
12022
  };
12023
12023
  brandPersistentId: string;
@@ -12037,6 +12037,8 @@ declare const UserDump: z.ZodObject<{
12037
12037
  fileId: string;
12038
12038
  ownerId: string;
12039
12039
  ownerName: string;
12040
+ downloadChunkSize?: number | undefined;
12041
+ maxFileDepth?: number | undefined;
12040
12042
  preferredCredentialId?: string | undefined;
12041
12043
  requiresSync?: boolean | undefined;
12042
12044
  lastImportMetadata?: {
@@ -12050,9 +12052,7 @@ declare const UserDump: z.ZodObject<{
12050
12052
  label?: string | undefined;
12051
12053
  } | undefined;
12052
12054
  } | undefined;
12053
- downloadChunkSize?: number | undefined;
12054
12055
  figmaRenderChunkSize?: number | undefined;
12055
- maxFileDepth?: number | undefined;
12056
12056
  } | {
12057
12057
  type: "TokenStudio";
12058
12058
  } | {
@@ -12076,10 +12076,10 @@ declare const UserDump: z.ZodObject<{
12076
12076
  lastImportSummary?: {
12077
12077
  isFailed: boolean;
12078
12078
  error?: any;
12079
+ components?: number | null | undefined;
12079
12080
  sourceId?: string | null | undefined;
12080
12081
  brandId?: string | null | undefined;
12081
12082
  frames?: number | null | undefined;
12082
- components?: number | null | undefined;
12083
12083
  componentSets?: number | null | undefined;
12084
12084
  tokensCreated?: number | null | undefined;
12085
12085
  tokensUpdated?: number | null | undefined;
@@ -14624,8 +14624,8 @@ declare const UserDump: z.ZodObject<{
14624
14624
  designSystemId: string;
14625
14625
  stats: {
14626
14626
  assets: number;
14627
- frames: number;
14628
14627
  components: number;
14628
+ frames: number;
14629
14629
  tokens: number;
14630
14630
  };
14631
14631
  brandPersistentId: string;
@@ -14646,6 +14646,8 @@ declare const UserDump: z.ZodObject<{
14646
14646
  ownerId: string;
14647
14647
  ownerName: string;
14648
14648
  requiresSync: boolean;
14649
+ downloadChunkSize?: number | undefined;
14650
+ maxFileDepth?: number | undefined;
14649
14651
  preferredCredentialId?: string | undefined;
14650
14652
  lastImportMetadata?: {
14651
14653
  fileData?: {
@@ -14658,9 +14660,7 @@ declare const UserDump: z.ZodObject<{
14658
14660
  label?: string | undefined;
14659
14661
  } | undefined;
14660
14662
  } | undefined;
14661
- downloadChunkSize?: number | undefined;
14662
14663
  figmaRenderChunkSize?: number | undefined;
14663
- maxFileDepth?: number | undefined;
14664
14664
  } | {
14665
14665
  type: "TokenStudio";
14666
14666
  } | {
@@ -14682,8 +14682,8 @@ declare const UserDump: z.ZodObject<{
14682
14682
  thumbnailUrl?: string | undefined;
14683
14683
  lastImportedAt?: Date | undefined;
14684
14684
  lastImportSummary?: {
14685
- frames: number;
14686
14685
  components: number;
14686
+ frames: number;
14687
14687
  componentSets: number;
14688
14688
  tokensCreated: number;
14689
14689
  tokensUpdated: number;
@@ -15048,8 +15048,8 @@ declare const UserDump: z.ZodObject<{
15048
15048
  designSystemId: string;
15049
15049
  stats: {
15050
15050
  assets?: number | null | undefined;
15051
- frames?: number | null | undefined;
15052
15051
  components?: number | null | undefined;
15052
+ frames?: number | null | undefined;
15053
15053
  tokens?: number | null | undefined;
15054
15054
  };
15055
15055
  brandPersistentId: string;
@@ -15069,6 +15069,8 @@ declare const UserDump: z.ZodObject<{
15069
15069
  fileId: string;
15070
15070
  ownerId: string;
15071
15071
  ownerName: string;
15072
+ downloadChunkSize?: number | undefined;
15073
+ maxFileDepth?: number | undefined;
15072
15074
  preferredCredentialId?: string | undefined;
15073
15075
  requiresSync?: boolean | undefined;
15074
15076
  lastImportMetadata?: {
@@ -15082,9 +15084,7 @@ declare const UserDump: z.ZodObject<{
15082
15084
  label?: string | undefined;
15083
15085
  } | undefined;
15084
15086
  } | undefined;
15085
- downloadChunkSize?: number | undefined;
15086
15087
  figmaRenderChunkSize?: number | undefined;
15087
- maxFileDepth?: number | undefined;
15088
15088
  } | {
15089
15089
  type: "TokenStudio";
15090
15090
  } | {
@@ -15108,10 +15108,10 @@ declare const UserDump: z.ZodObject<{
15108
15108
  lastImportSummary?: {
15109
15109
  isFailed: boolean;
15110
15110
  error?: any;
15111
+ components?: number | null | undefined;
15111
15112
  sourceId?: string | null | undefined;
15112
15113
  brandId?: string | null | undefined;
15113
15114
  frames?: number | null | undefined;
15114
- components?: number | null | undefined;
15115
15115
  componentSets?: number | null | undefined;
15116
15116
  tokensCreated?: number | null | undefined;
15117
15117
  tokensUpdated?: number | null | undefined;
@@ -16562,8 +16562,8 @@ declare const UserDump: z.ZodObject<{
16562
16562
  designSystemId: string;
16563
16563
  stats: {
16564
16564
  assets: number;
16565
- frames: number;
16566
16565
  components: number;
16566
+ frames: number;
16567
16567
  tokens: number;
16568
16568
  };
16569
16569
  brandPersistentId: string;
@@ -16584,6 +16584,8 @@ declare const UserDump: z.ZodObject<{
16584
16584
  ownerId: string;
16585
16585
  ownerName: string;
16586
16586
  requiresSync: boolean;
16587
+ downloadChunkSize?: number | undefined;
16588
+ maxFileDepth?: number | undefined;
16587
16589
  preferredCredentialId?: string | undefined;
16588
16590
  lastImportMetadata?: {
16589
16591
  fileData?: {
@@ -16596,9 +16598,7 @@ declare const UserDump: z.ZodObject<{
16596
16598
  label?: string | undefined;
16597
16599
  } | undefined;
16598
16600
  } | undefined;
16599
- downloadChunkSize?: number | undefined;
16600
16601
  figmaRenderChunkSize?: number | undefined;
16601
- maxFileDepth?: number | undefined;
16602
16602
  } | {
16603
16603
  type: "TokenStudio";
16604
16604
  } | {
@@ -16620,8 +16620,8 @@ declare const UserDump: z.ZodObject<{
16620
16620
  thumbnailUrl?: string | undefined;
16621
16621
  lastImportedAt?: Date | undefined;
16622
16622
  lastImportSummary?: {
16623
- frames: number;
16624
16623
  components: number;
16624
+ frames: number;
16625
16625
  componentSets: number;
16626
16626
  tokensCreated: number;
16627
16627
  tokensUpdated: number;
@@ -17343,8 +17343,8 @@ declare const UserDump: z.ZodObject<{
17343
17343
  designSystemId: string;
17344
17344
  stats: {
17345
17345
  assets?: number | null | undefined;
17346
- frames?: number | null | undefined;
17347
17346
  components?: number | null | undefined;
17347
+ frames?: number | null | undefined;
17348
17348
  tokens?: number | null | undefined;
17349
17349
  };
17350
17350
  brandPersistentId: string;
@@ -17364,6 +17364,8 @@ declare const UserDump: z.ZodObject<{
17364
17364
  fileId: string;
17365
17365
  ownerId: string;
17366
17366
  ownerName: string;
17367
+ downloadChunkSize?: number | undefined;
17368
+ maxFileDepth?: number | undefined;
17367
17369
  preferredCredentialId?: string | undefined;
17368
17370
  requiresSync?: boolean | undefined;
17369
17371
  lastImportMetadata?: {
@@ -17377,9 +17379,7 @@ declare const UserDump: z.ZodObject<{
17377
17379
  label?: string | undefined;
17378
17380
  } | undefined;
17379
17381
  } | undefined;
17380
- downloadChunkSize?: number | undefined;
17381
17382
  figmaRenderChunkSize?: number | undefined;
17382
- maxFileDepth?: number | undefined;
17383
17383
  } | {
17384
17384
  type: "TokenStudio";
17385
17385
  } | {
@@ -17403,10 +17403,10 @@ declare const UserDump: z.ZodObject<{
17403
17403
  lastImportSummary?: {
17404
17404
  isFailed: boolean;
17405
17405
  error?: any;
17406
+ components?: number | null | undefined;
17406
17407
  sourceId?: string | null | undefined;
17407
17408
  brandId?: string | null | undefined;
17408
17409
  frames?: number | null | undefined;
17409
- components?: number | null | undefined;
17410
17410
  componentSets?: number | null | undefined;
17411
17411
  tokensCreated?: number | null | undefined;
17412
17412
  tokensUpdated?: number | null | undefined;
@@ -18126,8 +18126,8 @@ declare const UserDump: z.ZodObject<{
18126
18126
  designSystemId: string;
18127
18127
  stats: {
18128
18128
  assets: number;
18129
- frames: number;
18130
18129
  components: number;
18130
+ frames: number;
18131
18131
  tokens: number;
18132
18132
  };
18133
18133
  brandPersistentId: string;
@@ -18148,6 +18148,8 @@ declare const UserDump: z.ZodObject<{
18148
18148
  ownerId: string;
18149
18149
  ownerName: string;
18150
18150
  requiresSync: boolean;
18151
+ downloadChunkSize?: number | undefined;
18152
+ maxFileDepth?: number | undefined;
18151
18153
  preferredCredentialId?: string | undefined;
18152
18154
  lastImportMetadata?: {
18153
18155
  fileData?: {
@@ -18160,9 +18162,7 @@ declare const UserDump: z.ZodObject<{
18160
18162
  label?: string | undefined;
18161
18163
  } | undefined;
18162
18164
  } | undefined;
18163
- downloadChunkSize?: number | undefined;
18164
18165
  figmaRenderChunkSize?: number | undefined;
18165
- maxFileDepth?: number | undefined;
18166
18166
  } | {
18167
18167
  type: "TokenStudio";
18168
18168
  } | {
@@ -18184,8 +18184,8 @@ declare const UserDump: z.ZodObject<{
18184
18184
  thumbnailUrl?: string | undefined;
18185
18185
  lastImportedAt?: Date | undefined;
18186
18186
  lastImportSummary?: {
18187
- frames: number;
18188
18187
  components: number;
18188
+ frames: number;
18189
18189
  componentSets: number;
18190
18190
  tokensCreated: number;
18191
18191
  tokensUpdated: number;
@@ -18977,8 +18977,8 @@ declare const UserDump: z.ZodObject<{
18977
18977
  designSystemId: string;
18978
18978
  stats: {
18979
18979
  assets?: number | null | undefined;
18980
- frames?: number | null | undefined;
18981
18980
  components?: number | null | undefined;
18981
+ frames?: number | null | undefined;
18982
18982
  tokens?: number | null | undefined;
18983
18983
  };
18984
18984
  brandPersistentId: string;
@@ -18998,6 +18998,8 @@ declare const UserDump: z.ZodObject<{
18998
18998
  fileId: string;
18999
18999
  ownerId: string;
19000
19000
  ownerName: string;
19001
+ downloadChunkSize?: number | undefined;
19002
+ maxFileDepth?: number | undefined;
19001
19003
  preferredCredentialId?: string | undefined;
19002
19004
  requiresSync?: boolean | undefined;
19003
19005
  lastImportMetadata?: {
@@ -19011,9 +19013,7 @@ declare const UserDump: z.ZodObject<{
19011
19013
  label?: string | undefined;
19012
19014
  } | undefined;
19013
19015
  } | undefined;
19014
- downloadChunkSize?: number | undefined;
19015
19016
  figmaRenderChunkSize?: number | undefined;
19016
- maxFileDepth?: number | undefined;
19017
19017
  } | {
19018
19018
  type: "TokenStudio";
19019
19019
  } | {
@@ -19037,10 +19037,10 @@ declare const UserDump: z.ZodObject<{
19037
19037
  lastImportSummary?: {
19038
19038
  isFailed: boolean;
19039
19039
  error?: any;
19040
+ components?: number | null | undefined;
19040
19041
  sourceId?: string | null | undefined;
19041
19042
  brandId?: string | null | undefined;
19042
19043
  frames?: number | null | undefined;
19043
- components?: number | null | undefined;
19044
19044
  componentSets?: number | null | undefined;
19045
19045
  tokensCreated?: number | null | undefined;
19046
19046
  tokensUpdated?: number | null | undefined;
@@ -21296,8 +21296,8 @@ declare const WorkspaceDump: z.ZodObject<{
21296
21296
  referenceId?: string | undefined;
21297
21297
  }[] | null | undefined>;
21298
21298
  }, "strip", z.ZodTypeAny, {
21299
- frames: number;
21300
21299
  components: number;
21300
+ frames: number;
21301
21301
  componentSets: number;
21302
21302
  tokensCreated: number;
21303
21303
  tokensUpdated: number;
@@ -21328,10 +21328,10 @@ declare const WorkspaceDump: z.ZodObject<{
21328
21328
  }, {
21329
21329
  isFailed: boolean;
21330
21330
  error?: any;
21331
+ components?: number | null | undefined;
21331
21332
  sourceId?: string | null | undefined;
21332
21333
  brandId?: string | null | undefined;
21333
21334
  frames?: number | null | undefined;
21334
- components?: number | null | undefined;
21335
21335
  componentSets?: number | null | undefined;
21336
21336
  tokensCreated?: number | null | undefined;
21337
21337
  tokensUpdated?: number | null | undefined;
@@ -21366,13 +21366,13 @@ declare const WorkspaceDump: z.ZodObject<{
21366
21366
  frames: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
21367
21367
  }, "strip", z.ZodTypeAny, {
21368
21368
  assets: number;
21369
- frames: number;
21370
21369
  components: number;
21370
+ frames: number;
21371
21371
  tokens: number;
21372
21372
  }, {
21373
21373
  assets?: number | null | undefined;
21374
- frames?: number | null | undefined;
21375
21374
  components?: number | null | undefined;
21375
+ frames?: number | null | undefined;
21376
21376
  tokens?: number | null | undefined;
21377
21377
  }>;
21378
21378
  remote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -21468,6 +21468,8 @@ declare const WorkspaceDump: z.ZodObject<{
21468
21468
  ownerId: string;
21469
21469
  ownerName: string;
21470
21470
  requiresSync: boolean;
21471
+ downloadChunkSize?: number | undefined;
21472
+ maxFileDepth?: number | undefined;
21471
21473
  preferredCredentialId?: string | undefined;
21472
21474
  lastImportMetadata?: {
21473
21475
  fileData?: {
@@ -21480,9 +21482,7 @@ declare const WorkspaceDump: z.ZodObject<{
21480
21482
  label?: string | undefined;
21481
21483
  } | undefined;
21482
21484
  } | undefined;
21483
- downloadChunkSize?: number | undefined;
21484
21485
  figmaRenderChunkSize?: number | undefined;
21485
- maxFileDepth?: number | undefined;
21486
21486
  }, {
21487
21487
  type: "Figma";
21488
21488
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -21497,6 +21497,8 @@ declare const WorkspaceDump: z.ZodObject<{
21497
21497
  fileId: string;
21498
21498
  ownerId: string;
21499
21499
  ownerName: string;
21500
+ downloadChunkSize?: number | undefined;
21501
+ maxFileDepth?: number | undefined;
21500
21502
  preferredCredentialId?: string | undefined;
21501
21503
  requiresSync?: boolean | undefined;
21502
21504
  lastImportMetadata?: {
@@ -21510,9 +21512,7 @@ declare const WorkspaceDump: z.ZodObject<{
21510
21512
  label?: string | undefined;
21511
21513
  } | undefined;
21512
21514
  } | undefined;
21513
- downloadChunkSize?: number | undefined;
21514
21515
  figmaRenderChunkSize?: number | undefined;
21515
- maxFileDepth?: number | undefined;
21516
21516
  }>, z.ZodObject<{
21517
21517
  type: z.ZodLiteral<"FigmaVariablesPlugin">;
21518
21518
  remoteId: z.ZodString;
@@ -21593,8 +21593,8 @@ declare const WorkspaceDump: z.ZodObject<{
21593
21593
  designSystemId: string;
21594
21594
  stats: {
21595
21595
  assets: number;
21596
- frames: number;
21597
21596
  components: number;
21597
+ frames: number;
21598
21598
  tokens: number;
21599
21599
  };
21600
21600
  brandPersistentId: string;
@@ -21615,6 +21615,8 @@ declare const WorkspaceDump: z.ZodObject<{
21615
21615
  ownerId: string;
21616
21616
  ownerName: string;
21617
21617
  requiresSync: boolean;
21618
+ downloadChunkSize?: number | undefined;
21619
+ maxFileDepth?: number | undefined;
21618
21620
  preferredCredentialId?: string | undefined;
21619
21621
  lastImportMetadata?: {
21620
21622
  fileData?: {
@@ -21627,9 +21629,7 @@ declare const WorkspaceDump: z.ZodObject<{
21627
21629
  label?: string | undefined;
21628
21630
  } | undefined;
21629
21631
  } | undefined;
21630
- downloadChunkSize?: number | undefined;
21631
21632
  figmaRenderChunkSize?: number | undefined;
21632
- maxFileDepth?: number | undefined;
21633
21633
  } | {
21634
21634
  type: "TokenStudio";
21635
21635
  } | {
@@ -21651,8 +21651,8 @@ declare const WorkspaceDump: z.ZodObject<{
21651
21651
  thumbnailUrl?: string | undefined;
21652
21652
  lastImportedAt?: Date | undefined;
21653
21653
  lastImportSummary?: {
21654
- frames: number;
21655
21654
  components: number;
21655
+ frames: number;
21656
21656
  componentSets: number;
21657
21657
  tokensCreated: number;
21658
21658
  tokensUpdated: number;
@@ -21687,8 +21687,8 @@ declare const WorkspaceDump: z.ZodObject<{
21687
21687
  designSystemId: string;
21688
21688
  stats: {
21689
21689
  assets?: number | null | undefined;
21690
- frames?: number | null | undefined;
21691
21690
  components?: number | null | undefined;
21691
+ frames?: number | null | undefined;
21692
21692
  tokens?: number | null | undefined;
21693
21693
  };
21694
21694
  brandPersistentId: string;
@@ -21708,6 +21708,8 @@ declare const WorkspaceDump: z.ZodObject<{
21708
21708
  fileId: string;
21709
21709
  ownerId: string;
21710
21710
  ownerName: string;
21711
+ downloadChunkSize?: number | undefined;
21712
+ maxFileDepth?: number | undefined;
21711
21713
  preferredCredentialId?: string | undefined;
21712
21714
  requiresSync?: boolean | undefined;
21713
21715
  lastImportMetadata?: {
@@ -21721,9 +21723,7 @@ declare const WorkspaceDump: z.ZodObject<{
21721
21723
  label?: string | undefined;
21722
21724
  } | undefined;
21723
21725
  } | undefined;
21724
- downloadChunkSize?: number | undefined;
21725
21726
  figmaRenderChunkSize?: number | undefined;
21726
- maxFileDepth?: number | undefined;
21727
21727
  } | {
21728
21728
  type: "TokenStudio";
21729
21729
  } | {
@@ -21747,10 +21747,10 @@ declare const WorkspaceDump: z.ZodObject<{
21747
21747
  lastImportSummary?: {
21748
21748
  isFailed: boolean;
21749
21749
  error?: any;
21750
+ components?: number | null | undefined;
21750
21751
  sourceId?: string | null | undefined;
21751
21752
  brandId?: string | null | undefined;
21752
21753
  frames?: number | null | undefined;
21753
- components?: number | null | undefined;
21754
21754
  componentSets?: number | null | undefined;
21755
21755
  tokensCreated?: number | null | undefined;
21756
21756
  tokensUpdated?: number | null | undefined;
@@ -24295,8 +24295,8 @@ declare const WorkspaceDump: z.ZodObject<{
24295
24295
  designSystemId: string;
24296
24296
  stats: {
24297
24297
  assets: number;
24298
- frames: number;
24299
24298
  components: number;
24299
+ frames: number;
24300
24300
  tokens: number;
24301
24301
  };
24302
24302
  brandPersistentId: string;
@@ -24317,6 +24317,8 @@ declare const WorkspaceDump: z.ZodObject<{
24317
24317
  ownerId: string;
24318
24318
  ownerName: string;
24319
24319
  requiresSync: boolean;
24320
+ downloadChunkSize?: number | undefined;
24321
+ maxFileDepth?: number | undefined;
24320
24322
  preferredCredentialId?: string | undefined;
24321
24323
  lastImportMetadata?: {
24322
24324
  fileData?: {
@@ -24329,9 +24331,7 @@ declare const WorkspaceDump: z.ZodObject<{
24329
24331
  label?: string | undefined;
24330
24332
  } | undefined;
24331
24333
  } | undefined;
24332
- downloadChunkSize?: number | undefined;
24333
24334
  figmaRenderChunkSize?: number | undefined;
24334
- maxFileDepth?: number | undefined;
24335
24335
  } | {
24336
24336
  type: "TokenStudio";
24337
24337
  } | {
@@ -24353,8 +24353,8 @@ declare const WorkspaceDump: z.ZodObject<{
24353
24353
  thumbnailUrl?: string | undefined;
24354
24354
  lastImportedAt?: Date | undefined;
24355
24355
  lastImportSummary?: {
24356
- frames: number;
24357
24356
  components: number;
24357
+ frames: number;
24358
24358
  componentSets: number;
24359
24359
  tokensCreated: number;
24360
24360
  tokensUpdated: number;
@@ -24719,8 +24719,8 @@ declare const WorkspaceDump: z.ZodObject<{
24719
24719
  designSystemId: string;
24720
24720
  stats: {
24721
24721
  assets?: number | null | undefined;
24722
- frames?: number | null | undefined;
24723
24722
  components?: number | null | undefined;
24723
+ frames?: number | null | undefined;
24724
24724
  tokens?: number | null | undefined;
24725
24725
  };
24726
24726
  brandPersistentId: string;
@@ -24740,6 +24740,8 @@ declare const WorkspaceDump: z.ZodObject<{
24740
24740
  fileId: string;
24741
24741
  ownerId: string;
24742
24742
  ownerName: string;
24743
+ downloadChunkSize?: number | undefined;
24744
+ maxFileDepth?: number | undefined;
24743
24745
  preferredCredentialId?: string | undefined;
24744
24746
  requiresSync?: boolean | undefined;
24745
24747
  lastImportMetadata?: {
@@ -24753,9 +24755,7 @@ declare const WorkspaceDump: z.ZodObject<{
24753
24755
  label?: string | undefined;
24754
24756
  } | undefined;
24755
24757
  } | undefined;
24756
- downloadChunkSize?: number | undefined;
24757
24758
  figmaRenderChunkSize?: number | undefined;
24758
- maxFileDepth?: number | undefined;
24759
24759
  } | {
24760
24760
  type: "TokenStudio";
24761
24761
  } | {
@@ -24779,10 +24779,10 @@ declare const WorkspaceDump: z.ZodObject<{
24779
24779
  lastImportSummary?: {
24780
24780
  isFailed: boolean;
24781
24781
  error?: any;
24782
+ components?: number | null | undefined;
24782
24783
  sourceId?: string | null | undefined;
24783
24784
  brandId?: string | null | undefined;
24784
24785
  frames?: number | null | undefined;
24785
- components?: number | null | undefined;
24786
24786
  componentSets?: number | null | undefined;
24787
24787
  tokensCreated?: number | null | undefined;
24788
24788
  tokensUpdated?: number | null | undefined;
@@ -26233,8 +26233,8 @@ declare const WorkspaceDump: z.ZodObject<{
26233
26233
  designSystemId: string;
26234
26234
  stats: {
26235
26235
  assets: number;
26236
- frames: number;
26237
26236
  components: number;
26237
+ frames: number;
26238
26238
  tokens: number;
26239
26239
  };
26240
26240
  brandPersistentId: string;
@@ -26255,6 +26255,8 @@ declare const WorkspaceDump: z.ZodObject<{
26255
26255
  ownerId: string;
26256
26256
  ownerName: string;
26257
26257
  requiresSync: boolean;
26258
+ downloadChunkSize?: number | undefined;
26259
+ maxFileDepth?: number | undefined;
26258
26260
  preferredCredentialId?: string | undefined;
26259
26261
  lastImportMetadata?: {
26260
26262
  fileData?: {
@@ -26267,9 +26269,7 @@ declare const WorkspaceDump: z.ZodObject<{
26267
26269
  label?: string | undefined;
26268
26270
  } | undefined;
26269
26271
  } | undefined;
26270
- downloadChunkSize?: number | undefined;
26271
26272
  figmaRenderChunkSize?: number | undefined;
26272
- maxFileDepth?: number | undefined;
26273
26273
  } | {
26274
26274
  type: "TokenStudio";
26275
26275
  } | {
@@ -26291,8 +26291,8 @@ declare const WorkspaceDump: z.ZodObject<{
26291
26291
  thumbnailUrl?: string | undefined;
26292
26292
  lastImportedAt?: Date | undefined;
26293
26293
  lastImportSummary?: {
26294
- frames: number;
26295
26294
  components: number;
26295
+ frames: number;
26296
26296
  componentSets: number;
26297
26297
  tokensCreated: number;
26298
26298
  tokensUpdated: number;
@@ -27014,8 +27014,8 @@ declare const WorkspaceDump: z.ZodObject<{
27014
27014
  designSystemId: string;
27015
27015
  stats: {
27016
27016
  assets?: number | null | undefined;
27017
- frames?: number | null | undefined;
27018
27017
  components?: number | null | undefined;
27018
+ frames?: number | null | undefined;
27019
27019
  tokens?: number | null | undefined;
27020
27020
  };
27021
27021
  brandPersistentId: string;
@@ -27035,6 +27035,8 @@ declare const WorkspaceDump: z.ZodObject<{
27035
27035
  fileId: string;
27036
27036
  ownerId: string;
27037
27037
  ownerName: string;
27038
+ downloadChunkSize?: number | undefined;
27039
+ maxFileDepth?: number | undefined;
27038
27040
  preferredCredentialId?: string | undefined;
27039
27041
  requiresSync?: boolean | undefined;
27040
27042
  lastImportMetadata?: {
@@ -27048,9 +27050,7 @@ declare const WorkspaceDump: z.ZodObject<{
27048
27050
  label?: string | undefined;
27049
27051
  } | undefined;
27050
27052
  } | undefined;
27051
- downloadChunkSize?: number | undefined;
27052
27053
  figmaRenderChunkSize?: number | undefined;
27053
- maxFileDepth?: number | undefined;
27054
27054
  } | {
27055
27055
  type: "TokenStudio";
27056
27056
  } | {
@@ -27074,10 +27074,10 @@ declare const WorkspaceDump: z.ZodObject<{
27074
27074
  lastImportSummary?: {
27075
27075
  isFailed: boolean;
27076
27076
  error?: any;
27077
+ components?: number | null | undefined;
27077
27078
  sourceId?: string | null | undefined;
27078
27079
  brandId?: string | null | undefined;
27079
27080
  frames?: number | null | undefined;
27080
- components?: number | null | undefined;
27081
27081
  componentSets?: number | null | undefined;
27082
27082
  tokensCreated?: number | null | undefined;
27083
27083
  tokensUpdated?: number | null | undefined;
@@ -28944,6 +28944,69 @@ type ImportedAsset = OmitStrict<Asset, "originKey"> & {
28944
28944
  };
28945
28945
  declare function isImportedAsset(asset: Asset): asset is ImportedAsset;
28946
28946
 
28947
+ declare const AssetRenderConfiguration: z.ZodObject<{
28948
+ prefix: z.ZodOptional<z.ZodString>;
28949
+ suffix: z.ZodOptional<z.ZodString>;
28950
+ scale: z.ZodNumber;
28951
+ format: z.ZodEnum<["Svg", "Png", "Pdf"]>;
28952
+ }, "strip", z.ZodTypeAny, {
28953
+ format: "Svg" | "Png" | "Pdf";
28954
+ scale: number;
28955
+ prefix?: string | undefined;
28956
+ suffix?: string | undefined;
28957
+ }, {
28958
+ format: "Svg" | "Png" | "Pdf";
28959
+ scale: number;
28960
+ prefix?: string | undefined;
28961
+ suffix?: string | undefined;
28962
+ }>;
28963
+ type AssetRenderConfiguration = z.infer<typeof AssetRenderConfiguration>;
28964
+ declare const RenderedAssetFile: z.ZodObject<{
28965
+ assetPersistentId: z.ZodString;
28966
+ assetName: z.ZodString;
28967
+ renderedImageFileName: z.ZodString;
28968
+ renderedImageUrl: z.ZodString;
28969
+ settings: z.ZodObject<{
28970
+ prefix: z.ZodOptional<z.ZodString>;
28971
+ suffix: z.ZodOptional<z.ZodString>;
28972
+ scale: z.ZodNumber;
28973
+ format: z.ZodEnum<["Svg", "Png", "Pdf"]>;
28974
+ }, "strip", z.ZodTypeAny, {
28975
+ format: "Svg" | "Png" | "Pdf";
28976
+ scale: number;
28977
+ prefix?: string | undefined;
28978
+ suffix?: string | undefined;
28979
+ }, {
28980
+ format: "Svg" | "Png" | "Pdf";
28981
+ scale: number;
28982
+ prefix?: string | undefined;
28983
+ suffix?: string | undefined;
28984
+ }>;
28985
+ }, "strip", z.ZodTypeAny, {
28986
+ settings: {
28987
+ format: "Svg" | "Png" | "Pdf";
28988
+ scale: number;
28989
+ prefix?: string | undefined;
28990
+ suffix?: string | undefined;
28991
+ };
28992
+ assetPersistentId: string;
28993
+ assetName: string;
28994
+ renderedImageFileName: string;
28995
+ renderedImageUrl: string;
28996
+ }, {
28997
+ settings: {
28998
+ format: "Svg" | "Png" | "Pdf";
28999
+ scale: number;
29000
+ prefix?: string | undefined;
29001
+ suffix?: string | undefined;
29002
+ };
29003
+ assetPersistentId: string;
29004
+ assetName: string;
29005
+ renderedImageFileName: string;
29006
+ renderedImageUrl: string;
29007
+ }>;
29008
+ type RenderedAssetFile = z.infer<typeof RenderedAssetFile>;
29009
+
28947
29010
  declare const DataSourceRemoteType: z.ZodEnum<["Figma", "TokenStudio", "FigmaVariablesPlugin"]>;
28948
29011
  type DataSourceRemoteType = z.infer<typeof DataSourceRemoteType>;
28949
29012
  declare const DataSourceUploadRemoteSource: z.ZodEnum<["TokenStudio", "FigmaVariablesPlugin", "Custom"]>;
@@ -28959,13 +29022,13 @@ declare const DataSourceStats: z.ZodObject<{
28959
29022
  frames: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
28960
29023
  }, "strip", z.ZodTypeAny, {
28961
29024
  assets: number;
28962
- frames: number;
28963
29025
  components: number;
29026
+ frames: number;
28964
29027
  tokens: number;
28965
29028
  }, {
28966
29029
  assets?: number | null | undefined;
28967
- frames?: number | null | undefined;
28968
29030
  components?: number | null | undefined;
29031
+ frames?: number | null | undefined;
28969
29032
  tokens?: number | null | undefined;
28970
29033
  }>;
28971
29034
  type DataSourceStats = z.infer<typeof DataSourceStats>;
@@ -29156,6 +29219,8 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
29156
29219
  ownerId: string;
29157
29220
  ownerName: string;
29158
29221
  requiresSync: boolean;
29222
+ downloadChunkSize?: number | undefined;
29223
+ maxFileDepth?: number | undefined;
29159
29224
  preferredCredentialId?: string | undefined;
29160
29225
  lastImportMetadata?: {
29161
29226
  fileData?: {
@@ -29168,9 +29233,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
29168
29233
  label?: string | undefined;
29169
29234
  } | undefined;
29170
29235
  } | undefined;
29171
- downloadChunkSize?: number | undefined;
29172
29236
  figmaRenderChunkSize?: number | undefined;
29173
- maxFileDepth?: number | undefined;
29174
29237
  }, {
29175
29238
  type: "Figma";
29176
29239
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -29185,6 +29248,8 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
29185
29248
  fileId: string;
29186
29249
  ownerId: string;
29187
29250
  ownerName: string;
29251
+ downloadChunkSize?: number | undefined;
29252
+ maxFileDepth?: number | undefined;
29188
29253
  preferredCredentialId?: string | undefined;
29189
29254
  requiresSync?: boolean | undefined;
29190
29255
  lastImportMetadata?: {
@@ -29198,9 +29263,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
29198
29263
  label?: string | undefined;
29199
29264
  } | undefined;
29200
29265
  } | undefined;
29201
- downloadChunkSize?: number | undefined;
29202
29266
  figmaRenderChunkSize?: number | undefined;
29203
- maxFileDepth?: number | undefined;
29204
29267
  }>;
29205
29268
  type DataSourceFigmaRemote = z.infer<typeof DataSourceFigmaRemote>;
29206
29269
  declare const DataSourceTokenStudioRemote: z.ZodObject<{
@@ -29391,6 +29454,8 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
29391
29454
  ownerId: string;
29392
29455
  ownerName: string;
29393
29456
  requiresSync: boolean;
29457
+ downloadChunkSize?: number | undefined;
29458
+ maxFileDepth?: number | undefined;
29394
29459
  preferredCredentialId?: string | undefined;
29395
29460
  lastImportMetadata?: {
29396
29461
  fileData?: {
@@ -29403,9 +29468,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
29403
29468
  label?: string | undefined;
29404
29469
  } | undefined;
29405
29470
  } | undefined;
29406
- downloadChunkSize?: number | undefined;
29407
29471
  figmaRenderChunkSize?: number | undefined;
29408
- maxFileDepth?: number | undefined;
29409
29472
  }, {
29410
29473
  type: "Figma";
29411
29474
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -29420,6 +29483,8 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
29420
29483
  fileId: string;
29421
29484
  ownerId: string;
29422
29485
  ownerName: string;
29486
+ downloadChunkSize?: number | undefined;
29487
+ maxFileDepth?: number | undefined;
29423
29488
  preferredCredentialId?: string | undefined;
29424
29489
  requiresSync?: boolean | undefined;
29425
29490
  lastImportMetadata?: {
@@ -29433,9 +29498,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
29433
29498
  label?: string | undefined;
29434
29499
  } | undefined;
29435
29500
  } | undefined;
29436
- downloadChunkSize?: number | undefined;
29437
29501
  figmaRenderChunkSize?: number | undefined;
29438
- maxFileDepth?: number | undefined;
29439
29502
  }>, z.ZodObject<{
29440
29503
  type: z.ZodLiteral<"FigmaVariablesPlugin">;
29441
29504
  remoteId: z.ZodString;
@@ -29579,8 +29642,8 @@ declare const DataSource: z.ZodObject<{
29579
29642
  referenceId?: string | undefined;
29580
29643
  }[] | null | undefined>;
29581
29644
  }, "strip", z.ZodTypeAny, {
29582
- frames: number;
29583
29645
  components: number;
29646
+ frames: number;
29584
29647
  componentSets: number;
29585
29648
  tokensCreated: number;
29586
29649
  tokensUpdated: number;
@@ -29611,10 +29674,10 @@ declare const DataSource: z.ZodObject<{
29611
29674
  }, {
29612
29675
  isFailed: boolean;
29613
29676
  error?: any;
29677
+ components?: number | null | undefined;
29614
29678
  sourceId?: string | null | undefined;
29615
29679
  brandId?: string | null | undefined;
29616
29680
  frames?: number | null | undefined;
29617
- components?: number | null | undefined;
29618
29681
  componentSets?: number | null | undefined;
29619
29682
  tokensCreated?: number | null | undefined;
29620
29683
  tokensUpdated?: number | null | undefined;
@@ -29649,13 +29712,13 @@ declare const DataSource: z.ZodObject<{
29649
29712
  frames: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
29650
29713
  }, "strip", z.ZodTypeAny, {
29651
29714
  assets: number;
29652
- frames: number;
29653
29715
  components: number;
29716
+ frames: number;
29654
29717
  tokens: number;
29655
29718
  }, {
29656
29719
  assets?: number | null | undefined;
29657
- frames?: number | null | undefined;
29658
29720
  components?: number | null | undefined;
29721
+ frames?: number | null | undefined;
29659
29722
  tokens?: number | null | undefined;
29660
29723
  }>;
29661
29724
  remote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -29751,6 +29814,8 @@ declare const DataSource: z.ZodObject<{
29751
29814
  ownerId: string;
29752
29815
  ownerName: string;
29753
29816
  requiresSync: boolean;
29817
+ downloadChunkSize?: number | undefined;
29818
+ maxFileDepth?: number | undefined;
29754
29819
  preferredCredentialId?: string | undefined;
29755
29820
  lastImportMetadata?: {
29756
29821
  fileData?: {
@@ -29763,9 +29828,7 @@ declare const DataSource: z.ZodObject<{
29763
29828
  label?: string | undefined;
29764
29829
  } | undefined;
29765
29830
  } | undefined;
29766
- downloadChunkSize?: number | undefined;
29767
29831
  figmaRenderChunkSize?: number | undefined;
29768
- maxFileDepth?: number | undefined;
29769
29832
  }, {
29770
29833
  type: "Figma";
29771
29834
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -29780,6 +29843,8 @@ declare const DataSource: z.ZodObject<{
29780
29843
  fileId: string;
29781
29844
  ownerId: string;
29782
29845
  ownerName: string;
29846
+ downloadChunkSize?: number | undefined;
29847
+ maxFileDepth?: number | undefined;
29783
29848
  preferredCredentialId?: string | undefined;
29784
29849
  requiresSync?: boolean | undefined;
29785
29850
  lastImportMetadata?: {
@@ -29793,9 +29858,7 @@ declare const DataSource: z.ZodObject<{
29793
29858
  label?: string | undefined;
29794
29859
  } | undefined;
29795
29860
  } | undefined;
29796
- downloadChunkSize?: number | undefined;
29797
29861
  figmaRenderChunkSize?: number | undefined;
29798
- maxFileDepth?: number | undefined;
29799
29862
  }>, z.ZodObject<{
29800
29863
  type: z.ZodLiteral<"FigmaVariablesPlugin">;
29801
29864
  remoteId: z.ZodString;
@@ -29876,8 +29939,8 @@ declare const DataSource: z.ZodObject<{
29876
29939
  designSystemId: string;
29877
29940
  stats: {
29878
29941
  assets: number;
29879
- frames: number;
29880
29942
  components: number;
29943
+ frames: number;
29881
29944
  tokens: number;
29882
29945
  };
29883
29946
  brandPersistentId: string;
@@ -29898,6 +29961,8 @@ declare const DataSource: z.ZodObject<{
29898
29961
  ownerId: string;
29899
29962
  ownerName: string;
29900
29963
  requiresSync: boolean;
29964
+ downloadChunkSize?: number | undefined;
29965
+ maxFileDepth?: number | undefined;
29901
29966
  preferredCredentialId?: string | undefined;
29902
29967
  lastImportMetadata?: {
29903
29968
  fileData?: {
@@ -29910,9 +29975,7 @@ declare const DataSource: z.ZodObject<{
29910
29975
  label?: string | undefined;
29911
29976
  } | undefined;
29912
29977
  } | undefined;
29913
- downloadChunkSize?: number | undefined;
29914
29978
  figmaRenderChunkSize?: number | undefined;
29915
- maxFileDepth?: number | undefined;
29916
29979
  } | {
29917
29980
  type: "TokenStudio";
29918
29981
  } | {
@@ -29934,8 +29997,8 @@ declare const DataSource: z.ZodObject<{
29934
29997
  thumbnailUrl?: string | undefined;
29935
29998
  lastImportedAt?: Date | undefined;
29936
29999
  lastImportSummary?: {
29937
- frames: number;
29938
30000
  components: number;
30001
+ frames: number;
29939
30002
  componentSets: number;
29940
30003
  tokensCreated: number;
29941
30004
  tokensUpdated: number;
@@ -29970,8 +30033,8 @@ declare const DataSource: z.ZodObject<{
29970
30033
  designSystemId: string;
29971
30034
  stats: {
29972
30035
  assets?: number | null | undefined;
29973
- frames?: number | null | undefined;
29974
30036
  components?: number | null | undefined;
30037
+ frames?: number | null | undefined;
29975
30038
  tokens?: number | null | undefined;
29976
30039
  };
29977
30040
  brandPersistentId: string;
@@ -29991,6 +30054,8 @@ declare const DataSource: z.ZodObject<{
29991
30054
  fileId: string;
29992
30055
  ownerId: string;
29993
30056
  ownerName: string;
30057
+ downloadChunkSize?: number | undefined;
30058
+ maxFileDepth?: number | undefined;
29994
30059
  preferredCredentialId?: string | undefined;
29995
30060
  requiresSync?: boolean | undefined;
29996
30061
  lastImportMetadata?: {
@@ -30004,9 +30069,7 @@ declare const DataSource: z.ZodObject<{
30004
30069
  label?: string | undefined;
30005
30070
  } | undefined;
30006
30071
  } | undefined;
30007
- downloadChunkSize?: number | undefined;
30008
30072
  figmaRenderChunkSize?: number | undefined;
30009
- maxFileDepth?: number | undefined;
30010
30073
  } | {
30011
30074
  type: "TokenStudio";
30012
30075
  } | {
@@ -30030,10 +30093,10 @@ declare const DataSource: z.ZodObject<{
30030
30093
  lastImportSummary?: {
30031
30094
  isFailed: boolean;
30032
30095
  error?: any;
30096
+ components?: number | null | undefined;
30033
30097
  sourceId?: string | null | undefined;
30034
30098
  brandId?: string | null | undefined;
30035
30099
  frames?: number | null | undefined;
30036
- components?: number | null | undefined;
30037
30100
  componentSets?: number | null | undefined;
30038
30101
  tokensCreated?: number | null | undefined;
30039
30102
  tokensUpdated?: number | null | undefined;
@@ -30117,12 +30180,12 @@ declare const FileStructureStats: z.ZodObject<{
30117
30180
  components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
30118
30181
  componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
30119
30182
  }, "strip", z.ZodTypeAny, {
30120
- frames: number;
30121
30183
  components: number;
30184
+ frames: number;
30122
30185
  componentSets: number;
30123
30186
  }, {
30124
- frames?: number | null | undefined;
30125
30187
  components?: number | null | undefined;
30188
+ frames?: number | null | undefined;
30126
30189
  componentSets?: number | null | undefined;
30127
30190
  }>;
30128
30191
  type FileStructureStats = z.infer<typeof FileStructureStats>;
@@ -30176,34 +30239,34 @@ declare const SourceImportComponentSummary: z.ZodObject<{
30176
30239
  type SourceImportComponentSummary = z.infer<typeof SourceImportComponentSummary>;
30177
30240
  declare const SourceImportFrameSummary: z.ZodObject<{
30178
30241
  assetsInFile: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
30179
- frames: number;
30180
30242
  components: number;
30243
+ frames: number;
30181
30244
  componentSets: number;
30182
30245
  } | undefined, z.ZodTypeDef, {
30183
- frames?: number | null | undefined;
30184
30246
  components?: number | null | undefined;
30247
+ frames?: number | null | undefined;
30185
30248
  componentSets?: number | null | undefined;
30186
30249
  } | undefined>>>, {
30187
- frames: number;
30188
30250
  components: number;
30251
+ frames: number;
30189
30252
  componentSets: number;
30190
30253
  } | undefined, {
30191
- frames?: number | null | undefined;
30192
30254
  components?: number | null | undefined;
30255
+ frames?: number | null | undefined;
30193
30256
  componentSets?: number | null | undefined;
30194
30257
  } | null | undefined>;
30195
30258
  invalidReferencesCount: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number | undefined, z.ZodTypeDef, number | undefined>>>, number | undefined, number | null | undefined>;
30196
30259
  }, "strip", z.ZodTypeAny, {
30197
30260
  assetsInFile?: {
30198
- frames: number;
30199
30261
  components: number;
30262
+ frames: number;
30200
30263
  componentSets: number;
30201
30264
  } | undefined;
30202
30265
  invalidReferencesCount?: number | undefined;
30203
30266
  }, {
30204
30267
  assetsInFile?: {
30205
- frames?: number | null | undefined;
30206
30268
  components?: number | null | undefined;
30269
+ frames?: number | null | undefined;
30207
30270
  componentSets?: number | null | undefined;
30208
30271
  } | null | undefined;
30209
30272
  invalidReferencesCount?: number | null | undefined;
@@ -30272,8 +30335,8 @@ declare const SourceImportSummary: z.ZodObject<{
30272
30335
  referenceId?: string | undefined;
30273
30336
  }[] | null | undefined>;
30274
30337
  }, "strip", z.ZodTypeAny, {
30275
- frames: number;
30276
30338
  components: number;
30339
+ frames: number;
30277
30340
  componentSets: number;
30278
30341
  tokensCreated: number;
30279
30342
  tokensUpdated: number;
@@ -30304,10 +30367,10 @@ declare const SourceImportSummary: z.ZodObject<{
30304
30367
  }, {
30305
30368
  isFailed: boolean;
30306
30369
  error?: any;
30370
+ components?: number | null | undefined;
30307
30371
  sourceId?: string | null | undefined;
30308
30372
  brandId?: string | null | undefined;
30309
30373
  frames?: number | null | undefined;
30310
- components?: number | null | undefined;
30311
30374
  componentSets?: number | null | undefined;
30312
30375
  tokensCreated?: number | null | undefined;
30313
30376
  tokensUpdated?: number | null | undefined;
@@ -43460,12 +43523,12 @@ declare const FigmaFileStructureStatistics: z.ZodObject<{
43460
43523
  components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
43461
43524
  componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
43462
43525
  }, "strip", z.ZodTypeAny, {
43463
- frames: number;
43464
43526
  components: number;
43527
+ frames: number;
43465
43528
  componentSets: number;
43466
43529
  }, {
43467
- frames?: number | null | undefined;
43468
43530
  components?: number | null | undefined;
43531
+ frames?: number | null | undefined;
43469
43532
  componentSets?: number | null | undefined;
43470
43533
  }>;
43471
43534
  type FigmaFileStructureStatistics = z.infer<typeof FigmaFileStructureStatistics>;
@@ -43477,12 +43540,12 @@ declare const FigmaFileStructureElementData: z.ZodObject<{
43477
43540
  components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
43478
43541
  componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
43479
43542
  }, "strip", z.ZodTypeAny, {
43480
- frames: number;
43481
43543
  components: number;
43544
+ frames: number;
43482
43545
  componentSets: number;
43483
43546
  }, {
43484
- frames?: number | null | undefined;
43485
43547
  components?: number | null | undefined;
43548
+ frames?: number | null | undefined;
43486
43549
  componentSets?: number | null | undefined;
43487
43550
  }>;
43488
43551
  }, "strip", z.ZodTypeAny, {
@@ -43499,8 +43562,8 @@ declare const FigmaFileStructureElementData: z.ZodObject<{
43499
43562
  children: FigmaFileStructureNode[];
43500
43563
  };
43501
43564
  assetsInFile: {
43502
- frames: number;
43503
43565
  components: number;
43566
+ frames: number;
43504
43567
  componentSets: number;
43505
43568
  };
43506
43569
  }, {
@@ -43517,8 +43580,8 @@ declare const FigmaFileStructureElementData: z.ZodObject<{
43517
43580
  children: FigmaFileStructureNodeBaseInput[];
43518
43581
  };
43519
43582
  assetsInFile: {
43520
- frames?: number | null | undefined;
43521
43583
  components?: number | null | undefined;
43584
+ frames?: number | null | undefined;
43522
43585
  componentSets?: number | null | undefined;
43523
43586
  };
43524
43587
  }>;
@@ -43537,8 +43600,8 @@ declare const FigmaFileStructureElementData: z.ZodObject<{
43537
43600
  children: FigmaFileStructureNode[];
43538
43601
  };
43539
43602
  assetsInFile: {
43540
- frames: number;
43541
43603
  components: number;
43604
+ frames: number;
43542
43605
  componentSets: number;
43543
43606
  };
43544
43607
  };
@@ -43557,8 +43620,8 @@ declare const FigmaFileStructureElementData: z.ZodObject<{
43557
43620
  children: FigmaFileStructureNodeBaseInput[];
43558
43621
  };
43559
43622
  assetsInFile: {
43560
- frames?: number | null | undefined;
43561
43623
  components?: number | null | undefined;
43624
+ frames?: number | null | undefined;
43562
43625
  componentSets?: number | null | undefined;
43563
43626
  };
43564
43627
  };
@@ -51673,18 +51736,18 @@ declare const FigmaFileStructureData: z.ZodObject<{
51673
51736
  components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
51674
51737
  componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
51675
51738
  }, "strip", z.ZodTypeAny, {
51676
- frames: number;
51677
51739
  components: number;
51740
+ frames: number;
51678
51741
  componentSets: number;
51679
51742
  }, {
51680
- frames?: number | null | undefined;
51681
51743
  components?: number | null | undefined;
51744
+ frames?: number | null | undefined;
51682
51745
  componentSets?: number | null | undefined;
51683
51746
  }>;
51684
51747
  }, "strip", z.ZodTypeAny, {
51685
51748
  assetsInFile: {
51686
- frames: number;
51687
51749
  components: number;
51750
+ frames: number;
51688
51751
  componentSets: number;
51689
51752
  };
51690
51753
  rootNode: {
@@ -51701,8 +51764,8 @@ declare const FigmaFileStructureData: z.ZodObject<{
51701
51764
  };
51702
51765
  }, {
51703
51766
  assetsInFile: {
51704
- frames?: number | null | undefined;
51705
51767
  components?: number | null | undefined;
51768
+ frames?: number | null | undefined;
51706
51769
  componentSets?: number | null | undefined;
51707
51770
  };
51708
51771
  rootNode: {
@@ -51782,18 +51845,18 @@ declare const FigmaFileStructure: z.ZodObject<z.objectUtil.extendShape<{
51782
51845
  components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
51783
51846
  componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
51784
51847
  }, "strip", z.ZodTypeAny, {
51785
- frames: number;
51786
51848
  components: number;
51849
+ frames: number;
51787
51850
  componentSets: number;
51788
51851
  }, {
51789
- frames?: number | null | undefined;
51790
51852
  components?: number | null | undefined;
51853
+ frames?: number | null | undefined;
51791
51854
  componentSets?: number | null | undefined;
51792
51855
  }>;
51793
51856
  }, "strip", z.ZodTypeAny, {
51794
51857
  assetsInFile: {
51795
- frames: number;
51796
51858
  components: number;
51859
+ frames: number;
51797
51860
  componentSets: number;
51798
51861
  };
51799
51862
  rootNode: {
@@ -51810,8 +51873,8 @@ declare const FigmaFileStructure: z.ZodObject<z.objectUtil.extendShape<{
51810
51873
  };
51811
51874
  }, {
51812
51875
  assetsInFile: {
51813
- frames?: number | null | undefined;
51814
51876
  components?: number | null | undefined;
51877
+ frames?: number | null | undefined;
51815
51878
  componentSets?: number | null | undefined;
51816
51879
  };
51817
51880
  rootNode: {
@@ -51844,8 +51907,8 @@ declare const FigmaFileStructure: z.ZodObject<z.objectUtil.extendShape<{
51844
51907
  designSystemVersionId: string;
51845
51908
  data: {
51846
51909
  assetsInFile: {
51847
- frames: number;
51848
51910
  components: number;
51911
+ frames: number;
51849
51912
  componentSets: number;
51850
51913
  };
51851
51914
  rootNode: {
@@ -51877,8 +51940,8 @@ declare const FigmaFileStructure: z.ZodObject<z.objectUtil.extendShape<{
51877
51940
  designSystemVersionId: string;
51878
51941
  data: {
51879
51942
  assetsInFile: {
51880
- frames?: number | null | undefined;
51881
51943
  components?: number | null | undefined;
51944
+ frames?: number | null | undefined;
51882
51945
  componentSets?: number | null | undefined;
51883
51946
  };
51884
51947
  rootNode: {
@@ -71887,15 +71950,15 @@ declare const FigmaFileDownloadScope: z.ZodObject<{
71887
71950
  downloadChunkSize: z.ZodOptional<z.ZodNumber>;
71888
71951
  maxFileDepth: z.ZodOptional<z.ZodNumber>;
71889
71952
  }, "strip", z.ZodTypeAny, {
71890
- components: boolean;
71891
71953
  styles: boolean;
71954
+ components: boolean;
71892
71955
  currentVersion: "__latest__" | null;
71893
71956
  publishedVersion: string | null;
71894
71957
  downloadChunkSize?: number | undefined;
71895
71958
  maxFileDepth?: number | undefined;
71896
71959
  }, {
71897
- components: boolean;
71898
71960
  styles: boolean;
71961
+ components: boolean;
71899
71962
  currentVersion: "__latest__" | null;
71900
71963
  publishedVersion: string | null;
71901
71964
  downloadChunkSize?: number | undefined;
@@ -72020,6 +72083,8 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
72020
72083
  ownerId: string;
72021
72084
  ownerName: string;
72022
72085
  requiresSync: boolean;
72086
+ downloadChunkSize?: number | undefined;
72087
+ maxFileDepth?: number | undefined;
72023
72088
  preferredCredentialId?: string | undefined;
72024
72089
  lastImportMetadata?: {
72025
72090
  fileData?: {
@@ -72032,9 +72097,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
72032
72097
  label?: string | undefined;
72033
72098
  } | undefined;
72034
72099
  } | undefined;
72035
- downloadChunkSize?: number | undefined;
72036
72100
  figmaRenderChunkSize?: number | undefined;
72037
- maxFileDepth?: number | undefined;
72038
72101
  }, {
72039
72102
  type: "Figma";
72040
72103
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -72049,6 +72112,8 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
72049
72112
  fileId: string;
72050
72113
  ownerId: string;
72051
72114
  ownerName: string;
72115
+ downloadChunkSize?: number | undefined;
72116
+ maxFileDepth?: number | undefined;
72052
72117
  preferredCredentialId?: string | undefined;
72053
72118
  requiresSync?: boolean | undefined;
72054
72119
  lastImportMetadata?: {
@@ -72062,9 +72127,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
72062
72127
  label?: string | undefined;
72063
72128
  } | undefined;
72064
72129
  } | undefined;
72065
- downloadChunkSize?: number | undefined;
72066
72130
  figmaRenderChunkSize?: number | undefined;
72067
- maxFileDepth?: number | undefined;
72068
72131
  }>;
72069
72132
  }, "strip", z.ZodTypeAny, {
72070
72133
  sourceId: string;
@@ -72083,6 +72146,8 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
72083
72146
  ownerId: string;
72084
72147
  ownerName: string;
72085
72148
  requiresSync: boolean;
72149
+ downloadChunkSize?: number | undefined;
72150
+ maxFileDepth?: number | undefined;
72086
72151
  preferredCredentialId?: string | undefined;
72087
72152
  lastImportMetadata?: {
72088
72153
  fileData?: {
@@ -72095,9 +72160,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
72095
72160
  label?: string | undefined;
72096
72161
  } | undefined;
72097
72162
  } | undefined;
72098
- downloadChunkSize?: number | undefined;
72099
72163
  figmaRenderChunkSize?: number | undefined;
72100
- maxFileDepth?: number | undefined;
72101
72164
  };
72102
72165
  }, {
72103
72166
  sourceId: string;
@@ -72115,6 +72178,8 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
72115
72178
  fileId: string;
72116
72179
  ownerId: string;
72117
72180
  ownerName: string;
72181
+ downloadChunkSize?: number | undefined;
72182
+ maxFileDepth?: number | undefined;
72118
72183
  preferredCredentialId?: string | undefined;
72119
72184
  requiresSync?: boolean | undefined;
72120
72185
  lastImportMetadata?: {
@@ -72128,9 +72193,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
72128
72193
  label?: string | undefined;
72129
72194
  } | undefined;
72130
72195
  } | undefined;
72131
- downloadChunkSize?: number | undefined;
72132
72196
  figmaRenderChunkSize?: number | undefined;
72133
- maxFileDepth?: number | undefined;
72134
72197
  };
72135
72198
  }>;
72136
72199
  type ImportedFigmaSourceData = z.infer<typeof ImportedFigmaSourceData>;
@@ -72249,6 +72312,8 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72249
72312
  ownerId: string;
72250
72313
  ownerName: string;
72251
72314
  requiresSync: boolean;
72315
+ downloadChunkSize?: number | undefined;
72316
+ maxFileDepth?: number | undefined;
72252
72317
  preferredCredentialId?: string | undefined;
72253
72318
  lastImportMetadata?: {
72254
72319
  fileData?: {
@@ -72261,9 +72326,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72261
72326
  label?: string | undefined;
72262
72327
  } | undefined;
72263
72328
  } | undefined;
72264
- downloadChunkSize?: number | undefined;
72265
72329
  figmaRenderChunkSize?: number | undefined;
72266
- maxFileDepth?: number | undefined;
72267
72330
  }, {
72268
72331
  type: "Figma";
72269
72332
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -72278,6 +72341,8 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72278
72341
  fileId: string;
72279
72342
  ownerId: string;
72280
72343
  ownerName: string;
72344
+ downloadChunkSize?: number | undefined;
72345
+ maxFileDepth?: number | undefined;
72281
72346
  preferredCredentialId?: string | undefined;
72282
72347
  requiresSync?: boolean | undefined;
72283
72348
  lastImportMetadata?: {
@@ -72291,9 +72356,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72291
72356
  label?: string | undefined;
72292
72357
  } | undefined;
72293
72358
  } | undefined;
72294
- downloadChunkSize?: number | undefined;
72295
72359
  figmaRenderChunkSize?: number | undefined;
72296
- maxFileDepth?: number | undefined;
72297
72360
  }>;
72298
72361
  }, "strip", z.ZodTypeAny, {
72299
72362
  sourceId: string;
@@ -72312,6 +72375,8 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72312
72375
  ownerId: string;
72313
72376
  ownerName: string;
72314
72377
  requiresSync: boolean;
72378
+ downloadChunkSize?: number | undefined;
72379
+ maxFileDepth?: number | undefined;
72315
72380
  preferredCredentialId?: string | undefined;
72316
72381
  lastImportMetadata?: {
72317
72382
  fileData?: {
@@ -72324,9 +72389,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72324
72389
  label?: string | undefined;
72325
72390
  } | undefined;
72326
72391
  } | undefined;
72327
- downloadChunkSize?: number | undefined;
72328
72392
  figmaRenderChunkSize?: number | undefined;
72329
- maxFileDepth?: number | undefined;
72330
72393
  };
72331
72394
  }, {
72332
72395
  sourceId: string;
@@ -72344,6 +72407,8 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72344
72407
  fileId: string;
72345
72408
  ownerId: string;
72346
72409
  ownerName: string;
72410
+ downloadChunkSize?: number | undefined;
72411
+ maxFileDepth?: number | undefined;
72347
72412
  preferredCredentialId?: string | undefined;
72348
72413
  requiresSync?: boolean | undefined;
72349
72414
  lastImportMetadata?: {
@@ -72357,9 +72422,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72357
72422
  label?: string | undefined;
72358
72423
  } | undefined;
72359
72424
  } | undefined;
72360
- downloadChunkSize?: number | undefined;
72361
72425
  figmaRenderChunkSize?: number | undefined;
72362
- maxFileDepth?: number | undefined;
72363
72426
  };
72364
72427
  }>>;
72365
72428
  /**
@@ -72419,6 +72482,8 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72419
72482
  ownerId: string;
72420
72483
  ownerName: string;
72421
72484
  requiresSync: boolean;
72485
+ downloadChunkSize?: number | undefined;
72486
+ maxFileDepth?: number | undefined;
72422
72487
  preferredCredentialId?: string | undefined;
72423
72488
  lastImportMetadata?: {
72424
72489
  fileData?: {
@@ -72431,9 +72496,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72431
72496
  label?: string | undefined;
72432
72497
  } | undefined;
72433
72498
  } | undefined;
72434
- downloadChunkSize?: number | undefined;
72435
72499
  figmaRenderChunkSize?: number | undefined;
72436
- maxFileDepth?: number | undefined;
72437
72500
  };
72438
72501
  }>;
72439
72502
  importWarnings: Record<string, {
@@ -72466,6 +72529,8 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72466
72529
  fileId: string;
72467
72530
  ownerId: string;
72468
72531
  ownerName: string;
72532
+ downloadChunkSize?: number | undefined;
72533
+ maxFileDepth?: number | undefined;
72469
72534
  preferredCredentialId?: string | undefined;
72470
72535
  requiresSync?: boolean | undefined;
72471
72536
  lastImportMetadata?: {
@@ -72479,9 +72544,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
72479
72544
  label?: string | undefined;
72480
72545
  } | undefined;
72481
72546
  } | undefined;
72482
- downloadChunkSize?: number | undefined;
72483
72547
  figmaRenderChunkSize?: number | undefined;
72484
- maxFileDepth?: number | undefined;
72485
72548
  };
72486
72549
  }>;
72487
72550
  importWarnings?: Record<string, {
@@ -72610,6 +72673,8 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72610
72673
  ownerId: string;
72611
72674
  ownerName: string;
72612
72675
  requiresSync: boolean;
72676
+ downloadChunkSize?: number | undefined;
72677
+ maxFileDepth?: number | undefined;
72613
72678
  preferredCredentialId?: string | undefined;
72614
72679
  lastImportMetadata?: {
72615
72680
  fileData?: {
@@ -72622,9 +72687,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72622
72687
  label?: string | undefined;
72623
72688
  } | undefined;
72624
72689
  } | undefined;
72625
- downloadChunkSize?: number | undefined;
72626
72690
  figmaRenderChunkSize?: number | undefined;
72627
- maxFileDepth?: number | undefined;
72628
72691
  }, {
72629
72692
  type: "Figma";
72630
72693
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -72639,6 +72702,8 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72639
72702
  fileId: string;
72640
72703
  ownerId: string;
72641
72704
  ownerName: string;
72705
+ downloadChunkSize?: number | undefined;
72706
+ maxFileDepth?: number | undefined;
72642
72707
  preferredCredentialId?: string | undefined;
72643
72708
  requiresSync?: boolean | undefined;
72644
72709
  lastImportMetadata?: {
@@ -72652,9 +72717,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72652
72717
  label?: string | undefined;
72653
72718
  } | undefined;
72654
72719
  } | undefined;
72655
- downloadChunkSize?: number | undefined;
72656
72720
  figmaRenderChunkSize?: number | undefined;
72657
- maxFileDepth?: number | undefined;
72658
72721
  }>;
72659
72722
  }, "strip", z.ZodTypeAny, {
72660
72723
  sourceId: string;
@@ -72673,6 +72736,8 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72673
72736
  ownerId: string;
72674
72737
  ownerName: string;
72675
72738
  requiresSync: boolean;
72739
+ downloadChunkSize?: number | undefined;
72740
+ maxFileDepth?: number | undefined;
72676
72741
  preferredCredentialId?: string | undefined;
72677
72742
  lastImportMetadata?: {
72678
72743
  fileData?: {
@@ -72685,9 +72750,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72685
72750
  label?: string | undefined;
72686
72751
  } | undefined;
72687
72752
  } | undefined;
72688
- downloadChunkSize?: number | undefined;
72689
72753
  figmaRenderChunkSize?: number | undefined;
72690
- maxFileDepth?: number | undefined;
72691
72754
  };
72692
72755
  }, {
72693
72756
  sourceId: string;
@@ -72705,6 +72768,8 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72705
72768
  fileId: string;
72706
72769
  ownerId: string;
72707
72770
  ownerName: string;
72771
+ downloadChunkSize?: number | undefined;
72772
+ maxFileDepth?: number | undefined;
72708
72773
  preferredCredentialId?: string | undefined;
72709
72774
  requiresSync?: boolean | undefined;
72710
72775
  lastImportMetadata?: {
@@ -72718,9 +72783,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72718
72783
  label?: string | undefined;
72719
72784
  } | undefined;
72720
72785
  } | undefined;
72721
- downloadChunkSize?: number | undefined;
72722
72786
  figmaRenderChunkSize?: number | undefined;
72723
- maxFileDepth?: number | undefined;
72724
72787
  };
72725
72788
  }>>;
72726
72789
  /**
@@ -72783,6 +72846,8 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72783
72846
  ownerId: string;
72784
72847
  ownerName: string;
72785
72848
  requiresSync: boolean;
72849
+ downloadChunkSize?: number | undefined;
72850
+ maxFileDepth?: number | undefined;
72786
72851
  preferredCredentialId?: string | undefined;
72787
72852
  lastImportMetadata?: {
72788
72853
  fileData?: {
@@ -72795,9 +72860,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72795
72860
  label?: string | undefined;
72796
72861
  } | undefined;
72797
72862
  } | undefined;
72798
- downloadChunkSize?: number | undefined;
72799
72863
  figmaRenderChunkSize?: number | undefined;
72800
- maxFileDepth?: number | undefined;
72801
72864
  };
72802
72865
  }>;
72803
72866
  importWarnings: Record<string, {
@@ -72832,6 +72895,8 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72832
72895
  fileId: string;
72833
72896
  ownerId: string;
72834
72897
  ownerName: string;
72898
+ downloadChunkSize?: number | undefined;
72899
+ maxFileDepth?: number | undefined;
72835
72900
  preferredCredentialId?: string | undefined;
72836
72901
  requiresSync?: boolean | undefined;
72837
72902
  lastImportMetadata?: {
@@ -72845,9 +72910,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
72845
72910
  label?: string | undefined;
72846
72911
  } | undefined;
72847
72912
  } | undefined;
72848
- downloadChunkSize?: number | undefined;
72849
72913
  figmaRenderChunkSize?: number | undefined;
72850
- maxFileDepth?: number | undefined;
72851
72914
  };
72852
72915
  }>;
72853
72916
  importWarnings?: Record<string, {
@@ -72958,6 +73021,8 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
72958
73021
  ownerId: string;
72959
73022
  ownerName: string;
72960
73023
  requiresSync: boolean;
73024
+ downloadChunkSize?: number | undefined;
73025
+ maxFileDepth?: number | undefined;
72961
73026
  preferredCredentialId?: string | undefined;
72962
73027
  lastImportMetadata?: {
72963
73028
  fileData?: {
@@ -72970,9 +73035,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
72970
73035
  label?: string | undefined;
72971
73036
  } | undefined;
72972
73037
  } | undefined;
72973
- downloadChunkSize?: number | undefined;
72974
73038
  figmaRenderChunkSize?: number | undefined;
72975
- maxFileDepth?: number | undefined;
72976
73039
  }, {
72977
73040
  type: "Figma";
72978
73041
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -72987,6 +73050,8 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
72987
73050
  fileId: string;
72988
73051
  ownerId: string;
72989
73052
  ownerName: string;
73053
+ downloadChunkSize?: number | undefined;
73054
+ maxFileDepth?: number | undefined;
72990
73055
  preferredCredentialId?: string | undefined;
72991
73056
  requiresSync?: boolean | undefined;
72992
73057
  lastImportMetadata?: {
@@ -73000,9 +73065,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
73000
73065
  label?: string | undefined;
73001
73066
  } | undefined;
73002
73067
  } | undefined;
73003
- downloadChunkSize?: number | undefined;
73004
73068
  figmaRenderChunkSize?: number | undefined;
73005
- maxFileDepth?: number | undefined;
73006
73069
  }>;
73007
73070
  }, {
73008
73071
  importMetadata: z.ZodObject<{
@@ -73067,6 +73130,8 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
73067
73130
  ownerId: string;
73068
73131
  ownerName: string;
73069
73132
  requiresSync: boolean;
73133
+ downloadChunkSize?: number | undefined;
73134
+ maxFileDepth?: number | undefined;
73070
73135
  preferredCredentialId?: string | undefined;
73071
73136
  lastImportMetadata?: {
73072
73137
  fileData?: {
@@ -73079,9 +73144,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
73079
73144
  label?: string | undefined;
73080
73145
  } | undefined;
73081
73146
  } | undefined;
73082
- downloadChunkSize?: number | undefined;
73083
73147
  figmaRenderChunkSize?: number | undefined;
73084
- maxFileDepth?: number | undefined;
73085
73148
  };
73086
73149
  importMetadata: {
73087
73150
  fileData?: {
@@ -73110,6 +73173,8 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
73110
73173
  fileId: string;
73111
73174
  ownerId: string;
73112
73175
  ownerName: string;
73176
+ downloadChunkSize?: number | undefined;
73177
+ maxFileDepth?: number | undefined;
73113
73178
  preferredCredentialId?: string | undefined;
73114
73179
  requiresSync?: boolean | undefined;
73115
73180
  lastImportMetadata?: {
@@ -73123,9 +73188,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
73123
73188
  label?: string | undefined;
73124
73189
  } | undefined;
73125
73190
  } | undefined;
73126
- downloadChunkSize?: number | undefined;
73127
73191
  figmaRenderChunkSize?: number | undefined;
73128
- maxFileDepth?: number | undefined;
73129
73192
  };
73130
73193
  importMetadata: {
73131
73194
  fileData?: {
@@ -73255,6 +73318,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73255
73318
  ownerId: string;
73256
73319
  ownerName: string;
73257
73320
  requiresSync: boolean;
73321
+ downloadChunkSize?: number | undefined;
73322
+ maxFileDepth?: number | undefined;
73258
73323
  preferredCredentialId?: string | undefined;
73259
73324
  lastImportMetadata?: {
73260
73325
  fileData?: {
@@ -73267,9 +73332,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73267
73332
  label?: string | undefined;
73268
73333
  } | undefined;
73269
73334
  } | undefined;
73270
- downloadChunkSize?: number | undefined;
73271
73335
  figmaRenderChunkSize?: number | undefined;
73272
- maxFileDepth?: number | undefined;
73273
73336
  }, {
73274
73337
  type: "Figma";
73275
73338
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -73284,6 +73347,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73284
73347
  fileId: string;
73285
73348
  ownerId: string;
73286
73349
  ownerName: string;
73350
+ downloadChunkSize?: number | undefined;
73351
+ maxFileDepth?: number | undefined;
73287
73352
  preferredCredentialId?: string | undefined;
73288
73353
  requiresSync?: boolean | undefined;
73289
73354
  lastImportMetadata?: {
@@ -73297,9 +73362,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73297
73362
  label?: string | undefined;
73298
73363
  } | undefined;
73299
73364
  } | undefined;
73300
- downloadChunkSize?: number | undefined;
73301
73365
  figmaRenderChunkSize?: number | undefined;
73302
- maxFileDepth?: number | undefined;
73303
73366
  }>;
73304
73367
  }, "strip", z.ZodTypeAny, {
73305
73368
  sourceId: string;
@@ -73318,6 +73381,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73318
73381
  ownerId: string;
73319
73382
  ownerName: string;
73320
73383
  requiresSync: boolean;
73384
+ downloadChunkSize?: number | undefined;
73385
+ maxFileDepth?: number | undefined;
73321
73386
  preferredCredentialId?: string | undefined;
73322
73387
  lastImportMetadata?: {
73323
73388
  fileData?: {
@@ -73330,9 +73395,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73330
73395
  label?: string | undefined;
73331
73396
  } | undefined;
73332
73397
  } | undefined;
73333
- downloadChunkSize?: number | undefined;
73334
73398
  figmaRenderChunkSize?: number | undefined;
73335
- maxFileDepth?: number | undefined;
73336
73399
  };
73337
73400
  }, {
73338
73401
  sourceId: string;
@@ -73350,6 +73413,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73350
73413
  fileId: string;
73351
73414
  ownerId: string;
73352
73415
  ownerName: string;
73416
+ downloadChunkSize?: number | undefined;
73417
+ maxFileDepth?: number | undefined;
73353
73418
  preferredCredentialId?: string | undefined;
73354
73419
  requiresSync?: boolean | undefined;
73355
73420
  lastImportMetadata?: {
@@ -73363,9 +73428,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73363
73428
  label?: string | undefined;
73364
73429
  } | undefined;
73365
73430
  } | undefined;
73366
- downloadChunkSize?: number | undefined;
73367
73431
  figmaRenderChunkSize?: number | undefined;
73368
- maxFileDepth?: number | undefined;
73369
73432
  };
73370
73433
  }>>;
73371
73434
  /**
@@ -73421,15 +73484,15 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73421
73484
  downloadChunkSize: z.ZodOptional<z.ZodNumber>;
73422
73485
  maxFileDepth: z.ZodOptional<z.ZodNumber>;
73423
73486
  }, "strip", z.ZodTypeAny, {
73424
- components: boolean;
73425
73487
  styles: boolean;
73488
+ components: boolean;
73426
73489
  currentVersion: "__latest__" | null;
73427
73490
  publishedVersion: string | null;
73428
73491
  downloadChunkSize?: number | undefined;
73429
73492
  maxFileDepth?: number | undefined;
73430
73493
  }, {
73431
- components: boolean;
73432
73494
  styles: boolean;
73495
+ components: boolean;
73433
73496
  currentVersion: "__latest__" | null;
73434
73497
  publishedVersion: string | null;
73435
73498
  downloadChunkSize?: number | undefined;
@@ -73536,6 +73599,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73536
73599
  ownerId: string;
73537
73600
  ownerName: string;
73538
73601
  requiresSync: boolean;
73602
+ downloadChunkSize?: number | undefined;
73603
+ maxFileDepth?: number | undefined;
73539
73604
  preferredCredentialId?: string | undefined;
73540
73605
  lastImportMetadata?: {
73541
73606
  fileData?: {
@@ -73548,9 +73613,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73548
73613
  label?: string | undefined;
73549
73614
  } | undefined;
73550
73615
  } | undefined;
73551
- downloadChunkSize?: number | undefined;
73552
73616
  figmaRenderChunkSize?: number | undefined;
73553
- maxFileDepth?: number | undefined;
73554
73617
  }, {
73555
73618
  type: "Figma";
73556
73619
  state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
@@ -73565,6 +73628,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73565
73628
  fileId: string;
73566
73629
  ownerId: string;
73567
73630
  ownerName: string;
73631
+ downloadChunkSize?: number | undefined;
73632
+ maxFileDepth?: number | undefined;
73568
73633
  preferredCredentialId?: string | undefined;
73569
73634
  requiresSync?: boolean | undefined;
73570
73635
  lastImportMetadata?: {
@@ -73578,9 +73643,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73578
73643
  label?: string | undefined;
73579
73644
  } | undefined;
73580
73645
  } | undefined;
73581
- downloadChunkSize?: number | undefined;
73582
73646
  figmaRenderChunkSize?: number | undefined;
73583
- maxFileDepth?: number | undefined;
73584
73647
  }>;
73585
73648
  }, {
73586
73649
  importMetadata: z.ZodObject<{
@@ -73645,6 +73708,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73645
73708
  ownerId: string;
73646
73709
  ownerName: string;
73647
73710
  requiresSync: boolean;
73711
+ downloadChunkSize?: number | undefined;
73712
+ maxFileDepth?: number | undefined;
73648
73713
  preferredCredentialId?: string | undefined;
73649
73714
  lastImportMetadata?: {
73650
73715
  fileData?: {
@@ -73657,9 +73722,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73657
73722
  label?: string | undefined;
73658
73723
  } | undefined;
73659
73724
  } | undefined;
73660
- downloadChunkSize?: number | undefined;
73661
73725
  figmaRenderChunkSize?: number | undefined;
73662
- maxFileDepth?: number | undefined;
73663
73726
  };
73664
73727
  importMetadata: {
73665
73728
  fileData?: {
@@ -73688,6 +73751,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73688
73751
  fileId: string;
73689
73752
  ownerId: string;
73690
73753
  ownerName: string;
73754
+ downloadChunkSize?: number | undefined;
73755
+ maxFileDepth?: number | undefined;
73691
73756
  preferredCredentialId?: string | undefined;
73692
73757
  requiresSync?: boolean | undefined;
73693
73758
  lastImportMetadata?: {
@@ -73701,9 +73766,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73701
73766
  label?: string | undefined;
73702
73767
  } | undefined;
73703
73768
  } | undefined;
73704
- downloadChunkSize?: number | undefined;
73705
73769
  figmaRenderChunkSize?: number | undefined;
73706
- maxFileDepth?: number | undefined;
73707
73770
  };
73708
73771
  importMetadata: {
73709
73772
  fileData?: {
@@ -73739,6 +73802,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73739
73802
  ownerId: string;
73740
73803
  ownerName: string;
73741
73804
  requiresSync: boolean;
73805
+ downloadChunkSize?: number | undefined;
73806
+ maxFileDepth?: number | undefined;
73742
73807
  preferredCredentialId?: string | undefined;
73743
73808
  lastImportMetadata?: {
73744
73809
  fileData?: {
@@ -73751,9 +73816,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73751
73816
  label?: string | undefined;
73752
73817
  } | undefined;
73753
73818
  } | undefined;
73754
- downloadChunkSize?: number | undefined;
73755
73819
  figmaRenderChunkSize?: number | undefined;
73756
- maxFileDepth?: number | undefined;
73757
73820
  };
73758
73821
  }>;
73759
73822
  importWarnings: Record<string, {
@@ -73768,8 +73831,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73768
73831
  sourcesWithMissingAccess: string[];
73769
73832
  shadowOpacityOptional: boolean;
73770
73833
  fileDownloadScopesByFileId: Record<string, {
73771
- components: boolean;
73772
73834
  styles: boolean;
73835
+ components: boolean;
73773
73836
  currentVersion: "__latest__" | null;
73774
73837
  publishedVersion: string | null;
73775
73838
  downloadChunkSize?: number | undefined;
@@ -73792,6 +73855,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73792
73855
  ownerId: string;
73793
73856
  ownerName: string;
73794
73857
  requiresSync: boolean;
73858
+ downloadChunkSize?: number | undefined;
73859
+ maxFileDepth?: number | undefined;
73795
73860
  preferredCredentialId?: string | undefined;
73796
73861
  lastImportMetadata?: {
73797
73862
  fileData?: {
@@ -73804,9 +73869,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73804
73869
  label?: string | undefined;
73805
73870
  } | undefined;
73806
73871
  } | undefined;
73807
- downloadChunkSize?: number | undefined;
73808
73872
  figmaRenderChunkSize?: number | undefined;
73809
- maxFileDepth?: number | undefined;
73810
73873
  };
73811
73874
  importMetadata: {
73812
73875
  fileData?: {
@@ -73841,6 +73904,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73841
73904
  fileId: string;
73842
73905
  ownerId: string;
73843
73906
  ownerName: string;
73907
+ downloadChunkSize?: number | undefined;
73908
+ maxFileDepth?: number | undefined;
73844
73909
  preferredCredentialId?: string | undefined;
73845
73910
  requiresSync?: boolean | undefined;
73846
73911
  lastImportMetadata?: {
@@ -73854,14 +73919,12 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73854
73919
  label?: string | undefined;
73855
73920
  } | undefined;
73856
73921
  } | undefined;
73857
- downloadChunkSize?: number | undefined;
73858
73922
  figmaRenderChunkSize?: number | undefined;
73859
- maxFileDepth?: number | undefined;
73860
73923
  };
73861
73924
  }>;
73862
73925
  fileDownloadScopesByFileId: Record<string, {
73863
- components: boolean;
73864
73926
  styles: boolean;
73927
+ components: boolean;
73865
73928
  currentVersion: "__latest__" | null;
73866
73929
  publishedVersion: string | null;
73867
73930
  downloadChunkSize?: number | undefined;
@@ -73883,6 +73946,8 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73883
73946
  fileId: string;
73884
73947
  ownerId: string;
73885
73948
  ownerName: string;
73949
+ downloadChunkSize?: number | undefined;
73950
+ maxFileDepth?: number | undefined;
73886
73951
  preferredCredentialId?: string | undefined;
73887
73952
  requiresSync?: boolean | undefined;
73888
73953
  lastImportMetadata?: {
@@ -73896,9 +73961,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
73896
73961
  label?: string | undefined;
73897
73962
  } | undefined;
73898
73963
  } | undefined;
73899
- downloadChunkSize?: number | undefined;
73900
73964
  figmaRenderChunkSize?: number | undefined;
73901
- maxFileDepth?: number | undefined;
73902
73965
  };
73903
73966
  importMetadata: {
73904
73967
  fileData?: {
@@ -74059,18 +74122,18 @@ declare const FigmaFileStructureImportModel: z.ZodObject<z.objectUtil.extendShap
74059
74122
  components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
74060
74123
  componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
74061
74124
  }, "strip", z.ZodTypeAny, {
74062
- frames: number;
74063
74125
  components: number;
74126
+ frames: number;
74064
74127
  componentSets: number;
74065
74128
  }, {
74066
- frames?: number | null | undefined;
74067
74129
  components?: number | null | undefined;
74130
+ frames?: number | null | undefined;
74068
74131
  componentSets?: number | null | undefined;
74069
74132
  }>;
74070
74133
  }, "strip", z.ZodTypeAny, {
74071
74134
  assetsInFile: {
74072
- frames: number;
74073
74135
  components: number;
74136
+ frames: number;
74074
74137
  componentSets: number;
74075
74138
  };
74076
74139
  rootNode: {
@@ -74097,8 +74160,8 @@ declare const FigmaFileStructureImportModel: z.ZodObject<z.objectUtil.extendShap
74097
74160
  };
74098
74161
  }, {
74099
74162
  assetsInFile: {
74100
- frames?: number | null | undefined;
74101
74163
  components?: number | null | undefined;
74164
+ frames?: number | null | undefined;
74102
74165
  componentSets?: number | null | undefined;
74103
74166
  };
74104
74167
  rootNode: {
@@ -74139,8 +74202,8 @@ declare const FigmaFileStructureImportModel: z.ZodObject<z.objectUtil.extendShap
74139
74202
  id: string;
74140
74203
  data: {
74141
74204
  assetsInFile: {
74142
- frames: number;
74143
74205
  components: number;
74206
+ frames: number;
74144
74207
  componentSets: number;
74145
74208
  };
74146
74209
  rootNode: {
@@ -74180,8 +74243,8 @@ declare const FigmaFileStructureImportModel: z.ZodObject<z.objectUtil.extendShap
74180
74243
  id: string;
74181
74244
  data: {
74182
74245
  assetsInFile: {
74183
- frames?: number | null | undefined;
74184
74246
  components?: number | null | undefined;
74247
+ frames?: number | null | undefined;
74185
74248
  componentSets?: number | null | undefined;
74186
74249
  };
74187
74250
  rootNode: {
@@ -74257,18 +74320,18 @@ declare const FigmaFileStructureImportModelInput: z.ZodObject<z.objectUtil.exten
74257
74320
  components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
74258
74321
  componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
74259
74322
  }, "strip", z.ZodTypeAny, {
74260
- frames: number;
74261
74323
  components: number;
74324
+ frames: number;
74262
74325
  componentSets: number;
74263
74326
  }, {
74264
- frames?: number | null | undefined;
74265
74327
  components?: number | null | undefined;
74328
+ frames?: number | null | undefined;
74266
74329
  componentSets?: number | null | undefined;
74267
74330
  }>;
74268
74331
  }, "strip", z.ZodTypeAny, {
74269
74332
  assetsInFile: {
74270
- frames: number;
74271
74333
  components: number;
74334
+ frames: number;
74272
74335
  componentSets: number;
74273
74336
  };
74274
74337
  rootNode: {
@@ -74295,8 +74358,8 @@ declare const FigmaFileStructureImportModelInput: z.ZodObject<z.objectUtil.exten
74295
74358
  };
74296
74359
  }, {
74297
74360
  assetsInFile: {
74298
- frames?: number | null | undefined;
74299
74361
  components?: number | null | undefined;
74362
+ frames?: number | null | undefined;
74300
74363
  componentSets?: number | null | undefined;
74301
74364
  };
74302
74365
  rootNode: {
@@ -74328,8 +74391,8 @@ declare const FigmaFileStructureImportModelInput: z.ZodObject<z.objectUtil.exten
74328
74391
  id: string;
74329
74392
  data: {
74330
74393
  assetsInFile: {
74331
- frames: number;
74332
74394
  components: number;
74395
+ frames: number;
74333
74396
  componentSets: number;
74334
74397
  };
74335
74398
  rootNode: {
@@ -74366,8 +74429,8 @@ declare const FigmaFileStructureImportModelInput: z.ZodObject<z.objectUtil.exten
74366
74429
  id: string;
74367
74430
  data: {
74368
74431
  assetsInFile: {
74369
- frames?: number | null | undefined;
74370
74432
  components?: number | null | undefined;
74433
+ frames?: number | null | undefined;
74371
74434
  componentSets?: number | null | undefined;
74372
74435
  };
74373
74436
  rootNode: {
@@ -83133,18 +83196,18 @@ declare const ImportModelCollection: z.ZodObject<{
83133
83196
  components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
83134
83197
  componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
83135
83198
  }, "strip", z.ZodTypeAny, {
83136
- frames: number;
83137
83199
  components: number;
83200
+ frames: number;
83138
83201
  componentSets: number;
83139
83202
  }, {
83140
- frames?: number | null | undefined;
83141
83203
  components?: number | null | undefined;
83204
+ frames?: number | null | undefined;
83142
83205
  componentSets?: number | null | undefined;
83143
83206
  }>;
83144
83207
  }, "strip", z.ZodTypeAny, {
83145
83208
  assetsInFile: {
83146
- frames: number;
83147
83209
  components: number;
83210
+ frames: number;
83148
83211
  componentSets: number;
83149
83212
  };
83150
83213
  rootNode: {
@@ -83171,8 +83234,8 @@ declare const ImportModelCollection: z.ZodObject<{
83171
83234
  };
83172
83235
  }, {
83173
83236
  assetsInFile: {
83174
- frames?: number | null | undefined;
83175
83237
  components?: number | null | undefined;
83238
+ frames?: number | null | undefined;
83176
83239
  componentSets?: number | null | undefined;
83177
83240
  };
83178
83241
  rootNode: {
@@ -83232,8 +83295,8 @@ declare const ImportModelCollection: z.ZodObject<{
83232
83295
  id: string;
83233
83296
  data: {
83234
83297
  assetsInFile: {
83235
- frames: number;
83236
83298
  components: number;
83299
+ frames: number;
83237
83300
  componentSets: number;
83238
83301
  };
83239
83302
  rootNode: {
@@ -83273,8 +83336,8 @@ declare const ImportModelCollection: z.ZodObject<{
83273
83336
  id: string;
83274
83337
  data: {
83275
83338
  assetsInFile: {
83276
- frames?: number | null | undefined;
83277
83339
  components?: number | null | undefined;
83340
+ frames?: number | null | undefined;
83278
83341
  componentSets?: number | null | undefined;
83279
83342
  };
83280
83343
  rootNode: {
@@ -84510,8 +84573,8 @@ declare const ImportModelCollection: z.ZodObject<{
84510
84573
  id: string;
84511
84574
  data: {
84512
84575
  assetsInFile: {
84513
- frames: number;
84514
84576
  components: number;
84577
+ frames: number;
84515
84578
  componentSets: number;
84516
84579
  };
84517
84580
  rootNode: {
@@ -84558,8 +84621,8 @@ declare const ImportModelCollection: z.ZodObject<{
84558
84621
  id: string;
84559
84622
  data: {
84560
84623
  assetsInFile: {
84561
- frames?: number | null | undefined;
84562
84624
  components?: number | null | undefined;
84625
+ frames?: number | null | undefined;
84563
84626
  componentSets?: number | null | undefined;
84564
84627
  };
84565
84628
  rootNode: {
@@ -94618,18 +94681,18 @@ declare const ImportModelInputCollection: z.ZodObject<{
94618
94681
  components: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
94619
94682
  componentSets: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodNumber>>, number, number | null | undefined>;
94620
94683
  }, "strip", z.ZodTypeAny, {
94621
- frames: number;
94622
94684
  components: number;
94685
+ frames: number;
94623
94686
  componentSets: number;
94624
94687
  }, {
94625
- frames?: number | null | undefined;
94626
94688
  components?: number | null | undefined;
94689
+ frames?: number | null | undefined;
94627
94690
  componentSets?: number | null | undefined;
94628
94691
  }>;
94629
94692
  }, "strip", z.ZodTypeAny, {
94630
94693
  assetsInFile: {
94631
- frames: number;
94632
94694
  components: number;
94695
+ frames: number;
94633
94696
  componentSets: number;
94634
94697
  };
94635
94698
  rootNode: {
@@ -94656,8 +94719,8 @@ declare const ImportModelInputCollection: z.ZodObject<{
94656
94719
  };
94657
94720
  }, {
94658
94721
  assetsInFile: {
94659
- frames?: number | null | undefined;
94660
94722
  components?: number | null | undefined;
94723
+ frames?: number | null | undefined;
94661
94724
  componentSets?: number | null | undefined;
94662
94725
  };
94663
94726
  rootNode: {
@@ -94708,8 +94771,8 @@ declare const ImportModelInputCollection: z.ZodObject<{
94708
94771
  id: string;
94709
94772
  data: {
94710
94773
  assetsInFile: {
94711
- frames: number;
94712
94774
  components: number;
94775
+ frames: number;
94713
94776
  componentSets: number;
94714
94777
  };
94715
94778
  rootNode: {
@@ -94746,8 +94809,8 @@ declare const ImportModelInputCollection: z.ZodObject<{
94746
94809
  id: string;
94747
94810
  data: {
94748
94811
  assetsInFile: {
94749
- frames?: number | null | undefined;
94750
94812
  components?: number | null | undefined;
94813
+ frames?: number | null | undefined;
94751
94814
  componentSets?: number | null | undefined;
94752
94815
  };
94753
94816
  rootNode: {
@@ -95999,8 +96062,8 @@ declare const ImportModelInputCollection: z.ZodObject<{
95999
96062
  id: string;
96000
96063
  data: {
96001
96064
  assetsInFile: {
96002
- frames: number;
96003
96065
  components: number;
96066
+ frames: number;
96004
96067
  componentSets: number;
96005
96068
  };
96006
96069
  rootNode: {
@@ -97233,8 +97296,8 @@ declare const ImportModelInputCollection: z.ZodObject<{
97233
97296
  id: string;
97234
97297
  data: {
97235
97298
  assetsInFile: {
97236
- frames?: number | null | undefined;
97237
97299
  components?: number | null | undefined;
97300
+ frames?: number | null | undefined;
97238
97301
  componentSets?: number | null | undefined;
97239
97302
  };
97240
97303
  rootNode: {
@@ -98005,7 +98068,7 @@ declare const UrlImageImportModel: z.ZodObject<z.objectUtil.extendShape<{
98005
98068
  extension: string;
98006
98069
  }>;
98007
98070
  type UrlImageImportModel = z.infer<typeof UrlImageImportModel>;
98008
- declare const FigmaRenderFormat: z.ZodEnum<["Svg", "Png"]>;
98071
+ declare const FigmaRenderFormat: z.ZodEnum<["Svg", "Png", "Pdf"]>;
98009
98072
  type FigmaRenderFormat = z.infer<typeof FigmaRenderFormat>;
98010
98073
  declare const FigmaRenderBase: z.ZodObject<z.objectUtil.extendShape<{
98011
98074
  scope: z.ZodEnum<["DocumentationFrame", "ComponentThumbnail", "DesignSystem", "Documentation"]>;
@@ -98223,6 +98286,7 @@ declare const ImageImportModel: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape
98223
98286
  fileVersionId?: string | undefined;
98224
98287
  }>]>]>;
98225
98288
  type ImageImportModel = z.infer<typeof ImageImportModel>;
98289
+ declare function getFigmaRenderFormatFileExtension(format: FigmaRenderFormat): string;
98226
98290
 
98227
98291
  type AssetImportModel = ComponentImportModelInput & {
98228
98292
  svg: FigmaSvgRenderImportModel;
@@ -127505,8 +127569,8 @@ declare const ExportJobContext: z.ZodObject<{
127505
127569
  }>>;
127506
127570
  }, "strip", z.ZodTypeAny, {
127507
127571
  designSystemId: string;
127508
- versionId: string;
127509
127572
  accessToken: string;
127573
+ versionId: string;
127510
127574
  exporterId: string;
127511
127575
  designSystemName: string;
127512
127576
  apiUrl: string;
@@ -127623,8 +127687,8 @@ declare const ExportJobContext: z.ZodObject<{
127623
127687
  themeId?: string | undefined;
127624
127688
  }, {
127625
127689
  designSystemId: string;
127626
- versionId: string;
127627
127690
  accessToken: string;
127691
+ versionId: string;
127628
127692
  exporterId: string;
127629
127693
  designSystemName: string;
127630
127694
  apiUrl: string;
@@ -154419,4 +154483,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
154419
154483
  }>;
154420
154484
  type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
154421
154485
 
154422
- export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, 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 CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, 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, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, 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, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, ResolvedAsset, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, 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 UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
154486
+ export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageContent, 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 CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, 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, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, 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, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, 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 UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isSlugReserved, isTokenType, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, promiseWithTimeout, publishedDocEnvironments, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };