@supernova-studio/model 1.40.4 → 1.40.6
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 +210 -342
- package/dist/index.d.ts +210 -342
- package/dist/index.js +40 -68
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +413 -441
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1468,6 +1468,8 @@ declare const Subscription: z.ZodObject<{
|
|
|
1468
1468
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1469
1469
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1470
1470
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1471
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1472
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1471
1473
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
1472
1474
|
}, "strip", z.ZodTypeAny, {
|
|
1473
1475
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -1497,6 +1499,8 @@ declare const Subscription: z.ZodObject<{
|
|
|
1497
1499
|
currentPeriodStart?: string | undefined;
|
|
1498
1500
|
currentPeriodEnd?: string | undefined;
|
|
1499
1501
|
cancelAt?: string | undefined;
|
|
1502
|
+
fullSeatPriceId?: string | undefined;
|
|
1503
|
+
builderSeatPriceId?: string | undefined;
|
|
1500
1504
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
1501
1505
|
}, {
|
|
1502
1506
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -1526,6 +1530,8 @@ declare const Subscription: z.ZodObject<{
|
|
|
1526
1530
|
currentPeriodStart?: string | null | undefined;
|
|
1527
1531
|
currentPeriodEnd?: string | null | undefined;
|
|
1528
1532
|
cancelAt?: string | null | undefined;
|
|
1533
|
+
fullSeatPriceId?: string | null | undefined;
|
|
1534
|
+
builderSeatPriceId?: string | null | undefined;
|
|
1529
1535
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
1530
1536
|
}>;
|
|
1531
1537
|
type Subscription = z.infer<typeof Subscription>;
|
|
@@ -12015,6 +12021,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
12015
12021
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12016
12022
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12017
12023
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12024
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12025
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12018
12026
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
12019
12027
|
}, "strip", z.ZodTypeAny, {
|
|
12020
12028
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -12044,6 +12052,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
12044
12052
|
currentPeriodStart?: string | undefined;
|
|
12045
12053
|
currentPeriodEnd?: string | undefined;
|
|
12046
12054
|
cancelAt?: string | undefined;
|
|
12055
|
+
fullSeatPriceId?: string | undefined;
|
|
12056
|
+
builderSeatPriceId?: string | undefined;
|
|
12047
12057
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
12048
12058
|
}, {
|
|
12049
12059
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -12073,6 +12083,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
12073
12083
|
currentPeriodStart?: string | null | undefined;
|
|
12074
12084
|
currentPeriodEnd?: string | null | undefined;
|
|
12075
12085
|
cancelAt?: string | null | undefined;
|
|
12086
|
+
fullSeatPriceId?: string | null | undefined;
|
|
12087
|
+
builderSeatPriceId?: string | null | undefined;
|
|
12076
12088
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
12077
12089
|
}>;
|
|
12078
12090
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -12282,6 +12294,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
12282
12294
|
currentPeriodStart?: string | undefined;
|
|
12283
12295
|
currentPeriodEnd?: string | undefined;
|
|
12284
12296
|
cancelAt?: string | undefined;
|
|
12297
|
+
fullSeatPriceId?: string | undefined;
|
|
12298
|
+
builderSeatPriceId?: string | undefined;
|
|
12285
12299
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
12286
12300
|
};
|
|
12287
12301
|
aiFeaturesEnabled: boolean;
|
|
@@ -12380,6 +12394,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
12380
12394
|
currentPeriodStart?: string | null | undefined;
|
|
12381
12395
|
currentPeriodEnd?: string | null | undefined;
|
|
12382
12396
|
cancelAt?: string | null | undefined;
|
|
12397
|
+
fullSeatPriceId?: string | null | undefined;
|
|
12398
|
+
builderSeatPriceId?: string | null | undefined;
|
|
12383
12399
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
12384
12400
|
};
|
|
12385
12401
|
hasOpenMeterSubject: boolean;
|
|
@@ -19297,6 +19313,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
19297
19313
|
currentPeriodStart?: string | undefined;
|
|
19298
19314
|
currentPeriodEnd?: string | undefined;
|
|
19299
19315
|
cancelAt?: string | undefined;
|
|
19316
|
+
fullSeatPriceId?: string | undefined;
|
|
19317
|
+
builderSeatPriceId?: string | undefined;
|
|
19300
19318
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
19301
19319
|
};
|
|
19302
19320
|
aiFeaturesEnabled: boolean;
|
|
@@ -20189,6 +20207,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
20189
20207
|
currentPeriodStart?: string | null | undefined;
|
|
20190
20208
|
currentPeriodEnd?: string | null | undefined;
|
|
20191
20209
|
cancelAt?: string | null | undefined;
|
|
20210
|
+
fullSeatPriceId?: string | null | undefined;
|
|
20211
|
+
builderSeatPriceId?: string | null | undefined;
|
|
20192
20212
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
20193
20213
|
};
|
|
20194
20214
|
hasOpenMeterSubject: boolean;
|
|
@@ -21083,6 +21103,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
21083
21103
|
currentPeriodStart?: string | undefined;
|
|
21084
21104
|
currentPeriodEnd?: string | undefined;
|
|
21085
21105
|
cancelAt?: string | undefined;
|
|
21106
|
+
fullSeatPriceId?: string | undefined;
|
|
21107
|
+
builderSeatPriceId?: string | undefined;
|
|
21086
21108
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
21087
21109
|
};
|
|
21088
21110
|
aiFeaturesEnabled: boolean;
|
|
@@ -22017,6 +22039,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
22017
22039
|
currentPeriodStart?: string | null | undefined;
|
|
22018
22040
|
currentPeriodEnd?: string | null | undefined;
|
|
22019
22041
|
cancelAt?: string | null | undefined;
|
|
22042
|
+
fullSeatPriceId?: string | null | undefined;
|
|
22043
|
+
builderSeatPriceId?: string | null | undefined;
|
|
22020
22044
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
22021
22045
|
};
|
|
22022
22046
|
hasOpenMeterSubject: boolean;
|
|
@@ -23061,6 +23085,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23061
23085
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23062
23086
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23063
23087
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23088
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23089
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23064
23090
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
23065
23091
|
}, "strip", z.ZodTypeAny, {
|
|
23066
23092
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -23090,6 +23116,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23090
23116
|
currentPeriodStart?: string | undefined;
|
|
23091
23117
|
currentPeriodEnd?: string | undefined;
|
|
23092
23118
|
cancelAt?: string | undefined;
|
|
23119
|
+
fullSeatPriceId?: string | undefined;
|
|
23120
|
+
builderSeatPriceId?: string | undefined;
|
|
23093
23121
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
23094
23122
|
}, {
|
|
23095
23123
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -23119,6 +23147,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23119
23147
|
currentPeriodStart?: string | null | undefined;
|
|
23120
23148
|
currentPeriodEnd?: string | null | undefined;
|
|
23121
23149
|
cancelAt?: string | null | undefined;
|
|
23150
|
+
fullSeatPriceId?: string | null | undefined;
|
|
23151
|
+
builderSeatPriceId?: string | null | undefined;
|
|
23122
23152
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
23123
23153
|
}>;
|
|
23124
23154
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -23328,6 +23358,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23328
23358
|
currentPeriodStart?: string | undefined;
|
|
23329
23359
|
currentPeriodEnd?: string | undefined;
|
|
23330
23360
|
cancelAt?: string | undefined;
|
|
23361
|
+
fullSeatPriceId?: string | undefined;
|
|
23362
|
+
builderSeatPriceId?: string | undefined;
|
|
23331
23363
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
23332
23364
|
};
|
|
23333
23365
|
aiFeaturesEnabled: boolean;
|
|
@@ -23426,6 +23458,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23426
23458
|
currentPeriodStart?: string | null | undefined;
|
|
23427
23459
|
currentPeriodEnd?: string | null | undefined;
|
|
23428
23460
|
cancelAt?: string | null | undefined;
|
|
23461
|
+
fullSeatPriceId?: string | null | undefined;
|
|
23462
|
+
builderSeatPriceId?: string | null | undefined;
|
|
23429
23463
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
23430
23464
|
};
|
|
23431
23465
|
hasOpenMeterSubject: boolean;
|
|
@@ -30343,6 +30377,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
30343
30377
|
currentPeriodStart?: string | undefined;
|
|
30344
30378
|
currentPeriodEnd?: string | undefined;
|
|
30345
30379
|
cancelAt?: string | undefined;
|
|
30380
|
+
fullSeatPriceId?: string | undefined;
|
|
30381
|
+
builderSeatPriceId?: string | undefined;
|
|
30346
30382
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
30347
30383
|
};
|
|
30348
30384
|
aiFeaturesEnabled: boolean;
|
|
@@ -31235,6 +31271,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
31235
31271
|
currentPeriodStart?: string | null | undefined;
|
|
31236
31272
|
currentPeriodEnd?: string | null | undefined;
|
|
31237
31273
|
cancelAt?: string | null | undefined;
|
|
31274
|
+
fullSeatPriceId?: string | null | undefined;
|
|
31275
|
+
builderSeatPriceId?: string | null | undefined;
|
|
31238
31276
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
31239
31277
|
};
|
|
31240
31278
|
hasOpenMeterSubject: boolean;
|
|
@@ -139172,6 +139210,8 @@ declare const Workspace: z.ZodObject<{
|
|
|
139172
139210
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139173
139211
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139174
139212
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139213
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139214
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139175
139215
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139176
139216
|
}, "strip", z.ZodTypeAny, {
|
|
139177
139217
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -139201,6 +139241,8 @@ declare const Workspace: z.ZodObject<{
|
|
|
139201
139241
|
currentPeriodStart?: string | undefined;
|
|
139202
139242
|
currentPeriodEnd?: string | undefined;
|
|
139203
139243
|
cancelAt?: string | undefined;
|
|
139244
|
+
fullSeatPriceId?: string | undefined;
|
|
139245
|
+
builderSeatPriceId?: string | undefined;
|
|
139204
139246
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
139205
139247
|
}, {
|
|
139206
139248
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -139230,6 +139272,8 @@ declare const Workspace: z.ZodObject<{
|
|
|
139230
139272
|
currentPeriodStart?: string | null | undefined;
|
|
139231
139273
|
currentPeriodEnd?: string | null | undefined;
|
|
139232
139274
|
cancelAt?: string | null | undefined;
|
|
139275
|
+
fullSeatPriceId?: string | null | undefined;
|
|
139276
|
+
builderSeatPriceId?: string | null | undefined;
|
|
139233
139277
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
139234
139278
|
}>;
|
|
139235
139279
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -139439,6 +139483,8 @@ declare const Workspace: z.ZodObject<{
|
|
|
139439
139483
|
currentPeriodStart?: string | undefined;
|
|
139440
139484
|
currentPeriodEnd?: string | undefined;
|
|
139441
139485
|
cancelAt?: string | undefined;
|
|
139486
|
+
fullSeatPriceId?: string | undefined;
|
|
139487
|
+
builderSeatPriceId?: string | undefined;
|
|
139442
139488
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
139443
139489
|
};
|
|
139444
139490
|
aiFeaturesEnabled: boolean;
|
|
@@ -139537,6 +139583,8 @@ declare const Workspace: z.ZodObject<{
|
|
|
139537
139583
|
currentPeriodStart?: string | null | undefined;
|
|
139538
139584
|
currentPeriodEnd?: string | null | undefined;
|
|
139539
139585
|
cancelAt?: string | null | undefined;
|
|
139586
|
+
fullSeatPriceId?: string | null | undefined;
|
|
139587
|
+
builderSeatPriceId?: string | null | undefined;
|
|
139540
139588
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
139541
139589
|
};
|
|
139542
139590
|
hasOpenMeterSubject: boolean;
|
|
@@ -139746,6 +139794,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
139746
139794
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139747
139795
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139748
139796
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139797
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139798
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139749
139799
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
139750
139800
|
}, "strip", z.ZodTypeAny, {
|
|
139751
139801
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -139775,6 +139825,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
139775
139825
|
currentPeriodStart?: string | undefined;
|
|
139776
139826
|
currentPeriodEnd?: string | undefined;
|
|
139777
139827
|
cancelAt?: string | undefined;
|
|
139828
|
+
fullSeatPriceId?: string | undefined;
|
|
139829
|
+
builderSeatPriceId?: string | undefined;
|
|
139778
139830
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
139779
139831
|
}, {
|
|
139780
139832
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -139804,6 +139856,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
139804
139856
|
currentPeriodStart?: string | null | undefined;
|
|
139805
139857
|
currentPeriodEnd?: string | null | undefined;
|
|
139806
139858
|
cancelAt?: string | null | undefined;
|
|
139859
|
+
fullSeatPriceId?: string | null | undefined;
|
|
139860
|
+
builderSeatPriceId?: string | null | undefined;
|
|
139807
139861
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
139808
139862
|
}>;
|
|
139809
139863
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -140013,6 +140067,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
140013
140067
|
currentPeriodStart?: string | undefined;
|
|
140014
140068
|
currentPeriodEnd?: string | undefined;
|
|
140015
140069
|
cancelAt?: string | undefined;
|
|
140070
|
+
fullSeatPriceId?: string | undefined;
|
|
140071
|
+
builderSeatPriceId?: string | undefined;
|
|
140016
140072
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
140017
140073
|
};
|
|
140018
140074
|
aiFeaturesEnabled: boolean;
|
|
@@ -140111,6 +140167,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
140111
140167
|
currentPeriodStart?: string | null | undefined;
|
|
140112
140168
|
currentPeriodEnd?: string | null | undefined;
|
|
140113
140169
|
cancelAt?: string | null | undefined;
|
|
140170
|
+
fullSeatPriceId?: string | null | undefined;
|
|
140171
|
+
builderSeatPriceId?: string | null | undefined;
|
|
140114
140172
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
140115
140173
|
};
|
|
140116
140174
|
hasOpenMeterSubject: boolean;
|
|
@@ -140287,6 +140345,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
140287
140345
|
currentPeriodStart?: string | undefined;
|
|
140288
140346
|
currentPeriodEnd?: string | undefined;
|
|
140289
140347
|
cancelAt?: string | undefined;
|
|
140348
|
+
fullSeatPriceId?: string | undefined;
|
|
140349
|
+
builderSeatPriceId?: string | undefined;
|
|
140290
140350
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
140291
140351
|
};
|
|
140292
140352
|
aiFeaturesEnabled: boolean;
|
|
@@ -140410,6 +140470,8 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
140410
140470
|
currentPeriodStart?: string | null | undefined;
|
|
140411
140471
|
currentPeriodEnd?: string | null | undefined;
|
|
140412
140472
|
cancelAt?: string | null | undefined;
|
|
140473
|
+
fullSeatPriceId?: string | null | undefined;
|
|
140474
|
+
builderSeatPriceId?: string | null | undefined;
|
|
140413
140475
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
140414
140476
|
};
|
|
140415
140477
|
hasOpenMeterSubject: boolean;
|
|
@@ -143927,6 +143989,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143927
143989
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143928
143990
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143929
143991
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143992
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143993
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143930
143994
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
143931
143995
|
}, "strip", z.ZodTypeAny, {
|
|
143932
143996
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -143956,6 +144020,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143956
144020
|
currentPeriodStart?: string | undefined;
|
|
143957
144021
|
currentPeriodEnd?: string | undefined;
|
|
143958
144022
|
cancelAt?: string | undefined;
|
|
144023
|
+
fullSeatPriceId?: string | undefined;
|
|
144024
|
+
builderSeatPriceId?: string | undefined;
|
|
143959
144025
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
143960
144026
|
}, {
|
|
143961
144027
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -143985,6 +144051,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
143985
144051
|
currentPeriodStart?: string | null | undefined;
|
|
143986
144052
|
currentPeriodEnd?: string | null | undefined;
|
|
143987
144053
|
cancelAt?: string | null | undefined;
|
|
144054
|
+
fullSeatPriceId?: string | null | undefined;
|
|
144055
|
+
builderSeatPriceId?: string | null | undefined;
|
|
143988
144056
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
143989
144057
|
}>;
|
|
143990
144058
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -144194,6 +144262,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144194
144262
|
currentPeriodStart?: string | undefined;
|
|
144195
144263
|
currentPeriodEnd?: string | undefined;
|
|
144196
144264
|
cancelAt?: string | undefined;
|
|
144265
|
+
fullSeatPriceId?: string | undefined;
|
|
144266
|
+
builderSeatPriceId?: string | undefined;
|
|
144197
144267
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
144198
144268
|
};
|
|
144199
144269
|
aiFeaturesEnabled: boolean;
|
|
@@ -144292,6 +144362,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144292
144362
|
currentPeriodStart?: string | null | undefined;
|
|
144293
144363
|
currentPeriodEnd?: string | null | undefined;
|
|
144294
144364
|
cancelAt?: string | null | undefined;
|
|
144365
|
+
fullSeatPriceId?: string | null | undefined;
|
|
144366
|
+
builderSeatPriceId?: string | null | undefined;
|
|
144295
144367
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
144296
144368
|
};
|
|
144297
144369
|
hasOpenMeterSubject: boolean;
|
|
@@ -144748,6 +144820,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144748
144820
|
currentPeriodStart?: string | undefined;
|
|
144749
144821
|
currentPeriodEnd?: string | undefined;
|
|
144750
144822
|
cancelAt?: string | undefined;
|
|
144823
|
+
fullSeatPriceId?: string | undefined;
|
|
144824
|
+
builderSeatPriceId?: string | undefined;
|
|
144751
144825
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
144752
144826
|
};
|
|
144753
144827
|
aiFeaturesEnabled: boolean;
|
|
@@ -144919,6 +144993,8 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
144919
144993
|
currentPeriodStart?: string | null | undefined;
|
|
144920
144994
|
currentPeriodEnd?: string | null | undefined;
|
|
144921
144995
|
cancelAt?: string | null | undefined;
|
|
144996
|
+
fullSeatPriceId?: string | null | undefined;
|
|
144997
|
+
builderSeatPriceId?: string | null | undefined;
|
|
144922
144998
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
144923
144999
|
};
|
|
144924
145000
|
hasOpenMeterSubject: boolean;
|
|
@@ -145223,6 +145299,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145223
145299
|
currentPeriodStart: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145224
145300
|
currentPeriodEnd: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145225
145301
|
cancelAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145302
|
+
fullSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145303
|
+
builderSeatPriceId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145226
145304
|
subscriptionStatusUpdatedAt: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
145227
145305
|
}, "strip", z.ZodTypeAny, {
|
|
145228
145306
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -145252,6 +145330,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145252
145330
|
currentPeriodStart?: string | undefined;
|
|
145253
145331
|
currentPeriodEnd?: string | undefined;
|
|
145254
145332
|
cancelAt?: string | undefined;
|
|
145333
|
+
fullSeatPriceId?: string | undefined;
|
|
145334
|
+
builderSeatPriceId?: string | undefined;
|
|
145255
145335
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
145256
145336
|
}, {
|
|
145257
145337
|
product: "company" | "enterprise" | "free" | "team" | "pro";
|
|
@@ -145281,6 +145361,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145281
145361
|
currentPeriodStart?: string | null | undefined;
|
|
145282
145362
|
currentPeriodEnd?: string | null | undefined;
|
|
145283
145363
|
cancelAt?: string | null | undefined;
|
|
145364
|
+
fullSeatPriceId?: string | null | undefined;
|
|
145365
|
+
builderSeatPriceId?: string | null | undefined;
|
|
145284
145366
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
145285
145367
|
}>;
|
|
145286
145368
|
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
@@ -145490,6 +145572,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145490
145572
|
currentPeriodStart?: string | undefined;
|
|
145491
145573
|
currentPeriodEnd?: string | undefined;
|
|
145492
145574
|
cancelAt?: string | undefined;
|
|
145575
|
+
fullSeatPriceId?: string | undefined;
|
|
145576
|
+
builderSeatPriceId?: string | undefined;
|
|
145493
145577
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
145494
145578
|
};
|
|
145495
145579
|
aiFeaturesEnabled: boolean;
|
|
@@ -145588,6 +145672,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145588
145672
|
currentPeriodStart?: string | null | undefined;
|
|
145589
145673
|
currentPeriodEnd?: string | null | undefined;
|
|
145590
145674
|
cancelAt?: string | null | undefined;
|
|
145675
|
+
fullSeatPriceId?: string | null | undefined;
|
|
145676
|
+
builderSeatPriceId?: string | null | undefined;
|
|
145591
145677
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
145592
145678
|
};
|
|
145593
145679
|
hasOpenMeterSubject: boolean;
|
|
@@ -145968,6 +146054,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
145968
146054
|
currentPeriodStart?: string | undefined;
|
|
145969
146055
|
currentPeriodEnd?: string | undefined;
|
|
145970
146056
|
cancelAt?: string | undefined;
|
|
146057
|
+
fullSeatPriceId?: string | undefined;
|
|
146058
|
+
builderSeatPriceId?: string | undefined;
|
|
145971
146059
|
subscriptionStatusUpdatedAt?: string | undefined;
|
|
145972
146060
|
};
|
|
145973
146061
|
aiFeaturesEnabled: boolean;
|
|
@@ -146116,6 +146204,8 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
146116
146204
|
currentPeriodStart?: string | null | undefined;
|
|
146117
146205
|
currentPeriodEnd?: string | null | undefined;
|
|
146118
146206
|
cancelAt?: string | null | undefined;
|
|
146207
|
+
fullSeatPriceId?: string | null | undefined;
|
|
146208
|
+
builderSeatPriceId?: string | null | undefined;
|
|
146119
146209
|
subscriptionStatusUpdatedAt?: string | null | undefined;
|
|
146120
146210
|
};
|
|
146121
146211
|
hasOpenMeterSubject: boolean;
|
|
@@ -155202,6 +155292,115 @@ declare const ForgeParticipant: z.ZodObject<{
|
|
|
155202
155292
|
}>;
|
|
155203
155293
|
type ForgeParticipant = z.infer<typeof ForgeParticipant>;
|
|
155204
155294
|
|
|
155295
|
+
declare const ForgeProjectDefaultRole: z.ZodEnum<["Viewer", "Builder"]>;
|
|
155296
|
+
declare const ForgeProjectTag: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
155297
|
+
type ForgeProjectTag = z.infer<typeof ForgeProjectTag>;
|
|
155298
|
+
declare const ForgeProjectAccessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
155299
|
+
type ForgeProjectAccessMode = z.infer<typeof ForgeProjectAccessMode>;
|
|
155300
|
+
declare const ForgeProject: z.ZodObject<{
|
|
155301
|
+
createdAt: z.ZodDate;
|
|
155302
|
+
createdByUserId: z.ZodOptional<z.ZodString>;
|
|
155303
|
+
fpContextId: z.ZodString;
|
|
155304
|
+
id: z.ZodString;
|
|
155305
|
+
instruction: z.ZodNullable<z.ZodString>;
|
|
155306
|
+
meta: z.ZodObject<{
|
|
155307
|
+
name: z.ZodString;
|
|
155308
|
+
description: z.ZodOptional<z.ZodString>;
|
|
155309
|
+
}, "strip", z.ZodTypeAny, {
|
|
155310
|
+
name: string;
|
|
155311
|
+
description?: string | undefined;
|
|
155312
|
+
}, {
|
|
155313
|
+
name: string;
|
|
155314
|
+
description?: string | undefined;
|
|
155315
|
+
}>;
|
|
155316
|
+
name: z.ZodString;
|
|
155317
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
155318
|
+
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
155319
|
+
workspaceId: z.ZodString;
|
|
155320
|
+
accessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
155321
|
+
defaultRole: z.ZodDefault<z.ZodEnum<["Viewer", "Builder"]>>;
|
|
155322
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
155323
|
+
emoji: z.ZodOptional<z.ZodString>;
|
|
155324
|
+
}, "strip", z.ZodTypeAny, {
|
|
155325
|
+
instruction: string | null;
|
|
155326
|
+
id: string;
|
|
155327
|
+
name: string;
|
|
155328
|
+
createdAt: Date;
|
|
155329
|
+
tags: string[];
|
|
155330
|
+
workspaceId: string;
|
|
155331
|
+
meta: {
|
|
155332
|
+
name: string;
|
|
155333
|
+
description?: string | undefined;
|
|
155334
|
+
};
|
|
155335
|
+
accessMode: "Open" | "InviteOnly" | "Unlisted";
|
|
155336
|
+
fpContextId: string;
|
|
155337
|
+
defaultRole: "Viewer" | "Builder";
|
|
155338
|
+
updatedAt?: Date | undefined;
|
|
155339
|
+
emoji?: string | undefined;
|
|
155340
|
+
createdByUserId?: string | undefined;
|
|
155341
|
+
isArchived?: boolean | undefined;
|
|
155342
|
+
}, {
|
|
155343
|
+
instruction: string | null;
|
|
155344
|
+
id: string;
|
|
155345
|
+
name: string;
|
|
155346
|
+
createdAt: Date;
|
|
155347
|
+
workspaceId: string;
|
|
155348
|
+
meta: {
|
|
155349
|
+
name: string;
|
|
155350
|
+
description?: string | undefined;
|
|
155351
|
+
};
|
|
155352
|
+
accessMode: "Open" | "InviteOnly" | "Unlisted";
|
|
155353
|
+
fpContextId: string;
|
|
155354
|
+
updatedAt?: Date | undefined;
|
|
155355
|
+
tags?: string[] | undefined;
|
|
155356
|
+
emoji?: string | undefined;
|
|
155357
|
+
createdByUserId?: string | undefined;
|
|
155358
|
+
defaultRole?: "Viewer" | "Builder" | undefined;
|
|
155359
|
+
isArchived?: boolean | undefined;
|
|
155360
|
+
}>;
|
|
155361
|
+
type ForgeProject = z.infer<typeof ForgeProject>;
|
|
155362
|
+
type CreateForgeProject = Omit<DbCreateInputOmit<ForgeProject>, "workspaceId" | "createdByUserId">;
|
|
155363
|
+
type UpdateForgeProject = Omit<DbUpdate<ForgeProject>, "fpContextId" | "workspaceId" | "createdByUserId">;
|
|
155364
|
+
|
|
155365
|
+
declare const ForgeProjectArtifact: z.ZodObject<{
|
|
155366
|
+
id: z.ZodString;
|
|
155367
|
+
projectId: z.ZodString;
|
|
155368
|
+
iterationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
155369
|
+
title: z.ZodString;
|
|
155370
|
+
previewUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
155371
|
+
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
155372
|
+
createdAt: z.ZodDate;
|
|
155373
|
+
updatedAt: z.ZodDate;
|
|
155374
|
+
createdByUserId: z.ZodString;
|
|
155375
|
+
sectionId: z.ZodOptional<z.ZodString>;
|
|
155376
|
+
threadId: z.ZodOptional<z.ZodString>;
|
|
155377
|
+
}, "strip", z.ZodTypeAny, {
|
|
155378
|
+
id: string;
|
|
155379
|
+
createdAt: Date;
|
|
155380
|
+
updatedAt: Date;
|
|
155381
|
+
title: string;
|
|
155382
|
+
sortOrder: number;
|
|
155383
|
+
createdByUserId: string;
|
|
155384
|
+
projectId: string;
|
|
155385
|
+
threadId?: string | undefined;
|
|
155386
|
+
previewUrl?: string | null | undefined;
|
|
155387
|
+
iterationId?: string | null | undefined;
|
|
155388
|
+
sectionId?: string | undefined;
|
|
155389
|
+
}, {
|
|
155390
|
+
id: string;
|
|
155391
|
+
createdAt: Date;
|
|
155392
|
+
updatedAt: Date;
|
|
155393
|
+
title: string;
|
|
155394
|
+
createdByUserId: string;
|
|
155395
|
+
projectId: string;
|
|
155396
|
+
threadId?: string | undefined;
|
|
155397
|
+
sortOrder?: number | undefined;
|
|
155398
|
+
previewUrl?: string | null | undefined;
|
|
155399
|
+
iterationId?: string | null | undefined;
|
|
155400
|
+
sectionId?: string | undefined;
|
|
155401
|
+
}>;
|
|
155402
|
+
type ForgeProjectArtifact = z.infer<typeof ForgeProjectArtifact>;
|
|
155403
|
+
|
|
155205
155404
|
declare const ForgeProjectArtifactContent: z.ZodObject<{
|
|
155206
155405
|
id: z.ZodString;
|
|
155207
155406
|
artifactId: z.ZodString;
|
|
@@ -157200,267 +157399,6 @@ declare const ForgeProjectArtifactContentData: z.ZodObject<{
|
|
|
157200
157399
|
}>;
|
|
157201
157400
|
type ForgeProjectArtifactContentData = z.infer<typeof ForgeProjectArtifactContentData>;
|
|
157202
157401
|
|
|
157203
|
-
declare const ForgeProjectArtifact: z.ZodObject<{
|
|
157204
|
-
id: z.ZodString;
|
|
157205
|
-
projectId: z.ZodString;
|
|
157206
|
-
iterationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
157207
|
-
title: z.ZodString;
|
|
157208
|
-
previewUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
157209
|
-
sortOrder: z.ZodDefault<z.ZodNumber>;
|
|
157210
|
-
createdAt: z.ZodDate;
|
|
157211
|
-
updatedAt: z.ZodDate;
|
|
157212
|
-
createdByUserId: z.ZodString;
|
|
157213
|
-
sectionId: z.ZodOptional<z.ZodString>;
|
|
157214
|
-
threadId: z.ZodOptional<z.ZodString>;
|
|
157215
|
-
}, "strip", z.ZodTypeAny, {
|
|
157216
|
-
id: string;
|
|
157217
|
-
createdAt: Date;
|
|
157218
|
-
updatedAt: Date;
|
|
157219
|
-
title: string;
|
|
157220
|
-
sortOrder: number;
|
|
157221
|
-
createdByUserId: string;
|
|
157222
|
-
projectId: string;
|
|
157223
|
-
threadId?: string | undefined;
|
|
157224
|
-
previewUrl?: string | null | undefined;
|
|
157225
|
-
iterationId?: string | null | undefined;
|
|
157226
|
-
sectionId?: string | undefined;
|
|
157227
|
-
}, {
|
|
157228
|
-
id: string;
|
|
157229
|
-
createdAt: Date;
|
|
157230
|
-
updatedAt: Date;
|
|
157231
|
-
title: string;
|
|
157232
|
-
createdByUserId: string;
|
|
157233
|
-
projectId: string;
|
|
157234
|
-
threadId?: string | undefined;
|
|
157235
|
-
sortOrder?: number | undefined;
|
|
157236
|
-
previewUrl?: string | null | undefined;
|
|
157237
|
-
iterationId?: string | null | undefined;
|
|
157238
|
-
sectionId?: string | undefined;
|
|
157239
|
-
}>;
|
|
157240
|
-
type ForgeProjectArtifact = z.infer<typeof ForgeProjectArtifact>;
|
|
157241
|
-
|
|
157242
|
-
declare const ForgeProjectContextDependency: z.ZodObject<{
|
|
157243
|
-
packageName: z.ZodString;
|
|
157244
|
-
type: z.ZodLiteral<"npm">;
|
|
157245
|
-
version: z.ZodDefault<z.ZodString>;
|
|
157246
|
-
}, "strip", z.ZodTypeAny, {
|
|
157247
|
-
type: "npm";
|
|
157248
|
-
version: string;
|
|
157249
|
-
packageName: string;
|
|
157250
|
-
}, {
|
|
157251
|
-
type: "npm";
|
|
157252
|
-
packageName: string;
|
|
157253
|
-
version?: string | undefined;
|
|
157254
|
-
}>;
|
|
157255
|
-
type ForgeProjectContextDependency = z.infer<typeof ForgeProjectContextDependency>;
|
|
157256
|
-
declare const ForgeProjectContextTailwindConfig: z.ZodObject<{
|
|
157257
|
-
content: z.ZodString;
|
|
157258
|
-
version: z.ZodString;
|
|
157259
|
-
}, "strip", z.ZodTypeAny, {
|
|
157260
|
-
version: string;
|
|
157261
|
-
content: string;
|
|
157262
|
-
}, {
|
|
157263
|
-
version: string;
|
|
157264
|
-
content: string;
|
|
157265
|
-
}>;
|
|
157266
|
-
type ForgeProjectContextTailwindConfig = z.infer<typeof ForgeProjectContextTailwindConfig>;
|
|
157267
|
-
declare const ForgeProjectContext: z.ZodObject<{
|
|
157268
|
-
definition: z.ZodString;
|
|
157269
|
-
dependencies: z.ZodArray<z.ZodObject<{
|
|
157270
|
-
packageName: z.ZodString;
|
|
157271
|
-
type: z.ZodLiteral<"npm">;
|
|
157272
|
-
version: z.ZodDefault<z.ZodString>;
|
|
157273
|
-
}, "strip", z.ZodTypeAny, {
|
|
157274
|
-
type: "npm";
|
|
157275
|
-
version: string;
|
|
157276
|
-
packageName: string;
|
|
157277
|
-
}, {
|
|
157278
|
-
type: "npm";
|
|
157279
|
-
packageName: string;
|
|
157280
|
-
version?: string | undefined;
|
|
157281
|
-
}>, "many">;
|
|
157282
|
-
designSystemId: z.ZodString;
|
|
157283
|
-
id: z.ZodString;
|
|
157284
|
-
meta: z.ZodObject<{
|
|
157285
|
-
name: z.ZodString;
|
|
157286
|
-
description: z.ZodOptional<z.ZodString>;
|
|
157287
|
-
}, "strip", z.ZodTypeAny, {
|
|
157288
|
-
name: string;
|
|
157289
|
-
description?: string | undefined;
|
|
157290
|
-
}, {
|
|
157291
|
-
name: string;
|
|
157292
|
-
description?: string | undefined;
|
|
157293
|
-
}>;
|
|
157294
|
-
name: z.ZodString;
|
|
157295
|
-
npmProxySettings: z.ZodIntersection<z.ZodObject<{
|
|
157296
|
-
registryType: z.ZodEnum<["NPMJS", "GitHub", "AzureDevOps", "Artifactory", "Custom"]>;
|
|
157297
|
-
enabledScopes: z.ZodArray<z.ZodString, "many">;
|
|
157298
|
-
customRegistryUrl: z.ZodOptional<z.ZodString>;
|
|
157299
|
-
bypassProxy: z.ZodDefault<z.ZodBoolean>;
|
|
157300
|
-
npmProxyRegistryConfigId: z.ZodOptional<z.ZodString>;
|
|
157301
|
-
npmProxyVersion: z.ZodOptional<z.ZodNumber>;
|
|
157302
|
-
}, "strip", z.ZodTypeAny, {
|
|
157303
|
-
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
157304
|
-
enabledScopes: string[];
|
|
157305
|
-
bypassProxy: boolean;
|
|
157306
|
-
customRegistryUrl?: string | undefined;
|
|
157307
|
-
npmProxyRegistryConfigId?: string | undefined;
|
|
157308
|
-
npmProxyVersion?: number | undefined;
|
|
157309
|
-
}, {
|
|
157310
|
-
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
157311
|
-
enabledScopes: string[];
|
|
157312
|
-
customRegistryUrl?: string | undefined;
|
|
157313
|
-
bypassProxy?: boolean | undefined;
|
|
157314
|
-
npmProxyRegistryConfigId?: string | undefined;
|
|
157315
|
-
npmProxyVersion?: number | undefined;
|
|
157316
|
-
}>, z.ZodDiscriminatedUnion<"authType", [z.ZodObject<{
|
|
157317
|
-
authType: z.ZodLiteral<"Basic">;
|
|
157318
|
-
username: z.ZodString;
|
|
157319
|
-
password: z.ZodString;
|
|
157320
|
-
}, "strip", z.ZodTypeAny, {
|
|
157321
|
-
password: string;
|
|
157322
|
-
username: string;
|
|
157323
|
-
authType: "Basic";
|
|
157324
|
-
}, {
|
|
157325
|
-
password: string;
|
|
157326
|
-
username: string;
|
|
157327
|
-
authType: "Basic";
|
|
157328
|
-
}>, z.ZodObject<{
|
|
157329
|
-
authType: z.ZodLiteral<"Bearer">;
|
|
157330
|
-
accessToken: z.ZodString;
|
|
157331
|
-
}, "strip", z.ZodTypeAny, {
|
|
157332
|
-
accessToken: string;
|
|
157333
|
-
authType: "Bearer";
|
|
157334
|
-
}, {
|
|
157335
|
-
accessToken: string;
|
|
157336
|
-
authType: "Bearer";
|
|
157337
|
-
}>, z.ZodObject<{
|
|
157338
|
-
authType: z.ZodLiteral<"None">;
|
|
157339
|
-
}, "strip", z.ZodTypeAny, {
|
|
157340
|
-
authType: "None";
|
|
157341
|
-
}, {
|
|
157342
|
-
authType: "None";
|
|
157343
|
-
}>, z.ZodObject<{
|
|
157344
|
-
authType: z.ZodLiteral<"Custom">;
|
|
157345
|
-
authHeaderName: z.ZodString;
|
|
157346
|
-
authHeaderValue: z.ZodString;
|
|
157347
|
-
}, "strip", z.ZodTypeAny, {
|
|
157348
|
-
authType: "Custom";
|
|
157349
|
-
authHeaderName: string;
|
|
157350
|
-
authHeaderValue: string;
|
|
157351
|
-
}, {
|
|
157352
|
-
authType: "Custom";
|
|
157353
|
-
authHeaderName: string;
|
|
157354
|
-
authHeaderValue: string;
|
|
157355
|
-
}>]>>;
|
|
157356
|
-
platform: z.ZodEnum<["React", "Vue", "Angular"]>;
|
|
157357
|
-
styling: z.ZodEnum<["CSS", "Tailwind"]>;
|
|
157358
|
-
tailwindConfig: z.ZodOptional<z.ZodObject<{
|
|
157359
|
-
content: z.ZodString;
|
|
157360
|
-
version: z.ZodString;
|
|
157361
|
-
}, "strip", z.ZodTypeAny, {
|
|
157362
|
-
version: string;
|
|
157363
|
-
content: string;
|
|
157364
|
-
}, {
|
|
157365
|
-
version: string;
|
|
157366
|
-
content: string;
|
|
157367
|
-
}>>;
|
|
157368
|
-
createdAt: z.ZodDate;
|
|
157369
|
-
updatedAt: z.ZodDate;
|
|
157370
|
-
workspaceId: z.ZodString;
|
|
157371
|
-
}, "strip", z.ZodTypeAny, {
|
|
157372
|
-
id: string;
|
|
157373
|
-
name: string;
|
|
157374
|
-
createdAt: Date;
|
|
157375
|
-
updatedAt: Date;
|
|
157376
|
-
workspaceId: string;
|
|
157377
|
-
designSystemId: string;
|
|
157378
|
-
dependencies: {
|
|
157379
|
-
type: "npm";
|
|
157380
|
-
version: string;
|
|
157381
|
-
packageName: string;
|
|
157382
|
-
}[];
|
|
157383
|
-
meta: {
|
|
157384
|
-
name: string;
|
|
157385
|
-
description?: string | undefined;
|
|
157386
|
-
};
|
|
157387
|
-
definition: string;
|
|
157388
|
-
npmProxySettings: {
|
|
157389
|
-
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
157390
|
-
enabledScopes: string[];
|
|
157391
|
-
bypassProxy: boolean;
|
|
157392
|
-
customRegistryUrl?: string | undefined;
|
|
157393
|
-
npmProxyRegistryConfigId?: string | undefined;
|
|
157394
|
-
npmProxyVersion?: number | undefined;
|
|
157395
|
-
} & ({
|
|
157396
|
-
password: string;
|
|
157397
|
-
username: string;
|
|
157398
|
-
authType: "Basic";
|
|
157399
|
-
} | {
|
|
157400
|
-
accessToken: string;
|
|
157401
|
-
authType: "Bearer";
|
|
157402
|
-
} | {
|
|
157403
|
-
authType: "None";
|
|
157404
|
-
} | {
|
|
157405
|
-
authType: "Custom";
|
|
157406
|
-
authHeaderName: string;
|
|
157407
|
-
authHeaderValue: string;
|
|
157408
|
-
});
|
|
157409
|
-
platform: "Angular" | "Vue" | "React";
|
|
157410
|
-
styling: "CSS" | "Tailwind";
|
|
157411
|
-
tailwindConfig?: {
|
|
157412
|
-
version: string;
|
|
157413
|
-
content: string;
|
|
157414
|
-
} | undefined;
|
|
157415
|
-
}, {
|
|
157416
|
-
id: string;
|
|
157417
|
-
name: string;
|
|
157418
|
-
createdAt: Date;
|
|
157419
|
-
updatedAt: Date;
|
|
157420
|
-
workspaceId: string;
|
|
157421
|
-
designSystemId: string;
|
|
157422
|
-
dependencies: {
|
|
157423
|
-
type: "npm";
|
|
157424
|
-
packageName: string;
|
|
157425
|
-
version?: string | undefined;
|
|
157426
|
-
}[];
|
|
157427
|
-
meta: {
|
|
157428
|
-
name: string;
|
|
157429
|
-
description?: string | undefined;
|
|
157430
|
-
};
|
|
157431
|
-
definition: string;
|
|
157432
|
-
npmProxySettings: {
|
|
157433
|
-
registryType: "Artifactory" | "Custom" | "NPMJS" | "GitHub" | "AzureDevOps";
|
|
157434
|
-
enabledScopes: string[];
|
|
157435
|
-
customRegistryUrl?: string | undefined;
|
|
157436
|
-
bypassProxy?: boolean | undefined;
|
|
157437
|
-
npmProxyRegistryConfigId?: string | undefined;
|
|
157438
|
-
npmProxyVersion?: number | undefined;
|
|
157439
|
-
} & ({
|
|
157440
|
-
password: string;
|
|
157441
|
-
username: string;
|
|
157442
|
-
authType: "Basic";
|
|
157443
|
-
} | {
|
|
157444
|
-
accessToken: string;
|
|
157445
|
-
authType: "Bearer";
|
|
157446
|
-
} | {
|
|
157447
|
-
authType: "None";
|
|
157448
|
-
} | {
|
|
157449
|
-
authType: "Custom";
|
|
157450
|
-
authHeaderName: string;
|
|
157451
|
-
authHeaderValue: string;
|
|
157452
|
-
});
|
|
157453
|
-
platform: "Angular" | "Vue" | "React";
|
|
157454
|
-
styling: "CSS" | "Tailwind";
|
|
157455
|
-
tailwindConfig?: {
|
|
157456
|
-
version: string;
|
|
157457
|
-
content: string;
|
|
157458
|
-
} | undefined;
|
|
157459
|
-
}>;
|
|
157460
|
-
type ForgeProjectContext = z.infer<typeof ForgeProjectContext>;
|
|
157461
|
-
type CreateForgeProjectContext = Omit<DbCreateInputOmit<ForgeProjectContext>, "workspaceId">;
|
|
157462
|
-
type UpdateForgeProjectContext = Omit<DbUpdate<ForgeProjectContext>, "workspaceId">;
|
|
157463
|
-
|
|
157464
157402
|
declare const ProjectFeatureStatus: z.ZodEnum<["Draft", "ReadyForDevelopment"]>;
|
|
157465
157403
|
declare const ProjectFeature: z.ZodObject<{
|
|
157466
157404
|
createdAt: z.ZodDate;
|
|
@@ -157493,8 +157431,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157493
157431
|
numberOfBookmarkedIterations: number;
|
|
157494
157432
|
updatedAt?: Date | undefined;
|
|
157495
157433
|
threadId?: string | undefined;
|
|
157496
|
-
sectionId?: string | undefined;
|
|
157497
157434
|
isArchived?: boolean | undefined;
|
|
157435
|
+
sectionId?: string | undefined;
|
|
157498
157436
|
e2bTemplateId?: string | null | undefined;
|
|
157499
157437
|
e2bIterationId?: string | null | undefined;
|
|
157500
157438
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -157509,8 +157447,8 @@ declare const ProjectFeature: z.ZodObject<{
|
|
|
157509
157447
|
updatedAt?: Date | undefined;
|
|
157510
157448
|
threadId?: string | undefined;
|
|
157511
157449
|
sortOrder?: number | undefined;
|
|
157512
|
-
sectionId?: string | undefined;
|
|
157513
157450
|
isArchived?: boolean | undefined;
|
|
157451
|
+
sectionId?: string | undefined;
|
|
157514
157452
|
e2bTemplateId?: string | null | undefined;
|
|
157515
157453
|
e2bIterationId?: string | null | undefined;
|
|
157516
157454
|
numberOfIterations?: number | undefined;
|
|
@@ -158811,76 +158749,6 @@ type ForgeSection = z.infer<typeof ForgeSection>;
|
|
|
158811
158749
|
declare const ForgeProjectSectionChildType: z.ZodEnum<["Artifact", "Feature"]>;
|
|
158812
158750
|
type ForgeProjectSectionChildType = z.infer<typeof ForgeProjectSectionChildType>;
|
|
158813
158751
|
|
|
158814
|
-
declare const ForgeProjectDefaultRole: z.ZodEnum<["Viewer", "Builder"]>;
|
|
158815
|
-
declare const ForgeProjectTag: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
158816
|
-
type ForgeProjectTag = z.infer<typeof ForgeProjectTag>;
|
|
158817
|
-
declare const ForgeProjectAccessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
158818
|
-
type ForgeProjectAccessMode = z.infer<typeof ForgeProjectAccessMode>;
|
|
158819
|
-
declare const ForgeProject: z.ZodObject<{
|
|
158820
|
-
createdAt: z.ZodDate;
|
|
158821
|
-
createdByUserId: z.ZodOptional<z.ZodString>;
|
|
158822
|
-
fpContextId: z.ZodString;
|
|
158823
|
-
id: z.ZodString;
|
|
158824
|
-
instruction: z.ZodNullable<z.ZodString>;
|
|
158825
|
-
meta: z.ZodObject<{
|
|
158826
|
-
name: z.ZodString;
|
|
158827
|
-
description: z.ZodOptional<z.ZodString>;
|
|
158828
|
-
}, "strip", z.ZodTypeAny, {
|
|
158829
|
-
name: string;
|
|
158830
|
-
description?: string | undefined;
|
|
158831
|
-
}, {
|
|
158832
|
-
name: string;
|
|
158833
|
-
description?: string | undefined;
|
|
158834
|
-
}>;
|
|
158835
|
-
name: z.ZodString;
|
|
158836
|
-
tags: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
158837
|
-
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
158838
|
-
workspaceId: z.ZodString;
|
|
158839
|
-
accessMode: z.ZodEnum<["InviteOnly", "Open", "Unlisted"]>;
|
|
158840
|
-
defaultRole: z.ZodDefault<z.ZodEnum<["Viewer", "Builder"]>>;
|
|
158841
|
-
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
158842
|
-
emoji: z.ZodOptional<z.ZodString>;
|
|
158843
|
-
}, "strip", z.ZodTypeAny, {
|
|
158844
|
-
instruction: string | null;
|
|
158845
|
-
id: string;
|
|
158846
|
-
name: string;
|
|
158847
|
-
createdAt: Date;
|
|
158848
|
-
tags: string[];
|
|
158849
|
-
workspaceId: string;
|
|
158850
|
-
meta: {
|
|
158851
|
-
name: string;
|
|
158852
|
-
description?: string | undefined;
|
|
158853
|
-
};
|
|
158854
|
-
accessMode: "Open" | "InviteOnly" | "Unlisted";
|
|
158855
|
-
fpContextId: string;
|
|
158856
|
-
defaultRole: "Viewer" | "Builder";
|
|
158857
|
-
updatedAt?: Date | undefined;
|
|
158858
|
-
emoji?: string | undefined;
|
|
158859
|
-
createdByUserId?: string | undefined;
|
|
158860
|
-
isArchived?: boolean | undefined;
|
|
158861
|
-
}, {
|
|
158862
|
-
instruction: string | null;
|
|
158863
|
-
id: string;
|
|
158864
|
-
name: string;
|
|
158865
|
-
createdAt: Date;
|
|
158866
|
-
workspaceId: string;
|
|
158867
|
-
meta: {
|
|
158868
|
-
name: string;
|
|
158869
|
-
description?: string | undefined;
|
|
158870
|
-
};
|
|
158871
|
-
accessMode: "Open" | "InviteOnly" | "Unlisted";
|
|
158872
|
-
fpContextId: string;
|
|
158873
|
-
updatedAt?: Date | undefined;
|
|
158874
|
-
tags?: string[] | undefined;
|
|
158875
|
-
emoji?: string | undefined;
|
|
158876
|
-
createdByUserId?: string | undefined;
|
|
158877
|
-
isArchived?: boolean | undefined;
|
|
158878
|
-
defaultRole?: "Viewer" | "Builder" | undefined;
|
|
158879
|
-
}>;
|
|
158880
|
-
type ForgeProject = z.infer<typeof ForgeProject>;
|
|
158881
|
-
type CreateForgeProject = Omit<DbCreateInputOmit<ForgeProject>, "workspaceId" | "createdByUserId">;
|
|
158882
|
-
type UpdateForgeProject = Omit<DbUpdate<ForgeProject>, "fpContextId" | "workspaceId" | "createdByUserId">;
|
|
158883
|
-
|
|
158884
158752
|
declare enum OAuthProviderNames {
|
|
158885
158753
|
Figma = "figma",
|
|
158886
158754
|
Azure = "azure",
|
|
@@ -188160,8 +188028,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188160
188028
|
numberOfBookmarkedIterations: number;
|
|
188161
188029
|
updatedAt?: Date | undefined;
|
|
188162
188030
|
threadId?: string | undefined;
|
|
188163
|
-
sectionId?: string | undefined;
|
|
188164
188031
|
isArchived?: boolean | undefined;
|
|
188032
|
+
sectionId?: string | undefined;
|
|
188165
188033
|
e2bTemplateId?: string | null | undefined;
|
|
188166
188034
|
e2bIterationId?: string | null | undefined;
|
|
188167
188035
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188176,8 +188044,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188176
188044
|
updatedAt?: Date | undefined;
|
|
188177
188045
|
threadId?: string | undefined;
|
|
188178
188046
|
sortOrder?: number | undefined;
|
|
188179
|
-
sectionId?: string | undefined;
|
|
188180
188047
|
isArchived?: boolean | undefined;
|
|
188048
|
+
sectionId?: string | undefined;
|
|
188181
188049
|
e2bTemplateId?: string | null | undefined;
|
|
188182
188050
|
e2bIterationId?: string | null | undefined;
|
|
188183
188051
|
numberOfIterations?: number | undefined;
|
|
@@ -188248,8 +188116,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188248
188116
|
numberOfBookmarkedIterations: number;
|
|
188249
188117
|
updatedAt?: Date | undefined;
|
|
188250
188118
|
threadId?: string | undefined;
|
|
188251
|
-
sectionId?: string | undefined;
|
|
188252
188119
|
isArchived?: boolean | undefined;
|
|
188120
|
+
sectionId?: string | undefined;
|
|
188253
188121
|
e2bTemplateId?: string | null | undefined;
|
|
188254
188122
|
e2bIterationId?: string | null | undefined;
|
|
188255
188123
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188297,8 +188165,8 @@ declare const ForgeProjectRoomInitialState: z.ZodObject<{
|
|
|
188297
188165
|
updatedAt?: Date | undefined;
|
|
188298
188166
|
threadId?: string | undefined;
|
|
188299
188167
|
sortOrder?: number | undefined;
|
|
188300
|
-
sectionId?: string | undefined;
|
|
188301
188168
|
isArchived?: boolean | undefined;
|
|
188169
|
+
sectionId?: string | undefined;
|
|
188302
188170
|
e2bTemplateId?: string | null | undefined;
|
|
188303
188171
|
e2bIterationId?: string | null | undefined;
|
|
188304
188172
|
numberOfIterations?: number | undefined;
|
|
@@ -188408,8 +188276,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188408
188276
|
numberOfBookmarkedIterations: number;
|
|
188409
188277
|
updatedAt?: Date | undefined;
|
|
188410
188278
|
threadId?: string | undefined;
|
|
188411
|
-
sectionId?: string | undefined;
|
|
188412
188279
|
isArchived?: boolean | undefined;
|
|
188280
|
+
sectionId?: string | undefined;
|
|
188413
188281
|
e2bTemplateId?: string | null | undefined;
|
|
188414
188282
|
e2bIterationId?: string | null | undefined;
|
|
188415
188283
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188424,8 +188292,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188424
188292
|
updatedAt?: Date | undefined;
|
|
188425
188293
|
threadId?: string | undefined;
|
|
188426
188294
|
sortOrder?: number | undefined;
|
|
188427
|
-
sectionId?: string | undefined;
|
|
188428
188295
|
isArchived?: boolean | undefined;
|
|
188296
|
+
sectionId?: string | undefined;
|
|
188429
188297
|
e2bTemplateId?: string | null | undefined;
|
|
188430
188298
|
e2bIterationId?: string | null | undefined;
|
|
188431
188299
|
numberOfIterations?: number | undefined;
|
|
@@ -188500,8 +188368,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188500
188368
|
numberOfBookmarkedIterations: number;
|
|
188501
188369
|
updatedAt?: Date | undefined;
|
|
188502
188370
|
threadId?: string | undefined;
|
|
188503
|
-
sectionId?: string | undefined;
|
|
188504
188371
|
isArchived?: boolean | undefined;
|
|
188372
|
+
sectionId?: string | undefined;
|
|
188505
188373
|
e2bTemplateId?: string | null | undefined;
|
|
188506
188374
|
e2bIterationId?: string | null | undefined;
|
|
188507
188375
|
lastReplyTimestamp?: Date | undefined;
|
|
@@ -188554,8 +188422,8 @@ declare const ForgeProjectRoomUpdate: z.ZodObject<{
|
|
|
188554
188422
|
updatedAt?: Date | undefined;
|
|
188555
188423
|
threadId?: string | undefined;
|
|
188556
188424
|
sortOrder?: number | undefined;
|
|
188557
|
-
sectionId?: string | undefined;
|
|
188558
188425
|
isArchived?: boolean | undefined;
|
|
188426
|
+
sectionId?: string | undefined;
|
|
188559
188427
|
e2bTemplateId?: string | null | undefined;
|
|
188560
188428
|
e2bIterationId?: string | null | undefined;
|
|
188561
188429
|
numberOfIterations?: number | undefined;
|
|
@@ -190125,4 +189993,4 @@ type PersonalAccessTokenWithUser = {
|
|
|
190125
189993
|
token: PersonalAccessToken;
|
|
190126
189994
|
};
|
|
190127
189995
|
|
|
190128
|
-
export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProject, type CreateForgeProjectArtifactRoom, type CreateForgeProjectContext, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeMeta, ForgeParticipant, ForgeProject, ForgeProjectAccessMode, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectContext, ForgeProjectContextDependency, ForgeProjectContextTailwindConfig, ForgeProjectDefaultRole, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeProjectTag, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProject, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectContext, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, 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, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|
|
189996
|
+
export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BaseTheme, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateForgeAgent, type CreateForgeFeatureRoom, type CreateForgeProject, type CreateForgeProjectArtifactRoom, type CreateForgeProjectInvitation, type CreateForgeProjectMembership, type CreateForgeProjectRoom, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreateProjectFeature, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, type DefinedProps, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeAgent, ForgeArtifact, ForgeAvatarBuilder, ForgeBuildArtifact, ForgeBuildArtifactEnvironment, ForgeBuildArtifactFiles, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatMessageUserScore, ForgeChatMessageUserScoreType, ForgeChatThread, type ForgeFeatureParsedRoomId, ForgeFeatureRoom, type ForgeFeatureRoomOwner, ForgeFigmaArtifact, ForgeFileArtifact, ForgeIterationMessage, ForgeIterationMessageStep, ForgeMeta, ForgeParticipant, ForgeProject, ForgeProjectAccessMode, ForgeProjectArtifact, ForgeProjectArtifactContent, ForgeProjectArtifactContentData, type ForgeProjectArtifactParsedRoomId, ForgeProjectArtifactRoom, type ForgeProjectArtifactRoomOwner, ForgeProjectDefaultRole, ForgeProjectFigmaNode, ForgeProjectFigmaNodeRenderInput, ForgeProjectFile, ForgeProjectInvitation, ForgeProjectIteration, ForgeProjectIterationMergeMeta, ForgeProjectMembership, type ForgeProjectParsedRoomId, ForgeProjectRole, ForgeProjectRoom, ForgeProjectRoomInitialState, type ForgeProjectRoomOwner, ForgeProjectRoomUpdate, ForgeProjectSectionChildType, ForgeProjectTag, ForgeSection, ForgeSpecArtifact, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, Id, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type NullToUndefined, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsSidebar, PortalSettingsSidebarLink, PortalSettingsSidebarSection, PortalSettingsTheme, PortalTheme, PortalThemePreset, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, ProjectFeature, ProjectFeatureStatus, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SortOrder, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateForgeAgent, type UpdateForgeFeatureRoom, type UpdateForgeProject, type UpdateForgeProjectArtifactRoom, type UpdateForgeProjectRoom, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdateProjectFeature, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, UserTheme, UserThemePreset, 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, WorkspaceSeatType, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, deriveWorkspaceSeatTypeFromRole, designTokenImportModelTypeFilter, designTokenTypeFilter, errorToString, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, nullsToUndefined, parseUrl, pickDefined, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|