@supernova-studio/model 0.47.11 → 0.47.12

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
@@ -3115,20 +3115,20 @@ declare const DataSourceFigmaScope: z.ZodObject<{
3115
3115
  documentationFrames: z.ZodBoolean;
3116
3116
  tokens: z.ZodBoolean;
3117
3117
  themePersistentId: z.ZodOptional<z.ZodString>;
3118
- isUnpublishedImportFallbackEnabled: z.ZodBoolean;
3118
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
3119
3119
  }, "strip", z.ZodTypeAny, {
3120
3120
  assets: boolean;
3121
3121
  components: boolean;
3122
3122
  documentationFrames: boolean;
3123
3123
  tokens: boolean;
3124
- isUnpublishedImportFallbackEnabled: boolean;
3124
+ isUnpublishedContentFallbackEnabled: boolean;
3125
3125
  themePersistentId?: string | undefined;
3126
3126
  }, {
3127
3127
  assets: boolean;
3128
3128
  components: boolean;
3129
3129
  documentationFrames: boolean;
3130
3130
  tokens: boolean;
3131
- isUnpublishedImportFallbackEnabled: boolean;
3131
+ isUnpublishedContentFallbackEnabled: boolean;
3132
3132
  themePersistentId?: string | undefined;
3133
3133
  }>;
3134
3134
  type DataSourceFigmaScope = z.infer<typeof DataSourceFigmaScope>;
@@ -3190,20 +3190,20 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
3190
3190
  documentationFrames: z.ZodBoolean;
3191
3191
  tokens: z.ZodBoolean;
3192
3192
  themePersistentId: z.ZodOptional<z.ZodString>;
3193
- isUnpublishedImportFallbackEnabled: z.ZodBoolean;
3193
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
3194
3194
  }, "strip", z.ZodTypeAny, {
3195
3195
  assets: boolean;
3196
3196
  components: boolean;
3197
3197
  documentationFrames: boolean;
3198
3198
  tokens: boolean;
3199
- isUnpublishedImportFallbackEnabled: boolean;
3199
+ isUnpublishedContentFallbackEnabled: boolean;
3200
3200
  themePersistentId?: string | undefined;
3201
3201
  }, {
3202
3202
  assets: boolean;
3203
3203
  components: boolean;
3204
3204
  documentationFrames: boolean;
3205
3205
  tokens: boolean;
3206
- isUnpublishedImportFallbackEnabled: boolean;
3206
+ isUnpublishedContentFallbackEnabled: boolean;
3207
3207
  themePersistentId?: string | undefined;
3208
3208
  }>;
3209
3209
  state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
@@ -3264,7 +3264,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
3264
3264
  components: boolean;
3265
3265
  documentationFrames: boolean;
3266
3266
  tokens: boolean;
3267
- isUnpublishedImportFallbackEnabled: boolean;
3267
+ isUnpublishedContentFallbackEnabled: boolean;
3268
3268
  themePersistentId?: string | undefined;
3269
3269
  };
3270
3270
  fileId: string;
@@ -3294,7 +3294,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
3294
3294
  components: boolean;
3295
3295
  documentationFrames: boolean;
3296
3296
  tokens: boolean;
3297
- isUnpublishedImportFallbackEnabled: boolean;
3297
+ isUnpublishedContentFallbackEnabled: boolean;
3298
3298
  themePersistentId?: string | undefined;
3299
3299
  };
3300
3300
  fileId: string;
@@ -3388,20 +3388,20 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3388
3388
  documentationFrames: z.ZodBoolean;
3389
3389
  tokens: z.ZodBoolean;
3390
3390
  themePersistentId: z.ZodOptional<z.ZodString>;
3391
- isUnpublishedImportFallbackEnabled: z.ZodBoolean;
3391
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
3392
3392
  }, "strip", z.ZodTypeAny, {
3393
3393
  assets: boolean;
3394
3394
  components: boolean;
3395
3395
  documentationFrames: boolean;
3396
3396
  tokens: boolean;
3397
- isUnpublishedImportFallbackEnabled: boolean;
3397
+ isUnpublishedContentFallbackEnabled: boolean;
3398
3398
  themePersistentId?: string | undefined;
3399
3399
  }, {
3400
3400
  assets: boolean;
3401
3401
  components: boolean;
3402
3402
  documentationFrames: boolean;
3403
3403
  tokens: boolean;
3404
- isUnpublishedImportFallbackEnabled: boolean;
3404
+ isUnpublishedContentFallbackEnabled: boolean;
3405
3405
  themePersistentId?: string | undefined;
3406
3406
  }>;
