@supernova-studio/model 1.3.8 → 1.4.0

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
@@ -210,6 +210,21 @@ declare function isSlugReserved(slug: string): boolean;
210
210
 
211
211
  declare const slugRegex: RegExp;
212
212
 
213
+ declare const GitInteropPulsarError: z.ZodObject<{
214
+ errorType: z.ZodString;
215
+ errorMessage: z.ZodString;
216
+ trace: z.ZodArray<z.ZodString, "many">;
217
+ }, "strip", z.ZodTypeAny, {
218
+ errorType: string;
219
+ errorMessage: string;
220
+ trace: string[];
221
+ }, {
222
+ errorType: string;
223
+ errorMessage: string;
224
+ trace: string[];
225
+ }>;
226
+ type GitInteropPulsarError = z.infer<typeof GitInteropPulsarError>;
227
+
213
228
  type DbCreateInputOmit<T> = Omit<T, "id" | "createdAt" | "updatedAt">;
214
229
  type DbUpdateInputOmit<T> = Omit<T, "createdAt" | "updatedAt" | "persistentId">;
215
230
  type DbUpdate<T extends {
@@ -448,12 +463,12 @@ declare const featureLimitedSchema: z.ZodObject<{
448
463
  errorMessage: z.ZodString;
449
464
  errorReason: z.ZodString;
450
465
  }, "strip", z.ZodTypeAny, {
451
- max: number;
452
466
  errorMessage: string;
467
+ max: number;
453
468
  errorReason: string;
454
469
  }, {
455
- max: number;
456
470
  errorMessage: string;
471
+ max: number;
457
472
  errorReason: string;
458
473
  }>;
459
474
  declare const featureToggleSchema: z.ZodObject<{
@@ -477,14 +492,14 @@ declare const featureWithImportJobsSchema: z.ZodObject<z.objectUtil.extendShape<
477
492
  noImportJobsErrorMessage: z.ZodString;
478
493
  noImportJobsErrorReason: z.ZodString;
479
494
  }>, "strip", z.ZodTypeAny, {
480
- max: number;
481
495
  errorMessage: string;
496
+ max: number;
482
497
  errorReason: string;
483
498
  noImportJobsErrorMessage: string;
484
499
  noImportJobsErrorReason: string;
485
500
  }, {
486
- max: number;
487
501
  errorMessage: string;
502
+ max: number;
488
503
  errorReason: string;
489
504
  noImportJobsErrorMessage: string;
490
505
  noImportJobsErrorReason: string;
@@ -498,12 +513,12 @@ declare const FeaturesSummary: z.ZodObject<{
498
513
  errorMessage: z.ZodString;
499
514
  errorReason: z.ZodString;
500
515
  }, "strip", z.ZodTypeAny, {
501
- max: number;
502
516
  errorMessage: string;
517
+ max: number;
503
518
  errorReason: string;
504
519
  }, {
505
- max: number;
506
520
  errorMessage: string;
521
+ max: number;
507
522
  errorReason: string;
508
523
  }>;
509
524
  designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
@@ -514,14 +529,14 @@ declare const FeaturesSummary: z.ZodObject<{
514
529
  noImportJobsErrorMessage: z.ZodString;
515
530
  noImportJobsErrorReason: z.ZodString;
516
531
  }>, "strip", z.ZodTypeAny, {
517
- max: number;
518
532
  errorMessage: string;
533
+ max: number;
519
534
  errorReason: string;
520
535
  noImportJobsErrorMessage: string;
521
536
  noImportJobsErrorReason: string;
522
537
  }, {
523
- max: number;
524
538
  errorMessage: string;
539
+ max: number;
525
540
  errorReason: string;
526
541
  noImportJobsErrorMessage: string;
527
542
  noImportJobsErrorReason: string;
@@ -531,12 +546,12 @@ declare const FeaturesSummary: z.ZodObject<{
531
546
  errorMessage: z.ZodString;
532
547
  errorReason: z.ZodString;
533
548
  }, "strip", z.ZodTypeAny, {
534
- max: number;
535
549
  errorMessage: string;
550
+ max: number;
536
551
  errorReason: string;
537
552
  }, {
538
- max: number;
539
553
  errorMessage: string;
554
+ max: number;
540
555
  errorReason: string;
541
556
  }>;
542
557
  themes: z.ZodObject<{
@@ -544,12 +559,12 @@ declare const FeaturesSummary: z.ZodObject<{
544
559
  errorMessage: z.ZodString;
545
560
  errorReason: z.ZodString;
546
561
  }, "strip", z.ZodTypeAny, {
547
- max: number;
548
562
  errorMessage: string;
563
+ max: number;
549
564
  errorReason: string;
550
565
  }, {
551
- max: number;
552
566
  errorMessage: string;
567
+ max: number;
553
568
  errorReason: string;
554
569
  }>;
555
570
  brands: z.ZodObject<{
@@ -557,12 +572,12 @@ declare const FeaturesSummary: z.ZodObject<{
557
572
  errorMessage: z.ZodString;
558
573
  errorReason: z.ZodString;
559
574
  }, "strip", z.ZodTypeAny, {
560
- max: number;
561
575
  errorMessage: string;
576
+ max: number;
562
577
  errorReason: string;
563
578
  }, {
564
- max: number;
565
579
  errorMessage: string;
580
+ max: number;
566
581
  errorReason: string;
567
582
  }>;
568
583
  codegenSchedules: z.ZodObject<{
@@ -570,12 +585,12 @@ declare const FeaturesSummary: z.ZodObject<{
570
585
  errorMessage: z.ZodString;
571
586
  errorReason: z.ZodString;
572
587
  }, "strip", z.ZodTypeAny, {
573
- max: number;
574
588
  errorMessage: string;
589
+ max: number;
575
590
  errorReason: string;
576
591
  }, {
577
- max: number;
578
592
  errorMessage: string;
593
+ max: number;
579
594
  errorReason: string;
580
595
  }>;
581
596
  publicDocumentation: z.ZodObject<{
@@ -687,12 +702,12 @@ declare const FeaturesSummary: z.ZodObject<{
687
702
  errorMessage: z.ZodString;
688
703
  errorReason: z.ZodString;
689
704
  }, "strip", z.ZodTypeAny, {
690
- max: number;
691
705
  errorMessage: string;
706
+ max: number;
692
707
  errorReason: string;
693
708
  }, {
694
- max: number;
695
709
  errorMessage: string;
710
+ max: number;
696
711
  errorReason: string;
697
712
  }>;
698
713
  workspaceViewers: z.ZodObject<{
@@ -700,12 +715,12 @@ declare const FeaturesSummary: z.ZodObject<{
700
715
  errorMessage: z.ZodString;
701
716
  errorReason: z.ZodString;
702
717
  }, "strip", z.ZodTypeAny, {
703
- max: number;
704
718
  errorMessage: string;
719
+ max: number;
705
720
  errorReason: string;
706
721
  }, {
707
- max: number;
708
722
  errorMessage: string;
723
+ max: number;
709
724
  errorReason: string;
710
725
  }>;
711
726
  customDocumentationExporter: z.ZodObject<{
@@ -801,35 +816,35 @@ declare const FeaturesSummary: z.ZodObject<{
801
816
  }>;
802
817
  }, "strip", z.ZodTypeAny, {
803
818
  themes: {
804
- max: number;
805
819
  errorMessage: string;
820
+ max: number;
806
821
  errorReason: string;
807
822
  };
808
823
  designSystems: {
809
- max: number;
810
824
  errorMessage: string;
825
+ max: number;
811
826
  errorReason: string;
812
827
  };
813
828
  designSystemSources: {
814
- max: number;
815
829
  errorMessage: string;
830
+ max: number;
816
831
  errorReason: string;
817
832
  noImportJobsErrorMessage: string;
818
833
  noImportJobsErrorReason: string;
819
834
  };
820
835
  designSystemVersions: {
821
- max: number;
822
836
  errorMessage: string;
837
+ max: number;
823
838
  errorReason: string;
824
839
  };
825
840
  brands: {
826
- max: number;
827
841
  errorMessage: string;
842
+ max: number;
828
843
  errorReason: string;
829
844
  };
830
845
  codegenSchedules: {
831
- max: number;
832
846
  errorMessage: string;
847
+ max: number;
833
848
  errorReason: string;
834
849
  };
835
850
  publicDocumentation: {
@@ -873,13 +888,13 @@ declare const FeaturesSummary: z.ZodObject<{
873
888
  enabled: boolean;
874
889
  };
875
890
  workspacePaidSeats: {
876
- max: number;
877
891
  errorMessage: string;
892
+ max: number;
878
893
  errorReason: string;
879
894
  };
880
895
  workspaceViewers: {
881
- max: number;
882
896
  errorMessage: string;
897
+ max: number;
883
898
  errorReason: string;
884
899
  };
885
900
  customDocumentationExporter: {
@@ -919,35 +934,35 @@ declare const FeaturesSummary: z.ZodObject<{
919
934
  };
920
935
  }, {
921
936
  themes: {
922
- max: number;
923
937
  errorMessage: string;
938
+ max: number;
924
939
  errorReason: string;
925
940
  };
926
941
  designSystems: {
927
- max: number;
928
942
  errorMessage: string;
943
+ max: number;
929
944
  errorReason: string;
930
945
  };
931
946
  designSystemSources: {
932
- max: number;
933
947
  errorMessage: string;
948
+ max: number;
934
949
  errorReason: string;
935
950
  noImportJobsErrorMessage: string;
936
951
  noImportJobsErrorReason: string;
937
952
  };
938
953
  designSystemVersions: {
939
- max: number;
940
954
  errorMessage: string;
955
+ max: number;
941
956
  errorReason: string;
942
957
  };
943
958
  brands: {
944
- max: number;
945
959
  errorMessage: string;
960
+ max: number;
946
961
  errorReason: string;
947
962
  };
948
963
  codegenSchedules: {
949
- max: number;
950
964
  errorMessage: string;
965
+ max: number;
951
966
  errorReason: string;
952
967
  };
953
968
  publicDocumentation: {
@@ -991,13 +1006,13 @@ declare const FeaturesSummary: z.ZodObject<{
991
1006
  enabled: boolean;
992
1007
  };
993
1008
  workspacePaidSeats: {
994
- max: number;
995
1009
  errorMessage: string;
1010
+ max: number;
996
1011
  errorReason: string;
997
1012
  };
998
1013
  workspaceViewers: {
999
- max: number;
1000
1014
  errorMessage: string;
1015
+ max: number;
1001
1016
  errorReason: string;
1002
1017
  };
1003
1018
  customDocumentationExporter: {
@@ -1286,12 +1301,12 @@ declare const Subscription: z.ZodObject<{
1286
1301
  errorMessage: z.ZodString;
1287
1302
  errorReason: z.ZodString;
1288
1303
  }, "strip", z.ZodTypeAny, {
1289
- max: number;
1290
1304
  errorMessage: string;
1305
+ max: number;
1291
1306
  errorReason: string;
1292
1307
  }, {
1293
- max: number;
1294
1308
  errorMessage: string;
1309
+ max: number;
1295
1310
  errorReason: string;
1296
1311
  }>;
1297
1312
  designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
@@ -1302,14 +1317,14 @@ declare const Subscription: z.ZodObject<{
1302
1317
  noImportJobsErrorMessage: z.ZodString;
1303
1318
  noImportJobsErrorReason: z.ZodString;
1304
1319
  }>, "strip", z.ZodTypeAny, {
1305
- max: number;
1306
1320
  errorMessage: string;
1321
+ max: number;
1307
1322
  errorReason: string;
1308
1323
  noImportJobsErrorMessage: string;
1309
1324
  noImportJobsErrorReason: string;
1310
1325
  }, {
1311
- max: number;
1312
1326
  errorMessage: string;
1327
+ max: number;
1313
1328
  errorReason: string;
1314
1329
  noImportJobsErrorMessage: string;
1315
1330
  noImportJobsErrorReason: string;
@@ -1319,12 +1334,12 @@ declare const Subscription: z.ZodObject<{
1319
1334
  errorMessage: z.ZodString;
1320
1335
  errorReason: z.ZodString;
1321
1336
  }, "strip", z.ZodTypeAny, {
1322
- max: number;
1323
1337
  errorMessage: string;
1338
+ max: number;
1324
1339
  errorReason: string;
1325
1340
  }, {
1326
- max: number;
1327
1341
  errorMessage: string;
1342
+ max: number;
1328
1343
  errorReason: string;
1329
1344
  }>;
1330
1345
  themes: z.ZodObject<{
@@ -1332,12 +1347,12 @@ declare const Subscription: z.ZodObject<{
1332
1347
  errorMessage: z.ZodString;
1333
1348
  errorReason: z.ZodString;
1334
1349
  }, "strip", z.ZodTypeAny, {
1335
- max: number;
1336
1350
  errorMessage: string;
1351
+ max: number;
1337
1352
  errorReason: string;
1338
1353
  }, {
1339
- max: number;
1340
1354
  errorMessage: string;
1355
+ max: number;
1341
1356
  errorReason: string;
1342
1357
  }>;
1343
1358
  brands: z.ZodObject<{
@@ -1345,12 +1360,12 @@ declare const Subscription: z.ZodObject<{
1345
1360
  errorMessage: z.ZodString;
1346
1361
  errorReason: z.ZodString;
1347
1362
  }, "strip", z.ZodTypeAny, {
1348
- max: number;
1349
1363
  errorMessage: string;
1364
+ max: number;
1350
1365
  errorReason: string;
1351
1366
  }, {
1352
- max: number;
1353
1367
  errorMessage: string;
1368
+ max: number;
1354
1369
  errorReason: string;
1355
1370
  }>;
1356
1371
  codegenSchedules: z.ZodObject<{
@@ -1358,12 +1373,12 @@ declare const Subscription: z.ZodObject<{
1358
1373
  errorMessage: z.ZodString;
1359
1374
  errorReason: z.ZodString;
1360
1375
  }, "strip", z.ZodTypeAny, {
1361
- max: number;
1362
1376
  errorMessage: string;
1377
+ max: number;
1363
1378
  errorReason: string;
1364
1379
  }, {
1365
- max: number;
1366
1380
  errorMessage: string;
1381
+ max: number;
1367
1382
  errorReason: string;
1368
1383
  }>;
1369
1384
  publicDocumentation: z.ZodObject<{
@@ -1475,12 +1490,12 @@ declare const Subscription: z.ZodObject<{
1475
1490
  errorMessage: z.ZodString;
1476
1491
  errorReason: z.ZodString;
1477
1492
  }, "strip", z.ZodTypeAny, {
1478
- max: number;
1479
1493
  errorMessage: string;
1494
+ max: number;
1480
1495
  errorReason: string;
1481
1496
  }, {
1482
- max: number;
1483
1497
  errorMessage: string;
1498
+ max: number;
1484
1499
  errorReason: string;
1485
1500
  }>;
1486
1501
  workspaceViewers: z.ZodObject<{
@@ -1488,12 +1503,12 @@ declare const Subscription: z.ZodObject<{
1488
1503
  errorMessage: z.ZodString;
1489
1504
  errorReason: z.ZodString;
1490
1505
  }, "strip", z.ZodTypeAny, {
1491
- max: number;
1492
1506
  errorMessage: string;
1507
+ max: number;
1493
1508
  errorReason: string;
1494
1509
  }, {
1495
- max: number;
1496
1510
  errorMessage: string;
1511
+ max: number;
1497
1512
  errorReason: string;
1498
1513
  }>;
1499
1514
  customDocumentationExporter: z.ZodObject<{
@@ -1589,35 +1604,35 @@ declare const Subscription: z.ZodObject<{
1589
1604
  }>;
1590
1605
  }, "strip", z.ZodTypeAny, {
1591
1606
  themes: {
1592
- max: number;
1593
1607
  errorMessage: string;
1608
+ max: number;
1594
1609
  errorReason: string;
1595
1610
  };
1596
1611
  designSystems: {
1597
- max: number;
1598
1612
  errorMessage: string;
1613
+ max: number;
1599
1614
  errorReason: string;
1600
1615
  };
1601
1616
  designSystemSources: {
1602
- max: number;
1603
1617
  errorMessage: string;
1618
+ max: number;
1604
1619
  errorReason: string;
1605
1620
  noImportJobsErrorMessage: string;
1606
1621
  noImportJobsErrorReason: string;
1607
1622
  };
1608
1623
  designSystemVersions: {
1609
- max: number;
1610
1624
  errorMessage: string;
1625
+ max: number;
1611
1626
  errorReason: string;
1612
1627
  };
1613
1628
  brands: {
1614
- max: number;
1615
1629
  errorMessage: string;
1630
+ max: number;
1616
1631
  errorReason: string;
1617
1632
  };
1618
1633
  codegenSchedules: {
1619
- max: number;
1620
1634
  errorMessage: string;
1635
+ max: number;
1621
1636
  errorReason: string;
1622
1637
  };
1623
1638
  publicDocumentation: {
@@ -1661,13 +1676,13 @@ declare const Subscription: z.ZodObject<{
1661
1676
  enabled: boolean;
1662
1677
  };
1663
1678
  workspacePaidSeats: {
1664
- max: number;
1665
1679
  errorMessage: string;
1680
+ max: number;
1666
1681
  errorReason: string;
1667
1682
  };
1668
1683
  workspaceViewers: {
1669
- max: number;
1670
1684
  errorMessage: string;
1685
+ max: number;
1671
1686
  errorReason: string;
1672
1687
  };
1673
1688
  customDocumentationExporter: {
@@ -1707,35 +1722,35 @@ declare const Subscription: z.ZodObject<{
1707
1722
  };
1708
1723
  }, {
1709
1724
  themes: {
1710
- max: number;
1711
1725
  errorMessage: string;
1726
+ max: number;
1712
1727
  errorReason: string;
1713
1728
  };
1714
1729
  designSystems: {
1715
- max: number;
1716
1730
  errorMessage: string;
1731
+ max: number;
1717
1732
  errorReason: string;
1718
1733
  };
1719
1734
  designSystemSources: {
1720
- max: number;
1721
1735
  errorMessage: string;
1736
+ max: number;
1722
1737
  errorReason: string;
1723
1738
  noImportJobsErrorMessage: string;
1724
1739
  noImportJobsErrorReason: string;
1725
1740
  };
1726
1741
  designSystemVersions: {
1727
- max: number;
1728
1742
  errorMessage: string;
1743
+ max: number;
1729
1744
  errorReason: string;
1730
1745
  };
1731
1746
  brands: {
1732
- max: number;
1733
1747
  errorMessage: string;
1748
+ max: number;
1734
1749
  errorReason: string;
1735
1750
  };
1736
1751
  codegenSchedules: {
1737
- max: number;
1738
1752
  errorMessage: string;
1753
+ max: number;
1739
1754
  errorReason: string;
1740
1755
  };
1741
1756
  publicDocumentation: {
@@ -1779,13 +1794,13 @@ declare const Subscription: z.ZodObject<{
1779
1794
  enabled: boolean;
1780
1795
  };
1781
1796
  workspacePaidSeats: {
1782
- max: number;
1783
1797
  errorMessage: string;
1798
+ max: number;
1784
1799
  errorReason: string;
1785
1800
  };
1786
1801
  workspaceViewers: {
1787
- max: number;
1788
1802
  errorMessage: string;
1803
+ max: number;
1789
1804
  errorReason: string;
1790
1805
  };
1791
1806
  customDocumentationExporter: {
@@ -1892,35 +1907,35 @@ declare const Subscription: z.ZodObject<{
1892
1907
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
1893
1908
  featuresSummary?: {
1894
1909
  themes: {
1895
- max: number;
1896
1910
  errorMessage: string;
1911
+ max: number;
1897
1912
  errorReason: string;
1898
1913
  };
1899
1914
  designSystems: {
1900
- max: number;
1901
1915
  errorMessage: string;
1916
+ max: number;
1902
1917
  errorReason: string;
1903
1918
  };
1904
1919
  designSystemSources: {
1905
- max: number;
1906
1920
  errorMessage: string;
1921
+ max: number;
1907
1922
  errorReason: string;
1908
1923
  noImportJobsErrorMessage: string;
1909
1924
  noImportJobsErrorReason: string;
1910
1925
  };
1911
1926
  designSystemVersions: {
1912
- max: number;
1913
1927
  errorMessage: string;
1928
+ max: number;
1914
1929
  errorReason: string;
1915
1930
  };
1916
1931
  brands: {
1917
- max: number;
1918
1932
  errorMessage: string;
1933
+ max: number;
1919
1934
  errorReason: string;
1920
1935
  };
1921
1936
  codegenSchedules: {
1922
- max: number;
1923
1937
  errorMessage: string;
1938
+ max: number;
1924
1939
  errorReason: string;
1925
1940
  };
1926
1941
  publicDocumentation: {
@@ -1964,13 +1979,13 @@ declare const Subscription: z.ZodObject<{
1964
1979
  enabled: boolean;
1965
1980
  };
1966
1981
  workspacePaidSeats: {
1967
- max: number;
1968
1982
  errorMessage: string;
1983
+ max: number;
1969
1984
  errorReason: string;
1970
1985
  };
1971
1986
  workspaceViewers: {
1972
- max: number;
1973
1987
  errorMessage: string;
1988
+ max: number;
1974
1989
  errorReason: string;
1975
1990
  };
1976
1991
  customDocumentationExporter: {
@@ -2044,35 +2059,35 @@ declare const Subscription: z.ZodObject<{
2044
2059
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
2045
2060
  featuresSummary?: {
2046
2061
  themes: {
2047
- max: number;
2048
2062
  errorMessage: string;
2063
+ max: number;
2049
2064
  errorReason: string;
2050
2065
  };
2051
2066
  designSystems: {
2052
- max: number;
2053
2067
  errorMessage: string;
2068
+ max: number;
2054
2069
  errorReason: string;
2055
2070
  };
2056
2071
  designSystemSources: {
2057
- max: number;
2058
2072
  errorMessage: string;
2073
+ max: number;
2059
2074
  errorReason: string;
2060
2075
  noImportJobsErrorMessage: string;
2061
2076
  noImportJobsErrorReason: string;
2062
2077
  };
2063
2078
  designSystemVersions: {
2064
- max: number;
2065
2079
  errorMessage: string;
2080
+ max: number;
2066
2081
  errorReason: string;
2067
2082
  };
2068
2083
  brands: {
2069
- max: number;
2070
2084
  errorMessage: string;
2085
+ max: number;
2071
2086
  errorReason: string;
2072
2087
  };
2073
2088
  codegenSchedules: {
2074
- max: number;
2075
2089
  errorMessage: string;
2090
+ max: number;
2076
2091
  errorReason: string;
2077
2092
  };
2078
2093
  publicDocumentation: {
@@ -2116,13 +2131,13 @@ declare const Subscription: z.ZodObject<{
2116
2131
  enabled: boolean;
2117
2132
  };
2118
2133
  workspacePaidSeats: {
2119
- max: number;
2120
2134
  errorMessage: string;
2135
+ max: number;
2121
2136
  errorReason: string;
2122
2137
  };
2123
2138
  workspaceViewers: {
2124
- max: number;
2125
2139
  errorMessage: string;
2140
+ max: number;
2126
2141
  errorReason: string;
2127
2142
  };
2128
2143
  customDocumentationExporter: {
@@ -12238,12 +12253,12 @@ declare const UserDump: z.ZodObject<{
12238
12253
  errorMessage: z.ZodString;
12239
12254
  errorReason: z.ZodString;
12240
12255
  }, "strip", z.ZodTypeAny, {
12241
- max: number;
12242
12256
  errorMessage: string;
12257
+ max: number;
12243
12258
  errorReason: string;
12244
12259
  }, {
12245
- max: number;
12246
12260
  errorMessage: string;
12261
+ max: number;
12247
12262
  errorReason: string;
12248
12263
  }>;
12249
12264
  designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
@@ -12254,14 +12269,14 @@ declare const UserDump: z.ZodObject<{
12254
12269
  noImportJobsErrorMessage: z.ZodString;
12255
12270
  noImportJobsErrorReason: z.ZodString;
12256
12271
  }>, "strip", z.ZodTypeAny, {
12257
- max: number;
12258
12272
  errorMessage: string;
12273
+ max: number;
12259
12274
  errorReason: string;
12260
12275
  noImportJobsErrorMessage: string;
12261
12276
  noImportJobsErrorReason: string;
12262
12277
  }, {
12263
- max: number;
12264
12278
  errorMessage: string;
12279
+ max: number;
12265
12280
  errorReason: string;
12266
12281
  noImportJobsErrorMessage: string;
12267
12282
  noImportJobsErrorReason: string;
@@ -12271,12 +12286,12 @@ declare const UserDump: z.ZodObject<{
12271
12286
  errorMessage: z.ZodString;
12272
12287
  errorReason: z.ZodString;
12273
12288
  }, "strip", z.ZodTypeAny, {
12274
- max: number;
12275
12289
  errorMessage: string;
12290
+ max: number;
12276
12291
  errorReason: string;
12277
12292
  }, {
12278
- max: number;
12279
12293
  errorMessage: string;
12294
+ max: number;
12280
12295
  errorReason: string;
12281
12296
  }>;
12282
12297
  themes: z.ZodObject<{
@@ -12284,12 +12299,12 @@ declare const UserDump: z.ZodObject<{
12284
12299
  errorMessage: z.ZodString;
12285
12300
  errorReason: z.ZodString;
12286
12301
  }, "strip", z.ZodTypeAny, {
12287
- max: number;
12288
12302
  errorMessage: string;
12303
+ max: number;
12289
12304
  errorReason: string;
12290
12305
  }, {
12291
- max: number;
12292
12306
  errorMessage: string;
12307
+ max: number;
12293
12308
  errorReason: string;
12294
12309
  }>;
12295
12310
  brands: z.ZodObject<{
@@ -12297,12 +12312,12 @@ declare const UserDump: z.ZodObject<{
12297
12312
  errorMessage: z.ZodString;
12298
12313
  errorReason: z.ZodString;
12299
12314
  }, "strip", z.ZodTypeAny, {
12300
- max: number;
12301
12315
  errorMessage: string;
12316
+ max: number;
12302
12317
  errorReason: string;
12303
12318
  }, {
12304
- max: number;
12305
12319
  errorMessage: string;
12320
+ max: number;
12306
12321
  errorReason: string;
12307
12322
  }>;
12308
12323
  codegenSchedules: z.ZodObject<{
@@ -12310,12 +12325,12 @@ declare const UserDump: z.ZodObject<{
12310
12325
  errorMessage: z.ZodString;
12311
12326
  errorReason: z.ZodString;
12312
12327
  }, "strip", z.ZodTypeAny, {
12313
- max: number;
12314
12328
  errorMessage: string;
12329
+ max: number;
12315
12330
  errorReason: string;
12316
12331
  }, {
12317
- max: number;
12318
12332
  errorMessage: string;
12333
+ max: number;
12319
12334
  errorReason: string;
12320
12335
  }>;
12321
12336
  publicDocumentation: z.ZodObject<{
@@ -12427,12 +12442,12 @@ declare const UserDump: z.ZodObject<{
12427
12442
  errorMessage: z.ZodString;
12428
12443
  errorReason: z.ZodString;
12429
12444
  }, "strip", z.ZodTypeAny, {
12430
- max: number;
12431
12445
  errorMessage: string;
12446
+ max: number;
12432
12447
  errorReason: string;
12433
12448
  }, {
12434
- max: number;
12435
12449
  errorMessage: string;
12450
+ max: number;
12436
12451
  errorReason: string;
12437
12452
  }>;
12438
12453
  workspaceViewers: z.ZodObject<{
@@ -12440,12 +12455,12 @@ declare const UserDump: z.ZodObject<{
12440
12455
  errorMessage: z.ZodString;
12441
12456
  errorReason: z.ZodString;
12442
12457
  }, "strip", z.ZodTypeAny, {
12443
- max: number;
12444
12458
  errorMessage: string;
12459
+ max: number;
12445
12460
  errorReason: string;
12446
12461
  }, {
12447
- max: number;
12448
12462
  errorMessage: string;
12463
+ max: number;
12449
12464
  errorReason: string;
12450
12465
  }>;
12451
12466
  customDocumentationExporter: z.ZodObject<{
@@ -12541,35 +12556,35 @@ declare const UserDump: z.ZodObject<{
12541
12556
  }>;
12542
12557
  }, "strip", z.ZodTypeAny, {
12543
12558
  themes: {
12544
- max: number;
12545
12559
  errorMessage: string;
12560
+ max: number;
12546
12561
  errorReason: string;
12547
12562
  };
12548
12563
  designSystems: {
12549
- max: number;
12550
12564
  errorMessage: string;
12565
+ max: number;
12551
12566
  errorReason: string;
12552
12567
  };
12553
12568
  designSystemSources: {
12554
- max: number;
12555
12569
  errorMessage: string;
12570
+ max: number;
12556
12571
  errorReason: string;
12557
12572
  noImportJobsErrorMessage: string;
12558
12573
  noImportJobsErrorReason: string;
12559
12574
  };
12560
12575
  designSystemVersions: {
12561
- max: number;
12562
12576
  errorMessage: string;
12577
+ max: number;
12563
12578
  errorReason: string;
12564
12579
  };
12565
12580
  brands: {
12566
- max: number;
12567
12581
  errorMessage: string;
12582
+ max: number;
12568
12583
  errorReason: string;
12569
12584
  };
12570
12585
  codegenSchedules: {
12571
- max: number;
12572
12586
  errorMessage: string;
12587
+ max: number;
12573
12588
  errorReason: string;
12574
12589
  };
12575
12590
  publicDocumentation: {
@@ -12613,13 +12628,13 @@ declare const UserDump: z.ZodObject<{
12613
12628
  enabled: boolean;
12614
12629
  };
12615
12630
  workspacePaidSeats: {
12616
- max: number;
12617
12631
  errorMessage: string;
12632
+ max: number;
12618
12633
  errorReason: string;
12619
12634
  };
12620
12635
  workspaceViewers: {
12621
- max: number;
12622
12636
  errorMessage: string;
12637
+ max: number;
12623
12638
  errorReason: string;
12624
12639
  };
12625
12640
  customDocumentationExporter: {
@@ -12659,35 +12674,35 @@ declare const UserDump: z.ZodObject<{
12659
12674
  };
12660
12675
  }, {
12661
12676
  themes: {
12662
- max: number;
12663
12677
  errorMessage: string;
12678
+ max: number;
12664
12679
  errorReason: string;
12665
12680
  };
12666
12681
  designSystems: {
12667
- max: number;
12668
12682
  errorMessage: string;
12683
+ max: number;
12669
12684
  errorReason: string;
12670
12685
  };
12671
12686
  designSystemSources: {
12672
- max: number;
12673
12687
  errorMessage: string;
12688
+ max: number;
12674
12689
  errorReason: string;
12675
12690
  noImportJobsErrorMessage: string;
12676
12691
  noImportJobsErrorReason: string;
12677
12692
  };
12678
12693
  designSystemVersions: {
12679
- max: number;
12680
12694
  errorMessage: string;
12695
+ max: number;
12681
12696
  errorReason: string;
12682
12697
  };
12683
12698
  brands: {
12684
- max: number;
12685
12699
  errorMessage: string;
12700
+ max: number;
12686
12701
  errorReason: string;
12687
12702
  };
12688
12703
  codegenSchedules: {
12689
- max: number;
12690
12704
  errorMessage: string;
12705
+ max: number;
12691
12706
  errorReason: string;
12692
12707
  };
12693
12708
  publicDocumentation: {
@@ -12731,13 +12746,13 @@ declare const UserDump: z.ZodObject<{
12731
12746
  enabled: boolean;
12732
12747
  };
12733
12748
  workspacePaidSeats: {
12734
- max: number;
12735
12749
  errorMessage: string;
12750
+ max: number;
12736
12751
  errorReason: string;
12737
12752
  };
12738
12753
  workspaceViewers: {
12739
- max: number;
12740
12754
  errorMessage: string;
12755
+ max: number;
12741
12756
  errorReason: string;
12742
12757
  };
12743
12758
  customDocumentationExporter: {
@@ -12844,35 +12859,35 @@ declare const UserDump: z.ZodObject<{
12844
12859
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
12845
12860
  featuresSummary?: {
12846
12861
  themes: {
12847
- max: number;
12848
12862
  errorMessage: string;
12863
+ max: number;
12849
12864
  errorReason: string;
12850
12865
  };
12851
12866
  designSystems: {
12852
- max: number;
12853
12867
  errorMessage: string;
12868
+ max: number;
12854
12869
  errorReason: string;
12855
12870
  };
12856
12871
  designSystemSources: {
12857
- max: number;
12858
12872
  errorMessage: string;
12873
+ max: number;
12859
12874
  errorReason: string;
12860
12875
  noImportJobsErrorMessage: string;
12861
12876
  noImportJobsErrorReason: string;
12862
12877
  };
12863
12878
  designSystemVersions: {
12864
- max: number;
12865
12879
  errorMessage: string;
12880
+ max: number;
12866
12881
  errorReason: string;
12867
12882
  };
12868
12883
  brands: {
12869
- max: number;
12870
12884
  errorMessage: string;
12885
+ max: number;
12871
12886
  errorReason: string;
12872
12887
  };
12873
12888
  codegenSchedules: {
12874
- max: number;
12875
12889
  errorMessage: string;
12890
+ max: number;
12876
12891
  errorReason: string;
12877
12892
  };
12878
12893
  publicDocumentation: {
@@ -12916,13 +12931,13 @@ declare const UserDump: z.ZodObject<{
12916
12931
  enabled: boolean;
12917
12932
  };
12918
12933
  workspacePaidSeats: {
12919
- max: number;
12920
12934
  errorMessage: string;
12935
+ max: number;
12921
12936
  errorReason: string;
12922
12937
  };
12923
12938
  workspaceViewers: {
12924
- max: number;
12925
12939
  errorMessage: string;
12940
+ max: number;
12926
12941
  errorReason: string;
12927
12942
  };
12928
12943
  customDocumentationExporter: {
@@ -12996,35 +13011,35 @@ declare const UserDump: z.ZodObject<{
12996
13011
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
12997
13012
  featuresSummary?: {
12998
13013
  themes: {
12999
- max: number;
13000
13014
  errorMessage: string;
13015
+ max: number;
13001
13016
  errorReason: string;
13002
13017
  };
13003
13018
  designSystems: {
13004
- max: number;
13005
13019
  errorMessage: string;
13020
+ max: number;
13006
13021
  errorReason: string;
13007
13022
  };
13008
13023
  designSystemSources: {
13009
- max: number;
13010
13024
  errorMessage: string;
13025
+ max: number;
13011
13026
  errorReason: string;
13012
13027
  noImportJobsErrorMessage: string;
13013
13028
  noImportJobsErrorReason: string;
13014
13029
  };
13015
13030
  designSystemVersions: {
13016
- max: number;
13017
13031
  errorMessage: string;
13032
+ max: number;
13018
13033
  errorReason: string;
13019
13034
  };
13020
13035
  brands: {
13021
- max: number;
13022
13036
  errorMessage: string;
13037
+ max: number;
13023
13038
  errorReason: string;
13024
13039
  };
13025
13040
  codegenSchedules: {
13026
- max: number;
13027
13041
  errorMessage: string;
13042
+ max: number;
13028
13043
  errorReason: string;
13029
13044
  };
13030
13045
  publicDocumentation: {
@@ -13068,13 +13083,13 @@ declare const UserDump: z.ZodObject<{
13068
13083
  enabled: boolean;
13069
13084
  };
13070
13085
  workspacePaidSeats: {
13071
- max: number;
13072
13086
  errorMessage: string;
13087
+ max: number;
13073
13088
  errorReason: string;
13074
13089
  };
13075
13090
  workspaceViewers: {
13076
- max: number;
13077
13091
  errorMessage: string;
13092
+ max: number;
13078
13093
  errorReason: string;
13079
13094
  };
13080
13095
  customDocumentationExporter: {
@@ -13324,35 +13339,35 @@ declare const UserDump: z.ZodObject<{
13324
13339
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
13325
13340
  featuresSummary?: {
13326
13341
  themes: {
13327
- max: number;
13328
13342
  errorMessage: string;
13343
+ max: number;
13329
13344
  errorReason: string;
13330
13345
  };
13331
13346
  designSystems: {
13332
- max: number;
13333
13347
  errorMessage: string;
13348
+ max: number;
13334
13349
  errorReason: string;
13335
13350
  };
13336
13351
  designSystemSources: {
13337
- max: number;
13338
13352
  errorMessage: string;
13353
+ max: number;
13339
13354
  errorReason: string;
13340
13355
  noImportJobsErrorMessage: string;
13341
13356
  noImportJobsErrorReason: string;
13342
13357
  };
13343
13358
  designSystemVersions: {
13344
- max: number;
13345
13359
  errorMessage: string;
13360
+ max: number;
13346
13361
  errorReason: string;
13347
13362
  };
13348
13363
  brands: {
13349
- max: number;
13350
13364
  errorMessage: string;
13365
+ max: number;
13351
13366
  errorReason: string;
13352
13367
  };
13353
13368
  codegenSchedules: {
13354
- max: number;
13355
13369
  errorMessage: string;
13370
+ max: number;
13356
13371
  errorReason: string;
13357
13372
  };
13358
13373
  publicDocumentation: {
@@ -13396,13 +13411,13 @@ declare const UserDump: z.ZodObject<{
13396
13411
  enabled: boolean;
13397
13412
  };
13398
13413
  workspacePaidSeats: {
13399
- max: number;
13400
13414
  errorMessage: string;
13415
+ max: number;
13401
13416
  errorReason: string;
13402
13417
  };
13403
13418
  workspaceViewers: {
13404
- max: number;
13405
13419
  errorMessage: string;
13420
+ max: number;
13406
13421
  errorReason: string;
13407
13422
  };
13408
13423
  customDocumentationExporter: {
@@ -13541,35 +13556,35 @@ declare const UserDump: z.ZodObject<{
13541
13556
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
13542
13557
  featuresSummary?: {
13543
13558
  themes: {
13544
- max: number;
13545
13559
  errorMessage: string;
13560
+ max: number;
13546
13561
  errorReason: string;
13547
13562
  };
13548
13563
  designSystems: {
13549
- max: number;
13550
13564
  errorMessage: string;
13565
+ max: number;
13551
13566
  errorReason: string;
13552
13567
  };
13553
13568
  designSystemSources: {
13554
- max: number;
13555
13569
  errorMessage: string;
13570
+ max: number;
13556
13571
  errorReason: string;
13557
13572
  noImportJobsErrorMessage: string;
13558
13573
  noImportJobsErrorReason: string;
13559
13574
  };
13560
13575
  designSystemVersions: {
13561
- max: number;
13562
13576
  errorMessage: string;
13577
+ max: number;
13563
13578
  errorReason: string;
13564
13579
  };
13565
13580
  brands: {
13566
- max: number;
13567
13581
  errorMessage: string;
13582
+ max: number;
13568
13583
  errorReason: string;
13569
13584
  };
13570
13585
  codegenSchedules: {
13571
- max: number;
13572
13586
  errorMessage: string;
13587
+ max: number;
13573
13588
  errorReason: string;
13574
13589
  };
13575
13590
  publicDocumentation: {
@@ -13613,13 +13628,13 @@ declare const UserDump: z.ZodObject<{
13613
13628
  enabled: boolean;
13614
13629
  };
13615
13630
  workspacePaidSeats: {
13616
- max: number;
13617
13631
  errorMessage: string;
13632
+ max: number;
13618
13633
  errorReason: string;
13619
13634
  };
13620
13635
  workspaceViewers: {
13621
- max: number;
13622
13636
  errorMessage: string;
13637
+ max: number;
13623
13638
  errorReason: string;
13624
13639
  };
13625
13640
  customDocumentationExporter: {
@@ -20179,35 +20194,35 @@ declare const UserDump: z.ZodObject<{
20179
20194
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
20180
20195
  featuresSummary?: {
20181
20196
  themes: {
20182
- max: number;
20183
20197
  errorMessage: string;
20198
+ max: number;
20184
20199
  errorReason: string;
20185
20200
  };
20186
20201
  designSystems: {
20187
- max: number;
20188
20202
  errorMessage: string;
20203
+ max: number;
20189
20204
  errorReason: string;
20190
20205
  };
20191
20206
  designSystemSources: {
20192
- max: number;
20193
20207
  errorMessage: string;
20208
+ max: number;
20194
20209
  errorReason: string;
20195
20210
  noImportJobsErrorMessage: string;
20196
20211
  noImportJobsErrorReason: string;
20197
20212
  };
20198
20213
  designSystemVersions: {
20199
- max: number;
20200
20214
  errorMessage: string;
20215
+ max: number;
20201
20216
  errorReason: string;
20202
20217
  };
20203
20218
  brands: {
20204
- max: number;
20205
20219
  errorMessage: string;
20220
+ max: number;
20206
20221
  errorReason: string;
20207
20222
  };
20208
20223
  codegenSchedules: {
20209
- max: number;
20210
20224
  errorMessage: string;
20225
+ max: number;
20211
20226
  errorReason: string;
20212
20227
  };
20213
20228
  publicDocumentation: {
@@ -20251,13 +20266,13 @@ declare const UserDump: z.ZodObject<{
20251
20266
  enabled: boolean;
20252
20267
  };
20253
20268
  workspacePaidSeats: {
20254
- max: number;
20255
20269
  errorMessage: string;
20270
+ max: number;
20256
20271
  errorReason: string;
20257
20272
  };
20258
20273
  workspaceViewers: {
20259
- max: number;
20260
20274
  errorMessage: string;
20275
+ max: number;
20261
20276
  errorReason: string;
20262
20277
  };
20263
20278
  customDocumentationExporter: {
@@ -21140,35 +21155,35 @@ declare const UserDump: z.ZodObject<{
21140
21155
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
21141
21156
  featuresSummary?: {
21142
21157
  themes: {
21143
- max: number;
21144
21158
  errorMessage: string;
21159
+ max: number;
21145
21160
  errorReason: string;
21146
21161
  };
21147
21162
  designSystems: {
21148
- max: number;
21149
21163
  errorMessage: string;
21164
+ max: number;
21150
21165
  errorReason: string;
21151
21166
  };
21152
21167
  designSystemSources: {
21153
- max: number;
21154
21168
  errorMessage: string;
21169
+ max: number;
21155
21170
  errorReason: string;
21156
21171
  noImportJobsErrorMessage: string;
21157
21172
  noImportJobsErrorReason: string;
21158
21173
  };
21159
21174
  designSystemVersions: {
21160
- max: number;
21161
21175
  errorMessage: string;
21176
+ max: number;
21162
21177
  errorReason: string;
21163
21178
  };
21164
21179
  brands: {
21165
- max: number;
21166
21180
  errorMessage: string;
21181
+ max: number;
21167
21182
  errorReason: string;
21168
21183
  };
21169
21184
  codegenSchedules: {
21170
- max: number;
21171
21185
  errorMessage: string;
21186
+ max: number;
21172
21187
  errorReason: string;
21173
21188
  };
21174
21189
  publicDocumentation: {
@@ -21212,13 +21227,13 @@ declare const UserDump: z.ZodObject<{
21212
21227
  enabled: boolean;
21213
21228
  };
21214
21229
  workspacePaidSeats: {
21215
- max: number;
21216
21230
  errorMessage: string;
21231
+ max: number;
21217
21232
  errorReason: string;
21218
21233
  };
21219
21234
  workspaceViewers: {
21220
- max: number;
21221
21235
  errorMessage: string;
21236
+ max: number;
21222
21237
  errorReason: string;
21223
21238
  };
21224
21239
  customDocumentationExporter: {
@@ -22103,35 +22118,35 @@ declare const UserDump: z.ZodObject<{
22103
22118
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
22104
22119
  featuresSummary?: {
22105
22120
  themes: {
22106
- max: number;
22107
22121
  errorMessage: string;
22122
+ max: number;
22108
22123
  errorReason: string;
22109
22124
  };
22110
22125
  designSystems: {
22111
- max: number;
22112
22126
  errorMessage: string;
22127
+ max: number;
22113
22128
  errorReason: string;
22114
22129
  };
22115
22130
  designSystemSources: {
22116
- max: number;
22117
22131
  errorMessage: string;
22132
+ max: number;
22118
22133
  errorReason: string;
22119
22134
  noImportJobsErrorMessage: string;
22120
22135
  noImportJobsErrorReason: string;
22121
22136
  };
22122
22137
  designSystemVersions: {
22123
- max: number;
22124
22138
  errorMessage: string;
22139
+ max: number;
22125
22140
  errorReason: string;
22126
22141
  };
22127
22142
  brands: {
22128
- max: number;
22129
22143
  errorMessage: string;
22144
+ max: number;
22130
22145
  errorReason: string;
22131
22146
  };
22132
22147
  codegenSchedules: {
22133
- max: number;
22134
22148
  errorMessage: string;
22149
+ max: number;
22135
22150
  errorReason: string;
22136
22151
  };
22137
22152
  publicDocumentation: {
@@ -22175,13 +22190,13 @@ declare const UserDump: z.ZodObject<{
22175
22190
  enabled: boolean;
22176
22191
  };
22177
22192
  workspacePaidSeats: {
22178
- max: number;
22179
22193
  errorMessage: string;
22194
+ max: number;
22180
22195
  errorReason: string;
22181
22196
  };
22182
22197
  workspaceViewers: {
22183
- max: number;
22184
22198
  errorMessage: string;
22199
+ max: number;
22185
22200
  errorReason: string;
22186
22201
  };
22187
22202
  customDocumentationExporter: {
@@ -23140,35 +23155,35 @@ declare const UserDump: z.ZodObject<{
23140
23155
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
23141
23156
  featuresSummary?: {
23142
23157
  themes: {
23143
- max: number;
23144
23158
  errorMessage: string;
23159
+ max: number;
23145
23160
  errorReason: string;
23146
23161
  };
23147
23162
  designSystems: {
23148
- max: number;
23149
23163
  errorMessage: string;
23164
+ max: number;
23150
23165
  errorReason: string;
23151
23166
  };
23152
23167
  designSystemSources: {
23153
- max: number;
23154
23168
  errorMessage: string;
23169
+ max: number;
23155
23170
  errorReason: string;
23156
23171
  noImportJobsErrorMessage: string;
23157
23172
  noImportJobsErrorReason: string;
23158
23173
  };
23159
23174
  designSystemVersions: {
23160
- max: number;
23161
23175
  errorMessage: string;
23176
+ max: number;
23162
23177
  errorReason: string;
23163
23178
  };
23164
23179
  brands: {
23165
- max: number;
23166
23180
  errorMessage: string;
23181
+ max: number;
23167
23182
  errorReason: string;
23168
23183
  };
23169
23184
  codegenSchedules: {
23170
- max: number;
23171
23185
  errorMessage: string;
23186
+ max: number;
23172
23187
  errorReason: string;
23173
23188
  };
23174
23189
  publicDocumentation: {
@@ -23212,13 +23227,13 @@ declare const UserDump: z.ZodObject<{
23212
23227
  enabled: boolean;
23213
23228
  };
23214
23229
  workspacePaidSeats: {
23215
- max: number;
23216
23230
  errorMessage: string;
23231
+ max: number;
23217
23232
  errorReason: string;
23218
23233
  };
23219
23234
  workspaceViewers: {
23220
- max: number;
23221
23235
  errorMessage: string;
23236
+ max: number;
23222
23237
  errorReason: string;
23223
23238
  };
23224
23239
  customDocumentationExporter: {
@@ -24251,12 +24266,12 @@ declare const WorkspaceDump: z.ZodObject<{
24251
24266
  errorMessage: z.ZodString;
24252
24267
  errorReason: z.ZodString;
24253
24268
  }, "strip", z.ZodTypeAny, {
24254
- max: number;
24255
24269
  errorMessage: string;
24270
+ max: number;
24256
24271
  errorReason: string;
24257
24272
  }, {
24258
- max: number;
24259
24273
  errorMessage: string;
24274
+ max: number;
24260
24275
  errorReason: string;
24261
24276
  }>;
24262
24277
  designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
@@ -24267,14 +24282,14 @@ declare const WorkspaceDump: z.ZodObject<{
24267
24282
  noImportJobsErrorMessage: z.ZodString;
24268
24283
  noImportJobsErrorReason: z.ZodString;
24269
24284
  }>, "strip", z.ZodTypeAny, {
24270
- max: number;
24271
24285
  errorMessage: string;
24286
+ max: number;
24272
24287
  errorReason: string;
24273
24288
  noImportJobsErrorMessage: string;
24274
24289
  noImportJobsErrorReason: string;
24275
24290
  }, {
24276
- max: number;
24277
24291
  errorMessage: string;
24292
+ max: number;
24278
24293
  errorReason: string;
24279
24294
  noImportJobsErrorMessage: string;
24280
24295
  noImportJobsErrorReason: string;
@@ -24284,12 +24299,12 @@ declare const WorkspaceDump: z.ZodObject<{
24284
24299
  errorMessage: z.ZodString;
24285
24300
  errorReason: z.ZodString;
24286
24301
  }, "strip", z.ZodTypeAny, {
24287
- max: number;
24288
24302
  errorMessage: string;
24303
+ max: number;
24289
24304
  errorReason: string;
24290
24305
  }, {
24291
- max: number;
24292
24306
  errorMessage: string;
24307
+ max: number;
24293
24308
  errorReason: string;
24294
24309
  }>;
24295
24310
  themes: z.ZodObject<{
@@ -24297,12 +24312,12 @@ declare const WorkspaceDump: z.ZodObject<{
24297
24312
  errorMessage: z.ZodString;
24298
24313
  errorReason: z.ZodString;
24299
24314
  }, "strip", z.ZodTypeAny, {
24300
- max: number;
24301
24315
  errorMessage: string;
24316
+ max: number;
24302
24317
  errorReason: string;
24303
24318
  }, {
24304
- max: number;
24305
24319
  errorMessage: string;
24320
+ max: number;
24306
24321
  errorReason: string;
24307
24322
  }>;
24308
24323
  brands: z.ZodObject<{
@@ -24310,12 +24325,12 @@ declare const WorkspaceDump: z.ZodObject<{
24310
24325
  errorMessage: z.ZodString;
24311
24326
  errorReason: z.ZodString;
24312
24327
  }, "strip", z.ZodTypeAny, {
24313
- max: number;
24314
24328
  errorMessage: string;
24329
+ max: number;
24315
24330
  errorReason: string;
24316
24331
  }, {
24317
- max: number;
24318
24332
  errorMessage: string;
24333
+ max: number;
24319
24334
  errorReason: string;
24320
24335
  }>;
24321
24336
  codegenSchedules: z.ZodObject<{
@@ -24323,12 +24338,12 @@ declare const WorkspaceDump: z.ZodObject<{
24323
24338
  errorMessage: z.ZodString;
24324
24339
  errorReason: z.ZodString;
24325
24340
  }, "strip", z.ZodTypeAny, {
24326
- max: number;
24327
24341
  errorMessage: string;
24342
+ max: number;
24328
24343
  errorReason: string;
24329
24344
  }, {
24330
- max: number;
24331
24345
  errorMessage: string;
24346
+ max: number;
24332
24347
  errorReason: string;
24333
24348
  }>;
24334
24349
  publicDocumentation: z.ZodObject<{
@@ -24440,12 +24455,12 @@ declare const WorkspaceDump: z.ZodObject<{
24440
24455
  errorMessage: z.ZodString;
24441
24456
  errorReason: z.ZodString;
24442
24457
  }, "strip", z.ZodTypeAny, {
24443
- max: number;
24444
24458
  errorMessage: string;
24459
+ max: number;
24445
24460
  errorReason: string;
24446
24461
  }, {
24447
- max: number;
24448
24462
  errorMessage: string;
24463
+ max: number;
24449
24464
  errorReason: string;
24450
24465
  }>;
24451
24466
  workspaceViewers: z.ZodObject<{
@@ -24453,12 +24468,12 @@ declare const WorkspaceDump: z.ZodObject<{
24453
24468
  errorMessage: z.ZodString;
24454
24469
  errorReason: z.ZodString;
24455
24470
  }, "strip", z.ZodTypeAny, {
24456
- max: number;
24457
24471
  errorMessage: string;
24472
+ max: number;
24458
24473
  errorReason: string;
24459
24474
  }, {
24460
- max: number;
24461
24475
  errorMessage: string;
24476
+ max: number;
24462
24477
  errorReason: string;
24463
24478
  }>;
24464
24479
  customDocumentationExporter: z.ZodObject<{
@@ -24554,35 +24569,35 @@ declare const WorkspaceDump: z.ZodObject<{
24554
24569
  }>;
24555
24570
  }, "strip", z.ZodTypeAny, {
24556
24571
  themes: {
24557
- max: number;
24558
24572
  errorMessage: string;
24573
+ max: number;
24559
24574
  errorReason: string;
24560
24575
  };
24561
24576
  designSystems: {
24562
- max: number;
24563
24577
  errorMessage: string;
24578
+ max: number;
24564
24579
  errorReason: string;
24565
24580
  };
24566
24581
  designSystemSources: {
24567
- max: number;
24568
24582
  errorMessage: string;
24583
+ max: number;
24569
24584
  errorReason: string;
24570
24585
  noImportJobsErrorMessage: string;
24571
24586
  noImportJobsErrorReason: string;
24572
24587
  };
24573
24588
  designSystemVersions: {
24574
- max: number;
24575
24589
  errorMessage: string;
24590
+ max: number;
24576
24591
  errorReason: string;
24577
24592
  };
24578
24593
  brands: {
24579
- max: number;
24580
24594
  errorMessage: string;
24595
+ max: number;
24581
24596
  errorReason: string;
24582
24597
  };
24583
24598
  codegenSchedules: {
24584
- max: number;
24585
24599
  errorMessage: string;
24600
+ max: number;
24586
24601
  errorReason: string;
24587
24602
  };
24588
24603
  publicDocumentation: {
@@ -24626,13 +24641,13 @@ declare const WorkspaceDump: z.ZodObject<{
24626
24641
  enabled: boolean;
24627
24642
  };
24628
24643
  workspacePaidSeats: {
24629
- max: number;
24630
24644
  errorMessage: string;
24645
+ max: number;
24631
24646
  errorReason: string;
24632
24647
  };
24633
24648
  workspaceViewers: {
24634
- max: number;
24635
24649
  errorMessage: string;
24650
+ max: number;
24636
24651
  errorReason: string;
24637
24652
  };
24638
24653
  customDocumentationExporter: {
@@ -24672,35 +24687,35 @@ declare const WorkspaceDump: z.ZodObject<{
24672
24687
  };
24673
24688
  }, {
24674
24689
  themes: {
24675
- max: number;
24676
24690
  errorMessage: string;
24691
+ max: number;
24677
24692
  errorReason: string;
24678
24693
  };
24679
24694
  designSystems: {
24680
- max: number;
24681
24695
  errorMessage: string;
24696
+ max: number;
24682
24697
  errorReason: string;
24683
24698
  };
24684
24699
  designSystemSources: {
24685
- max: number;
24686
24700
  errorMessage: string;
24701
+ max: number;
24687
24702
  errorReason: string;
24688
24703
  noImportJobsErrorMessage: string;
24689
24704
  noImportJobsErrorReason: string;
24690
24705
  };
24691
24706
  designSystemVersions: {
24692
- max: number;
24693
24707
  errorMessage: string;
24708
+ max: number;
24694
24709
  errorReason: string;
24695
24710
  };
24696
24711
  brands: {
24697
- max: number;
24698
24712
  errorMessage: string;
24713
+ max: number;
24699
24714
  errorReason: string;
24700
24715
  };
24701
24716
  codegenSchedules: {
24702
- max: number;
24703
24717
  errorMessage: string;
24718
+ max: number;
24704
24719
  errorReason: string;
24705
24720
  };
24706
24721
  publicDocumentation: {
@@ -24744,13 +24759,13 @@ declare const WorkspaceDump: z.ZodObject<{
24744
24759
  enabled: boolean;
24745
24760
  };
24746
24761
  workspacePaidSeats: {
24747
- max: number;
24748
24762
  errorMessage: string;
24763
+ max: number;
24749
24764
  errorReason: string;
24750
24765
  };
24751
24766
  workspaceViewers: {
24752
- max: number;
24753
24767
  errorMessage: string;
24768
+ max: number;
24754
24769
  errorReason: string;
24755
24770
  };
24756
24771
  customDocumentationExporter: {
@@ -24857,35 +24872,35 @@ declare const WorkspaceDump: z.ZodObject<{
24857
24872
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
24858
24873
  featuresSummary?: {
24859
24874
  themes: {
24860
- max: number;
24861
24875
  errorMessage: string;
24876
+ max: number;
24862
24877
  errorReason: string;
24863
24878
  };
24864
24879
  designSystems: {
24865
- max: number;
24866
24880
  errorMessage: string;
24881
+ max: number;
24867
24882
  errorReason: string;
24868
24883
  };
24869
24884
  designSystemSources: {
24870
- max: number;
24871
24885
  errorMessage: string;
24886
+ max: number;
24872
24887
  errorReason: string;
24873
24888
  noImportJobsErrorMessage: string;
24874
24889
  noImportJobsErrorReason: string;
24875
24890
  };
24876
24891
  designSystemVersions: {
24877
- max: number;
24878
24892
  errorMessage: string;
24893
+ max: number;
24879
24894
  errorReason: string;
24880
24895
  };
24881
24896
  brands: {
24882
- max: number;
24883
24897
  errorMessage: string;
24898
+ max: number;
24884
24899
  errorReason: string;
24885
24900
  };
24886
24901
  codegenSchedules: {
24887
- max: number;
24888
24902
  errorMessage: string;
24903
+ max: number;
24889
24904
  errorReason: string;
24890
24905
  };
24891
24906
  publicDocumentation: {
@@ -24929,13 +24944,13 @@ declare const WorkspaceDump: z.ZodObject<{
24929
24944
  enabled: boolean;
24930
24945
  };
24931
24946
  workspacePaidSeats: {
24932
- max: number;
24933
24947
  errorMessage: string;
24948
+ max: number;
24934
24949
  errorReason: string;
24935
24950
  };
24936
24951
  workspaceViewers: {
24937
- max: number;
24938
24952
  errorMessage: string;
24953
+ max: number;
24939
24954
  errorReason: string;
24940
24955
  };
24941
24956
  customDocumentationExporter: {
@@ -25009,35 +25024,35 @@ declare const WorkspaceDump: z.ZodObject<{
25009
25024
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
25010
25025
  featuresSummary?: {
25011
25026
  themes: {
25012
- max: number;
25013
25027
  errorMessage: string;
25028
+ max: number;
25014
25029
  errorReason: string;
25015
25030
  };
25016
25031
  designSystems: {
25017
- max: number;
25018
25032
  errorMessage: string;
25033
+ max: number;
25019
25034
  errorReason: string;
25020
25035
  };
25021
25036
  designSystemSources: {
25022
- max: number;
25023
25037
  errorMessage: string;
25038
+ max: number;
25024
25039
  errorReason: string;
25025
25040
  noImportJobsErrorMessage: string;
25026
25041
  noImportJobsErrorReason: string;
25027
25042
  };
25028
25043
  designSystemVersions: {
25029
- max: number;
25030
25044
  errorMessage: string;
25045
+ max: number;
25031
25046
  errorReason: string;
25032
25047
  };
25033
25048
  brands: {
25034
- max: number;
25035
25049
  errorMessage: string;
25050
+ max: number;
25036
25051
  errorReason: string;
25037
25052
  };
25038
25053
  codegenSchedules: {
25039
- max: number;
25040
25054
  errorMessage: string;
25055
+ max: number;
25041
25056
  errorReason: string;
25042
25057
  };
25043
25058
  publicDocumentation: {
@@ -25081,13 +25096,13 @@ declare const WorkspaceDump: z.ZodObject<{
25081
25096
  enabled: boolean;
25082
25097
  };
25083
25098
  workspacePaidSeats: {
25084
- max: number;
25085
25099
  errorMessage: string;
25100
+ max: number;
25086
25101
  errorReason: string;
25087
25102
  };
25088
25103
  workspaceViewers: {
25089
- max: number;
25090
25104
  errorMessage: string;
25105
+ max: number;
25091
25106
  errorReason: string;
25092
25107
  };
25093
25108
  customDocumentationExporter: {
@@ -25337,35 +25352,35 @@ declare const WorkspaceDump: z.ZodObject<{
25337
25352
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
25338
25353
  featuresSummary?: {
25339
25354
  themes: {
25340
- max: number;
25341
25355
  errorMessage: string;
25356
+ max: number;
25342
25357
  errorReason: string;
25343
25358
  };
25344
25359
  designSystems: {
25345
- max: number;
25346
25360
  errorMessage: string;
25361
+ max: number;
25347
25362
  errorReason: string;
25348
25363
  };
25349
25364
  designSystemSources: {
25350
- max: number;
25351
25365
  errorMessage: string;
25366
+ max: number;
25352
25367
  errorReason: string;
25353
25368
  noImportJobsErrorMessage: string;
25354
25369
  noImportJobsErrorReason: string;
25355
25370
  };
25356
25371
  designSystemVersions: {
25357
- max: number;
25358
25372
  errorMessage: string;
25373
+ max: number;
25359
25374
  errorReason: string;
25360
25375
  };
25361
25376
  brands: {
25362
- max: number;
25363
25377
  errorMessage: string;
25378
+ max: number;
25364
25379
  errorReason: string;
25365
25380
  };
25366
25381
  codegenSchedules: {
25367
- max: number;
25368
25382
  errorMessage: string;
25383
+ max: number;
25369
25384
  errorReason: string;
25370
25385
  };
25371
25386
  publicDocumentation: {
@@ -25409,13 +25424,13 @@ declare const WorkspaceDump: z.ZodObject<{
25409
25424
  enabled: boolean;
25410
25425
  };
25411
25426
  workspacePaidSeats: {
25412
- max: number;
25413
25427
  errorMessage: string;
25428
+ max: number;
25414
25429
  errorReason: string;
25415
25430
  };
25416
25431
  workspaceViewers: {
25417
- max: number;
25418
25432
  errorMessage: string;
25433
+ max: number;
25419
25434
  errorReason: string;
25420
25435
  };
25421
25436
  customDocumentationExporter: {
@@ -25554,35 +25569,35 @@ declare const WorkspaceDump: z.ZodObject<{
25554
25569
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
25555
25570
  featuresSummary?: {
25556
25571
  themes: {
25557
- max: number;
25558
25572
  errorMessage: string;
25573
+ max: number;
25559
25574
  errorReason: string;
25560
25575
  };
25561
25576
  designSystems: {
25562
- max: number;
25563
25577
  errorMessage: string;
25578
+ max: number;
25564
25579
  errorReason: string;
25565
25580
  };
25566
25581
  designSystemSources: {
25567
- max: number;
25568
25582
  errorMessage: string;
25583
+ max: number;
25569
25584
  errorReason: string;
25570
25585
  noImportJobsErrorMessage: string;
25571
25586
  noImportJobsErrorReason: string;
25572
25587
  };
25573
25588
  designSystemVersions: {
25574
- max: number;
25575
25589
  errorMessage: string;
25590
+ max: number;
25576
25591
  errorReason: string;
25577
25592
  };
25578
25593
  brands: {
25579
- max: number;
25580
25594
  errorMessage: string;
25595
+ max: number;
25581
25596
  errorReason: string;
25582
25597
  };
25583
25598
  codegenSchedules: {
25584
- max: number;
25585
25599
  errorMessage: string;
25600
+ max: number;
25586
25601
  errorReason: string;
25587
25602
  };
25588
25603
  publicDocumentation: {
@@ -25626,13 +25641,13 @@ declare const WorkspaceDump: z.ZodObject<{
25626
25641
  enabled: boolean;
25627
25642
  };
25628
25643
  workspacePaidSeats: {
25629
- max: number;
25630
25644
  errorMessage: string;
25645
+ max: number;
25631
25646
  errorReason: string;
25632
25647
  };
25633
25648
  workspaceViewers: {
25634
- max: number;
25635
25649
  errorMessage: string;
25650
+ max: number;
25636
25651
  errorReason: string;
25637
25652
  };
25638
25653
  customDocumentationExporter: {
@@ -32192,35 +32207,35 @@ declare const WorkspaceDump: z.ZodObject<{
32192
32207
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
32193
32208
  featuresSummary?: {
32194
32209
  themes: {
32195
- max: number;
32196
32210
  errorMessage: string;
32211
+ max: number;
32197
32212
  errorReason: string;
32198
32213
  };
32199
32214
  designSystems: {
32200
- max: number;
32201
32215
  errorMessage: string;
32216
+ max: number;
32202
32217
  errorReason: string;
32203
32218
  };
32204
32219
  designSystemSources: {
32205
- max: number;
32206
32220
  errorMessage: string;
32221
+ max: number;
32207
32222
  errorReason: string;
32208
32223
  noImportJobsErrorMessage: string;
32209
32224
  noImportJobsErrorReason: string;
32210
32225
  };
32211
32226
  designSystemVersions: {
32212
- max: number;
32213
32227
  errorMessage: string;
32228
+ max: number;
32214
32229
  errorReason: string;
32215
32230
  };
32216
32231
  brands: {
32217
- max: number;
32218
32232
  errorMessage: string;
32233
+ max: number;
32219
32234
  errorReason: string;
32220
32235
  };
32221
32236
  codegenSchedules: {
32222
- max: number;
32223
32237
  errorMessage: string;
32238
+ max: number;
32224
32239
  errorReason: string;
32225
32240
  };
32226
32241
  publicDocumentation: {
@@ -32264,13 +32279,13 @@ declare const WorkspaceDump: z.ZodObject<{
32264
32279
  enabled: boolean;
32265
32280
  };
32266
32281
  workspacePaidSeats: {
32267
- max: number;
32268
32282
  errorMessage: string;
32283
+ max: number;
32269
32284
  errorReason: string;
32270
32285
  };
32271
32286
  workspaceViewers: {
32272
- max: number;
32273
32287
  errorMessage: string;
32288
+ max: number;
32274
32289
  errorReason: string;
32275
32290
  };
32276
32291
  customDocumentationExporter: {
@@ -33153,35 +33168,35 @@ declare const WorkspaceDump: z.ZodObject<{
33153
33168
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
33154
33169
  featuresSummary?: {
33155
33170
  themes: {
33156
- max: number;
33157
33171
  errorMessage: string;
33172
+ max: number;
33158
33173
  errorReason: string;
33159
33174
  };
33160
33175
  designSystems: {
33161
- max: number;
33162
33176
  errorMessage: string;
33177
+ max: number;
33163
33178
  errorReason: string;
33164
33179
  };
33165
33180
  designSystemSources: {
33166
- max: number;
33167
33181
  errorMessage: string;
33182
+ max: number;
33168
33183
  errorReason: string;
33169
33184
  noImportJobsErrorMessage: string;
33170
33185
  noImportJobsErrorReason: string;
33171
33186
  };
33172
33187
  designSystemVersions: {
33173
- max: number;
33174
33188
  errorMessage: string;
33189
+ max: number;
33175
33190
  errorReason: string;
33176
33191
  };
33177
33192
  brands: {
33178
- max: number;
33179
33193
  errorMessage: string;
33194
+ max: number;
33180
33195
  errorReason: string;
33181
33196
  };
33182
33197
  codegenSchedules: {
33183
- max: number;
33184
33198
  errorMessage: string;
33199
+ max: number;
33185
33200
  errorReason: string;
33186
33201
  };
33187
33202
  publicDocumentation: {
@@ -33225,13 +33240,13 @@ declare const WorkspaceDump: z.ZodObject<{
33225
33240
  enabled: boolean;
33226
33241
  };
33227
33242
  workspacePaidSeats: {
33228
- max: number;
33229
33243
  errorMessage: string;
33244
+ max: number;
33230
33245
  errorReason: string;
33231
33246
  };
33232
33247
  workspaceViewers: {
33233
- max: number;
33234
33248
  errorMessage: string;
33249
+ max: number;
33235
33250
  errorReason: string;
33236
33251
  };
33237
33252
  customDocumentationExporter: {
@@ -83884,16 +83899,19 @@ declare const FeatureFlagsKeepAliases: z.ZodObject<{
83884
83899
  isGradientPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
83885
83900
  isShadowPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
83886
83901
  isNonCompatibleTypeChangesEnabled: z.ZodDefault<z.ZodBoolean>;
83902
+ isTypographyUseFontStyleEnabled: z.ZodDefault<z.ZodBoolean>;
83887
83903
  }, "strip", z.ZodTypeAny, {
83888
83904
  isTypographyPropsKeepAliasesEnabled: boolean;
83889
83905
  isGradientPropsKeepAliasesEnabled: boolean;
83890
83906
  isShadowPropsKeepAliasesEnabled: boolean;
83891
83907
  isNonCompatibleTypeChangesEnabled: boolean;
83908
+ isTypographyUseFontStyleEnabled: boolean;
83892
83909
  }, {
83893
83910
  isTypographyPropsKeepAliasesEnabled?: boolean | undefined;
83894
83911
  isGradientPropsKeepAliasesEnabled?: boolean | undefined;
83895
83912
  isShadowPropsKeepAliasesEnabled?: boolean | undefined;
83896
83913
  isNonCompatibleTypeChangesEnabled?: boolean | undefined;
83914
+ isTypographyUseFontStyleEnabled?: boolean | undefined;
83897
83915
  }>;
83898
83916
  type FeatureFlagsKeepAliases = z.infer<typeof FeatureFlagsKeepAliases>;
83899
83917
  declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.extendShape<{
@@ -84164,16 +84182,19 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
84164
84182
  isGradientPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
84165
84183
  isShadowPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
84166
84184
  isNonCompatibleTypeChangesEnabled: z.ZodDefault<z.ZodBoolean>;
84185
+ isTypographyUseFontStyleEnabled: z.ZodDefault<z.ZodBoolean>;
84167
84186
  }, "strip", z.ZodTypeAny, {
84168
84187
  isTypographyPropsKeepAliasesEnabled: boolean;
84169
84188
  isGradientPropsKeepAliasesEnabled: boolean;
84170
84189
  isShadowPropsKeepAliasesEnabled: boolean;
84171
84190
  isNonCompatibleTypeChangesEnabled: boolean;
84191
+ isTypographyUseFontStyleEnabled: boolean;
84172
84192
  }, {
84173
84193
  isTypographyPropsKeepAliasesEnabled?: boolean | undefined;
84174
84194
  isGradientPropsKeepAliasesEnabled?: boolean | undefined;
84175
84195
  isShadowPropsKeepAliasesEnabled?: boolean | undefined;
84176
84196
  isNonCompatibleTypeChangesEnabled?: boolean | undefined;
84197
+ isTypographyUseFontStyleEnabled?: boolean | undefined;
84177
84198
  }>>;
84178
84199
  }>, "strip", z.ZodTypeAny, {
84179
84200
  designSystemId: string;
@@ -84231,6 +84252,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
84231
84252
  isGradientPropsKeepAliasesEnabled: boolean;
84232
84253
  isShadowPropsKeepAliasesEnabled: boolean;
84233
84254
  isNonCompatibleTypeChangesEnabled: boolean;
84255
+ isTypographyUseFontStyleEnabled: boolean;
84234
84256
  };
84235
84257
  }, {
84236
84258
  designSystemId: string;
@@ -84288,6 +84310,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
84288
84310
  isGradientPropsKeepAliasesEnabled?: boolean | undefined;
84289
84311
  isShadowPropsKeepAliasesEnabled?: boolean | undefined;
84290
84312
  isNonCompatibleTypeChangesEnabled?: boolean | undefined;
84313
+ isTypographyUseFontStyleEnabled?: boolean | undefined;
84291
84314
  } | undefined;
84292
84315
  }>;
84293
84316
  type FigmaImportContextWithSourcesState = z.infer<typeof FigmaImportContextWithSourcesState>;
@@ -84836,16 +84859,19 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
84836
84859
  isGradientPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
84837
84860
  isShadowPropsKeepAliasesEnabled: z.ZodDefault<z.ZodBoolean>;
84838
84861
  isNonCompatibleTypeChangesEnabled: z.ZodDefault<z.ZodBoolean>;
84862
+ isTypographyUseFontStyleEnabled: z.ZodDefault<z.ZodBoolean>;
84839
84863
  }, "strip", z.ZodTypeAny, {
84840
84864
  isTypographyPropsKeepAliasesEnabled: boolean;
84841
84865
  isGradientPropsKeepAliasesEnabled: boolean;
84842
84866
  isShadowPropsKeepAliasesEnabled: boolean;
84843
84867
  isNonCompatibleTypeChangesEnabled: boolean;
84868
+ isTypographyUseFontStyleEnabled: boolean;
84844
84869
  }, {
84845
84870
  isTypographyPropsKeepAliasesEnabled?: boolean | undefined;
84846
84871
  isGradientPropsKeepAliasesEnabled?: boolean | undefined;
84847
84872
  isShadowPropsKeepAliasesEnabled?: boolean | undefined;
84848
84873
  isNonCompatibleTypeChangesEnabled?: boolean | undefined;
84874
+ isTypographyUseFontStyleEnabled?: boolean | undefined;
84849
84875
  }>>;
84850
84876
  }>, {
84851
84877
  /**
@@ -85217,6 +85243,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
85217
85243
  isGradientPropsKeepAliasesEnabled: boolean;
85218
85244
  isShadowPropsKeepAliasesEnabled: boolean;
85219
85245
  isNonCompatibleTypeChangesEnabled: boolean;
85246
+ isTypographyUseFontStyleEnabled: boolean;
85220
85247
  };
85221
85248
  fileDownloadScopesByFileId: Record<string, {
85222
85249
  styles: boolean;
@@ -85382,6 +85409,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
85382
85409
  isGradientPropsKeepAliasesEnabled?: boolean | undefined;
85383
85410
  isShadowPropsKeepAliasesEnabled?: boolean | undefined;
85384
85411
  isNonCompatibleTypeChangesEnabled?: boolean | undefined;
85412
+ isTypographyUseFontStyleEnabled?: boolean | undefined;
85385
85413
  } | undefined;
85386
85414
  }>;
85387
85415
  type FigmaImportContextWithDownloadScopes = z.infer<typeof FigmaImportContextWithDownloadScopes>;
@@ -136244,12 +136272,12 @@ declare const Workspace: z.ZodObject<{
136244
136272
  errorMessage: z.ZodString;
136245
136273
  errorReason: z.ZodString;
136246
136274
  }, "strip", z.ZodTypeAny, {
136247
- max: number;
136248
136275
  errorMessage: string;
136276
+ max: number;
136249
136277
  errorReason: string;
136250
136278
  }, {
136251
- max: number;
136252
136279
  errorMessage: string;
136280
+ max: number;
136253
136281
  errorReason: string;
136254
136282
  }>;
136255
136283
  designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
@@ -136260,14 +136288,14 @@ declare const Workspace: z.ZodObject<{
136260
136288
  noImportJobsErrorMessage: z.ZodString;
136261
136289
  noImportJobsErrorReason: z.ZodString;
136262
136290
  }>, "strip", z.ZodTypeAny, {
136263
- max: number;
136264
136291
  errorMessage: string;
136292
+ max: number;
136265
136293
  errorReason: string;
136266
136294
  noImportJobsErrorMessage: string;
136267
136295
  noImportJobsErrorReason: string;
136268
136296
  }, {
136269
- max: number;
136270
136297
  errorMessage: string;
136298
+ max: number;
136271
136299
  errorReason: string;
136272
136300
  noImportJobsErrorMessage: string;
136273
136301
  noImportJobsErrorReason: string;
@@ -136277,12 +136305,12 @@ declare const Workspace: z.ZodObject<{
136277
136305
  errorMessage: z.ZodString;
136278
136306
  errorReason: z.ZodString;
136279
136307
  }, "strip", z.ZodTypeAny, {
136280
- max: number;
136281
136308
  errorMessage: string;
136309
+ max: number;
136282
136310
  errorReason: string;
136283
136311
  }, {
136284
- max: number;
136285
136312
  errorMessage: string;
136313
+ max: number;
136286
136314
  errorReason: string;
136287
136315
  }>;
136288
136316
  themes: z.ZodObject<{
@@ -136290,12 +136318,12 @@ declare const Workspace: z.ZodObject<{
136290
136318
  errorMessage: z.ZodString;
136291
136319
  errorReason: z.ZodString;
136292
136320
  }, "strip", z.ZodTypeAny, {
136293
- max: number;
136294
136321
  errorMessage: string;
136322
+ max: number;
136295
136323
  errorReason: string;
136296
136324
  }, {
136297
- max: number;
136298
136325
  errorMessage: string;
136326
+ max: number;
136299
136327
  errorReason: string;
136300
136328
  }>;
136301
136329
  brands: z.ZodObject<{
@@ -136303,12 +136331,12 @@ declare const Workspace: z.ZodObject<{
136303
136331
  errorMessage: z.ZodString;
136304
136332
  errorReason: z.ZodString;
136305
136333
  }, "strip", z.ZodTypeAny, {
136306
- max: number;
136307
136334
  errorMessage: string;
136335
+ max: number;
136308
136336
  errorReason: string;
136309
136337
  }, {
136310
- max: number;
136311
136338
  errorMessage: string;
136339
+ max: number;
136312
136340
  errorReason: string;
136313
136341
  }>;
136314
136342
  codegenSchedules: z.ZodObject<{
@@ -136316,12 +136344,12 @@ declare const Workspace: z.ZodObject<{
136316
136344
  errorMessage: z.ZodString;
136317
136345
  errorReason: z.ZodString;
136318
136346
  }, "strip", z.ZodTypeAny, {
136319
- max: number;
136320
136347
  errorMessage: string;
136348
+ max: number;
136321
136349
  errorReason: string;
136322
136350
  }, {
136323
- max: number;
136324
136351
  errorMessage: string;
136352
+ max: number;
136325
136353
  errorReason: string;
136326
136354
  }>;
136327
136355
  publicDocumentation: z.ZodObject<{
@@ -136433,12 +136461,12 @@ declare const Workspace: z.ZodObject<{
136433
136461
  errorMessage: z.ZodString;
136434
136462
  errorReason: z.ZodString;
136435
136463
  }, "strip", z.ZodTypeAny, {
136436
- max: number;
136437
136464
  errorMessage: string;
136465
+ max: number;
136438
136466
  errorReason: string;
136439
136467
  }, {
136440
- max: number;
136441
136468
  errorMessage: string;
136469
+ max: number;
136442
136470
  errorReason: string;
136443
136471
  }>;
136444
136472
  workspaceViewers: z.ZodObject<{
@@ -136446,12 +136474,12 @@ declare const Workspace: z.ZodObject<{
136446
136474
  errorMessage: z.ZodString;
136447
136475
  errorReason: z.ZodString;
136448
136476
  }, "strip", z.ZodTypeAny, {
136449
- max: number;
136450
136477
  errorMessage: string;
136478
+ max: number;
136451
136479
  errorReason: string;
136452
136480
  }, {
136453
- max: number;
136454
136481
  errorMessage: string;
136482
+ max: number;
136455
136483
  errorReason: string;
136456
136484
  }>;
136457
136485
  customDocumentationExporter: z.ZodObject<{
@@ -136547,35 +136575,35 @@ declare const Workspace: z.ZodObject<{
136547
136575
  }>;
136548
136576
  }, "strip", z.ZodTypeAny, {
136549
136577
  themes: {
136550
- max: number;
136551
136578
  errorMessage: string;
136579
+ max: number;
136552
136580
  errorReason: string;
136553
136581
  };
136554
136582
  designSystems: {
136555
- max: number;
136556
136583
  errorMessage: string;
136584
+ max: number;
136557
136585
  errorReason: string;
136558
136586
  };
136559
136587
  designSystemSources: {
136560
- max: number;
136561
136588
  errorMessage: string;
136589
+ max: number;
136562
136590
  errorReason: string;
136563
136591
  noImportJobsErrorMessage: string;
136564
136592
  noImportJobsErrorReason: string;
136565
136593
  };
136566
136594
  designSystemVersions: {
136567
- max: number;
136568
136595
  errorMessage: string;
136596
+ max: number;
136569
136597
  errorReason: string;
136570
136598
  };
136571
136599
  brands: {
136572
- max: number;
136573
136600
  errorMessage: string;
136601
+ max: number;
136574
136602
  errorReason: string;
136575
136603
  };
136576
136604
  codegenSchedules: {
136577
- max: number;
136578
136605
  errorMessage: string;
136606
+ max: number;
136579
136607
  errorReason: string;
136580
136608
  };
136581
136609
  publicDocumentation: {
@@ -136619,13 +136647,13 @@ declare const Workspace: z.ZodObject<{
136619
136647
  enabled: boolean;
136620
136648
  };
136621
136649
  workspacePaidSeats: {
136622
- max: number;
136623
136650
  errorMessage: string;
136651
+ max: number;
136624
136652
  errorReason: string;
136625
136653
  };
136626
136654
  workspaceViewers: {
136627
- max: number;
136628
136655
  errorMessage: string;
136656
+ max: number;
136629
136657
  errorReason: string;
136630
136658
  };
136631
136659
  customDocumentationExporter: {
@@ -136665,35 +136693,35 @@ declare const Workspace: z.ZodObject<{
136665
136693
  };
136666
136694
  }, {
136667
136695
  themes: {
136668
- max: number;
136669
136696
  errorMessage: string;
136697
+ max: number;
136670
136698
  errorReason: string;
136671
136699
  };
136672
136700
  designSystems: {
136673
- max: number;
136674
136701
  errorMessage: string;
136702
+ max: number;
136675
136703
  errorReason: string;
136676
136704
  };
136677
136705
  designSystemSources: {
136678
- max: number;
136679
136706
  errorMessage: string;
136707
+ max: number;
136680
136708
  errorReason: string;
136681
136709
  noImportJobsErrorMessage: string;
136682
136710
  noImportJobsErrorReason: string;
136683
136711
  };
136684
136712
  designSystemVersions: {
136685
- max: number;
136686
136713
  errorMessage: string;
136714
+ max: number;
136687
136715
  errorReason: string;
136688
136716
  };
136689
136717
  brands: {
136690
- max: number;
136691
136718
  errorMessage: string;
136719
+ max: number;
136692
136720
  errorReason: string;
136693
136721
  };
136694
136722
  codegenSchedules: {
136695
- max: number;
136696
136723
  errorMessage: string;
136724
+ max: number;
136697
136725
  errorReason: string;
136698
136726
  };
136699
136727
  publicDocumentation: {
@@ -136737,13 +136765,13 @@ declare const Workspace: z.ZodObject<{
136737
136765
  enabled: boolean;
136738
136766
  };
136739
136767
  workspacePaidSeats: {
136740
- max: number;
136741
136768
  errorMessage: string;
136769
+ max: number;
136742
136770
  errorReason: string;
136743
136771
  };
136744
136772
  workspaceViewers: {
136745
- max: number;
136746
136773
  errorMessage: string;
136774
+ max: number;
136747
136775
  errorReason: string;
136748
136776
  };
136749
136777
  customDocumentationExporter: {
@@ -136850,35 +136878,35 @@ declare const Workspace: z.ZodObject<{
136850
136878
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
136851
136879
  featuresSummary?: {
136852
136880
  themes: {
136853
- max: number;
136854
136881
  errorMessage: string;
136882
+ max: number;
136855
136883
  errorReason: string;
136856
136884
  };
136857
136885
  designSystems: {
136858
- max: number;
136859
136886
  errorMessage: string;
136887
+ max: number;
136860
136888
  errorReason: string;
136861
136889
  };
136862
136890
  designSystemSources: {
136863
- max: number;
136864
136891
  errorMessage: string;
136892
+ max: number;
136865
136893
  errorReason: string;
136866
136894
  noImportJobsErrorMessage: string;
136867
136895
  noImportJobsErrorReason: string;
136868
136896
  };
136869
136897
  designSystemVersions: {
136870
- max: number;
136871
136898
  errorMessage: string;
136899
+ max: number;
136872
136900
  errorReason: string;
136873
136901
  };
136874
136902
  brands: {
136875
- max: number;
136876
136903
  errorMessage: string;
136904
+ max: number;
136877
136905
  errorReason: string;
136878
136906
  };
136879
136907
  codegenSchedules: {
136880
- max: number;
136881
136908
  errorMessage: string;
136909
+ max: number;
136882
136910
  errorReason: string;
136883
136911
  };
136884
136912
  publicDocumentation: {
@@ -136922,13 +136950,13 @@ declare const Workspace: z.ZodObject<{
136922
136950
  enabled: boolean;
136923
136951
  };
136924
136952
  workspacePaidSeats: {
136925
- max: number;
136926
136953
  errorMessage: string;
136954
+ max: number;
136927
136955
  errorReason: string;
136928
136956
  };
136929
136957
  workspaceViewers: {
136930
- max: number;
136931
136958
  errorMessage: string;
136959
+ max: number;
136932
136960
  errorReason: string;
136933
136961
  };
136934
136962
  customDocumentationExporter: {
@@ -137002,35 +137030,35 @@ declare const Workspace: z.ZodObject<{
137002
137030
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
137003
137031
  featuresSummary?: {
137004
137032
  themes: {
137005
- max: number;
137006
137033
  errorMessage: string;
137034
+ max: number;
137007
137035
  errorReason: string;
137008
137036
  };
137009
137037
  designSystems: {
137010
- max: number;
137011
137038
  errorMessage: string;
137039
+ max: number;
137012
137040
  errorReason: string;
137013
137041
  };
137014
137042
  designSystemSources: {
137015
- max: number;
137016
137043
  errorMessage: string;
137044
+ max: number;
137017
137045
  errorReason: string;
137018
137046
  noImportJobsErrorMessage: string;
137019
137047
  noImportJobsErrorReason: string;
137020
137048
  };
137021
137049
  designSystemVersions: {
137022
- max: number;
137023
137050
  errorMessage: string;
137051
+ max: number;
137024
137052
  errorReason: string;
137025
137053
  };
137026
137054
  brands: {
137027
- max: number;
137028
137055
  errorMessage: string;
137056
+ max: number;
137029
137057
  errorReason: string;
137030
137058
  };
137031
137059
  codegenSchedules: {
137032
- max: number;
137033
137060
  errorMessage: string;
137061
+ max: number;
137034
137062
  errorReason: string;
137035
137063
  };
137036
137064
  publicDocumentation: {
@@ -137074,13 +137102,13 @@ declare const Workspace: z.ZodObject<{
137074
137102
  enabled: boolean;
137075
137103
  };
137076
137104
  workspacePaidSeats: {
137077
- max: number;
137078
137105
  errorMessage: string;
137106
+ max: number;
137079
137107
  errorReason: string;
137080
137108
  };
137081
137109
  workspaceViewers: {
137082
- max: number;
137083
137110
  errorMessage: string;
137111
+ max: number;
137084
137112
  errorReason: string;
137085
137113
  };
137086
137114
  customDocumentationExporter: {
@@ -137330,35 +137358,35 @@ declare const Workspace: z.ZodObject<{
137330
137358
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
137331
137359
  featuresSummary?: {
137332
137360
  themes: {
137333
- max: number;
137334
137361
  errorMessage: string;
137362
+ max: number;
137335
137363
  errorReason: string;
137336
137364
  };
137337
137365
  designSystems: {
137338
- max: number;
137339
137366
  errorMessage: string;
137367
+ max: number;
137340
137368
  errorReason: string;
137341
137369
  };
137342
137370
  designSystemSources: {
137343
- max: number;
137344
137371
  errorMessage: string;
137372
+ max: number;
137345
137373
  errorReason: string;
137346
137374
  noImportJobsErrorMessage: string;
137347
137375
  noImportJobsErrorReason: string;
137348
137376
  };
137349
137377
  designSystemVersions: {
137350
- max: number;
137351
137378
  errorMessage: string;
137379
+ max: number;
137352
137380
  errorReason: string;
137353
137381
  };
137354
137382
  brands: {
137355
- max: number;
137356
137383
  errorMessage: string;
137384
+ max: number;
137357
137385
  errorReason: string;
137358
137386
  };
137359
137387
  codegenSchedules: {
137360
- max: number;
137361
137388
  errorMessage: string;
137389
+ max: number;
137362
137390
  errorReason: string;
137363
137391
  };
137364
137392
  publicDocumentation: {
@@ -137402,13 +137430,13 @@ declare const Workspace: z.ZodObject<{
137402
137430
  enabled: boolean;
137403
137431
  };
137404
137432
  workspacePaidSeats: {
137405
- max: number;
137406
137433
  errorMessage: string;
137434
+ max: number;
137407
137435
  errorReason: string;
137408
137436
  };
137409
137437
  workspaceViewers: {
137410
- max: number;
137411
137438
  errorMessage: string;
137439
+ max: number;
137412
137440
  errorReason: string;
137413
137441
  };
137414
137442
  customDocumentationExporter: {
@@ -137547,35 +137575,35 @@ declare const Workspace: z.ZodObject<{
137547
137575
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
137548
137576
  featuresSummary?: {
137549
137577
  themes: {
137550
- max: number;
137551
137578
  errorMessage: string;
137579
+ max: number;
137552
137580
  errorReason: string;
137553
137581
  };
137554
137582
  designSystems: {
137555
- max: number;
137556
137583
  errorMessage: string;
137584
+ max: number;
137557
137585
  errorReason: string;
137558
137586
  };
137559
137587
  designSystemSources: {
137560
- max: number;
137561
137588
  errorMessage: string;
137589
+ max: number;
137562
137590
  errorReason: string;
137563
137591
  noImportJobsErrorMessage: string;
137564
137592
  noImportJobsErrorReason: string;
137565
137593
  };
137566
137594
  designSystemVersions: {
137567
- max: number;
137568
137595
  errorMessage: string;
137596
+ max: number;
137569
137597
  errorReason: string;
137570
137598
  };
137571
137599
  brands: {
137572
- max: number;
137573
137600
  errorMessage: string;
137601
+ max: number;
137574
137602
  errorReason: string;
137575
137603
  };
137576
137604
  codegenSchedules: {
137577
- max: number;
137578
137605
  errorMessage: string;
137606
+ max: number;
137579
137607
  errorReason: string;
137580
137608
  };
137581
137609
  publicDocumentation: {
@@ -137619,13 +137647,13 @@ declare const Workspace: z.ZodObject<{
137619
137647
  enabled: boolean;
137620
137648
  };
137621
137649
  workspacePaidSeats: {
137622
- max: number;
137623
137650
  errorMessage: string;
137651
+ max: number;
137624
137652
  errorReason: string;
137625
137653
  };
137626
137654
  workspaceViewers: {
137627
- max: number;
137628
137655
  errorMessage: string;
137656
+ max: number;
137629
137657
  errorReason: string;
137630
137658
  };
137631
137659
  customDocumentationExporter: {
@@ -137839,12 +137867,12 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
137839
137867
  errorMessage: z.ZodString;
137840
137868
  errorReason: z.ZodString;
137841
137869
  }, "strip", z.ZodTypeAny, {
137842
- max: number;
137843
137870
  errorMessage: string;
137871
+ max: number;
137844
137872
  errorReason: string;
137845
137873
  }, {
137846
- max: number;
137847
137874
  errorMessage: string;
137875
+ max: number;
137848
137876
  errorReason: string;
137849
137877
  }>;
137850
137878
  designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
@@ -137855,14 +137883,14 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
137855
137883
  noImportJobsErrorMessage: z.ZodString;
137856
137884
  noImportJobsErrorReason: z.ZodString;
137857
137885
  }>, "strip", z.ZodTypeAny, {
137858
- max: number;
137859
137886
  errorMessage: string;
137887
+ max: number;
137860
137888
  errorReason: string;
137861
137889
  noImportJobsErrorMessage: string;
137862
137890
  noImportJobsErrorReason: string;
137863
137891
  }, {
137864
- max: number;
137865
137892
  errorMessage: string;
137893
+ max: number;
137866
137894
  errorReason: string;
137867
137895
  noImportJobsErrorMessage: string;
137868
137896
  noImportJobsErrorReason: string;
@@ -137872,12 +137900,12 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
137872
137900
  errorMessage: z.ZodString;
137873
137901
  errorReason: z.ZodString;
137874
137902
  }, "strip", z.ZodTypeAny, {
137875
- max: number;
137876
137903
  errorMessage: string;
137904
+ max: number;
137877
137905
  errorReason: string;
137878
137906
  }, {
137879
- max: number;
137880
137907
  errorMessage: string;
137908
+ max: number;
137881
137909
  errorReason: string;
137882
137910
  }>;
137883
137911
  themes: z.ZodObject<{
@@ -137885,12 +137913,12 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
137885
137913
  errorMessage: z.ZodString;
137886
137914
  errorReason: z.ZodString;
137887
137915
  }, "strip", z.ZodTypeAny, {
137888
- max: number;
137889
137916
  errorMessage: string;
137917
+ max: number;
137890
137918
  errorReason: string;
137891
137919
  }, {
137892
- max: number;
137893
137920
  errorMessage: string;
137921
+ max: number;
137894
137922
  errorReason: string;
137895
137923
  }>;
137896
137924
  brands: z.ZodObject<{
@@ -137898,12 +137926,12 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
137898
137926
  errorMessage: z.ZodString;
137899
137927
  errorReason: z.ZodString;
137900
137928
  }, "strip", z.ZodTypeAny, {
137901
- max: number;
137902
137929
  errorMessage: string;
137930
+ max: number;
137903
137931
  errorReason: string;
137904
137932
  }, {
137905
- max: number;
137906
137933
  errorMessage: string;
137934
+ max: number;
137907
137935
  errorReason: string;
137908
137936
  }>;
137909
137937
  codegenSchedules: z.ZodObject<{
@@ -137911,12 +137939,12 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
137911
137939
  errorMessage: z.ZodString;
137912
137940
  errorReason: z.ZodString;
137913
137941
  }, "strip", z.ZodTypeAny, {
137914
- max: number;
137915
137942
  errorMessage: string;
137943
+ max: number;
137916
137944
  errorReason: string;
137917
137945
  }, {
137918
- max: number;
137919
137946
  errorMessage: string;
137947
+ max: number;
137920
137948
  errorReason: string;
137921
137949
  }>;
137922
137950
  publicDocumentation: z.ZodObject<{
@@ -138028,12 +138056,12 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138028
138056
  errorMessage: z.ZodString;
138029
138057
  errorReason: z.ZodString;
138030
138058
  }, "strip", z.ZodTypeAny, {
138031
- max: number;
138032
138059
  errorMessage: string;
138060
+ max: number;
138033
138061
  errorReason: string;
138034
138062
  }, {
138035
- max: number;
138036
138063
  errorMessage: string;
138064
+ max: number;
138037
138065
  errorReason: string;
138038
138066
  }>;
138039
138067
  workspaceViewers: z.ZodObject<{
@@ -138041,12 +138069,12 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138041
138069
  errorMessage: z.ZodString;
138042
138070
  errorReason: z.ZodString;
138043
138071
  }, "strip", z.ZodTypeAny, {
138044
- max: number;
138045
138072
  errorMessage: string;
138073
+ max: number;
138046
138074
  errorReason: string;
138047
138075
  }, {
138048
- max: number;
138049
138076
  errorMessage: string;
138077
+ max: number;
138050
138078
  errorReason: string;
138051
138079
  }>;
138052
138080
  customDocumentationExporter: z.ZodObject<{
@@ -138142,35 +138170,35 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138142
138170
  }>;
138143
138171
  }, "strip", z.ZodTypeAny, {
138144
138172
  themes: {
138145
- max: number;
138146
138173
  errorMessage: string;
138174
+ max: number;
138147
138175
  errorReason: string;
138148
138176
  };
138149
138177
  designSystems: {
138150
- max: number;
138151
138178
  errorMessage: string;
138179
+ max: number;
138152
138180
  errorReason: string;
138153
138181
  };
138154
138182
  designSystemSources: {
138155
- max: number;
138156
138183
  errorMessage: string;
138184
+ max: number;
138157
138185
  errorReason: string;
138158
138186
  noImportJobsErrorMessage: string;
138159
138187
  noImportJobsErrorReason: string;
138160
138188
  };
138161
138189
  designSystemVersions: {
138162
- max: number;
138163
138190
  errorMessage: string;
138191
+ max: number;
138164
138192
  errorReason: string;
138165
138193
  };
138166
138194
  brands: {
138167
- max: number;
138168
138195
  errorMessage: string;
138196
+ max: number;
138169
138197
  errorReason: string;
138170
138198
  };
138171
138199
  codegenSchedules: {
138172
- max: number;
138173
138200
  errorMessage: string;
138201
+ max: number;
138174
138202
  errorReason: string;
138175
138203
  };
138176
138204
  publicDocumentation: {
@@ -138214,13 +138242,13 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138214
138242
  enabled: boolean;
138215
138243
  };
138216
138244
  workspacePaidSeats: {
138217
- max: number;
138218
138245
  errorMessage: string;
138246
+ max: number;
138219
138247
  errorReason: string;
138220
138248
  };
138221
138249
  workspaceViewers: {
138222
- max: number;
138223
138250
  errorMessage: string;
138251
+ max: number;
138224
138252
  errorReason: string;
138225
138253
  };
138226
138254
  customDocumentationExporter: {
@@ -138260,35 +138288,35 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138260
138288
  };
138261
138289
  }, {
138262
138290
  themes: {
138263
- max: number;
138264
138291
  errorMessage: string;
138292
+ max: number;
138265
138293
  errorReason: string;
138266
138294
  };
138267
138295
  designSystems: {
138268
- max: number;
138269
138296
  errorMessage: string;
138297
+ max: number;
138270
138298
  errorReason: string;
138271
138299
  };
138272
138300
  designSystemSources: {
138273
- max: number;
138274
138301
  errorMessage: string;
138302
+ max: number;
138275
138303
  errorReason: string;
138276
138304
  noImportJobsErrorMessage: string;
138277
138305
  noImportJobsErrorReason: string;
138278
138306
  };
138279
138307
  designSystemVersions: {
138280
- max: number;
138281
138308
  errorMessage: string;
138309
+ max: number;
138282
138310
  errorReason: string;
138283
138311
  };
138284
138312
  brands: {
138285
- max: number;
138286
138313
  errorMessage: string;
138314
+ max: number;
138287
138315
  errorReason: string;
138288
138316
  };
138289
138317
  codegenSchedules: {
138290
- max: number;
138291
138318
  errorMessage: string;
138319
+ max: number;
138292
138320
  errorReason: string;
138293
138321
  };
138294
138322
  publicDocumentation: {
@@ -138332,13 +138360,13 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138332
138360
  enabled: boolean;
138333
138361
  };
138334
138362
  workspacePaidSeats: {
138335
- max: number;
138336
138363
  errorMessage: string;
138364
+ max: number;
138337
138365
  errorReason: string;
138338
138366
  };
138339
138367
  workspaceViewers: {
138340
- max: number;
138341
138368
  errorMessage: string;
138369
+ max: number;
138342
138370
  errorReason: string;
138343
138371
  };
138344
138372
  customDocumentationExporter: {
@@ -138445,35 +138473,35 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138445
138473
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
138446
138474
  featuresSummary?: {
138447
138475
  themes: {
138448
- max: number;
138449
138476
  errorMessage: string;
138477
+ max: number;
138450
138478
  errorReason: string;
138451
138479
  };
138452
138480
  designSystems: {
138453
- max: number;
138454
138481
  errorMessage: string;
138482
+ max: number;
138455
138483
  errorReason: string;
138456
138484
  };
138457
138485
  designSystemSources: {
138458
- max: number;
138459
138486
  errorMessage: string;
138487
+ max: number;
138460
138488
  errorReason: string;
138461
138489
  noImportJobsErrorMessage: string;
138462
138490
  noImportJobsErrorReason: string;
138463
138491
  };
138464
138492
  designSystemVersions: {
138465
- max: number;
138466
138493
  errorMessage: string;
138494
+ max: number;
138467
138495
  errorReason: string;
138468
138496
  };
138469
138497
  brands: {
138470
- max: number;
138471
138498
  errorMessage: string;
138499
+ max: number;
138472
138500
  errorReason: string;
138473
138501
  };
138474
138502
  codegenSchedules: {
138475
- max: number;
138476
138503
  errorMessage: string;
138504
+ max: number;
138477
138505
  errorReason: string;
138478
138506
  };
138479
138507
  publicDocumentation: {
@@ -138517,13 +138545,13 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138517
138545
  enabled: boolean;
138518
138546
  };
138519
138547
  workspacePaidSeats: {
138520
- max: number;
138521
138548
  errorMessage: string;
138549
+ max: number;
138522
138550
  errorReason: string;
138523
138551
  };
138524
138552
  workspaceViewers: {
138525
- max: number;
138526
138553
  errorMessage: string;
138554
+ max: number;
138527
138555
  errorReason: string;
138528
138556
  };
138529
138557
  customDocumentationExporter: {
@@ -138597,35 +138625,35 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138597
138625
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
138598
138626
  featuresSummary?: {
138599
138627
  themes: {
138600
- max: number;
138601
138628
  errorMessage: string;
138629
+ max: number;
138602
138630
  errorReason: string;
138603
138631
  };
138604
138632
  designSystems: {
138605
- max: number;
138606
138633
  errorMessage: string;
138634
+ max: number;
138607
138635
  errorReason: string;
138608
138636
  };
138609
138637
  designSystemSources: {
138610
- max: number;
138611
138638
  errorMessage: string;
138639
+ max: number;
138612
138640
  errorReason: string;
138613
138641
  noImportJobsErrorMessage: string;
138614
138642
  noImportJobsErrorReason: string;
138615
138643
  };
138616
138644
  designSystemVersions: {
138617
- max: number;
138618
138645
  errorMessage: string;
138646
+ max: number;
138619
138647
  errorReason: string;
138620
138648
  };
138621
138649
  brands: {
138622
- max: number;
138623
138650
  errorMessage: string;
138651
+ max: number;
138624
138652
  errorReason: string;
138625
138653
  };
138626
138654
  codegenSchedules: {
138627
- max: number;
138628
138655
  errorMessage: string;
138656
+ max: number;
138629
138657
  errorReason: string;
138630
138658
  };
138631
138659
  publicDocumentation: {
@@ -138669,13 +138697,13 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138669
138697
  enabled: boolean;
138670
138698
  };
138671
138699
  workspacePaidSeats: {
138672
- max: number;
138673
138700
  errorMessage: string;
138701
+ max: number;
138674
138702
  errorReason: string;
138675
138703
  };
138676
138704
  workspaceViewers: {
138677
- max: number;
138678
138705
  errorMessage: string;
138706
+ max: number;
138679
138707
  errorReason: string;
138680
138708
  };
138681
138709
  customDocumentationExporter: {
@@ -138925,35 +138953,35 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138925
138953
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
138926
138954
  featuresSummary?: {
138927
138955
  themes: {
138928
- max: number;
138929
138956
  errorMessage: string;
138957
+ max: number;
138930
138958
  errorReason: string;
138931
138959
  };
138932
138960
  designSystems: {
138933
- max: number;
138934
138961
  errorMessage: string;
138962
+ max: number;
138935
138963
  errorReason: string;
138936
138964
  };
138937
138965
  designSystemSources: {
138938
- max: number;
138939
138966
  errorMessage: string;
138967
+ max: number;
138940
138968
  errorReason: string;
138941
138969
  noImportJobsErrorMessage: string;
138942
138970
  noImportJobsErrorReason: string;
138943
138971
  };
138944
138972
  designSystemVersions: {
138945
- max: number;
138946
138973
  errorMessage: string;
138974
+ max: number;
138947
138975
  errorReason: string;
138948
138976
  };
138949
138977
  brands: {
138950
- max: number;
138951
138978
  errorMessage: string;
138979
+ max: number;
138952
138980
  errorReason: string;
138953
138981
  };
138954
138982
  codegenSchedules: {
138955
- max: number;
138956
138983
  errorMessage: string;
138984
+ max: number;
138957
138985
  errorReason: string;
138958
138986
  };
138959
138987
  publicDocumentation: {
@@ -138997,13 +139025,13 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
138997
139025
  enabled: boolean;
138998
139026
  };
138999
139027
  workspacePaidSeats: {
139000
- max: number;
139001
139028
  errorMessage: string;
139029
+ max: number;
139002
139030
  errorReason: string;
139003
139031
  };
139004
139032
  workspaceViewers: {
139005
- max: number;
139006
139033
  errorMessage: string;
139034
+ max: number;
139007
139035
  errorReason: string;
139008
139036
  };
139009
139037
  customDocumentationExporter: {
@@ -139142,35 +139170,35 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
139142
139170
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
139143
139171
  featuresSummary?: {
139144
139172
  themes: {
139145
- max: number;
139146
139173
  errorMessage: string;
139174
+ max: number;
139147
139175
  errorReason: string;
139148
139176
  };
139149
139177
  designSystems: {
139150
- max: number;
139151
139178
  errorMessage: string;
139179
+ max: number;
139152
139180
  errorReason: string;
139153
139181
  };
139154
139182
  designSystemSources: {
139155
- max: number;
139156
139183
  errorMessage: string;
139184
+ max: number;
139157
139185
  errorReason: string;
139158
139186
  noImportJobsErrorMessage: string;
139159
139187
  noImportJobsErrorReason: string;
139160
139188
  };
139161
139189
  designSystemVersions: {
139162
- max: number;
139163
139190
  errorMessage: string;
139191
+ max: number;
139164
139192
  errorReason: string;
139165
139193
  };
139166
139194
  brands: {
139167
- max: number;
139168
139195
  errorMessage: string;
139196
+ max: number;
139169
139197
  errorReason: string;
139170
139198
  };
139171
139199
  codegenSchedules: {
139172
- max: number;
139173
139200
  errorMessage: string;
139201
+ max: number;
139174
139202
  errorReason: string;
139175
139203
  };
139176
139204
  publicDocumentation: {
@@ -139214,13 +139242,13 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
139214
139242
  enabled: boolean;
139215
139243
  };
139216
139244
  workspacePaidSeats: {
139217
- max: number;
139218
139245
  errorMessage: string;
139246
+ max: number;
139219
139247
  errorReason: string;
139220
139248
  };
139221
139249
  workspaceViewers: {
139222
- max: number;
139223
139250
  errorMessage: string;
139251
+ max: number;
139224
139252
  errorReason: string;
139225
139253
  };
139226
139254
  customDocumentationExporter: {
@@ -139437,35 +139465,35 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
139437
139465
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
139438
139466
  featuresSummary?: {
139439
139467
  themes: {
139440
- max: number;
139441
139468
  errorMessage: string;
139469
+ max: number;
139442
139470
  errorReason: string;
139443
139471
  };
139444
139472
  designSystems: {
139445
- max: number;
139446
139473
  errorMessage: string;
139474
+ max: number;
139447
139475
  errorReason: string;
139448
139476
  };
139449
139477
  designSystemSources: {
139450
- max: number;
139451
139478
  errorMessage: string;
139479
+ max: number;
139452
139480
  errorReason: string;
139453
139481
  noImportJobsErrorMessage: string;
139454
139482
  noImportJobsErrorReason: string;
139455
139483
  };
139456
139484
  designSystemVersions: {
139457
- max: number;
139458
139485
  errorMessage: string;
139486
+ max: number;
139459
139487
  errorReason: string;
139460
139488
  };
139461
139489
  brands: {
139462
- max: number;
139463
139490
  errorMessage: string;
139491
+ max: number;
139464
139492
  errorReason: string;
139465
139493
  };
139466
139494
  codegenSchedules: {
139467
- max: number;
139468
139495
  errorMessage: string;
139496
+ max: number;
139469
139497
  errorReason: string;
139470
139498
  };
139471
139499
  publicDocumentation: {
@@ -139509,13 +139537,13 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
139509
139537
  enabled: boolean;
139510
139538
  };
139511
139539
  workspacePaidSeats: {
139512
- max: number;
139513
139540
  errorMessage: string;
139541
+ max: number;
139514
139542
  errorReason: string;
139515
139543
  };
139516
139544
  workspaceViewers: {
139517
- max: number;
139518
139545
  errorMessage: string;
139546
+ max: number;
139519
139547
  errorReason: string;
139520
139548
  };
139521
139549
  customDocumentationExporter: {
@@ -139679,35 +139707,35 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
139679
139707
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
139680
139708
  featuresSummary?: {
139681
139709
  themes: {
139682
- max: number;
139683
139710
  errorMessage: string;
139711
+ max: number;
139684
139712
  errorReason: string;
139685
139713
  };
139686
139714
  designSystems: {
139687
- max: number;
139688
139715
  errorMessage: string;
139716
+ max: number;
139689
139717
  errorReason: string;
139690
139718
  };
139691
139719
  designSystemSources: {
139692
- max: number;
139693
139720
  errorMessage: string;
139721
+ max: number;
139694
139722
  errorReason: string;
139695
139723
  noImportJobsErrorMessage: string;
139696
139724
  noImportJobsErrorReason: string;
139697
139725
  };
139698
139726
  designSystemVersions: {
139699
- max: number;
139700
139727
  errorMessage: string;
139728
+ max: number;
139701
139729
  errorReason: string;
139702
139730
  };
139703
139731
  brands: {
139704
- max: number;
139705
139732
  errorMessage: string;
139733
+ max: number;
139706
139734
  errorReason: string;
139707
139735
  };
139708
139736
  codegenSchedules: {
139709
- max: number;
139710
139737
  errorMessage: string;
139738
+ max: number;
139711
139739
  errorReason: string;
139712
139740
  };
139713
139741
  publicDocumentation: {
@@ -139751,13 +139779,13 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
139751
139779
  enabled: boolean;
139752
139780
  };
139753
139781
  workspacePaidSeats: {
139754
- max: number;
139755
139782
  errorMessage: string;
139783
+ max: number;
139756
139784
  errorReason: string;
139757
139785
  };
139758
139786
  workspaceViewers: {
139759
- max: number;
139760
139787
  errorMessage: string;
139788
+ max: number;
139761
139789
  errorReason: string;
139762
139790
  };
139763
139791
  customDocumentationExporter: {
@@ -143159,12 +143187,12 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143159
143187
  errorMessage: z.ZodString;
143160
143188
  errorReason: z.ZodString;
143161
143189
  }, "strip", z.ZodTypeAny, {
143162
- max: number;
143163
143190
  errorMessage: string;
143191
+ max: number;
143164
143192
  errorReason: string;
143165
143193
  }, {
143166
- max: number;
143167
143194
  errorMessage: string;
143195
+ max: number;
143168
143196
  errorReason: string;
143169
143197
  }>;
143170
143198
  designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
@@ -143175,14 +143203,14 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143175
143203
  noImportJobsErrorMessage: z.ZodString;
143176
143204
  noImportJobsErrorReason: z.ZodString;
143177
143205
  }>, "strip", z.ZodTypeAny, {
143178
- max: number;
143179
143206
  errorMessage: string;
143207
+ max: number;
143180
143208
  errorReason: string;
143181
143209
  noImportJobsErrorMessage: string;
143182
143210
  noImportJobsErrorReason: string;
143183
143211
  }, {
143184
- max: number;
143185
143212
  errorMessage: string;
143213
+ max: number;
143186
143214
  errorReason: string;
143187
143215
  noImportJobsErrorMessage: string;
143188
143216
  noImportJobsErrorReason: string;
@@ -143192,12 +143220,12 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143192
143220
  errorMessage: z.ZodString;
143193
143221
  errorReason: z.ZodString;
143194
143222
  }, "strip", z.ZodTypeAny, {
143195
- max: number;
143196
143223
  errorMessage: string;
143224
+ max: number;
143197
143225
  errorReason: string;
143198
143226
  }, {
143199
- max: number;
143200
143227
  errorMessage: string;
143228
+ max: number;
143201
143229
  errorReason: string;
143202
143230
  }>;
143203
143231
  themes: z.ZodObject<{
@@ -143205,12 +143233,12 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143205
143233
  errorMessage: z.ZodString;
143206
143234
  errorReason: z.ZodString;
143207
143235
  }, "strip", z.ZodTypeAny, {
143208
- max: number;
143209
143236
  errorMessage: string;
143237
+ max: number;
143210
143238
  errorReason: string;
143211
143239
  }, {
143212
- max: number;
143213
143240
  errorMessage: string;
143241
+ max: number;
143214
143242
  errorReason: string;
143215
143243
  }>;
143216
143244
  brands: z.ZodObject<{
@@ -143218,12 +143246,12 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143218
143246
  errorMessage: z.ZodString;
143219
143247
  errorReason: z.ZodString;
143220
143248
  }, "strip", z.ZodTypeAny, {
143221
- max: number;
143222
143249
  errorMessage: string;
143250
+ max: number;
143223
143251
  errorReason: string;
143224
143252
  }, {
143225
- max: number;
143226
143253
  errorMessage: string;
143254
+ max: number;
143227
143255
  errorReason: string;
143228
143256
  }>;
143229
143257
  codegenSchedules: z.ZodObject<{
@@ -143231,12 +143259,12 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143231
143259
  errorMessage: z.ZodString;
143232
143260
  errorReason: z.ZodString;
143233
143261
  }, "strip", z.ZodTypeAny, {
143234
- max: number;
143235
143262
  errorMessage: string;
143263
+ max: number;
143236
143264
  errorReason: string;
143237
143265
  }, {
143238
- max: number;
143239
143266
  errorMessage: string;
143267
+ max: number;
143240
143268
  errorReason: string;
143241
143269
  }>;
143242
143270
  publicDocumentation: z.ZodObject<{
@@ -143348,12 +143376,12 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143348
143376
  errorMessage: z.ZodString;
143349
143377
  errorReason: z.ZodString;
143350
143378
  }, "strip", z.ZodTypeAny, {
143351
- max: number;
143352
143379
  errorMessage: string;
143380
+ max: number;
143353
143381
  errorReason: string;
143354
143382
  }, {
143355
- max: number;
143356
143383
  errorMessage: string;
143384
+ max: number;
143357
143385
  errorReason: string;
143358
143386
  }>;
143359
143387
  workspaceViewers: z.ZodObject<{
@@ -143361,12 +143389,12 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143361
143389
  errorMessage: z.ZodString;
143362
143390
  errorReason: z.ZodString;
143363
143391
  }, "strip", z.ZodTypeAny, {
143364
- max: number;
143365
143392
  errorMessage: string;
143393
+ max: number;
143366
143394
  errorReason: string;
143367
143395
  }, {
143368
- max: number;
143369
143396
  errorMessage: string;
143397
+ max: number;
143370
143398
  errorReason: string;
143371
143399
  }>;
143372
143400
  customDocumentationExporter: z.ZodObject<{
@@ -143462,35 +143490,35 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143462
143490
  }>;
143463
143491
  }, "strip", z.ZodTypeAny, {
143464
143492
  themes: {
143465
- max: number;
143466
143493
  errorMessage: string;
143494
+ max: number;
143467
143495
  errorReason: string;
143468
143496
  };
143469
143497
  designSystems: {
143470
- max: number;
143471
143498
  errorMessage: string;
143499
+ max: number;
143472
143500
  errorReason: string;
143473
143501
  };
143474
143502
  designSystemSources: {
143475
- max: number;
143476
143503
  errorMessage: string;
143504
+ max: number;
143477
143505
  errorReason: string;
143478
143506
  noImportJobsErrorMessage: string;
143479
143507
  noImportJobsErrorReason: string;
143480
143508
  };
143481
143509
  designSystemVersions: {
143482
- max: number;
143483
143510
  errorMessage: string;
143511
+ max: number;
143484
143512
  errorReason: string;
143485
143513
  };
143486
143514
  brands: {
143487
- max: number;
143488
143515
  errorMessage: string;
143516
+ max: number;
143489
143517
  errorReason: string;
143490
143518
  };
143491
143519
  codegenSchedules: {
143492
- max: number;
143493
143520
  errorMessage: string;
143521
+ max: number;
143494
143522
  errorReason: string;
143495
143523
  };
143496
143524
  publicDocumentation: {
@@ -143534,13 +143562,13 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143534
143562
  enabled: boolean;
143535
143563
  };
143536
143564
  workspacePaidSeats: {
143537
- max: number;
143538
143565
  errorMessage: string;
143566
+ max: number;
143539
143567
  errorReason: string;
143540
143568
  };
143541
143569
  workspaceViewers: {
143542
- max: number;
143543
143570
  errorMessage: string;
143571
+ max: number;
143544
143572
  errorReason: string;
143545
143573
  };
143546
143574
  customDocumentationExporter: {
@@ -143580,35 +143608,35 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143580
143608
  };
143581
143609
  }, {
143582
143610
  themes: {
143583
- max: number;
143584
143611
  errorMessage: string;
143612
+ max: number;
143585
143613
  errorReason: string;
143586
143614
  };
143587
143615
  designSystems: {
143588
- max: number;
143589
143616
  errorMessage: string;
143617
+ max: number;
143590
143618
  errorReason: string;
143591
143619
  };
143592
143620
  designSystemSources: {
143593
- max: number;
143594
143621
  errorMessage: string;
143622
+ max: number;
143595
143623
  errorReason: string;
143596
143624
  noImportJobsErrorMessage: string;
143597
143625
  noImportJobsErrorReason: string;
143598
143626
  };
143599
143627
  designSystemVersions: {
143600
- max: number;
143601
143628
  errorMessage: string;
143629
+ max: number;
143602
143630
  errorReason: string;
143603
143631
  };
143604
143632
  brands: {
143605
- max: number;
143606
143633
  errorMessage: string;
143634
+ max: number;
143607
143635
  errorReason: string;
143608
143636
  };
143609
143637
  codegenSchedules: {
143610
- max: number;
143611
143638
  errorMessage: string;
143639
+ max: number;
143612
143640
  errorReason: string;
143613
143641
  };
143614
143642
  publicDocumentation: {
@@ -143652,13 +143680,13 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143652
143680
  enabled: boolean;
143653
143681
  };
143654
143682
  workspacePaidSeats: {
143655
- max: number;
143656
143683
  errorMessage: string;
143684
+ max: number;
143657
143685
  errorReason: string;
143658
143686
  };
143659
143687
  workspaceViewers: {
143660
- max: number;
143661
143688
  errorMessage: string;
143689
+ max: number;
143662
143690
  errorReason: string;
143663
143691
  };
143664
143692
  customDocumentationExporter: {
@@ -143765,35 +143793,35 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143765
143793
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
143766
143794
  featuresSummary?: {
143767
143795
  themes: {
143768
- max: number;
143769
143796
  errorMessage: string;
143797
+ max: number;
143770
143798
  errorReason: string;
143771
143799
  };
143772
143800
  designSystems: {
143773
- max: number;
143774
143801
  errorMessage: string;
143802
+ max: number;
143775
143803
  errorReason: string;
143776
143804
  };
143777
143805
  designSystemSources: {
143778
- max: number;
143779
143806
  errorMessage: string;
143807
+ max: number;
143780
143808
  errorReason: string;
143781
143809
  noImportJobsErrorMessage: string;
143782
143810
  noImportJobsErrorReason: string;
143783
143811
  };
143784
143812
  designSystemVersions: {
143785
- max: number;
143786
143813
  errorMessage: string;
143814
+ max: number;
143787
143815
  errorReason: string;
143788
143816
  };
143789
143817
  brands: {
143790
- max: number;
143791
143818
  errorMessage: string;
143819
+ max: number;
143792
143820
  errorReason: string;
143793
143821
  };
143794
143822
  codegenSchedules: {
143795
- max: number;
143796
143823
  errorMessage: string;
143824
+ max: number;
143797
143825
  errorReason: string;
143798
143826
  };
143799
143827
  publicDocumentation: {
@@ -143837,13 +143865,13 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143837
143865
  enabled: boolean;
143838
143866
  };
143839
143867
  workspacePaidSeats: {
143840
- max: number;
143841
143868
  errorMessage: string;
143869
+ max: number;
143842
143870
  errorReason: string;
143843
143871
  };
143844
143872
  workspaceViewers: {
143845
- max: number;
143846
143873
  errorMessage: string;
143874
+ max: number;
143847
143875
  errorReason: string;
143848
143876
  };
143849
143877
  customDocumentationExporter: {
@@ -143917,35 +143945,35 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143917
143945
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
143918
143946
  featuresSummary?: {
143919
143947
  themes: {
143920
- max: number;
143921
143948
  errorMessage: string;
143949
+ max: number;
143922
143950
  errorReason: string;
143923
143951
  };
143924
143952
  designSystems: {
143925
- max: number;
143926
143953
  errorMessage: string;
143954
+ max: number;
143927
143955
  errorReason: string;
143928
143956
  };
143929
143957
  designSystemSources: {
143930
- max: number;
143931
143958
  errorMessage: string;
143959
+ max: number;
143932
143960
  errorReason: string;
143933
143961
  noImportJobsErrorMessage: string;
143934
143962
  noImportJobsErrorReason: string;
143935
143963
  };
143936
143964
  designSystemVersions: {
143937
- max: number;
143938
143965
  errorMessage: string;
143966
+ max: number;
143939
143967
  errorReason: string;
143940
143968
  };
143941
143969
  brands: {
143942
- max: number;
143943
143970
  errorMessage: string;
143971
+ max: number;
143944
143972
  errorReason: string;
143945
143973
  };
143946
143974
  codegenSchedules: {
143947
- max: number;
143948
143975
  errorMessage: string;
143976
+ max: number;
143949
143977
  errorReason: string;
143950
143978
  };
143951
143979
  publicDocumentation: {
@@ -143989,13 +144017,13 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
143989
144017
  enabled: boolean;
143990
144018
  };
143991
144019
  workspacePaidSeats: {
143992
- max: number;
143993
144020
  errorMessage: string;
144021
+ max: number;
143994
144022
  errorReason: string;
143995
144023
  };
143996
144024
  workspaceViewers: {
143997
- max: number;
143998
144025
  errorMessage: string;
144026
+ max: number;
143999
144027
  errorReason: string;
144000
144028
  };
144001
144029
  customDocumentationExporter: {
@@ -144245,35 +144273,35 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
144245
144273
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
144246
144274
  featuresSummary?: {
144247
144275
  themes: {
144248
- max: number;
144249
144276
  errorMessage: string;
144277
+ max: number;
144250
144278
  errorReason: string;
144251
144279
  };
144252
144280
  designSystems: {
144253
- max: number;
144254
144281
  errorMessage: string;
144282
+ max: number;
144255
144283
  errorReason: string;
144256
144284
  };
144257
144285
  designSystemSources: {
144258
- max: number;
144259
144286
  errorMessage: string;
144287
+ max: number;
144260
144288
  errorReason: string;
144261
144289
  noImportJobsErrorMessage: string;
144262
144290
  noImportJobsErrorReason: string;
144263
144291
  };
144264
144292
  designSystemVersions: {
144265
- max: number;
144266
144293
  errorMessage: string;
144294
+ max: number;
144267
144295
  errorReason: string;
144268
144296
  };
144269
144297
  brands: {
144270
- max: number;
144271
144298
  errorMessage: string;
144299
+ max: number;
144272
144300
  errorReason: string;
144273
144301
  };
144274
144302
  codegenSchedules: {
144275
- max: number;
144276
144303
  errorMessage: string;
144304
+ max: number;
144277
144305
  errorReason: string;
144278
144306
  };
144279
144307
  publicDocumentation: {
@@ -144317,13 +144345,13 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
144317
144345
  enabled: boolean;
144318
144346
  };
144319
144347
  workspacePaidSeats: {
144320
- max: number;
144321
144348
  errorMessage: string;
144349
+ max: number;
144322
144350
  errorReason: string;
144323
144351
  };
144324
144352
  workspaceViewers: {
144325
- max: number;
144326
144353
  errorMessage: string;
144354
+ max: number;
144327
144355
  errorReason: string;
144328
144356
  };
144329
144357
  customDocumentationExporter: {
@@ -144462,35 +144490,35 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
144462
144490
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
144463
144491
  featuresSummary?: {
144464
144492
  themes: {
144465
- max: number;
144466
144493
  errorMessage: string;
144494
+ max: number;
144467
144495
  errorReason: string;
144468
144496
  };
144469
144497
  designSystems: {
144470
- max: number;
144471
144498
  errorMessage: string;
144499
+ max: number;
144472
144500
  errorReason: string;
144473
144501
  };
144474
144502
  designSystemSources: {
144475
- max: number;
144476
144503
  errorMessage: string;
144504
+ max: number;
144477
144505
  errorReason: string;
144478
144506
  noImportJobsErrorMessage: string;
144479
144507
  noImportJobsErrorReason: string;
144480
144508
  };
144481
144509
  designSystemVersions: {
144482
- max: number;
144483
144510
  errorMessage: string;
144511
+ max: number;
144484
144512
  errorReason: string;
144485
144513
  };
144486
144514
  brands: {
144487
- max: number;
144488
144515
  errorMessage: string;
144516
+ max: number;
144489
144517
  errorReason: string;
144490
144518
  };
144491
144519
  codegenSchedules: {
144492
- max: number;
144493
144520
  errorMessage: string;
144521
+ max: number;
144494
144522
  errorReason: string;
144495
144523
  };
144496
144524
  publicDocumentation: {
@@ -144534,13 +144562,13 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
144534
144562
  enabled: boolean;
144535
144563
  };
144536
144564
  workspacePaidSeats: {
144537
- max: number;
144538
144565
  errorMessage: string;
144566
+ max: number;
144539
144567
  errorReason: string;
144540
144568
  };
144541
144569
  workspaceViewers: {
144542
- max: number;
144543
144570
  errorMessage: string;
144571
+ max: number;
144544
144572
  errorReason: string;
144545
144573
  };
144546
144574
  customDocumentationExporter: {
@@ -145251,35 +145279,35 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
145251
145279
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
145252
145280
  featuresSummary?: {
145253
145281
  themes: {
145254
- max: number;
145255
145282
  errorMessage: string;
145283
+ max: number;
145256
145284
  errorReason: string;
145257
145285
  };
145258
145286
  designSystems: {
145259
- max: number;
145260
145287
  errorMessage: string;
145288
+ max: number;
145261
145289
  errorReason: string;
145262
145290
  };
145263
145291
  designSystemSources: {
145264
- max: number;
145265
145292
  errorMessage: string;
145293
+ max: number;
145266
145294
  errorReason: string;
145267
145295
  noImportJobsErrorMessage: string;
145268
145296
  noImportJobsErrorReason: string;
145269
145297
  };
145270
145298
  designSystemVersions: {
145271
- max: number;
145272
145299
  errorMessage: string;
145300
+ max: number;
145273
145301
  errorReason: string;
145274
145302
  };
145275
145303
  brands: {
145276
- max: number;
145277
145304
  errorMessage: string;
145305
+ max: number;
145278
145306
  errorReason: string;
145279
145307
  };
145280
145308
  codegenSchedules: {
145281
- max: number;
145282
145309
  errorMessage: string;
145310
+ max: number;
145283
145311
  errorReason: string;
145284
145312
  };
145285
145313
  publicDocumentation: {
@@ -145323,13 +145351,13 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
145323
145351
  enabled: boolean;
145324
145352
  };
145325
145353
  workspacePaidSeats: {
145326
- max: number;
145327
145354
  errorMessage: string;
145355
+ max: number;
145328
145356
  errorReason: string;
145329
145357
  };
145330
145358
  workspaceViewers: {
145331
- max: number;
145332
145359
  errorMessage: string;
145360
+ max: number;
145333
145361
  errorReason: string;
145334
145362
  };
145335
145363
  customDocumentationExporter: {
@@ -145575,35 +145603,35 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
145575
145603
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
145576
145604
  featuresSummary?: {
145577
145605
  themes: {
145578
- max: number;
145579
145606
  errorMessage: string;
145607
+ max: number;
145580
145608
  errorReason: string;
145581
145609
  };
145582
145610
  designSystems: {
145583
- max: number;
145584
145611
  errorMessage: string;
145612
+ max: number;
145585
145613
  errorReason: string;
145586
145614
  };
145587
145615
  designSystemSources: {
145588
- max: number;
145589
145616
  errorMessage: string;
145617
+ max: number;
145590
145618
  errorReason: string;
145591
145619
  noImportJobsErrorMessage: string;
145592
145620
  noImportJobsErrorReason: string;
145593
145621
  };
145594
145622
  designSystemVersions: {
145595
- max: number;
145596
145623
  errorMessage: string;
145624
+ max: number;
145597
145625
  errorReason: string;
145598
145626
  };
145599
145627
  brands: {
145600
- max: number;
145601
145628
  errorMessage: string;
145629
+ max: number;
145602
145630
  errorReason: string;
145603
145631
  };
145604
145632
  codegenSchedules: {
145605
- max: number;
145606
145633
  errorMessage: string;
145634
+ max: number;
145607
145635
  errorReason: string;
145608
145636
  };
145609
145637
  publicDocumentation: {
@@ -145647,13 +145675,13 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
145647
145675
  enabled: boolean;
145648
145676
  };
145649
145677
  workspacePaidSeats: {
145650
- max: number;
145651
145678
  errorMessage: string;
145679
+ max: number;
145652
145680
  errorReason: string;
145653
145681
  };
145654
145682
  workspaceViewers: {
145655
- max: number;
145656
145683
  errorMessage: string;
145684
+ max: number;
145657
145685
  errorReason: string;
145658
145686
  };
145659
145687
  customDocumentationExporter: {
@@ -145996,12 +146024,12 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
145996
146024
  errorMessage: z.ZodString;
145997
146025
  errorReason: z.ZodString;
145998
146026
  }, "strip", z.ZodTypeAny, {
145999
- max: number;
146000
146027
  errorMessage: string;
146028
+ max: number;
146001
146029
  errorReason: string;
146002
146030
  }, {
146003
- max: number;
146004
146031
  errorMessage: string;
146032
+ max: number;
146005
146033
  errorReason: string;
146006
146034
  }>;
146007
146035
  designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
@@ -146012,14 +146040,14 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146012
146040
  noImportJobsErrorMessage: z.ZodString;
146013
146041
  noImportJobsErrorReason: z.ZodString;
146014
146042
  }>, "strip", z.ZodTypeAny, {
146015
- max: number;
146016
146043
  errorMessage: string;
146044
+ max: number;
146017
146045
  errorReason: string;
146018
146046
  noImportJobsErrorMessage: string;
146019
146047
  noImportJobsErrorReason: string;
146020
146048
  }, {
146021
- max: number;
146022
146049
  errorMessage: string;
146050
+ max: number;
146023
146051
  errorReason: string;
146024
146052
  noImportJobsErrorMessage: string;
146025
146053
  noImportJobsErrorReason: string;
@@ -146029,12 +146057,12 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146029
146057
  errorMessage: z.ZodString;
146030
146058
  errorReason: z.ZodString;
146031
146059
  }, "strip", z.ZodTypeAny, {
146032
- max: number;
146033
146060
  errorMessage: string;
146061
+ max: number;
146034
146062
  errorReason: string;
146035
146063
  }, {
146036
- max: number;
146037
146064
  errorMessage: string;
146065
+ max: number;
146038
146066
  errorReason: string;
146039
146067
  }>;
146040
146068
  themes: z.ZodObject<{
@@ -146042,12 +146070,12 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146042
146070
  errorMessage: z.ZodString;
146043
146071
  errorReason: z.ZodString;
146044
146072
  }, "strip", z.ZodTypeAny, {
146045
- max: number;
146046
146073
  errorMessage: string;
146074
+ max: number;
146047
146075
  errorReason: string;
146048
146076
  }, {
146049
- max: number;
146050
146077
  errorMessage: string;
146078
+ max: number;
146051
146079
  errorReason: string;
146052
146080
  }>;
146053
146081
  brands: z.ZodObject<{
@@ -146055,12 +146083,12 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146055
146083
  errorMessage: z.ZodString;
146056
146084
  errorReason: z.ZodString;
146057
146085
  }, "strip", z.ZodTypeAny, {
146058
- max: number;
146059
146086
  errorMessage: string;
146087
+ max: number;
146060
146088
  errorReason: string;
146061
146089
  }, {
146062
- max: number;
146063
146090
  errorMessage: string;
146091
+ max: number;
146064
146092
  errorReason: string;
146065
146093
  }>;
146066
146094
  codegenSchedules: z.ZodObject<{
@@ -146068,12 +146096,12 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146068
146096
  errorMessage: z.ZodString;
146069
146097
  errorReason: z.ZodString;
146070
146098
  }, "strip", z.ZodTypeAny, {
146071
- max: number;
146072
146099
  errorMessage: string;
146100
+ max: number;
146073
146101
  errorReason: string;
146074
146102
  }, {
146075
- max: number;
146076
146103
  errorMessage: string;
146104
+ max: number;
146077
146105
  errorReason: string;
146078
146106
  }>;
146079
146107
  publicDocumentation: z.ZodObject<{
@@ -146185,12 +146213,12 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146185
146213
  errorMessage: z.ZodString;
146186
146214
  errorReason: z.ZodString;
146187
146215
  }, "strip", z.ZodTypeAny, {
146188
- max: number;
146189
146216
  errorMessage: string;
146217
+ max: number;
146190
146218
  errorReason: string;
146191
146219
  }, {
146192
- max: number;
146193
146220
  errorMessage: string;
146221
+ max: number;
146194
146222
  errorReason: string;
146195
146223
  }>;
146196
146224
  workspaceViewers: z.ZodObject<{
@@ -146198,12 +146226,12 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146198
146226
  errorMessage: z.ZodString;
146199
146227
  errorReason: z.ZodString;
146200
146228
  }, "strip", z.ZodTypeAny, {
146201
- max: number;
146202
146229
  errorMessage: string;
146230
+ max: number;
146203
146231
  errorReason: string;
146204
146232
  }, {
146205
- max: number;
146206
146233
  errorMessage: string;
146234
+ max: number;
146207
146235
  errorReason: string;
146208
146236
  }>;
146209
146237
  customDocumentationExporter: z.ZodObject<{
@@ -146299,35 +146327,35 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146299
146327
  }>;
146300
146328
  }, "strip", z.ZodTypeAny, {
146301
146329
  themes: {
146302
- max: number;
146303
146330
  errorMessage: string;
146331
+ max: number;
146304
146332
  errorReason: string;
146305
146333
  };
146306
146334
  designSystems: {
146307
- max: number;
146308
146335
  errorMessage: string;
146336
+ max: number;
146309
146337
  errorReason: string;
146310
146338
  };
146311
146339
  designSystemSources: {
146312
- max: number;
146313
146340
  errorMessage: string;
146341
+ max: number;
146314
146342
  errorReason: string;
146315
146343
  noImportJobsErrorMessage: string;
146316
146344
  noImportJobsErrorReason: string;
146317
146345
  };
146318
146346
  designSystemVersions: {
146319
- max: number;
146320
146347
  errorMessage: string;
146348
+ max: number;
146321
146349
  errorReason: string;
146322
146350
  };
146323
146351
  brands: {
146324
- max: number;
146325
146352
  errorMessage: string;
146353
+ max: number;
146326
146354
  errorReason: string;
146327
146355
  };
146328
146356
  codegenSchedules: {
146329
- max: number;
146330
146357
  errorMessage: string;
146358
+ max: number;
146331
146359
  errorReason: string;
146332
146360
  };
146333
146361
  publicDocumentation: {
@@ -146371,13 +146399,13 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146371
146399
  enabled: boolean;
146372
146400
  };
146373
146401
  workspacePaidSeats: {
146374
- max: number;
146375
146402
  errorMessage: string;
146403
+ max: number;
146376
146404
  errorReason: string;
146377
146405
  };
146378
146406
  workspaceViewers: {
146379
- max: number;
146380
146407
  errorMessage: string;
146408
+ max: number;
146381
146409
  errorReason: string;
146382
146410
  };
146383
146411
  customDocumentationExporter: {
@@ -146417,35 +146445,35 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146417
146445
  };
146418
146446
  }, {
146419
146447
  themes: {
146420
- max: number;
146421
146448
  errorMessage: string;
146449
+ max: number;
146422
146450
  errorReason: string;
146423
146451
  };
146424
146452
  designSystems: {
146425
- max: number;
146426
146453
  errorMessage: string;
146454
+ max: number;
146427
146455
  errorReason: string;
146428
146456
  };
146429
146457
  designSystemSources: {
146430
- max: number;
146431
146458
  errorMessage: string;
146459
+ max: number;
146432
146460
  errorReason: string;
146433
146461
  noImportJobsErrorMessage: string;
146434
146462
  noImportJobsErrorReason: string;
146435
146463
  };
146436
146464
  designSystemVersions: {
146437
- max: number;
146438
146465
  errorMessage: string;
146466
+ max: number;
146439
146467
  errorReason: string;
146440
146468
  };
146441
146469
  brands: {
146442
- max: number;
146443
146470
  errorMessage: string;
146471
+ max: number;
146444
146472
  errorReason: string;
146445
146473
  };
146446
146474
  codegenSchedules: {
146447
- max: number;
146448
146475
  errorMessage: string;
146476
+ max: number;
146449
146477
  errorReason: string;
146450
146478
  };
146451
146479
  publicDocumentation: {
@@ -146489,13 +146517,13 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146489
146517
  enabled: boolean;
146490
146518
  };
146491
146519
  workspacePaidSeats: {
146492
- max: number;
146493
146520
  errorMessage: string;
146521
+ max: number;
146494
146522
  errorReason: string;
146495
146523
  };
146496
146524
  workspaceViewers: {
146497
- max: number;
146498
146525
  errorMessage: string;
146526
+ max: number;
146499
146527
  errorReason: string;
146500
146528
  };
146501
146529
  customDocumentationExporter: {
@@ -146602,35 +146630,35 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146602
146630
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
146603
146631
  featuresSummary?: {
146604
146632
  themes: {
146605
- max: number;
146606
146633
  errorMessage: string;
146634
+ max: number;
146607
146635
  errorReason: string;
146608
146636
  };
146609
146637
  designSystems: {
146610
- max: number;
146611
146638
  errorMessage: string;
146639
+ max: number;
146612
146640
  errorReason: string;
146613
146641
  };
146614
146642
  designSystemSources: {
146615
- max: number;
146616
146643
  errorMessage: string;
146644
+ max: number;
146617
146645
  errorReason: string;
146618
146646
  noImportJobsErrorMessage: string;
146619
146647
  noImportJobsErrorReason: string;
146620
146648
  };
146621
146649
  designSystemVersions: {
146622
- max: number;
146623
146650
  errorMessage: string;
146651
+ max: number;
146624
146652
  errorReason: string;
146625
146653
  };
146626
146654
  brands: {
146627
- max: number;
146628
146655
  errorMessage: string;
146656
+ max: number;
146629
146657
  errorReason: string;
146630
146658
  };
146631
146659
  codegenSchedules: {
146632
- max: number;
146633
146660
  errorMessage: string;
146661
+ max: number;
146634
146662
  errorReason: string;
146635
146663
  };
146636
146664
  publicDocumentation: {
@@ -146674,13 +146702,13 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146674
146702
  enabled: boolean;
146675
146703
  };
146676
146704
  workspacePaidSeats: {
146677
- max: number;
146678
146705
  errorMessage: string;
146706
+ max: number;
146679
146707
  errorReason: string;
146680
146708
  };
146681
146709
  workspaceViewers: {
146682
- max: number;
146683
146710
  errorMessage: string;
146711
+ max: number;
146684
146712
  errorReason: string;
146685
146713
  };
146686
146714
  customDocumentationExporter: {
@@ -146754,35 +146782,35 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146754
146782
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
146755
146783
  featuresSummary?: {
146756
146784
  themes: {
146757
- max: number;
146758
146785
  errorMessage: string;
146786
+ max: number;
146759
146787
  errorReason: string;
146760
146788
  };
146761
146789
  designSystems: {
146762
- max: number;
146763
146790
  errorMessage: string;
146791
+ max: number;
146764
146792
  errorReason: string;
146765
146793
  };
146766
146794
  designSystemSources: {
146767
- max: number;
146768
146795
  errorMessage: string;
146796
+ max: number;
146769
146797
  errorReason: string;
146770
146798
  noImportJobsErrorMessage: string;
146771
146799
  noImportJobsErrorReason: string;
146772
146800
  };
146773
146801
  designSystemVersions: {
146774
- max: number;
146775
146802
  errorMessage: string;
146803
+ max: number;
146776
146804
  errorReason: string;
146777
146805
  };
146778
146806
  brands: {
146779
- max: number;
146780
146807
  errorMessage: string;
146808
+ max: number;
146781
146809
  errorReason: string;
146782
146810
  };
146783
146811
  codegenSchedules: {
146784
- max: number;
146785
146812
  errorMessage: string;
146813
+ max: number;
146786
146814
  errorReason: string;
146787
146815
  };
146788
146816
  publicDocumentation: {
@@ -146826,13 +146854,13 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
146826
146854
  enabled: boolean;
146827
146855
  };
146828
146856
  workspacePaidSeats: {
146829
- max: number;
146830
146857
  errorMessage: string;
146858
+ max: number;
146831
146859
  errorReason: string;
146832
146860
  };
146833
146861
  workspaceViewers: {
146834
- max: number;
146835
146862
  errorMessage: string;
146863
+ max: number;
146836
146864
  errorReason: string;
146837
146865
  };
146838
146866
  customDocumentationExporter: {
@@ -147082,35 +147110,35 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
147082
147110
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
147083
147111
  featuresSummary?: {
147084
147112
  themes: {
147085
- max: number;
147086
147113
  errorMessage: string;
147114
+ max: number;
147087
147115
  errorReason: string;
147088
147116
  };
147089
147117
  designSystems: {
147090
- max: number;
147091
147118
  errorMessage: string;
147119
+ max: number;
147092
147120
  errorReason: string;
147093
147121
  };
147094
147122
  designSystemSources: {
147095
- max: number;
147096
147123
  errorMessage: string;
147124
+ max: number;
147097
147125
  errorReason: string;
147098
147126
  noImportJobsErrorMessage: string;
147099
147127
  noImportJobsErrorReason: string;
147100
147128
  };
147101
147129
  designSystemVersions: {
147102
- max: number;
147103
147130
  errorMessage: string;
147131
+ max: number;
147104
147132
  errorReason: string;
147105
147133
  };
147106
147134
  brands: {
147107
- max: number;
147108
147135
  errorMessage: string;
147136
+ max: number;
147109
147137
  errorReason: string;
147110
147138
  };
147111
147139
  codegenSchedules: {
147112
- max: number;
147113
147140
  errorMessage: string;
147141
+ max: number;
147114
147142
  errorReason: string;
147115
147143
  };
147116
147144
  publicDocumentation: {
@@ -147154,13 +147182,13 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
147154
147182
  enabled: boolean;
147155
147183
  };
147156
147184
  workspacePaidSeats: {
147157
- max: number;
147158
147185
  errorMessage: string;
147186
+ max: number;
147159
147187
  errorReason: string;
147160
147188
  };
147161
147189
  workspaceViewers: {
147162
- max: number;
147163
147190
  errorMessage: string;
147191
+ max: number;
147164
147192
  errorReason: string;
147165
147193
  };
147166
147194
  customDocumentationExporter: {
@@ -147299,35 +147327,35 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
147299
147327
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
147300
147328
  featuresSummary?: {
147301
147329
  themes: {
147302
- max: number;
147303
147330
  errorMessage: string;
147331
+ max: number;
147304
147332
  errorReason: string;
147305
147333
  };
147306
147334
  designSystems: {
147307
- max: number;
147308
147335
  errorMessage: string;
147336
+ max: number;
147309
147337
  errorReason: string;
147310
147338
  };
147311
147339
  designSystemSources: {
147312
- max: number;
147313
147340
  errorMessage: string;
147341
+ max: number;
147314
147342
  errorReason: string;
147315
147343
  noImportJobsErrorMessage: string;
147316
147344
  noImportJobsErrorReason: string;
147317
147345
  };
147318
147346
  designSystemVersions: {
147319
- max: number;
147320
147347
  errorMessage: string;
147348
+ max: number;
147321
147349
  errorReason: string;
147322
147350
  };
147323
147351
  brands: {
147324
- max: number;
147325
147352
  errorMessage: string;
147353
+ max: number;
147326
147354
  errorReason: string;
147327
147355
  };
147328
147356
  codegenSchedules: {
147329
- max: number;
147330
147357
  errorMessage: string;
147358
+ max: number;
147331
147359
  errorReason: string;
147332
147360
  };
147333
147361
  publicDocumentation: {
@@ -147371,13 +147399,13 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
147371
147399
  enabled: boolean;
147372
147400
  };
147373
147401
  workspacePaidSeats: {
147374
- max: number;
147375
147402
  errorMessage: string;
147403
+ max: number;
147376
147404
  errorReason: string;
147377
147405
  };
147378
147406
  workspaceViewers: {
147379
- max: number;
147380
147407
  errorMessage: string;
147408
+ max: number;
147381
147409
  errorReason: string;
147382
147410
  };
147383
147411
  customDocumentationExporter: {
@@ -148012,35 +148040,35 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
148012
148040
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
148013
148041
  featuresSummary?: {
148014
148042
  themes: {
148015
- max: number;
148016
148043
  errorMessage: string;
148044
+ max: number;
148017
148045
  errorReason: string;
148018
148046
  };
148019
148047
  designSystems: {
148020
- max: number;
148021
148048
  errorMessage: string;
148049
+ max: number;
148022
148050
  errorReason: string;
148023
148051
  };
148024
148052
  designSystemSources: {
148025
- max: number;
148026
148053
  errorMessage: string;
148054
+ max: number;
148027
148055
  errorReason: string;
148028
148056
  noImportJobsErrorMessage: string;
148029
148057
  noImportJobsErrorReason: string;
148030
148058
  };
148031
148059
  designSystemVersions: {
148032
- max: number;
148033
148060
  errorMessage: string;
148061
+ max: number;
148034
148062
  errorReason: string;
148035
148063
  };
148036
148064
  brands: {
148037
- max: number;
148038
148065
  errorMessage: string;
148066
+ max: number;
148039
148067
  errorReason: string;
148040
148068
  };
148041
148069
  codegenSchedules: {
148042
- max: number;
148043
148070
  errorMessage: string;
148071
+ max: number;
148044
148072
  errorReason: string;
148045
148073
  };
148046
148074
  publicDocumentation: {
@@ -148084,13 +148112,13 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
148084
148112
  enabled: boolean;
148085
148113
  };
148086
148114
  workspacePaidSeats: {
148087
- max: number;
148088
148115
  errorMessage: string;
148116
+ max: number;
148089
148117
  errorReason: string;
148090
148118
  };
148091
148119
  workspaceViewers: {
148092
- max: number;
148093
148120
  errorMessage: string;
148121
+ max: number;
148094
148122
  errorReason: string;
148095
148123
  };
148096
148124
  customDocumentationExporter: {
@@ -148313,35 +148341,35 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
148313
148341
  internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
148314
148342
  featuresSummary?: {
148315
148343
  themes: {
148316
- max: number;
148317
148344
  errorMessage: string;
148345
+ max: number;
148318
148346
  errorReason: string;
148319
148347
  };
148320
148348
  designSystems: {
148321
- max: number;
148322
148349
  errorMessage: string;
148350
+ max: number;
148323
148351
  errorReason: string;
148324
148352
  };
148325
148353
  designSystemSources: {
148326
- max: number;
148327
148354
  errorMessage: string;
148355
+ max: number;
148328
148356
  errorReason: string;
148329
148357
  noImportJobsErrorMessage: string;
148330
148358
  noImportJobsErrorReason: string;
148331
148359
  };
148332
148360
  designSystemVersions: {
148333
- max: number;
148334
148361
  errorMessage: string;
148362
+ max: number;
148335
148363
  errorReason: string;
148336
148364
  };
148337
148365
  brands: {
148338
- max: number;
148339
148366
  errorMessage: string;
148367
+ max: number;
148340
148368
  errorReason: string;
148341
148369
  };
148342
148370
  codegenSchedules: {
148343
- max: number;
148344
148371
  errorMessage: string;
148372
+ max: number;
148345
148373
  errorReason: string;
148346
148374
  };
148347
148375
  publicDocumentation: {
@@ -148385,13 +148413,13 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
148385
148413
  enabled: boolean;
148386
148414
  };
148387
148415
  workspacePaidSeats: {
148388
- max: number;
148389
148416
  errorMessage: string;
148417
+ max: number;
148390
148418
  errorReason: string;
148391
148419
  };
148392
148420
  workspaceViewers: {
148393
- max: number;
148394
148421
  errorMessage: string;
148422
+ max: number;
148395
148423
  errorReason: string;
148396
148424
  };
148397
148425
  customDocumentationExporter: {
@@ -155147,24 +155175,24 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<z.objectUtil.
155147
155175
  }>;
155148
155176
  type PulsarContributionConfigurationProperty = z.infer<typeof PulsarContributionConfigurationProperty>;
155149
155177
 
155150
- declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges"]>;
155178
+ declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle"]>;
155151
155179
  type FlaggedFeature = z.infer<typeof FlaggedFeature>;
155152
- declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges"]>, z.ZodBoolean>;
155180
+ declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle"]>, z.ZodBoolean>;
155153
155181
  type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
155154
155182
  declare const FeatureFlag: z.ZodObject<{
155155
155183
  id: z.ZodString;
155156
- feature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges"]>;
155184
+ feature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle"]>;
155157
155185
  createdAt: z.ZodDate;
155158
155186
  enabled: z.ZodBoolean;
155159
155187
  designSystemId: z.ZodOptional<z.ZodString>;
155160
155188
  }, "strip", z.ZodTypeAny, {
155161
- feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges";
155189
+ feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle";
155162
155190
  id: string;
155163
155191
  createdAt: Date;
155164
155192
  enabled: boolean;
155165
155193
  designSystemId?: string | undefined;
155166
155194
  }, {
155167
- feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges";
155195
+ feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle";
155168
155196
  id: string;
155169
155197
  createdAt: Date;
155170
155198
  enabled: boolean;
@@ -184139,4 +184167,4 @@ type PersonalAccessTokenWithUser = {
184139
184167
  token: PersonalAccessToken;
184140
184168
  };
184141
184169
 
184142
- 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, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, 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, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitCommonDestinationOptions, 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 ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, 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, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageRedirect, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, 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, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, 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 UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, 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 UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, UserTheme, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
184170
+ 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, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, 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, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, 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 ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, 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, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageRedirect, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, 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, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, 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 UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, 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 UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, UserTheme, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };