@supernova-studio/model 0.56.0 → 0.57.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 +385 -5
- package/dist/index.d.ts +385 -5
- package/dist/index.js +11 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/billing/features.ts +1 -0
- package/src/dsm/import/support/import-context.ts +1 -0
- package/src/feature-flags/feature-flags.ts +7 -1
package/dist/index.d.mts
CHANGED
|
@@ -576,6 +576,19 @@ declare const FeaturesSummary: z.ZodObject<{
|
|
|
576
576
|
errorReason: string;
|
|
577
577
|
enabled: boolean;
|
|
578
578
|
}>;
|
|
579
|
+
designSystemRoles: z.ZodObject<{
|
|
580
|
+
enabled: z.ZodBoolean;
|
|
581
|
+
errorMessage: z.ZodString;
|
|
582
|
+
errorReason: z.ZodString;
|
|
583
|
+
}, "strip", z.ZodTypeAny, {
|
|
584
|
+
errorMessage: string;
|
|
585
|
+
errorReason: string;
|
|
586
|
+
enabled: boolean;
|
|
587
|
+
}, {
|
|
588
|
+
errorMessage: string;
|
|
589
|
+
errorReason: string;
|
|
590
|
+
enabled: boolean;
|
|
591
|
+
}>;
|
|
579
592
|
}, "strip", z.ZodTypeAny, {
|
|
580
593
|
designSystems: {
|
|
581
594
|
max: number;
|
|
@@ -684,6 +697,11 @@ declare const FeaturesSummary: z.ZodObject<{
|
|
|
684
697
|
errorReason: string;
|
|
685
698
|
enabled: boolean;
|
|
686
699
|
};
|
|
700
|
+
designSystemRoles: {
|
|
701
|
+
errorMessage: string;
|
|
702
|
+
errorReason: string;
|
|
703
|
+
enabled: boolean;
|
|
704
|
+
};
|
|
687
705
|
}, {
|
|
688
706
|
designSystems: {
|
|
689
707
|
max: number;
|
|
@@ -792,6 +810,11 @@ declare const FeaturesSummary: z.ZodObject<{
|
|
|
792
810
|
errorReason: string;
|
|
793
811
|
enabled: boolean;
|
|
794
812
|
};
|
|
813
|
+
designSystemRoles: {
|
|
814
|
+
errorMessage: string;
|
|
815
|
+
errorReason: string;
|
|
816
|
+
enabled: boolean;
|
|
817
|
+
};
|
|
795
818
|
}>;
|
|
796
819
|
type FeaturesSummary = z.infer<typeof FeaturesSummary>;
|
|
797
820
|
|
|
@@ -1318,6 +1341,19 @@ declare const Subscription: z.ZodObject<{
|
|
|
1318
1341
|
errorReason: string;
|
|
1319
1342
|
enabled: boolean;
|
|
1320
1343
|
}>;
|
|
1344
|
+
designSystemRoles: z.ZodObject<{
|
|
1345
|
+
enabled: z.ZodBoolean;
|
|
1346
|
+
errorMessage: z.ZodString;
|
|
1347
|
+
errorReason: z.ZodString;
|
|
1348
|
+
}, "strip", z.ZodTypeAny, {
|
|
1349
|
+
errorMessage: string;
|
|
1350
|
+
errorReason: string;
|
|
1351
|
+
enabled: boolean;
|
|
1352
|
+
}, {
|
|
1353
|
+
errorMessage: string;
|
|
1354
|
+
errorReason: string;
|
|
1355
|
+
enabled: boolean;
|
|
1356
|
+
}>;
|
|
1321
1357
|
}, "strip", z.ZodTypeAny, {
|
|
1322
1358
|
designSystems: {
|
|
1323
1359
|
max: number;
|
|
@@ -1426,6 +1462,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1426
1462
|
errorReason: string;
|
|
1427
1463
|
enabled: boolean;
|
|
1428
1464
|
};
|
|
1465
|
+
designSystemRoles: {
|
|
1466
|
+
errorMessage: string;
|
|
1467
|
+
errorReason: string;
|
|
1468
|
+
enabled: boolean;
|
|
1469
|
+
};
|
|
1429
1470
|
}, {
|
|
1430
1471
|
designSystems: {
|
|
1431
1472
|
max: number;
|
|
@@ -1534,6 +1575,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1534
1575
|
errorReason: string;
|
|
1535
1576
|
enabled: boolean;
|
|
1536
1577
|
};
|
|
1578
|
+
designSystemRoles: {
|
|
1579
|
+
errorMessage: string;
|
|
1580
|
+
errorReason: string;
|
|
1581
|
+
enabled: boolean;
|
|
1582
|
+
};
|
|
1537
1583
|
}>>;
|
|
1538
1584
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
1539
1585
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1709,6 +1755,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1709
1755
|
errorReason: string;
|
|
1710
1756
|
enabled: boolean;
|
|
1711
1757
|
};
|
|
1758
|
+
designSystemRoles: {
|
|
1759
|
+
errorMessage: string;
|
|
1760
|
+
errorReason: string;
|
|
1761
|
+
enabled: boolean;
|
|
1762
|
+
};
|
|
1712
1763
|
} | undefined;
|
|
1713
1764
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
1714
1765
|
currentPeriodStart?: string | undefined;
|
|
@@ -1851,6 +1902,11 @@ declare const Subscription: z.ZodObject<{
|
|
|
1851
1902
|
errorReason: string;
|
|
1852
1903
|
enabled: boolean;
|
|
1853
1904
|
};
|
|
1905
|
+
designSystemRoles: {
|
|
1906
|
+
errorMessage: string;
|
|
1907
|
+
errorReason: string;
|
|
1908
|
+
enabled: boolean;
|
|
1909
|
+
};
|
|
1854
1910
|
} | undefined;
|
|
1855
1911
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
1856
1912
|
currentPeriodStart?: string | undefined;
|
|
@@ -10881,6 +10937,19 @@ declare const UserDump: z.ZodObject<{
|
|
|
10881
10937
|
errorReason: string;
|
|
10882
10938
|
enabled: boolean;
|
|
10883
10939
|
}>;
|
|
10940
|
+
designSystemRoles: z.ZodObject<{
|
|
10941
|
+
enabled: z.ZodBoolean;
|
|
10942
|
+
errorMessage: z.ZodString;
|
|
10943
|
+
errorReason: z.ZodString;
|
|
10944
|
+
}, "strip", z.ZodTypeAny, {
|
|
10945
|
+
errorMessage: string;
|
|
10946
|
+
errorReason: string;
|
|
10947
|
+
enabled: boolean;
|
|
10948
|
+
}, {
|
|
10949
|
+
errorMessage: string;
|
|
10950
|
+
errorReason: string;
|
|
10951
|
+
enabled: boolean;
|
|
10952
|
+
}>;
|
|
10884
10953
|
}, "strip", z.ZodTypeAny, {
|
|
10885
10954
|
designSystems: {
|
|
10886
10955
|
max: number;
|
|
@@ -10989,6 +11058,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
10989
11058
|
errorReason: string;
|
|
10990
11059
|
enabled: boolean;
|
|
10991
11060
|
};
|
|
11061
|
+
designSystemRoles: {
|
|
11062
|
+
errorMessage: string;
|
|
11063
|
+
errorReason: string;
|
|
11064
|
+
enabled: boolean;
|
|
11065
|
+
};
|
|
10992
11066
|
}, {
|
|
10993
11067
|
designSystems: {
|
|
10994
11068
|
max: number;
|
|
@@ -11097,6 +11171,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
11097
11171
|
errorReason: string;
|
|
11098
11172
|
enabled: boolean;
|
|
11099
11173
|
};
|
|
11174
|
+
designSystemRoles: {
|
|
11175
|
+
errorMessage: string;
|
|
11176
|
+
errorReason: string;
|
|
11177
|
+
enabled: boolean;
|
|
11178
|
+
};
|
|
11100
11179
|
}>>;
|
|
11101
11180
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
11102
11181
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -11272,6 +11351,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
11272
11351
|
errorReason: string;
|
|
11273
11352
|
enabled: boolean;
|
|
11274
11353
|
};
|
|
11354
|
+
designSystemRoles: {
|
|
11355
|
+
errorMessage: string;
|
|
11356
|
+
errorReason: string;
|
|
11357
|
+
enabled: boolean;
|
|
11358
|
+
};
|
|
11275
11359
|
} | undefined;
|
|
11276
11360
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
11277
11361
|
currentPeriodStart?: string | undefined;
|
|
@@ -11414,6 +11498,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
11414
11498
|
errorReason: string;
|
|
11415
11499
|
enabled: boolean;
|
|
11416
11500
|
};
|
|
11501
|
+
designSystemRoles: {
|
|
11502
|
+
errorMessage: string;
|
|
11503
|
+
errorReason: string;
|
|
11504
|
+
enabled: boolean;
|
|
11505
|
+
};
|
|
11417
11506
|
} | undefined;
|
|
11418
11507
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
11419
11508
|
currentPeriodStart?: string | undefined;
|
|
@@ -11732,6 +11821,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
11732
11821
|
errorReason: string;
|
|
11733
11822
|
enabled: boolean;
|
|
11734
11823
|
};
|
|
11824
|
+
designSystemRoles: {
|
|
11825
|
+
errorMessage: string;
|
|
11826
|
+
errorReason: string;
|
|
11827
|
+
enabled: boolean;
|
|
11828
|
+
};
|
|
11735
11829
|
} | undefined;
|
|
11736
11830
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
11737
11831
|
currentPeriodStart?: string | undefined;
|
|
@@ -11939,6 +12033,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
11939
12033
|
errorReason: string;
|
|
11940
12034
|
enabled: boolean;
|
|
11941
12035
|
};
|
|
12036
|
+
designSystemRoles: {
|
|
12037
|
+
errorMessage: string;
|
|
12038
|
+
errorReason: string;
|
|
12039
|
+
enabled: boolean;
|
|
12040
|
+
};
|
|
11942
12041
|
} | undefined;
|
|
11943
12042
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
11944
12043
|
currentPeriodStart?: string | undefined;
|
|
@@ -17762,6 +17861,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
17762
17861
|
errorReason: string;
|
|
17763
17862
|
enabled: boolean;
|
|
17764
17863
|
};
|
|
17864
|
+
designSystemRoles: {
|
|
17865
|
+
errorMessage: string;
|
|
17866
|
+
errorReason: string;
|
|
17867
|
+
enabled: boolean;
|
|
17868
|
+
};
|
|
17765
17869
|
} | undefined;
|
|
17766
17870
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
17767
17871
|
currentPeriodStart?: string | undefined;
|
|
@@ -18580,6 +18684,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
18580
18684
|
errorReason: string;
|
|
18581
18685
|
enabled: boolean;
|
|
18582
18686
|
};
|
|
18687
|
+
designSystemRoles: {
|
|
18688
|
+
errorMessage: string;
|
|
18689
|
+
errorReason: string;
|
|
18690
|
+
enabled: boolean;
|
|
18691
|
+
};
|
|
18583
18692
|
} | undefined;
|
|
18584
18693
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
18585
18694
|
currentPeriodStart?: string | undefined;
|
|
@@ -19400,6 +19509,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
19400
19509
|
errorReason: string;
|
|
19401
19510
|
enabled: boolean;
|
|
19402
19511
|
};
|
|
19512
|
+
designSystemRoles: {
|
|
19513
|
+
errorMessage: string;
|
|
19514
|
+
errorReason: string;
|
|
19515
|
+
enabled: boolean;
|
|
19516
|
+
};
|
|
19403
19517
|
} | undefined;
|
|
19404
19518
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
19405
19519
|
currentPeriodStart?: string | undefined;
|
|
@@ -20291,6 +20405,11 @@ declare const UserDump: z.ZodObject<{
|
|
|
20291
20405
|
errorReason: string;
|
|
20292
20406
|
enabled: boolean;
|
|
20293
20407
|
};
|
|
20408
|
+
designSystemRoles: {
|
|
20409
|
+
errorMessage: string;
|
|
20410
|
+
errorReason: string;
|
|
20411
|
+
enabled: boolean;
|
|
20412
|
+
};
|
|
20294
20413
|
} | undefined;
|
|
20295
20414
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
20296
20415
|
currentPeriodStart?: string | undefined;
|
|
@@ -20992,6 +21111,19 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
20992
21111
|
errorReason: string;
|
|
20993
21112
|
enabled: boolean;
|
|
20994
21113
|
}>;
|
|
21114
|
+
designSystemRoles: z.ZodObject<{
|
|
21115
|
+
enabled: z.ZodBoolean;
|
|
21116
|
+
errorMessage: z.ZodString;
|
|
21117
|
+
errorReason: z.ZodString;
|
|
21118
|
+
}, "strip", z.ZodTypeAny, {
|
|
21119
|
+
errorMessage: string;
|
|
21120
|
+
errorReason: string;
|
|
21121
|
+
enabled: boolean;
|
|
21122
|
+
}, {
|
|
21123
|
+
errorMessage: string;
|
|
21124
|
+
errorReason: string;
|
|
21125
|
+
enabled: boolean;
|
|
21126
|
+
}>;
|
|
20995
21127
|
}, "strip", z.ZodTypeAny, {
|
|
20996
21128
|
designSystems: {
|
|
20997
21129
|
max: number;
|
|
@@ -21100,6 +21232,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21100
21232
|
errorReason: string;
|
|
21101
21233
|
enabled: boolean;
|
|
21102
21234
|
};
|
|
21235
|
+
designSystemRoles: {
|
|
21236
|
+
errorMessage: string;
|
|
21237
|
+
errorReason: string;
|
|
21238
|
+
enabled: boolean;
|
|
21239
|
+
};
|
|
21103
21240
|
}, {
|
|
21104
21241
|
designSystems: {
|
|
21105
21242
|
max: number;
|
|
@@ -21208,6 +21345,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21208
21345
|
errorReason: string;
|
|
21209
21346
|
enabled: boolean;
|
|
21210
21347
|
};
|
|
21348
|
+
designSystemRoles: {
|
|
21349
|
+
errorMessage: string;
|
|
21350
|
+
errorReason: string;
|
|
21351
|
+
enabled: boolean;
|
|
21352
|
+
};
|
|
21211
21353
|
}>>;
|
|
21212
21354
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
21213
21355
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -21383,6 +21525,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21383
21525
|
errorReason: string;
|
|
21384
21526
|
enabled: boolean;
|
|
21385
21527
|
};
|
|
21528
|
+
designSystemRoles: {
|
|
21529
|
+
errorMessage: string;
|
|
21530
|
+
errorReason: string;
|
|
21531
|
+
enabled: boolean;
|
|
21532
|
+
};
|
|
21386
21533
|
} | undefined;
|
|
21387
21534
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
21388
21535
|
currentPeriodStart?: string | undefined;
|
|
@@ -21525,6 +21672,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21525
21672
|
errorReason: string;
|
|
21526
21673
|
enabled: boolean;
|
|
21527
21674
|
};
|
|
21675
|
+
designSystemRoles: {
|
|
21676
|
+
errorMessage: string;
|
|
21677
|
+
errorReason: string;
|
|
21678
|
+
enabled: boolean;
|
|
21679
|
+
};
|
|
21528
21680
|
} | undefined;
|
|
21529
21681
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
21530
21682
|
currentPeriodStart?: string | undefined;
|
|
@@ -21843,6 +21995,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21843
21995
|
errorReason: string;
|
|
21844
21996
|
enabled: boolean;
|
|
21845
21997
|
};
|
|
21998
|
+
designSystemRoles: {
|
|
21999
|
+
errorMessage: string;
|
|
22000
|
+
errorReason: string;
|
|
22001
|
+
enabled: boolean;
|
|
22002
|
+
};
|
|
21846
22003
|
} | undefined;
|
|
21847
22004
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
21848
22005
|
currentPeriodStart?: string | undefined;
|
|
@@ -22050,6 +22207,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22050
22207
|
errorReason: string;
|
|
22051
22208
|
enabled: boolean;
|
|
22052
22209
|
};
|
|
22210
|
+
designSystemRoles: {
|
|
22211
|
+
errorMessage: string;
|
|
22212
|
+
errorReason: string;
|
|
22213
|
+
enabled: boolean;
|
|
22214
|
+
};
|
|
22053
22215
|
} | undefined;
|
|
22054
22216
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
22055
22217
|
currentPeriodStart?: string | undefined;
|
|
@@ -27873,6 +28035,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27873
28035
|
errorReason: string;
|
|
27874
28036
|
enabled: boolean;
|
|
27875
28037
|
};
|
|
28038
|
+
designSystemRoles: {
|
|
28039
|
+
errorMessage: string;
|
|
28040
|
+
errorReason: string;
|
|
28041
|
+
enabled: boolean;
|
|
28042
|
+
};
|
|
27876
28043
|
} | undefined;
|
|
27877
28044
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
27878
28045
|
currentPeriodStart?: string | undefined;
|
|
@@ -28691,6 +28858,11 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28691
28858
|
errorReason: string;
|
|
28692
28859
|
enabled: boolean;
|
|
28693
28860
|
};
|
|
28861
|
+
designSystemRoles: {
|
|
28862
|
+
errorMessage: string;
|
|
28863
|
+
errorReason: string;
|
|
28864
|
+
enabled: boolean;
|
|
28865
|
+
};
|
|
28694
28866
|
} | undefined;
|
|
28695
28867
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
28696
28868
|
currentPeriodStart?: string | undefined;
|
|
@@ -78098,6 +78270,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78098
78270
|
}, {
|
|
78099
78271
|
sourcesWithMissingAccess: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
78100
78272
|
shadowOpacityOptional: z.ZodDefault<z.ZodBoolean>;
|
|
78273
|
+
typographyPropsKeepAliases: z.ZodDefault<z.ZodBoolean>;
|
|
78101
78274
|
}>, "strip", z.ZodTypeAny, {
|
|
78102
78275
|
designSystemId: string;
|
|
78103
78276
|
fileAccessByFileId: Record<string, {
|
|
@@ -78148,6 +78321,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78148
78321
|
}[]>;
|
|
78149
78322
|
sourcesWithMissingAccess: string[];
|
|
78150
78323
|
shadowOpacityOptional: boolean;
|
|
78324
|
+
typographyPropsKeepAliases: boolean;
|
|
78151
78325
|
}, {
|
|
78152
78326
|
designSystemId: string;
|
|
78153
78327
|
fileAccessByFileId: Record<string, {
|
|
@@ -78198,6 +78372,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
78198
78372
|
}[]> | undefined;
|
|
78199
78373
|
sourcesWithMissingAccess?: string[] | undefined;
|
|
78200
78374
|
shadowOpacityOptional?: boolean | undefined;
|
|
78375
|
+
typographyPropsKeepAliases?: boolean | undefined;
|
|
78201
78376
|
}>;
|
|
78202
78377
|
type FigmaImportContextWithSourcesState = z.infer<typeof FigmaImportContextWithSourcesState>;
|
|
78203
78378
|
declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -78743,6 +78918,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
78743
78918
|
}, {
|
|
78744
78919
|
sourcesWithMissingAccess: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
78745
78920
|
shadowOpacityOptional: z.ZodDefault<z.ZodBoolean>;
|
|
78921
|
+
typographyPropsKeepAliases: z.ZodDefault<z.ZodBoolean>;
|
|
78746
78922
|
}>, {
|
|
78747
78923
|
/**
|
|
78748
78924
|
* Describes what to download from each file, this should contain all file id mentioned in
|
|
@@ -79107,6 +79283,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79107
79283
|
}[]>;
|
|
79108
79284
|
sourcesWithMissingAccess: string[];
|
|
79109
79285
|
shadowOpacityOptional: boolean;
|
|
79286
|
+
typographyPropsKeepAliases: boolean;
|
|
79110
79287
|
fileDownloadScopesByFileId: Record<string, {
|
|
79111
79288
|
styles: boolean;
|
|
79112
79289
|
components: boolean;
|
|
@@ -79265,6 +79442,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
79265
79442
|
}[]> | undefined;
|
|
79266
79443
|
sourcesWithMissingAccess?: string[] | undefined;
|
|
79267
79444
|
shadowOpacityOptional?: boolean | undefined;
|
|
79445
|
+
typographyPropsKeepAliases?: boolean | undefined;
|
|
79268
79446
|
}>;
|
|
79269
79447
|
type FigmaImportContextWithDownloadScopes = z.infer<typeof FigmaImportContextWithDownloadScopes>;
|
|
79270
79448
|
|
|
@@ -130864,6 +131042,19 @@ declare const Workspace: z.ZodObject<{
|
|
|
130864
131042
|
errorReason: string;
|
|
130865
131043
|
enabled: boolean;
|
|
130866
131044
|
}>;
|
|
131045
|
+
designSystemRoles: z.ZodObject<{
|
|
131046
|
+
enabled: z.ZodBoolean;
|
|
131047
|
+
errorMessage: z.ZodString;
|
|
131048
|
+
errorReason: z.ZodString;
|
|
131049
|
+
}, "strip", z.ZodTypeAny, {
|
|
131050
|
+
errorMessage: string;
|
|
131051
|
+
errorReason: string;
|
|
131052
|
+
enabled: boolean;
|
|
131053
|
+
}, {
|
|
131054
|
+
errorMessage: string;
|
|
131055
|
+
errorReason: string;
|
|
131056
|
+
enabled: boolean;
|
|
131057
|
+
}>;
|
|
130867
131058
|
}, "strip", z.ZodTypeAny, {
|
|
130868
131059
|
designSystems: {
|
|
130869
131060
|
max: number;
|
|
@@ -130972,6 +131163,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
130972
131163
|
errorReason: string;
|
|
130973
131164
|
enabled: boolean;
|
|
130974
131165
|
};
|
|
131166
|
+
designSystemRoles: {
|
|
131167
|
+
errorMessage: string;
|
|
131168
|
+
errorReason: string;
|
|
131169
|
+
enabled: boolean;
|
|
131170
|
+
};
|
|
130975
131171
|
}, {
|
|
130976
131172
|
designSystems: {
|
|
130977
131173
|
max: number;
|
|
@@ -131080,6 +131276,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
131080
131276
|
errorReason: string;
|
|
131081
131277
|
enabled: boolean;
|
|
131082
131278
|
};
|
|
131279
|
+
designSystemRoles: {
|
|
131280
|
+
errorMessage: string;
|
|
131281
|
+
errorReason: string;
|
|
131282
|
+
enabled: boolean;
|
|
131283
|
+
};
|
|
131083
131284
|
}>>;
|
|
131084
131285
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
131085
131286
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -131255,6 +131456,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
131255
131456
|
errorReason: string;
|
|
131256
131457
|
enabled: boolean;
|
|
131257
131458
|
};
|
|
131459
|
+
designSystemRoles: {
|
|
131460
|
+
errorMessage: string;
|
|
131461
|
+
errorReason: string;
|
|
131462
|
+
enabled: boolean;
|
|
131463
|
+
};
|
|
131258
131464
|
} | undefined;
|
|
131259
131465
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
131260
131466
|
currentPeriodStart?: string | undefined;
|
|
@@ -131397,6 +131603,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
131397
131603
|
errorReason: string;
|
|
131398
131604
|
enabled: boolean;
|
|
131399
131605
|
};
|
|
131606
|
+
designSystemRoles: {
|
|
131607
|
+
errorMessage: string;
|
|
131608
|
+
errorReason: string;
|
|
131609
|
+
enabled: boolean;
|
|
131610
|
+
};
|
|
131400
131611
|
} | undefined;
|
|
131401
131612
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
131402
131613
|
currentPeriodStart?: string | undefined;
|
|
@@ -131715,6 +131926,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
131715
131926
|
errorReason: string;
|
|
131716
131927
|
enabled: boolean;
|
|
131717
131928
|
};
|
|
131929
|
+
designSystemRoles: {
|
|
131930
|
+
errorMessage: string;
|
|
131931
|
+
errorReason: string;
|
|
131932
|
+
enabled: boolean;
|
|
131933
|
+
};
|
|
131718
131934
|
} | undefined;
|
|
131719
131935
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
131720
131936
|
currentPeriodStart?: string | undefined;
|
|
@@ -131922,6 +132138,11 @@ declare const Workspace: z.ZodObject<{
|
|
|
131922
132138
|
errorReason: string;
|
|
131923
132139
|
enabled: boolean;
|
|
131924
132140
|
};
|
|
132141
|
+
designSystemRoles: {
|
|
132142
|
+
errorMessage: string;
|
|
132143
|
+
errorReason: string;
|
|
132144
|
+
enabled: boolean;
|
|
132145
|
+
};
|
|
131925
132146
|
} | undefined;
|
|
131926
132147
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
131927
132148
|
currentPeriodStart?: string | undefined;
|
|
@@ -132373,6 +132594,19 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
132373
132594
|
errorReason: string;
|
|
132374
132595
|
enabled: boolean;
|
|
132375
132596
|
}>;
|
|
132597
|
+
designSystemRoles: z.ZodObject<{
|
|
132598
|
+
enabled: z.ZodBoolean;
|
|
132599
|
+
errorMessage: z.ZodString;
|
|
132600
|
+
errorReason: z.ZodString;
|
|
132601
|
+
}, "strip", z.ZodTypeAny, {
|
|
132602
|
+
errorMessage: string;
|
|
132603
|
+
errorReason: string;
|
|
132604
|
+
enabled: boolean;
|
|
132605
|
+
}, {
|
|
132606
|
+
errorMessage: string;
|
|
132607
|
+
errorReason: string;
|
|
132608
|
+
enabled: boolean;
|
|
132609
|
+
}>;
|
|
132376
132610
|
}, "strip", z.ZodTypeAny, {
|
|
132377
132611
|
designSystems: {
|
|
132378
132612
|
max: number;
|
|
@@ -132481,6 +132715,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
132481
132715
|
errorReason: string;
|
|
132482
132716
|
enabled: boolean;
|
|
132483
132717
|
};
|
|
132718
|
+
designSystemRoles: {
|
|
132719
|
+
errorMessage: string;
|
|
132720
|
+
errorReason: string;
|
|
132721
|
+
enabled: boolean;
|
|
132722
|
+
};
|
|
132484
132723
|
}, {
|
|
132485
132724
|
designSystems: {
|
|
132486
132725
|
max: number;
|
|
@@ -132589,6 +132828,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
132589
132828
|
errorReason: string;
|
|
132590
132829
|
enabled: boolean;
|
|
132591
132830
|
};
|
|
132831
|
+
designSystemRoles: {
|
|
132832
|
+
errorMessage: string;
|
|
132833
|
+
errorReason: string;
|
|
132834
|
+
enabled: boolean;
|
|
132835
|
+
};
|
|
132592
132836
|
}>>;
|
|
132593
132837
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
132594
132838
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -132764,6 +133008,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
132764
133008
|
errorReason: string;
|
|
132765
133009
|
enabled: boolean;
|
|
132766
133010
|
};
|
|
133011
|
+
designSystemRoles: {
|
|
133012
|
+
errorMessage: string;
|
|
133013
|
+
errorReason: string;
|
|
133014
|
+
enabled: boolean;
|
|
133015
|
+
};
|
|
132767
133016
|
} | undefined;
|
|
132768
133017
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
132769
133018
|
currentPeriodStart?: string | undefined;
|
|
@@ -132906,6 +133155,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
132906
133155
|
errorReason: string;
|
|
132907
133156
|
enabled: boolean;
|
|
132908
133157
|
};
|
|
133158
|
+
designSystemRoles: {
|
|
133159
|
+
errorMessage: string;
|
|
133160
|
+
errorReason: string;
|
|
133161
|
+
enabled: boolean;
|
|
133162
|
+
};
|
|
132909
133163
|
} | undefined;
|
|
132910
133164
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
132911
133165
|
currentPeriodStart?: string | undefined;
|
|
@@ -133224,6 +133478,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
133224
133478
|
errorReason: string;
|
|
133225
133479
|
enabled: boolean;
|
|
133226
133480
|
};
|
|
133481
|
+
designSystemRoles: {
|
|
133482
|
+
errorMessage: string;
|
|
133483
|
+
errorReason: string;
|
|
133484
|
+
enabled: boolean;
|
|
133485
|
+
};
|
|
133227
133486
|
} | undefined;
|
|
133228
133487
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
133229
133488
|
currentPeriodStart?: string | undefined;
|
|
@@ -133431,6 +133690,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
133431
133690
|
errorReason: string;
|
|
133432
133691
|
enabled: boolean;
|
|
133433
133692
|
};
|
|
133693
|
+
designSystemRoles: {
|
|
133694
|
+
errorMessage: string;
|
|
133695
|
+
errorReason: string;
|
|
133696
|
+
enabled: boolean;
|
|
133697
|
+
};
|
|
133434
133698
|
} | undefined;
|
|
133435
133699
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
133436
133700
|
currentPeriodStart?: string | undefined;
|
|
@@ -133739,6 +134003,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
133739
134003
|
errorReason: string;
|
|
133740
134004
|
enabled: boolean;
|
|
133741
134005
|
};
|
|
134006
|
+
designSystemRoles: {
|
|
134007
|
+
errorMessage: string;
|
|
134008
|
+
errorReason: string;
|
|
134009
|
+
enabled: boolean;
|
|
134010
|
+
};
|
|
133742
134011
|
} | undefined;
|
|
133743
134012
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
133744
134013
|
currentPeriodStart?: string | undefined;
|
|
@@ -133971,6 +134240,11 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
133971
134240
|
errorReason: string;
|
|
133972
134241
|
enabled: boolean;
|
|
133973
134242
|
};
|
|
134243
|
+
designSystemRoles: {
|
|
134244
|
+
errorMessage: string;
|
|
134245
|
+
errorReason: string;
|
|
134246
|
+
enabled: boolean;
|
|
134247
|
+
};
|
|
133974
134248
|
} | undefined;
|
|
133975
134249
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
133976
134250
|
currentPeriodStart?: string | undefined;
|
|
@@ -137463,6 +137737,19 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
137463
137737
|
errorReason: string;
|
|
137464
137738
|
enabled: boolean;
|
|
137465
137739
|
}>;
|
|
137740
|
+
designSystemRoles: z.ZodObject<{
|
|
137741
|
+
enabled: z.ZodBoolean;
|
|
137742
|
+
errorMessage: z.ZodString;
|
|
137743
|
+
errorReason: z.ZodString;
|
|
137744
|
+
}, "strip", z.ZodTypeAny, {
|
|
137745
|
+
errorMessage: string;
|
|
137746
|
+
errorReason: string;
|
|
137747
|
+
enabled: boolean;
|
|
137748
|
+
}, {
|
|
137749
|
+
errorMessage: string;
|
|
137750
|
+
errorReason: string;
|
|
137751
|
+
enabled: boolean;
|
|
137752
|
+
}>;
|
|
137466
137753
|
}, "strip", z.ZodTypeAny, {
|
|
137467
137754
|
designSystems: {
|
|
137468
137755
|
max: number;
|
|
@@ -137571,6 +137858,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
137571
137858
|
errorReason: string;
|
|
137572
137859
|
enabled: boolean;
|
|
137573
137860
|
};
|
|
137861
|
+
designSystemRoles: {
|
|
137862
|
+
errorMessage: string;
|
|
137863
|
+
errorReason: string;
|
|
137864
|
+
enabled: boolean;
|
|
137865
|
+
};
|
|
137574
137866
|
}, {
|
|
137575
137867
|
designSystems: {
|
|
137576
137868
|
max: number;
|
|
@@ -137679,6 +137971,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
137679
137971
|
errorReason: string;
|
|
137680
137972
|
enabled: boolean;
|
|
137681
137973
|
};
|
|
137974
|
+
designSystemRoles: {
|
|
137975
|
+
errorMessage: string;
|
|
137976
|
+
errorReason: string;
|
|
137977
|
+
enabled: boolean;
|
|
137978
|
+
};
|
|
137682
137979
|
}>>;
|
|
137683
137980
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
137684
137981
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -137854,6 +138151,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
137854
138151
|
errorReason: string;
|
|
137855
138152
|
enabled: boolean;
|
|
137856
138153
|
};
|
|
138154
|
+
designSystemRoles: {
|
|
138155
|
+
errorMessage: string;
|
|
138156
|
+
errorReason: string;
|
|
138157
|
+
enabled: boolean;
|
|
138158
|
+
};
|
|
137857
138159
|
} | undefined;
|
|
137858
138160
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
137859
138161
|
currentPeriodStart?: string | undefined;
|
|
@@ -137996,6 +138298,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
137996
138298
|
errorReason: string;
|
|
137997
138299
|
enabled: boolean;
|
|
137998
138300
|
};
|
|
138301
|
+
designSystemRoles: {
|
|
138302
|
+
errorMessage: string;
|
|
138303
|
+
errorReason: string;
|
|
138304
|
+
enabled: boolean;
|
|
138305
|
+
};
|
|
137999
138306
|
} | undefined;
|
|
138000
138307
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
138001
138308
|
currentPeriodStart?: string | undefined;
|
|
@@ -138314,6 +138621,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
138314
138621
|
errorReason: string;
|
|
138315
138622
|
enabled: boolean;
|
|
138316
138623
|
};
|
|
138624
|
+
designSystemRoles: {
|
|
138625
|
+
errorMessage: string;
|
|
138626
|
+
errorReason: string;
|
|
138627
|
+
enabled: boolean;
|
|
138628
|
+
};
|
|
138317
138629
|
} | undefined;
|
|
138318
138630
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
138319
138631
|
currentPeriodStart?: string | undefined;
|
|
@@ -138521,6 +138833,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
138521
138833
|
errorReason: string;
|
|
138522
138834
|
enabled: boolean;
|
|
138523
138835
|
};
|
|
138836
|
+
designSystemRoles: {
|
|
138837
|
+
errorMessage: string;
|
|
138838
|
+
errorReason: string;
|
|
138839
|
+
enabled: boolean;
|
|
138840
|
+
};
|
|
138524
138841
|
} | undefined;
|
|
138525
138842
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
138526
138843
|
currentPeriodStart?: string | undefined;
|
|
@@ -139232,6 +139549,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
139232
139549
|
errorReason: string;
|
|
139233
139550
|
enabled: boolean;
|
|
139234
139551
|
};
|
|
139552
|
+
designSystemRoles: {
|
|
139553
|
+
errorMessage: string;
|
|
139554
|
+
errorReason: string;
|
|
139555
|
+
enabled: boolean;
|
|
139556
|
+
};
|
|
139235
139557
|
} | undefined;
|
|
139236
139558
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
139237
139559
|
currentPeriodStart?: string | undefined;
|
|
@@ -139536,6 +139858,11 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
139536
139858
|
errorReason: string;
|
|
139537
139859
|
enabled: boolean;
|
|
139538
139860
|
};
|
|
139861
|
+
designSystemRoles: {
|
|
139862
|
+
errorMessage: string;
|
|
139863
|
+
errorReason: string;
|
|
139864
|
+
enabled: boolean;
|
|
139865
|
+
};
|
|
139539
139866
|
} | undefined;
|
|
139540
139867
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
139541
139868
|
currentPeriodStart?: string | undefined;
|
|
@@ -140106,6 +140433,19 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140106
140433
|
errorReason: string;
|
|
140107
140434
|
enabled: boolean;
|
|
140108
140435
|
}>;
|
|
140436
|
+
designSystemRoles: z.ZodObject<{
|
|
140437
|
+
enabled: z.ZodBoolean;
|
|
140438
|
+
errorMessage: z.ZodString;
|
|
140439
|
+
errorReason: z.ZodString;
|
|
140440
|
+
}, "strip", z.ZodTypeAny, {
|
|
140441
|
+
errorMessage: string;
|
|
140442
|
+
errorReason: string;
|
|
140443
|
+
enabled: boolean;
|
|
140444
|
+
}, {
|
|
140445
|
+
errorMessage: string;
|
|
140446
|
+
errorReason: string;
|
|
140447
|
+
enabled: boolean;
|
|
140448
|
+
}>;
|
|
140109
140449
|
}, "strip", z.ZodTypeAny, {
|
|
140110
140450
|
designSystems: {
|
|
140111
140451
|
max: number;
|
|
@@ -140214,6 +140554,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140214
140554
|
errorReason: string;
|
|
140215
140555
|
enabled: boolean;
|
|
140216
140556
|
};
|
|
140557
|
+
designSystemRoles: {
|
|
140558
|
+
errorMessage: string;
|
|
140559
|
+
errorReason: string;
|
|
140560
|
+
enabled: boolean;
|
|
140561
|
+
};
|
|
140217
140562
|
}, {
|
|
140218
140563
|
designSystems: {
|
|
140219
140564
|
max: number;
|
|
@@ -140322,6 +140667,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140322
140667
|
errorReason: string;
|
|
140323
140668
|
enabled: boolean;
|
|
140324
140669
|
};
|
|
140670
|
+
designSystemRoles: {
|
|
140671
|
+
errorMessage: string;
|
|
140672
|
+
errorReason: string;
|
|
140673
|
+
enabled: boolean;
|
|
140674
|
+
};
|
|
140325
140675
|
}>>;
|
|
140326
140676
|
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
140327
140677
|
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -140497,6 +140847,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140497
140847
|
errorReason: string;
|
|
140498
140848
|
enabled: boolean;
|
|
140499
140849
|
};
|
|
140850
|
+
designSystemRoles: {
|
|
140851
|
+
errorMessage: string;
|
|
140852
|
+
errorReason: string;
|
|
140853
|
+
enabled: boolean;
|
|
140854
|
+
};
|
|
140500
140855
|
} | undefined;
|
|
140501
140856
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
140502
140857
|
currentPeriodStart?: string | undefined;
|
|
@@ -140639,6 +140994,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140639
140994
|
errorReason: string;
|
|
140640
140995
|
enabled: boolean;
|
|
140641
140996
|
};
|
|
140997
|
+
designSystemRoles: {
|
|
140998
|
+
errorMessage: string;
|
|
140999
|
+
errorReason: string;
|
|
141000
|
+
enabled: boolean;
|
|
141001
|
+
};
|
|
140642
141002
|
} | undefined;
|
|
140643
141003
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
140644
141004
|
currentPeriodStart?: string | undefined;
|
|
@@ -140957,6 +141317,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
140957
141317
|
errorReason: string;
|
|
140958
141318
|
enabled: boolean;
|
|
140959
141319
|
};
|
|
141320
|
+
designSystemRoles: {
|
|
141321
|
+
errorMessage: string;
|
|
141322
|
+
errorReason: string;
|
|
141323
|
+
enabled: boolean;
|
|
141324
|
+
};
|
|
140960
141325
|
} | undefined;
|
|
140961
141326
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
140962
141327
|
currentPeriodStart?: string | undefined;
|
|
@@ -141164,6 +141529,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
141164
141529
|
errorReason: string;
|
|
141165
141530
|
enabled: boolean;
|
|
141166
141531
|
};
|
|
141532
|
+
designSystemRoles: {
|
|
141533
|
+
errorMessage: string;
|
|
141534
|
+
errorReason: string;
|
|
141535
|
+
enabled: boolean;
|
|
141536
|
+
};
|
|
141167
141537
|
} | undefined;
|
|
141168
141538
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
141169
141539
|
currentPeriodStart?: string | undefined;
|
|
@@ -141799,6 +142169,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
141799
142169
|
errorReason: string;
|
|
141800
142170
|
enabled: boolean;
|
|
141801
142171
|
};
|
|
142172
|
+
designSystemRoles: {
|
|
142173
|
+
errorMessage: string;
|
|
142174
|
+
errorReason: string;
|
|
142175
|
+
enabled: boolean;
|
|
142176
|
+
};
|
|
141802
142177
|
} | undefined;
|
|
141803
142178
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
141804
142179
|
currentPeriodStart?: string | undefined;
|
|
@@ -142080,6 +142455,11 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
142080
142455
|
errorReason: string;
|
|
142081
142456
|
enabled: boolean;
|
|
142082
142457
|
};
|
|
142458
|
+
designSystemRoles: {
|
|
142459
|
+
errorMessage: string;
|
|
142460
|
+
errorReason: string;
|
|
142461
|
+
enabled: boolean;
|
|
142462
|
+
};
|
|
142083
142463
|
} | undefined;
|
|
142084
142464
|
stripeSubscriptionMainItemId?: string | undefined;
|
|
142085
142465
|
currentPeriodStart?: string | undefined;
|
|
@@ -146075,13 +146455,13 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<z.objectUtil.
|
|
|
146075
146455
|
}>;
|
|
146076
146456
|
type PulsarContributionConfigurationProperty = z.infer<typeof PulsarContributionConfigurationProperty>;
|
|
146077
146457
|
|
|
146078
|
-
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder"]>;
|
|
146458
|
+
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>;
|
|
146079
146459
|
type FlaggedFeature = z.infer<typeof FlaggedFeature>;
|
|
146080
|
-
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder"]>, z.ZodBoolean>;
|
|
146460
|
+
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>, z.ZodBoolean>;
|
|
146081
146461
|
type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
|
|
146082
146462
|
declare const FeatureFlag: z.ZodObject<{
|
|
146083
146463
|
id: z.ZodString;
|
|
146084
|
-
feature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder"]>;
|
|
146464
|
+
feature: z.ZodEnum<["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases"]>;
|
|
146085
146465
|
createdAt: z.ZodDate;
|
|
146086
146466
|
enabled: z.ZodBoolean;
|
|
146087
146467
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
@@ -146089,13 +146469,13 @@ declare const FeatureFlag: z.ZodObject<{
|
|
|
146089
146469
|
id: string;
|
|
146090
146470
|
createdAt: Date;
|
|
146091
146471
|
enabled: boolean;
|
|
146092
|
-
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder";
|
|
146472
|
+
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases";
|
|
146093
146473
|
designSystemId?: string | undefined;
|
|
146094
146474
|
}, {
|
|
146095
146475
|
id: string;
|
|
146096
146476
|
createdAt: Date;
|
|
146097
146477
|
enabled: boolean;
|
|
146098
|
-
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder";
|
|
146478
|
+
feature: "FigmaImporterV2" | "ShadowOpacityOptional" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases";
|
|
146099
146479
|
designSystemId?: string | undefined;
|
|
146100
146480
|
}>;
|
|
146101
146481
|
type FeatureFlag = z.infer<typeof FeatureFlag>;
|