3407
3407
  state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
@@ -3462,7 +3462,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3462
3462
  components: boolean;
3463
3463
  documentationFrames: boolean;
3464
3464
  tokens: boolean;
3465
- isUnpublishedImportFallbackEnabled: boolean;
3465
+ isUnpublishedContentFallbackEnabled: boolean;
3466
3466
  themePersistentId?: string | undefined;
3467
3467
  };
3468
3468
  fileId: string;
@@ -3492,7 +3492,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3492
3492
  components: boolean;
3493
3493
  documentationFrames: boolean;
3494
3494
  tokens: boolean;
3495
- isUnpublishedImportFallbackEnabled: boolean;
3495
+ isUnpublishedContentFallbackEnabled: boolean;
3496
3496
  themePersistentId?: string | undefined;
3497
3497
  };
3498
3498
  fileId: string;
@@ -42516,20 +42516,20 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
42516
42516
  documentationFrames: z.ZodBoolean;
42517
42517
  tokens: z.ZodBoolean;
42518
42518
  themePersistentId: z.ZodOptional<z.ZodString>;
42519
- isUnpublishedImportFallbackEnabled: z.ZodBoolean;
42519
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
42520
42520
  }, "strip", z.ZodTypeAny, {
42521
42521
  assets: boolean;
42522
42522
  components: boolean;
42523
42523
  documentationFrames: boolean;
42524
42524
  tokens: boolean;
42525
- isUnpublishedImportFallbackEnabled: boolean;
42525
+ isUnpublishedContentFallbackEnabled: boolean;
42526
42526
  themePersistentId?: string | undefined;
42527
42527
  }, {
42528
42528
  assets: boolean;
42529
42529
  components: boolean;
42530
42530
  documentationFrames: boolean;
42531
42531
  tokens: boolean;
42532
- isUnpublishedImportFallbackEnabled: boolean;
42532
+ isUnpublishedContentFallbackEnabled: boolean;
42533
42533
  themePersistentId?: string | undefined;
42534
42534
  }>;
42535
42535
  state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
@@ -42590,7 +42590,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
42590
42590
  components: boolean;
42591
42591
  documentationFrames: boolean;
42592
42592
  tokens: boolean;
42593
- isUnpublishedImportFallbackEnabled: boolean;
42593
+ isUnpublishedContentFallbackEnabled: boolean;
42594
42594
  themePersistentId?: string | undefined;
42595
42595
  };
42596
42596
  fileId: string;
@@ -42620,7 +42620,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
42620
42620
  components: boolean;
42621
42621
  documentationFrames: boolean;
42622
42622
  tokens: boolean;
42623
- isUnpublishedImportFallbackEnabled: boolean;
42623
+ isUnpublishedContentFallbackEnabled: boolean;
42624
42624
  themePersistentId?: string | undefined;
42625
42625
  };
42626
42626
  fileId: string;
@@ -42653,7 +42653,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
42653
42653
  components: boolean;
42654
42654
  documentationFrames: boolean;
42655
42655
  tokens: boolean;
42656
- isUnpublishedImportFallbackEnabled: boolean;
42656
+ isUnpublishedContentFallbackEnabled: boolean;
42657
42657
  themePersistentId?: string | undefined;
42658
42658
  };
42659
42659
  fileId: string;
@@ -42686,7 +42686,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
42686
42686
  components: boolean;
42687
42687
  documentationFrames: boolean;
42688
42688
  tokens: boolean;
42689
- isUnpublishedImportFallbackEnabled: boolean;
42689
+ isUnpublishedContentFallbackEnabled: boolean;
42690
42690
  themePersistentId?: string | undefined;
42691
42691
  };
42692
42692
  fileId: string;
@@ -42745,20 +42745,20 @@ declare const FigmaImportBaseContext: z.ZodObject<{
42745
42745
  documentationFrames: z.ZodBoolean;
42746
42746
  tokens: z.ZodBoolean;
42747
42747
  themePersistentId: z.ZodOptional<z.ZodString>;
42748
- isUnpublishedImportFallbackEnabled: z.ZodBoolean;
42748
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
42749
42749
  }, "strip", z.ZodTypeAny, {
42750
42750
  assets: boolean;
42751
42751
  components: boolean;
42752
42752
  documentationFrames: boolean;
42753
42753
  tokens: boolean;
42754
- isUnpublishedImportFallbackEnabled: boolean;
42754
+ isUnpublishedContentFallbackEnabled: boolean;
42755
42755
  themePersistentId?: string | undefined;
42756
42756
  }, {
42757
42757
  assets: boolean;
42758
42758
  components: boolean;
42759
42759
  documentationFrames: boolean;
42760
42760
  tokens: boolean;
42761
- isUnpublishedImportFallbackEnabled: boolean;
42761
+ isUnpublishedContentFallbackEnabled: boolean;
42762
42762
  themePersistentId?: string | undefined;
42763
42763
  }>;
42764
42764
  state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
@@ -42819,7 +42819,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
42819
42819
  components: boolean;
42820
42820
  documentationFrames: boolean;
42821
42821
  tokens: boolean;
42822
- isUnpublishedImportFallbackEnabled: boolean;
42822
+ isUnpublishedContentFallbackEnabled: boolean;
42823
42823
  themePersistentId?: string | undefined;
42824
42824
  };
42825
42825
  fileId: string;
@@ -42849,7 +42849,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
42849
42849
  components: boolean;
42850
42850
  documentationFrames: boolean;
42851
42851
  tokens: boolean;
42852
- isUnpublishedImportFallbackEnabled: boolean;
42852
+ isUnpublishedContentFallbackEnabled: boolean;
42853
42853
  themePersistentId?: string | undefined;
42854
42854
  };
42855
42855
  fileId: string;
@@ -42882,7 +42882,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
42882
42882
  components: boolean;
42883
42883
  documentationFrames: boolean;
42884
42884
  tokens: boolean;
42885
- isUnpublishedImportFallbackEnabled: boolean;
42885
+ isUnpublishedContentFallbackEnabled: boolean;
42886
42886
  themePersistentId?: string | undefined;
42887
42887
  };
42888
42888
  fileId: string;
@@ -42915,7 +42915,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
42915
42915
  components: boolean;
42916
42916
  documentationFrames: boolean;
42917
42917
  tokens: boolean;
42918
- isUnpublishedImportFallbackEnabled: boolean;
42918
+ isUnpublishedContentFallbackEnabled: boolean;
42919
42919
  themePersistentId?: string | undefined;
42920
42920
  };
42921
42921
  fileId: string;
@@ -42980,7 +42980,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
42980
42980
  components: boolean;
42981
42981
  documentationFrames: boolean;
42982
42982
  tokens: boolean;
42983
- isUnpublishedImportFallbackEnabled: boolean;
42983
+ isUnpublishedContentFallbackEnabled: boolean;
42984
42984
  themePersistentId?: string | undefined;
42985
42985
  };
42986
42986
  fileId: string;
@@ -43027,7 +43027,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
43027
43027
  components: boolean;
43028
43028
  documentationFrames: boolean;
43029
43029
  tokens: boolean;
43030
- isUnpublishedImportFallbackEnabled: boolean;
43030
+ isUnpublishedContentFallbackEnabled: boolean;
43031
43031
  themePersistentId?: string | undefined;
43032
43032
  };
43033
43033
  fileId: string;
@@ -43095,20 +43095,20 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
43095
43095
  documentationFrames: z.ZodBoolean;
43096
43096
  tokens: z.ZodBoolean;
43097
43097
  themePersistentId: z.ZodOptional<z.ZodString>;
43098
- isUnpublishedImportFallbackEnabled: z.ZodBoolean;
43098
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
43099
43099
  }, "strip", z.ZodTypeAny, {
43100
43100
  assets: boolean;
43101
43101
  components: boolean;
43102
43102
  documentationFrames: boolean;
43103
43103
  tokens: boolean;
43104
- isUnpublishedImportFallbackEnabled: boolean;
43104
+ isUnpublishedContentFallbackEnabled: boolean;
43105
43105
  themePersistentId?: string | undefined;
43106
43106
  }, {
43107
43107
  assets: boolean;
43108
43108
  components: boolean;
43109
43109
  documentationFrames: boolean;
43110
43110
  tokens: boolean;
43111
- isUnpublishedImportFallbackEnabled: boolean;
43111
+ isUnpublishedContentFallbackEnabled: boolean;
43112
43112
  themePersistentId?: string | undefined;
43113
43113
  }>;
43114
43114
  state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
@@ -43169,7 +43169,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
43169
43169
  components: boolean;
43170
43170
  documentationFrames: boolean;
43171
43171
  tokens: boolean;
43172
- isUnpublishedImportFallbackEnabled: boolean;
43172
+ isUnpublishedContentFallbackEnabled: boolean;
43173
43173
  themePersistentId?: string | undefined;
43174
43174
  };
43175
43175
  fileId: string;
@@ -43199,7 +43199,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
43199
43199
  components: boolean;
43200
43200
  documentationFrames: boolean;
43201
43201
  tokens: boolean;
43202
- isUnpublishedImportFallbackEnabled: boolean;
43202
+ isUnpublishedContentFallbackEnabled: boolean;
43203
43203
  themePersistentId?: string | undefined;
43204
43204
  };
43205
43205
  fileId: string;
@@ -43232,7 +43232,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
43232
43232
  components: boolean;
43233
43233
  documentationFrames: boolean;
43234
43234
  tokens: boolean;
43235
- isUnpublishedImportFallbackEnabled: boolean;
43235
+ isUnpublishedContentFallbackEnabled: boolean;
43236
43236
  themePersistentId?: string | undefined;
43237
43237
  };
43238
43238
  fileId: string;
@@ -43265,7 +43265,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
43265
43265
  components: boolean;
43266
43266
  documentationFrames: boolean;
43267
43267
  tokens: boolean;
43268
- isUnpublishedImportFallbackEnabled: boolean;
43268
+ isUnpublishedContentFallbackEnabled: boolean;
43269
43269
  themePersistentId?: string | undefined;
43270
43270
  };
43271
43271
  fileId: string;
@@ -43333,7 +43333,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
43333
43333
  components: boolean;
43334
43334
  documentationFrames: boolean;
43335
43335
  tokens: boolean;
43336
- isUnpublishedImportFallbackEnabled: boolean;
43336
+ isUnpublishedContentFallbackEnabled: boolean;
43337
43337
  themePersistentId?: string | undefined;
43338
43338
  };
43339
43339
  fileId: string;
@@ -43382,7 +43382,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
43382
43382
  components: boolean;
43383
43383
  documentationFrames: boolean;
43384
43384
  tokens: boolean;
43385
- isUnpublishedImportFallbackEnabled: boolean;
43385
+ isUnpublishedContentFallbackEnabled: boolean;
43386
43386
  themePersistentId?: string | undefined;
43387
43387
  };
43388
43388
  fileId: string;
@@ -43432,20 +43432,20 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
43432
43432
  documentationFrames: z.ZodBoolean;
43433
43433
  tokens: z.ZodBoolean;
43434
43434
  themePersistentId: z.ZodOptional<z.ZodString>;
43435
- isUnpublishedImportFallbackEnabled: z.ZodBoolean;
43435
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
43436
43436
  }, "strip", z.ZodTypeAny, {
43437
43437
  assets: boolean;
43438
43438
  components: boolean;
43439
43439
  documentationFrames: boolean;
43440
43440
  tokens: boolean;
43441
- isUnpublishedImportFallbackEnabled: boolean;
43441
+ isUnpublishedContentFallbackEnabled: boolean;
43442
43442
  themePersistentId?: string | undefined;
43443
43443
  }, {
43444
43444
  assets: boolean;
43445
43445
  components: boolean;
43446
43446
  documentationFrames: boolean;
43447
43447
  tokens: boolean;
43448
- isUnpublishedImportFallbackEnabled: boolean;
43448
+ isUnpublishedContentFallbackEnabled: boolean;
43449
43449
  themePersistentId?: string | undefined;
43450
43450
  }>;
43451
43451
  state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
@@ -43506,7 +43506,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
43506
43506
  components: boolean;
43507
43507
  documentationFrames: boolean;
43508
43508
  tokens: boolean;
43509
- isUnpublishedImportFallbackEnabled: boolean;
43509
+ isUnpublishedContentFallbackEnabled: boolean;
43510
43510
  themePersistentId?: string | undefined;
43511
43511
  };
43512
43512
  fileId: string;
@@ -43536,7 +43536,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
43536
43536
  components: boolean;
43537
43537
  documentationFrames: boolean;
43538
43538
  tokens: boolean;
43539
- isUnpublishedImportFallbackEnabled: boolean;
43539
+ isUnpublishedContentFallbackEnabled: boolean;
43540
43540
  themePersistentId?: string | undefined;
43541
43541
  };
43542
43542
  fileId: string;
@@ -43615,7 +43615,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
43615
43615
  components: boolean;
43616
43616
  documentationFrames: boolean;
43617
43617
  tokens: boolean;
43618
- isUnpublishedImportFallbackEnabled: boolean;
43618
+ isUnpublishedContentFallbackEnabled: boolean;
43619
43619
  themePersistentId?: string | undefined;
43620
43620
  };
43621
43621
  fileId: string;
@@ -43659,7 +43659,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
43659
43659
  components: boolean;
43660
43660
  documentationFrames: boolean;
43661
43661
  tokens: boolean;
43662
- isUnpublishedImportFallbackEnabled: boolean;
43662
+ isUnpublishedContentFallbackEnabled: boolean;
43663
43663
  themePersistentId?: string | undefined;
43664
43664
  };
43665
43665
  fileId: string;
@@ -43729,20 +43729,20 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
43729
43729
  documentationFrames: z.ZodBoolean;
43730
43730
  tokens: z.ZodBoolean;
43731
43731
  themePersistentId: z.ZodOptional<z.ZodString>;
43732
- isUnpublishedImportFallbackEnabled: z.ZodBoolean;
43732
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
43733
43733
  }, "strip", z.ZodTypeAny, {
43734
43734
  assets: boolean;
43735
43735
  components: boolean;
43736
43736
  documentationFrames: boolean;
43737
43737
  tokens: boolean;
43738
- isUnpublishedImportFallbackEnabled: boolean;
43738
+ isUnpublishedContentFallbackEnabled: boolean;
43739
43739
  themePersistentId?: string | undefined;
43740
43740
  }, {
43741
43741
  assets: boolean;
43742
43742
  components: boolean;
43743
43743
  documentationFrames: boolean;
43744
43744
  tokens: boolean;
43745
- isUnpublishedImportFallbackEnabled: boolean;
43745
+ isUnpublishedContentFallbackEnabled: boolean;
43746
43746
  themePersistentId?: string | undefined;
43747
43747
  }>;
43748
43748
  state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
@@ -43803,7 +43803,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
43803
43803
  components: boolean;
43804
43804
  documentationFrames: boolean;
43805
43805
  tokens: boolean;
43806
- isUnpublishedImportFallbackEnabled: boolean;
43806
+ isUnpublishedContentFallbackEnabled: boolean;
43807
43807
  themePersistentId?: string | undefined;
43808
43808
  };
43809
43809
  fileId: string;
@@ -43833,7 +43833,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
43833
43833
  components: boolean;
43834
43834
  documentationFrames: boolean;
43835
43835
  tokens: boolean;
43836
- isUnpublishedImportFallbackEnabled: boolean;
43836
+ isUnpublishedContentFallbackEnabled: boolean;
43837
43837
  themePersistentId?: string | undefined;
43838
43838
  };
43839
43839
  fileId: string;
@@ -43866,7 +43866,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
43866
43866
  components: boolean;
43867
43867
  documentationFrames: boolean;
43868
43868
  tokens: boolean;
43869
- isUnpublishedImportFallbackEnabled: boolean;
43869
+ isUnpublishedContentFallbackEnabled: boolean;
43870
43870
  themePersistentId?: string | undefined;
43871
43871
  };
43872
43872
  fileId: string;
@@ -43899,7 +43899,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
43899
43899
  components: boolean;
43900
43900
  documentationFrames: boolean;
43901
43901
  tokens: boolean;
43902
- isUnpublishedImportFallbackEnabled: boolean;
43902
+ isUnpublishedContentFallbackEnabled: boolean;
43903
43903
  themePersistentId?: string | undefined;
43904
43904
  };
43905
43905
  fileId: string;
@@ -44001,20 +44001,20 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
44001
44001
  documentationFrames: z.ZodBoolean;
44002
44002
  tokens: z.ZodBoolean;
44003
44003
  themePersistentId: z.ZodOptional<z.ZodString>;
44004
- isUnpublishedImportFallbackEnabled: z.ZodBoolean;
44004
+ isUnpublishedContentFallbackEnabled: z.ZodBoolean;
44005
44005
  }, "strip", z.ZodTypeAny, {
44006
44006
  assets: boolean;
44007
44007
  components: boolean;
44008
44008
  documentationFrames: boolean;
44009
44009
  tokens: boolean;
44010
- isUnpublishedImportFallbackEnabled: boolean;
44010
+ isUnpublishedContentFallbackEnabled: boolean;
44011
44011
  themePersistentId?: string | undefined;
44012
44012
  }, {
44013
44013
  assets: boolean;
44014
44014
  components: boolean;
44015
44015
  documentationFrames: boolean;
44016
44016
  tokens: boolean;
44017
- isUnpublishedImportFallbackEnabled: boolean;
44017
+ isUnpublishedContentFallbackEnabled: boolean;
44018
44018
  themePersistentId?: string | undefined;
44019
44019
  }>;
44020
44020
  state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
@@ -44075,7 +44075,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
44075
44075
  components: boolean;
44076
44076
  documentationFrames: boolean;
44077
44077
  tokens: boolean;
44078
- isUnpublishedImportFallbackEnabled: boolean;
44078
+ isUnpublishedContentFallbackEnabled: boolean;
44079
44079
  themePersistentId?: string | undefined;
44080
44080
  };
44081
44081
  fileId: string;
@@ -44105,7 +44105,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
44105
44105
  components: boolean;
44106
44106
  documentationFrames: boolean;
44107
44107
  tokens: boolean;
44108
- isUnpublishedImportFallbackEnabled: boolean;
44108
+ isUnpublishedContentFallbackEnabled: boolean;
44109
44109
  themePersistentId?: string | undefined;
44110
44110
  };
44111
44111
  fileId: string;
@@ -44184,7 +44184,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
44184
44184
  components: boolean;
44185
44185
  documentationFrames: boolean;
44186
44186
  tokens: boolean;
44187
- isUnpublishedImportFallbackEnabled: boolean;
44187
+ isUnpublishedContentFallbackEnabled: boolean;
44188
44188
  themePersistentId?: string | undefined;
44189
44189
  };
44190
44190
  fileId: string;
@@ -44228,7 +44228,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
44228
44228
  components: boolean;
44229
44229
  documentationFrames: boolean;
44230
44230
  tokens: boolean;
44231
- isUnpublishedImportFallbackEnabled: boolean;
44231
+ isUnpublishedContentFallbackEnabled: boolean;
44232
44232
  themePersistentId?: string | undefined;
44233
44233
  };
44234
44234
  fileId: string;
@@ -44278,7 +44278,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
44278
44278
  components: boolean;
44279
44279
  documentationFrames: boolean;
44280
44280
  tokens: boolean;
44281
- isUnpublishedImportFallbackEnabled: boolean;
44281
+ isUnpublishedContentFallbackEnabled: boolean;
44282
44282
  themePersistentId?: string | undefined;
44283
44283
  };
44284
44284
  fileId: string;
@@ -44330,7 +44330,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
44330
44330
  components: boolean;
44331
44331
  documentationFrames: boolean;
44332
44332
  tokens: boolean;
44333
- isUnpublishedImportFallbackEnabled: boolean;
44333
+ isUnpublishedContentFallbackEnabled: boolean;
44334
44334
  themePersistentId?: string | undefined;
44335
44335
  };
44336
44336
  fileId: string;
@@ -44380,7 +44380,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
44380
44380
  components: boolean;
44381
44381
  documentationFrames: boolean;
44382
44382
  tokens: boolean;
44383
- isUnpublishedImportFallbackEnabled: boolean;
44383
+ isUnpublishedContentFallbackEnabled: boolean;
44384
44384
  themePersistentId?: string | undefined;
44385
44385
  };
44386
44386
  fileId: string;
@@ -44422,7 +44422,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
44422
44422
  components: boolean;
44423
44423
  documentationFrames: boolean;
44424
44424
  tokens: boolean;
44425
- isUnpublishedImportFallbackEnabled: boolean;
44425
+ isUnpublishedContentFallbackEnabled: boolean;
44426
44426
  themePersistentId?: string | undefined;
44427
44427
  };
44428
44428
  fileId: string;