@supernova-studio/model 0.54.32 → 0.54.33
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 +301 -147
- package/dist/index.d.ts +301 -147
- package/dist/index.js +391 -356
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +822 -787
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/membership/design-system-membership.ts +35 -0
- package/src/dsm/membership/index.ts +1 -0
- package/src/dsm/membership/invitations.ts +11 -0
package/dist/index.d.mts
CHANGED
|
@@ -10147,16 +10147,16 @@ declare const UserDump: z.ZodObject<{
|
|
|
10147
10147
|
}, "strip", z.ZodTypeAny, {
|
|
10148
10148
|
id: string;
|
|
10149
10149
|
email?: string | undefined;
|
|
10150
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10150
10151
|
handle?: string | undefined;
|
|
10151
10152
|
avatarUrl?: string | undefined;
|
|
10152
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10153
10153
|
customUrl?: string | undefined;
|
|
10154
10154
|
}, {
|
|
10155
10155
|
id: string;
|
|
10156
10156
|
email?: string | undefined;
|
|
10157
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10157
10158
|
handle?: string | undefined;
|
|
10158
10159
|
avatarUrl?: string | undefined;
|
|
10159
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10160
10160
|
customUrl?: string | undefined;
|
|
10161
10161
|
}>>;
|
|
10162
10162
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10169,16 +10169,16 @@ declare const UserDump: z.ZodObject<{
|
|
|
10169
10169
|
}, "strip", z.ZodTypeAny, {
|
|
10170
10170
|
id: string;
|
|
10171
10171
|
email?: string | undefined;
|
|
10172
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10172
10173
|
handle?: string | undefined;
|
|
10173
10174
|
avatarUrl?: string | undefined;
|
|
10174
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10175
10175
|
customUrl?: string | undefined;
|
|
10176
10176
|
}, {
|
|
10177
10177
|
id: string;
|
|
10178
10178
|
email?: string | undefined;
|
|
10179
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10179
10180
|
handle?: string | undefined;
|
|
10180
10181
|
avatarUrl?: string | undefined;
|
|
10181
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10182
10182
|
customUrl?: string | undefined;
|
|
10183
10183
|
}>, "many">>;
|
|
10184
10184
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10191,16 +10191,16 @@ declare const UserDump: z.ZodObject<{
|
|
|
10191
10191
|
}, "strip", z.ZodTypeAny, {
|
|
10192
10192
|
id: string;
|
|
10193
10193
|
email?: string | undefined;
|
|
10194
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10194
10195
|
handle?: string | undefined;
|
|
10195
10196
|
avatarUrl?: string | undefined;
|
|
10196
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10197
10197
|
customUrl?: string | undefined;
|
|
10198
10198
|
}, {
|
|
10199
10199
|
id: string;
|
|
10200
10200
|
email?: string | undefined;
|
|
10201
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10201
10202
|
handle?: string | undefined;
|
|
10202
10203
|
avatarUrl?: string | undefined;
|
|
10203
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10204
10204
|
customUrl?: string | undefined;
|
|
10205
10205
|
}>, "many">>;
|
|
10206
10206
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10213,16 +10213,16 @@ declare const UserDump: z.ZodObject<{
|
|
|
10213
10213
|
}, "strip", z.ZodTypeAny, {
|
|
10214
10214
|
id: string;
|
|
10215
10215
|
email?: string | undefined;
|
|
10216
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10216
10217
|
handle?: string | undefined;
|
|
10217
10218
|
avatarUrl?: string | undefined;
|
|
10218
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10219
10219
|
customUrl?: string | undefined;
|
|
10220
10220
|
}, {
|
|
10221
10221
|
id: string;
|
|
10222
10222
|
email?: string | undefined;
|
|
10223
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10223
10224
|
handle?: string | undefined;
|
|
10224
10225
|
avatarUrl?: string | undefined;
|
|
10225
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10226
10226
|
customUrl?: string | undefined;
|
|
10227
10227
|
}>, "many">>;
|
|
10228
10228
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10235,98 +10235,98 @@ declare const UserDump: z.ZodObject<{
|
|
|
10235
10235
|
}, "strip", z.ZodTypeAny, {
|
|
10236
10236
|
id: string;
|
|
10237
10237
|
email?: string | undefined;
|
|
10238
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10238
10239
|
handle?: string | undefined;
|
|
10239
10240
|
avatarUrl?: string | undefined;
|
|
10240
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10241
10241
|
customUrl?: string | undefined;
|
|
10242
10242
|
}, {
|
|
10243
10243
|
id: string;
|
|
10244
10244
|
email?: string | undefined;
|
|
10245
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10245
10246
|
handle?: string | undefined;
|
|
10246
10247
|
avatarUrl?: string | undefined;
|
|
10247
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10248
10248
|
customUrl?: string | undefined;
|
|
10249
10249
|
}>, "many">>;
|
|
10250
10250
|
}, "strip", z.ZodTypeAny, {
|
|
10251
10251
|
azure?: {
|
|
10252
10252
|
id: string;
|
|
10253
10253
|
email?: string | undefined;
|
|
10254
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10254
10255
|
handle?: string | undefined;
|
|
10255
10256
|
avatarUrl?: string | undefined;
|
|
10256
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10257
10257
|
customUrl?: string | undefined;
|
|
10258
10258
|
}[] | undefined;
|
|
10259
10259
|
github?: {
|
|
10260
10260
|
id: string;
|
|
10261
10261
|
email?: string | undefined;
|
|
10262
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10262
10263
|
handle?: string | undefined;
|
|
10263
10264
|
avatarUrl?: string | undefined;
|
|
10264
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10265
10265
|
customUrl?: string | undefined;
|
|
10266
10266
|
}[] | undefined;
|
|
10267
10267
|
gitlab?: {
|
|
10268
10268
|
id: string;
|
|
10269
10269
|
email?: string | undefined;
|
|
10270
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10270
10271
|
handle?: string | undefined;
|
|
10271
10272
|
avatarUrl?: string | undefined;
|
|
10272
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10273
10273
|
customUrl?: string | undefined;
|
|
10274
10274
|
}[] | undefined;
|
|
10275
10275
|
bitbucket?: {
|
|
10276
10276
|
id: string;
|
|
10277
10277
|
email?: string | undefined;
|
|
10278
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10278
10279
|
handle?: string | undefined;
|
|
10279
10280
|
avatarUrl?: string | undefined;
|
|
10280
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10281
10281
|
customUrl?: string | undefined;
|
|
10282
10282
|
}[] | undefined;
|
|
10283
10283
|
figma?: {
|
|
10284
10284
|
id: string;
|
|
10285
10285
|
email?: string | undefined;
|
|
10286
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10286
10287
|
handle?: string | undefined;
|
|
10287
10288
|
avatarUrl?: string | undefined;
|
|
10288
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10289
10289
|
customUrl?: string | undefined;
|
|
10290
10290
|
} | undefined;
|
|
10291
10291
|
}, {
|
|
10292
10292
|
azure?: {
|
|
10293
10293
|
id: string;
|
|
10294
10294
|
email?: string | undefined;
|
|
10295
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10295
10296
|
handle?: string | undefined;
|
|
10296
10297
|
avatarUrl?: string | undefined;
|
|
10297
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10298
10298
|
customUrl?: string | undefined;
|
|
10299
10299
|
}[] | undefined;
|
|
10300
10300
|
github?: {
|
|
10301
10301
|
id: string;
|
|
10302
10302
|
email?: string | undefined;
|
|
10303
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10303
10304
|
handle?: string | undefined;
|
|
10304
10305
|
avatarUrl?: string | undefined;
|
|
10305
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10306
10306
|
customUrl?: string | undefined;
|
|
10307
10307
|
}[] | undefined;
|
|
10308
10308
|
gitlab?: {
|
|
10309
10309
|
id: string;
|
|
10310
10310
|
email?: string | undefined;
|
|
10311
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10311
10312
|
handle?: string | undefined;
|
|
10312
10313
|
avatarUrl?: string | undefined;
|
|
10313
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10314
10314
|
customUrl?: string | undefined;
|
|
10315
10315
|
}[] | undefined;
|
|
10316
10316
|
bitbucket?: {
|
|
10317
10317
|
id: string;
|
|
10318
10318
|
email?: string | undefined;
|
|
10319
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10319
10320
|
handle?: string | undefined;
|
|
10320
10321
|
avatarUrl?: string | undefined;
|
|
10321
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10322
10322
|
customUrl?: string | undefined;
|
|
10323
10323
|
}[] | undefined;
|
|
10324
10324
|
figma?: {
|
|
10325
10325
|
id: string;
|
|
10326
10326
|
email?: string | undefined;
|
|
10327
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10327
10328
|
handle?: string | undefined;
|
|
10328
10329
|
avatarUrl?: string | undefined;
|
|
10329
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10330
10330
|
customUrl?: string | undefined;
|
|
10331
10331
|
} | undefined;
|
|
10332
10332
|
}>>;
|
|
@@ -10364,41 +10364,41 @@ declare const UserDump: z.ZodObject<{
|
|
|
10364
10364
|
azure?: {
|
|
10365
10365
|
id: string;
|
|
10366
10366
|
email?: string | undefined;
|
|
10367
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10367
10368
|
handle?: string | undefined;
|
|
10368
10369
|
avatarUrl?: string | undefined;
|
|
10369
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10370
10370
|
customUrl?: string | undefined;
|
|
10371
10371
|
}[] | undefined;
|
|
10372
10372
|
github?: {
|
|
10373
10373
|
id: string;
|
|
10374
10374
|
email?: string | undefined;
|
|
10375
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10375
10376
|
handle?: string | undefined;
|
|
10376
10377
|
avatarUrl?: string | undefined;
|
|
10377
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10378
10378
|
customUrl?: string | undefined;
|
|
10379
10379
|
}[] | undefined;
|
|
10380
10380
|
gitlab?: {
|
|
10381
10381
|
id: string;
|
|
10382
10382
|
email?: string | undefined;
|
|
10383
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10383
10384
|
handle?: string | undefined;
|
|
10384
10385
|
avatarUrl?: string | undefined;
|
|
10385
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10386
10386
|
customUrl?: string | undefined;
|
|
10387
10387
|
}[] | undefined;
|
|
10388
10388
|
bitbucket?: {
|
|
10389
10389
|
id: string;
|
|
10390
10390
|
email?: string | undefined;
|
|
10391
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10391
10392
|
handle?: string | undefined;
|
|
10392
10393
|
avatarUrl?: string | undefined;
|
|
10393
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10394
10394
|
customUrl?: string | undefined;
|
|
10395
10395
|
}[] | undefined;
|
|
10396
10396
|
figma?: {
|
|
10397
10397
|
id: string;
|
|
10398
10398
|
email?: string | undefined;
|
|
10399
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10399
10400
|
handle?: string | undefined;
|
|
10400
10401
|
avatarUrl?: string | undefined;
|
|
10401
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10402
10402
|
customUrl?: string | undefined;
|
|
10403
10403
|
} | undefined;
|
|
10404
10404
|
} | undefined;
|
|
@@ -10434,41 +10434,41 @@ declare const UserDump: z.ZodObject<{
|
|
|
10434
10434
|
azure?: {
|
|
10435
10435
|
id: string;
|
|
10436
10436
|
email?: string | undefined;
|
|
10437
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10437
10438
|
handle?: string | undefined;
|
|
10438
10439
|
avatarUrl?: string | undefined;
|
|
10439
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10440
10440
|
customUrl?: string | undefined;
|
|
10441
10441
|
}[] | undefined;
|
|
10442
10442
|
github?: {
|
|
10443
10443
|
id: string;
|
|
10444
10444
|
email?: string | undefined;
|
|
10445
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10445
10446
|
handle?: string | undefined;
|
|
10446
10447
|
avatarUrl?: string | undefined;
|
|
10447
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10448
10448
|
customUrl?: string | undefined;
|
|
10449
10449
|
}[] | undefined;
|
|
10450
10450
|
gitlab?: {
|
|
10451
10451
|
id: string;
|
|
10452
10452
|
email?: string | undefined;
|
|
10453
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10453
10454
|
handle?: string | undefined;
|
|
10454
10455
|
avatarUrl?: string | undefined;
|
|
10455
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10456
10456
|
customUrl?: string | undefined;
|
|
10457
10457
|
}[] | undefined;
|
|
10458
10458
|
bitbucket?: {
|
|
10459
10459
|
id: string;
|
|
10460
10460
|
email?: string | undefined;
|
|
10461
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10461
10462
|
handle?: string | undefined;
|
|
10462
10463
|
avatarUrl?: string | undefined;
|
|
10463
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10464
10464
|
customUrl?: string | undefined;
|
|
10465
10465
|
}[] | undefined;
|
|
10466
10466
|
figma?: {
|
|
10467
10467
|
id: string;
|
|
10468
10468
|
email?: string | undefined;
|
|
10469
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10469
10470
|
handle?: string | undefined;
|
|
10470
10471
|
avatarUrl?: string | undefined;
|
|
10471
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10472
10472
|
customUrl?: string | undefined;
|
|
10473
10473
|
} | undefined;
|
|
10474
10474
|
} | undefined;
|
|
@@ -19641,41 +19641,41 @@ declare const UserDump: z.ZodObject<{
|
|
|
19641
19641
|
azure?: {
|
|
19642
19642
|
id: string;
|
|
19643
19643
|
email?: string | undefined;
|
|
19644
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
19644
19645
|
handle?: string | undefined;
|
|
19645
19646
|
avatarUrl?: string | undefined;
|
|
19646
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
19647
19647
|
customUrl?: string | undefined;
|
|
19648
19648
|
}[] | undefined;
|
|
19649
19649
|
github?: {
|
|
19650
19650
|
id: string;
|
|
19651
19651
|
email?: string | undefined;
|
|
19652
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
19652
19653
|
handle?: string | undefined;
|
|
19653
19654
|
avatarUrl?: string | undefined;
|
|
19654
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
19655
19655
|
customUrl?: string | undefined;
|
|
19656
19656
|
}[] | undefined;
|
|
19657
19657
|
gitlab?: {
|
|
19658
19658
|
id: string;
|
|
19659
19659
|
email?: string | undefined;
|
|
19660
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
19660
19661
|
handle?: string | undefined;
|
|
19661
19662
|
avatarUrl?: string | undefined;
|
|
19662
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
19663
19663
|
customUrl?: string | undefined;
|
|
19664
19664
|
}[] | undefined;
|
|
19665
19665
|
bitbucket?: {
|
|
19666
19666
|
id: string;
|
|
19667
19667
|
email?: string | undefined;
|
|
19668
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
19668
19669
|
handle?: string | undefined;
|
|
19669
19670
|
avatarUrl?: string | undefined;
|
|
19670
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
19671
19671
|
customUrl?: string | undefined;
|
|
19672
19672
|
}[] | undefined;
|
|
19673
19673
|
figma?: {
|
|
19674
19674
|
id: string;
|
|
19675
19675
|
email?: string | undefined;
|
|
19676
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
19676
19677
|
handle?: string | undefined;
|
|
19677
19678
|
avatarUrl?: string | undefined;
|
|
19678
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
19679
19679
|
customUrl?: string | undefined;
|
|
19680
19680
|
} | undefined;
|
|
19681
19681
|
} | undefined;
|
|
@@ -20531,41 +20531,41 @@ declare const UserDump: z.ZodObject<{
|
|
|
20531
20531
|
azure?: {
|
|
20532
20532
|
id: string;
|
|
20533
20533
|
email?: string | undefined;
|
|
20534
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
20534
20535
|
handle?: string | undefined;
|
|
20535
20536
|
avatarUrl?: string | undefined;
|
|
20536
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
20537
20537
|
customUrl?: string | undefined;
|
|
20538
20538
|
}[] | undefined;
|
|
20539
20539
|
github?: {
|
|
20540
20540
|
id: string;
|
|
20541
20541
|
email?: string | undefined;
|
|
20542
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
20542
20543
|
handle?: string | undefined;
|
|
20543
20544
|
avatarUrl?: string | undefined;
|
|
20544
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
20545
20545
|
customUrl?: string | undefined;
|
|
20546
20546
|
}[] | undefined;
|
|
20547
20547
|
gitlab?: {
|
|
20548
20548
|
id: string;
|
|
20549
20549
|
email?: string | undefined;
|
|
20550
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
20550
20551
|
handle?: string | undefined;
|
|
20551
20552
|
avatarUrl?: string | undefined;
|
|
20552
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
20553
20553
|
customUrl?: string | undefined;
|
|
20554
20554
|
}[] | undefined;
|
|
20555
20555
|
bitbucket?: {
|
|
20556
20556
|
id: string;
|
|
20557
20557
|
email?: string | undefined;
|
|
20558
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
20558
20559
|
handle?: string | undefined;
|
|
20559
20560
|
avatarUrl?: string | undefined;
|
|
20560
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
20561
20561
|
customUrl?: string | undefined;
|
|
20562
20562
|
}[] | undefined;
|
|
20563
20563
|
figma?: {
|
|
20564
20564
|
id: string;
|
|
20565
20565
|
email?: string | undefined;
|
|
20566
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
20566
20567
|
handle?: string | undefined;
|
|
20567
20568
|
avatarUrl?: string | undefined;
|
|
20568
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
20569
20569
|
customUrl?: string | undefined;
|
|
20570
20570
|
} | undefined;
|
|
20571
20571
|
} | undefined;
|
|
@@ -29145,16 +29145,16 @@ declare const UserSession: z.ZodObject<{
|
|
|
29145
29145
|
}, "strip", z.ZodTypeAny, {
|
|
29146
29146
|
id: string;
|
|
29147
29147
|
email?: string | undefined;
|
|
29148
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29148
29149
|
handle?: string | undefined;
|
|
29149
29150
|
avatarUrl?: string | undefined;
|
|
29150
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29151
29151
|
customUrl?: string | undefined;
|
|
29152
29152
|
}, {
|
|
29153
29153
|
id: string;
|
|
29154
29154
|
email?: string | undefined;
|
|
29155
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29155
29156
|
handle?: string | undefined;
|
|
29156
29157
|
avatarUrl?: string | undefined;
|
|
29157
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29158
29158
|
customUrl?: string | undefined;
|
|
29159
29159
|
}>>;
|
|
29160
29160
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -29167,16 +29167,16 @@ declare const UserSession: z.ZodObject<{
|
|
|
29167
29167
|
}, "strip", z.ZodTypeAny, {
|
|
29168
29168
|
id: string;
|
|
29169
29169
|
email?: string | undefined;
|
|
29170
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29170
29171
|
handle?: string | undefined;
|
|
29171
29172
|
avatarUrl?: string | undefined;
|
|
29172
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29173
29173
|
customUrl?: string | undefined;
|
|
29174
29174
|
}, {
|
|
29175
29175
|
id: string;
|
|
29176
29176
|
email?: string | undefined;
|
|
29177
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29177
29178
|
handle?: string | undefined;
|
|
29178
29179
|
avatarUrl?: string | undefined;
|
|
29179
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29180
29180
|
customUrl?: string | undefined;
|
|
29181
29181
|
}>, "many">>;
|
|
29182
29182
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -29189,16 +29189,16 @@ declare const UserSession: z.ZodObject<{
|
|
|
29189
29189
|
}, "strip", z.ZodTypeAny, {
|
|
29190
29190
|
id: string;
|
|
29191
29191
|
email?: string | undefined;
|
|
29192
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29192
29193
|
handle?: string | undefined;
|
|
29193
29194
|
avatarUrl?: string | undefined;
|
|
29194
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29195
29195
|
customUrl?: string | undefined;
|
|
29196
29196
|
}, {
|
|
29197
29197
|
id: string;
|
|
29198
29198
|
email?: string | undefined;
|
|
29199
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29199
29200
|
handle?: string | undefined;
|
|
29200
29201
|
avatarUrl?: string | undefined;
|
|
29201
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29202
29202
|
customUrl?: string | undefined;
|
|
29203
29203
|
}>, "many">>;
|
|
29204
29204
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -29211,16 +29211,16 @@ declare const UserSession: z.ZodObject<{
|
|
|
29211
29211
|
}, "strip", z.ZodTypeAny, {
|
|
29212
29212
|
id: string;
|
|
29213
29213
|
email?: string | undefined;
|
|
29214
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29214
29215
|
handle?: string | undefined;
|
|
29215
29216
|
avatarUrl?: string | undefined;
|
|
29216
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29217
29217
|
customUrl?: string | undefined;
|
|
29218
29218
|
}, {
|
|
29219
29219
|
id: string;
|
|
29220
29220
|
email?: string | undefined;
|
|
29221
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29221
29222
|
handle?: string | undefined;
|
|
29222
29223
|
avatarUrl?: string | undefined;
|
|
29223
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29224
29224
|
customUrl?: string | undefined;
|
|
29225
29225
|
}>, "many">>;
|
|
29226
29226
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -29233,98 +29233,98 @@ declare const UserSession: z.ZodObject<{
|
|
|
29233
29233
|
}, "strip", z.ZodTypeAny, {
|
|
29234
29234
|
id: string;
|
|
29235
29235
|
email?: string | undefined;
|
|
29236
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29236
29237
|
handle?: string | undefined;
|
|
29237
29238
|
avatarUrl?: string | undefined;
|
|
29238
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29239
29239
|
customUrl?: string | undefined;
|
|
29240
29240
|
}, {
|
|
29241
29241
|
id: string;
|
|
29242
29242
|
email?: string | undefined;
|
|
29243
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29243
29244
|
handle?: string | undefined;
|
|
29244
29245
|
avatarUrl?: string | undefined;
|
|
29245
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29246
29246
|
customUrl?: string | undefined;
|
|
29247
29247
|
}>, "many">>;
|
|
29248
29248
|
}, "strip", z.ZodTypeAny, {
|
|
29249
29249
|
azure?: {
|
|
29250
29250
|
id: string;
|
|
29251
29251
|
email?: string | undefined;
|
|
29252
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29252
29253
|
handle?: string | undefined;
|
|
29253
29254
|
avatarUrl?: string | undefined;
|
|
29254
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29255
29255
|
customUrl?: string | undefined;
|
|
29256
29256
|
}[] | undefined;
|
|
29257
29257
|
github?: {
|
|
29258
29258
|
id: string;
|
|
29259
29259
|
email?: string | undefined;
|
|
29260
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29260
29261
|
handle?: string | undefined;
|
|
29261
29262
|
avatarUrl?: string | undefined;
|
|
29262
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29263
29263
|
customUrl?: string | undefined;
|
|
29264
29264
|
}[] | undefined;
|
|
29265
29265
|
gitlab?: {
|
|
29266
29266
|
id: string;
|
|
29267
29267
|
email?: string | undefined;
|
|
29268
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29268
29269
|
handle?: string | undefined;
|
|
29269
29270
|
avatarUrl?: string | undefined;
|
|
29270
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29271
29271
|
customUrl?: string | undefined;
|
|
29272
29272
|
}[] | undefined;
|
|
29273
29273
|
bitbucket?: {
|
|
29274
29274
|
id: string;
|
|
29275
29275
|
email?: string | undefined;
|
|
29276
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29276
29277
|
handle?: string | undefined;
|
|
29277
29278
|
avatarUrl?: string | undefined;
|
|
29278
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29279
29279
|
customUrl?: string | undefined;
|
|
29280
29280
|
}[] | undefined;
|
|
29281
29281
|
figma?: {
|
|
29282
29282
|
id: string;
|
|
29283
29283
|
email?: string | undefined;
|
|
29284
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29284
29285
|
handle?: string | undefined;
|
|
29285
29286
|
avatarUrl?: string | undefined;
|
|
29286
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29287
29287
|
customUrl?: string | undefined;
|
|
29288
29288
|
} | undefined;
|
|
29289
29289
|
}, {
|
|
29290
29290
|
azure?: {
|
|
29291
29291
|
id: string;
|
|
29292
29292
|
email?: string | undefined;
|
|
29293
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29293
29294
|
handle?: string | undefined;
|
|
29294
29295
|
avatarUrl?: string | undefined;
|
|
29295
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29296
29296
|
customUrl?: string | undefined;
|
|
29297
29297
|
}[] | undefined;
|
|
29298
29298
|
github?: {
|
|
29299
29299
|
id: string;
|
|
29300
29300
|
email?: string | undefined;
|
|
29301
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29301
29302
|
handle?: string | undefined;
|
|
29302
29303
|
avatarUrl?: string | undefined;
|
|
29303
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29304
29304
|
customUrl?: string | undefined;
|
|
29305
29305
|
}[] | undefined;
|
|
29306
29306
|
gitlab?: {
|
|
29307
29307
|
id: string;
|
|
29308
29308
|
email?: string | undefined;
|
|
29309
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29309
29310
|
handle?: string | undefined;
|
|
29310
29311
|
avatarUrl?: string | undefined;
|
|
29311
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29312
29312
|
customUrl?: string | undefined;
|
|
29313
29313
|
}[] | undefined;
|
|
29314
29314
|
bitbucket?: {
|
|
29315
29315
|
id: string;
|
|
29316
29316
|
email?: string | undefined;
|
|
29317
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29317
29318
|
handle?: string | undefined;
|
|
29318
29319
|
avatarUrl?: string | undefined;
|
|
29319
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29320
29320
|
customUrl?: string | undefined;
|
|
29321
29321
|
}[] | undefined;
|
|
29322
29322
|
figma?: {
|
|
29323
29323
|
id: string;
|
|
29324
29324
|
email?: string | undefined;
|
|
29325
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29325
29326
|
handle?: string | undefined;
|
|
29326
29327
|
avatarUrl?: string | undefined;
|
|
29327
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29328
29328
|
customUrl?: string | undefined;
|
|
29329
29329
|
} | undefined;
|
|
29330
29330
|
}>>;
|
|
@@ -29362,41 +29362,41 @@ declare const UserSession: z.ZodObject<{
|
|
|
29362
29362
|
azure?: {
|
|
29363
29363
|
id: string;
|
|
29364
29364
|
email?: string | undefined;
|
|
29365
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29365
29366
|
handle?: string | undefined;
|
|
29366
29367
|
avatarUrl?: string | undefined;
|
|
29367
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29368
29368
|
customUrl?: string | undefined;
|
|
29369
29369
|
}[] | undefined;
|
|
29370
29370
|
github?: {
|
|
29371
29371
|
id: string;
|
|
29372
29372
|
email?: string | undefined;
|
|
29373
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29373
29374
|
handle?: string | undefined;
|
|
29374
29375
|
avatarUrl?: string | undefined;
|
|
29375
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29376
29376
|
customUrl?: string | undefined;
|
|
29377
29377
|
}[] | undefined;
|
|
29378
29378
|
gitlab?: {
|
|
29379
29379
|
id: string;
|
|
29380
29380
|
email?: string | undefined;
|
|
29381
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29381
29382
|
handle?: string | undefined;
|
|
29382
29383
|
avatarUrl?: string | undefined;
|
|
29383
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29384
29384
|
customUrl?: string | undefined;
|
|
29385
29385
|
}[] | undefined;
|
|
29386
29386
|
bitbucket?: {
|
|
29387
29387
|
id: string;
|
|
29388
29388
|
email?: string | undefined;
|
|
29389
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29389
29390
|
handle?: string | undefined;
|
|
29390
29391
|
avatarUrl?: string | undefined;
|
|
29391
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29392
29392
|
customUrl?: string | undefined;
|
|
29393
29393
|
}[] | undefined;
|
|
29394
29394
|
figma?: {
|
|
29395
29395
|
id: string;
|
|
29396
29396
|
email?: string | undefined;
|
|
29397
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29397
29398
|
handle?: string | undefined;
|
|
29398
29399
|
avatarUrl?: string | undefined;
|
|
29399
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29400
29400
|
customUrl?: string | undefined;
|
|
29401
29401
|
} | undefined;
|
|
29402
29402
|
} | undefined;
|
|
@@ -29432,41 +29432,41 @@ declare const UserSession: z.ZodObject<{
|
|
|
29432
29432
|
azure?: {
|
|
29433
29433
|
id: string;
|
|
29434
29434
|
email?: string | undefined;
|
|
29435
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29435
29436
|
handle?: string | undefined;
|
|
29436
29437
|
avatarUrl?: string | undefined;
|
|
29437
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29438
29438
|
customUrl?: string | undefined;
|
|
29439
29439
|
}[] | undefined;
|
|
29440
29440
|
github?: {
|
|
29441
29441
|
id: string;
|
|
29442
29442
|
email?: string | undefined;
|
|
29443
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29443
29444
|
handle?: string | undefined;
|
|
29444
29445
|
avatarUrl?: string | undefined;
|
|
29445
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29446
29446
|
customUrl?: string | undefined;
|
|
29447
29447
|
}[] | undefined;
|
|
29448
29448
|
gitlab?: {
|
|
29449
29449
|
id: string;
|
|
29450
29450
|
email?: string | undefined;
|
|
29451
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29451
29452
|
handle?: string | undefined;
|
|
29452
29453
|
avatarUrl?: string | undefined;
|
|
29453
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29454
29454
|
customUrl?: string | undefined;
|
|
29455
29455
|
}[] | undefined;
|
|
29456
29456
|
bitbucket?: {
|
|
29457
29457
|
id: string;
|
|
29458
29458
|
email?: string | undefined;
|
|
29459
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29459
29460
|
handle?: string | undefined;
|
|
29460
29461
|
avatarUrl?: string | undefined;
|
|
29461
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29462
29462
|
customUrl?: string | undefined;
|
|
29463
29463
|
}[] | undefined;
|
|
29464
29464
|
figma?: {
|
|
29465
29465
|
id: string;
|
|
29466
29466
|
email?: string | undefined;
|
|
29467
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29467
29468
|
handle?: string | undefined;
|
|
29468
29469
|
avatarUrl?: string | undefined;
|
|
29469
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29470
29470
|
customUrl?: string | undefined;
|
|
29471
29471
|
} | undefined;
|
|
29472
29472
|
} | undefined;
|
|
@@ -29516,41 +29516,41 @@ declare const UserSession: z.ZodObject<{
|
|
|
29516
29516
|
azure?: {
|
|
29517
29517
|
id: string;
|
|
29518
29518
|
email?: string | undefined;
|
|
29519
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29519
29520
|
handle?: string | undefined;
|
|
29520
29521
|
avatarUrl?: string | undefined;
|
|
29521
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29522
29522
|
customUrl?: string | undefined;
|
|
29523
29523
|
}[] | undefined;
|
|
29524
29524
|
github?: {
|
|
29525
29525
|
id: string;
|
|
29526
29526
|
email?: string | undefined;
|
|
29527
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29527
29528
|
handle?: string | undefined;
|
|
29528
29529
|
avatarUrl?: string | undefined;
|
|
29529
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29530
29530
|
customUrl?: string | undefined;
|
|
29531
29531
|
}[] | undefined;
|
|
29532
29532
|
gitlab?: {
|
|
29533
29533
|
id: string;
|
|
29534
29534
|
email?: string | undefined;
|
|
29535
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29535
29536
|
handle?: string | undefined;
|
|
29536
29537
|
avatarUrl?: string | undefined;
|
|
29537
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29538
29538
|
customUrl?: string | undefined;
|
|
29539
29539
|
}[] | undefined;
|
|
29540
29540
|
bitbucket?: {
|
|
29541
29541
|
id: string;
|
|
29542
29542
|
email?: string | undefined;
|
|
29543
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29543
29544
|
handle?: string | undefined;
|
|
29544
29545
|
avatarUrl?: string | undefined;
|
|
29545
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29546
29546
|
customUrl?: string | undefined;
|
|
29547
29547
|
}[] | undefined;
|
|
29548
29548
|
figma?: {
|
|
29549
29549
|
id: string;
|
|
29550
29550
|
email?: string | undefined;
|
|
29551
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29551
29552
|
handle?: string | undefined;
|
|
29552
29553
|
avatarUrl?: string | undefined;
|
|
29553
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29554
29554
|
customUrl?: string | undefined;
|
|
29555
29555
|
} | undefined;
|
|
29556
29556
|
} | undefined;
|
|
@@ -29600,41 +29600,41 @@ declare const UserSession: z.ZodObject<{
|
|
|
29600
29600
|
azure?: {
|
|
29601
29601
|
id: string;
|
|
29602
29602
|
email?: string | undefined;
|
|
29603
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29603
29604
|
handle?: string | undefined;
|
|
29604
29605
|
avatarUrl?: string | undefined;
|
|
29605
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29606
29606
|
customUrl?: string | undefined;
|
|
29607
29607
|
}[] | undefined;
|
|
29608
29608
|
github?: {
|
|
29609
29609
|
id: string;
|
|
29610
29610
|
email?: string | undefined;
|
|
29611
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29611
29612
|
handle?: string | undefined;
|
|
29612
29613
|
avatarUrl?: string | undefined;
|
|
29613
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29614
29614
|
customUrl?: string | undefined;
|
|
29615
29615
|
}[] | undefined;
|
|
29616
29616
|
gitlab?: {
|
|
29617
29617
|
id: string;
|
|
29618
29618
|
email?: string | undefined;
|
|
29619
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29619
29620
|
handle?: string | undefined;
|
|
29620
29621
|
avatarUrl?: string | undefined;
|
|
29621
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29622
29622
|
customUrl?: string | undefined;
|
|
29623
29623
|
}[] | undefined;
|
|
29624
29624
|
bitbucket?: {
|
|
29625
29625
|
id: string;
|
|
29626
29626
|
email?: string | undefined;
|
|
29627
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29627
29628
|
handle?: string | undefined;
|
|
29628
29629
|
avatarUrl?: string | undefined;
|
|
29629
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29630
29630
|
customUrl?: string | undefined;
|
|
29631
29631
|
}[] | undefined;
|
|
29632
29632
|
figma?: {
|
|
29633
29633
|
id: string;
|
|
29634
29634
|
email?: string | undefined;
|
|
29635
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29635
29636
|
handle?: string | undefined;
|
|
29636
29637
|
avatarUrl?: string | undefined;
|
|
29637
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29638
29638
|
customUrl?: string | undefined;
|
|
29639
29639
|
} | undefined;
|
|
29640
29640
|
} | undefined;
|
|
@@ -128449,6 +128449,160 @@ declare const DesignSystemMembership: z.ZodObject<{
|
|
|
128449
128449
|
}>;
|
|
128450
128450
|
type DesignSystemMembership = z.infer<typeof DesignSystemMembership>;
|
|
128451
128451
|
type CreateDesignSystemMembership = DbCreateInputOmit<DesignSystemMembership>;
|
|
128452
|
+
declare const DesignSystemPendingMemberInvitation: z.ZodObject<{
|
|
128453
|
+
inviteId: z.ZodString;
|
|
128454
|
+
}, "strip", z.ZodTypeAny, {
|
|
128455
|
+
inviteId: string;
|
|
128456
|
+
}, {
|
|
128457
|
+
inviteId: string;
|
|
128458
|
+
}>;
|
|
128459
|
+
declare const DesignSystemMembers: z.ZodObject<{
|
|
128460
|
+
members: z.ZodArray<z.ZodObject<{
|
|
128461
|
+
id: z.ZodString;
|
|
128462
|
+
userId: z.ZodString;
|
|
128463
|
+
designSystemId: z.ZodString;
|
|
128464
|
+
workspaceMembershipId: z.ZodString;
|
|
128465
|
+
}, "strip", z.ZodTypeAny, {
|
|
128466
|
+
id: string;
|
|
128467
|
+
designSystemId: string;
|
|
128468
|
+
userId: string;
|
|
128469
|
+
workspaceMembershipId: string;
|
|
128470
|
+
}, {
|
|
128471
|
+
id: string;
|
|
128472
|
+
designSystemId: string;
|
|
128473
|
+
userId: string;
|
|
128474
|
+
workspaceMembershipId: string;
|
|
128475
|
+
}>, "many">;
|
|
128476
|
+
invitations: z.ZodArray<z.ZodObject<{
|
|
128477
|
+
id: z.ZodString;
|
|
128478
|
+
designSystemId: z.ZodString;
|
|
128479
|
+
workspaceInvitationId: z.ZodString;
|
|
128480
|
+
}, "strip", z.ZodTypeAny, {
|
|
128481
|
+
id: string;
|
|
128482
|
+
designSystemId: string;
|
|
128483
|
+
workspaceInvitationId: string;
|
|
128484
|
+
}, {
|
|
128485
|
+
id: string;
|
|
128486
|
+
designSystemId: string;
|
|
128487
|
+
workspaceInvitationId: string;
|
|
128488
|
+
}>, "many">;
|
|
128489
|
+
}, "strip", z.ZodTypeAny, {
|
|
128490
|
+
invitations: {
|
|
128491
|
+
id: string;
|
|
128492
|
+
designSystemId: string;
|
|
128493
|
+
workspaceInvitationId: string;
|
|
128494
|
+
}[];
|
|
128495
|
+
members: {
|
|
128496
|
+
id: string;
|
|
128497
|
+
designSystemId: string;
|
|
128498
|
+
userId: string;
|
|
128499
|
+
workspaceMembershipId: string;
|
|
128500
|
+
}[];
|
|
128501
|
+
}, {
|
|
128502
|
+
invitations: {
|
|
128503
|
+
id: string;
|
|
128504
|
+
designSystemId: string;
|
|
128505
|
+
workspaceInvitationId: string;
|
|
128506
|
+
}[];
|
|
128507
|
+
members: {
|
|
128508
|
+
id: string;
|
|
128509
|
+
designSystemId: string;
|
|
128510
|
+
userId: string;
|
|
128511
|
+
workspaceMembershipId: string;
|
|
128512
|
+
}[];
|
|
128513
|
+
}>;
|
|
128514
|
+
type DesignSystemMembers = z.infer<typeof DesignSystemMembers>;
|
|
128515
|
+
declare const DesignSystemInvite: z.ZodObject<{
|
|
128516
|
+
email: z.ZodString;
|
|
128517
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
128518
|
+
}, "strip", z.ZodTypeAny, {
|
|
128519
|
+
email: string;
|
|
128520
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
128521
|
+
}, {
|
|
128522
|
+
email: string;
|
|
128523
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
128524
|
+
}>;
|
|
128525
|
+
type DesignSystemInvite = z.infer<typeof DesignSystemInvite>;
|
|
128526
|
+
type DesignSystemPendingMemberInvite = z.infer<typeof DesignSystemPendingMemberInvitation>;
|
|
128527
|
+
declare const DesignSystemUserInvitation: z.ZodObject<{
|
|
128528
|
+
userId: z.ZodString;
|
|
128529
|
+
}, "strip", z.ZodTypeAny, {
|
|
128530
|
+
userId: string;
|
|
128531
|
+
}, {
|
|
128532
|
+
userId: string;
|
|
128533
|
+
}>;
|
|
128534
|
+
type DesignSystemUserInvitation = z.infer<typeof DesignSystemUserInvitation>;
|
|
128535
|
+
declare const DesignSystemMembershipUpdates: z.ZodObject<{
|
|
128536
|
+
usersToInvite: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
128537
|
+
userId: z.ZodString;
|
|
128538
|
+
}, "strip", z.ZodTypeAny, {
|
|
128539
|
+
userId: string;
|
|
128540
|
+
}, {
|
|
128541
|
+
userId: string;
|
|
128542
|
+
}>, "many">>;
|
|
128543
|
+
invitesToInvite: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
128544
|
+
inviteId: z.ZodString;
|
|
128545
|
+
}, "strip", z.ZodTypeAny, {
|
|
128546
|
+
inviteId: string;
|
|
128547
|
+
}, {
|
|
128548
|
+
inviteId: string;
|
|
128549
|
+
}>, "many">>;
|
|
128550
|
+
emailsToInvite: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
128551
|
+
email: z.ZodString;
|
|
128552
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
128553
|
+
}, "strip", z.ZodTypeAny, {
|
|
128554
|
+
email: string;
|
|
128555
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
128556
|
+
}, {
|
|
128557
|
+
email: string;
|
|
128558
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
128559
|
+
}>, "many">>;
|
|
128560
|
+
removeUserIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
128561
|
+
deleteInvitationIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
128562
|
+
}, "strip", z.ZodTypeAny, {
|
|
128563
|
+
usersToInvite?: {
|
|
128564
|
+
userId: string;
|
|
128565
|
+
}[] | undefined;
|
|
128566
|
+
invitesToInvite?: {
|
|
128567
|
+
inviteId: string;
|
|
128568
|
+
}[] | undefined;
|
|
128569
|
+
emailsToInvite?: {
|
|
128570
|
+
email: string;
|
|
128571
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
128572
|
+
}[] | undefined;
|
|
128573
|
+
removeUserIds?: string[] | undefined;
|
|
128574
|
+
deleteInvitationIds?: string[] | undefined;
|
|
128575
|
+
}, {
|
|
128576
|
+
usersToInvite?: {
|
|
128577
|
+
userId: string;
|
|
128578
|
+
}[] | undefined;
|
|
128579
|
+
invitesToInvite?: {
|
|
128580
|
+
inviteId: string;
|
|
128581
|
+
}[] | undefined;
|
|
128582
|
+
emailsToInvite?: {
|
|
128583
|
+
email: string;
|
|
128584
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
128585
|
+
}[] | undefined;
|
|
128586
|
+
removeUserIds?: string[] | undefined;
|
|
128587
|
+
deleteInvitationIds?: string[] | undefined;
|
|
128588
|
+
}>;
|
|
128589
|
+
type DesignSystemMembershipUpdates = z.infer<typeof DesignSystemMembershipUpdates>;
|
|
128590
|
+
|
|
128591
|
+
declare const DesignSystemInvitation: z.ZodObject<{
|
|
128592
|
+
id: z.ZodString;
|
|
128593
|
+
designSystemId: z.ZodString;
|
|
128594
|
+
workspaceInvitationId: z.ZodString;
|
|
128595
|
+
}, "strip", z.ZodTypeAny, {
|
|
128596
|
+
id: string;
|
|
128597
|
+
designSystemId: string;
|
|
128598
|
+
workspaceInvitationId: string;
|
|
128599
|
+
}, {
|
|
128600
|
+
id: string;
|
|
128601
|
+
designSystemId: string;
|
|
128602
|
+
workspaceInvitationId: string;
|
|
128603
|
+
}>;
|
|
128604
|
+
type DesignSystemInvitation = z.infer<typeof DesignSystemInvitation>;
|
|
128605
|
+
type CreateDesignSystemInvitation = DbCreateInputOmit<DesignSystemInvitation>;
|
|
128452
128606
|
|
|
128453
128607
|
declare const ElementPropertyTypeSchema: z.ZodEnum<["Text", "Number", "Boolean", "Select", "Generic", "Link", "URL"]>;
|
|
128454
128608
|
type ElementPropertyType = z.infer<typeof ElementPropertyTypeSchema>;
|
|
@@ -132045,8 +132199,8 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
132045
132199
|
designSystemId: string;
|
|
132046
132200
|
accessToken: string;
|
|
132047
132201
|
versionId: string;
|
|
132048
|
-
exporterId: string;
|
|
132049
132202
|
designSystemName: string;
|
|
132203
|
+
exporterId: string;
|
|
132050
132204
|
apiUrl: string;
|
|
132051
132205
|
exporterName: string;
|
|
132052
132206
|
exporterPackageUrl: string;
|
|
@@ -132164,8 +132318,8 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
132164
132318
|
designSystemId: string;
|
|
132165
132319
|
accessToken: string;
|
|
132166
132320
|
versionId: string;
|
|
132167
|
-
exporterId: string;
|
|
132168
132321
|
designSystemName: string;
|
|
132322
|
+
exporterId: string;
|
|
132169
132323
|
apiUrl: string;
|
|
132170
132324
|
exporterName: string;
|
|
132171
132325
|
exporterPackageUrl: string;
|
|
@@ -133564,14 +133718,14 @@ declare const ExporterWorkspaceMembership: z.ZodObject<{
|
|
|
133564
133718
|
role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
|
|
133565
133719
|
}, "strip", z.ZodTypeAny, {
|
|
133566
133720
|
id: string;
|
|
133721
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
133567
133722
|
workspaceId: string;
|
|
133568
133723
|
exporterId: string;
|
|
133569
|
-
role: "Owner" | "OwnerArchived" | "User";
|
|
133570
133724
|
}, {
|
|
133571
133725
|
id: string;
|
|
133726
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
133572
133727
|
workspaceId: string;
|
|
133573
133728
|
exporterId: string;
|
|
133574
|
-
role: "Owner" | "OwnerArchived" | "User";
|
|
133575
133729
|
}>;
|
|
133576
133730
|
type ExporterWorkspaceMembership = z.infer<typeof ExporterWorkspaceMembership>;
|
|
133577
133731
|
type CreateExporterMembership = DbCreateInputOmit<ExporterWorkspaceMembership>;
|
|
@@ -135662,14 +135816,14 @@ declare const WorkspaceOAuthRequestSchema: z.ZodObject<{
|
|
|
135662
135816
|
}, "strip", z.ZodTypeAny, {
|
|
135663
135817
|
id: string;
|
|
135664
135818
|
createdAt: Date;
|
|
135665
|
-
userId: string;
|
|
135666
135819
|
workspaceId: string;
|
|
135820
|
+
userId: string;
|
|
135667
135821
|
provider: OAuthProviderNames;
|
|
135668
135822
|
}, {
|
|
135669
135823
|
id: string;
|
|
135670
135824
|
createdAt: Date;
|
|
135671
|
-
userId: string;
|
|
135672
135825
|
workspaceId: string;
|
|
135826
|
+
userId: string;
|
|
135673
135827
|
provider: OAuthProviderNames;
|
|
135674
135828
|
}>;
|
|
135675
135829
|
type WorkspaceOAuthRequest = z.infer<typeof WorkspaceOAuthRequestSchema>;
|
|
@@ -160718,16 +160872,16 @@ declare const IntegrationUserInfo: z.ZodObject<{
|
|
|
160718
160872
|
}, "strip", z.ZodTypeAny, {
|
|
160719
160873
|
id: string;
|
|
160720
160874
|
email?: string | undefined;
|
|
160875
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160721
160876
|
handle?: string | undefined;
|
|
160722
160877
|
avatarUrl?: string | undefined;
|
|
160723
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160724
160878
|
customUrl?: string | undefined;
|
|
160725
160879
|
}, {
|
|
160726
160880
|
id: string;
|
|
160727
160881
|
email?: string | undefined;
|
|
160882
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160728
160883
|
handle?: string | undefined;
|
|
160729
160884
|
avatarUrl?: string | undefined;
|
|
160730
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160731
160885
|
customUrl?: string | undefined;
|
|
160732
160886
|
}>;
|
|
160733
160887
|
type IntegrationUserInfo = z.infer<typeof IntegrationUserInfo>;
|
|
@@ -160742,16 +160896,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
160742
160896
|
}, "strip", z.ZodTypeAny, {
|
|
160743
160897
|
id: string;
|
|
160744
160898
|
email?: string | undefined;
|
|
160899
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160745
160900
|
handle?: string | undefined;
|
|
160746
160901
|
avatarUrl?: string | undefined;
|
|
160747
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160748
160902
|
customUrl?: string | undefined;
|
|
160749
160903
|
}, {
|
|
160750
160904
|
id: string;
|
|
160751
160905
|
email?: string | undefined;
|
|
160906
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160752
160907
|
handle?: string | undefined;
|
|
160753
160908
|
avatarUrl?: string | undefined;
|
|
160754
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160755
160909
|
customUrl?: string | undefined;
|
|
160756
160910
|
}>>;
|
|
160757
160911
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -160764,16 +160918,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
160764
160918
|
}, "strip", z.ZodTypeAny, {
|
|
160765
160919
|
id: string;
|
|
160766
160920
|
email?: string | undefined;
|
|
160921
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160767
160922
|
handle?: string | undefined;
|
|
160768
160923
|
avatarUrl?: string | undefined;
|
|
160769
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160770
160924
|
customUrl?: string | undefined;
|
|
160771
160925
|
}, {
|
|
160772
160926
|
id: string;
|
|
160773
160927
|
email?: string | undefined;
|
|
160928
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160774
160929
|
handle?: string | undefined;
|
|
160775
160930
|
avatarUrl?: string | undefined;
|
|
160776
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160777
160931
|
customUrl?: string | undefined;
|
|
160778
160932
|
}>, "many">>;
|
|
160779
160933
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -160786,16 +160940,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
160786
160940
|
}, "strip", z.ZodTypeAny, {
|
|
160787
160941
|
id: string;
|
|
160788
160942
|
email?: string | undefined;
|
|
160943
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160789
160944
|
handle?: string | undefined;
|
|
160790
160945
|
avatarUrl?: string | undefined;
|
|
160791
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160792
160946
|
customUrl?: string | undefined;
|
|
160793
160947
|
}, {
|
|
160794
160948
|
id: string;
|
|
160795
160949
|
email?: string | undefined;
|
|
160950
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160796
160951
|
handle?: string | undefined;
|
|
160797
160952
|
avatarUrl?: string | undefined;
|
|
160798
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160799
160953
|
customUrl?: string | undefined;
|
|
160800
160954
|
}>, "many">>;
|
|
160801
160955
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -160808,16 +160962,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
160808
160962
|
}, "strip", z.ZodTypeAny, {
|
|
160809
160963
|
id: string;
|
|
160810
160964
|
email?: string | undefined;
|
|
160965
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160811
160966
|
handle?: string | undefined;
|
|
160812
160967
|
avatarUrl?: string | undefined;
|
|
160813
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160814
160968
|
customUrl?: string | undefined;
|
|
160815
160969
|
}, {
|
|
160816
160970
|
id: string;
|
|
160817
160971
|
email?: string | undefined;
|
|
160972
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160818
160973
|
handle?: string | undefined;
|
|
160819
160974
|
avatarUrl?: string | undefined;
|
|
160820
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160821
160975
|
customUrl?: string | undefined;
|
|
160822
160976
|
}>, "many">>;
|
|
160823
160977
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -160830,98 +160984,98 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
160830
160984
|
}, "strip", z.ZodTypeAny, {
|
|
160831
160985
|
id: string;
|
|
160832
160986
|
email?: string | undefined;
|
|
160987
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160833
160988
|
handle?: string | undefined;
|
|
160834
160989
|
avatarUrl?: string | undefined;
|
|
160835
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160836
160990
|
customUrl?: string | undefined;
|
|
160837
160991
|
}, {
|
|
160838
160992
|
id: string;
|
|
160839
160993
|
email?: string | undefined;
|
|
160994
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160840
160995
|
handle?: string | undefined;
|
|
160841
160996
|
avatarUrl?: string | undefined;
|
|
160842
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160843
160997
|
customUrl?: string | undefined;
|
|
160844
160998
|
}>, "many">>;
|
|
160845
160999
|
}, "strip", z.ZodTypeAny, {
|
|
160846
161000
|
azure?: {
|
|
160847
161001
|
id: string;
|
|
160848
161002
|
email?: string | undefined;
|
|
161003
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160849
161004
|
handle?: string | undefined;
|
|
160850
161005
|
avatarUrl?: string | undefined;
|
|
160851
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160852
161006
|
customUrl?: string | undefined;
|
|
160853
161007
|
}[] | undefined;
|
|
160854
161008
|
github?: {
|
|
160855
161009
|
id: string;
|
|
160856
161010
|
email?: string | undefined;
|
|
161011
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160857
161012
|
handle?: string | undefined;
|
|
160858
161013
|
avatarUrl?: string | undefined;
|
|
160859
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160860
161014
|
customUrl?: string | undefined;
|
|
160861
161015
|
}[] | undefined;
|
|
160862
161016
|
gitlab?: {
|
|
160863
161017
|
id: string;
|
|
160864
161018
|
email?: string | undefined;
|
|
161019
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160865
161020
|
handle?: string | undefined;
|
|
160866
161021
|
avatarUrl?: string | undefined;
|
|
160867
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160868
161022
|
customUrl?: string | undefined;
|
|
160869
161023
|
}[] | undefined;
|
|
160870
161024
|
bitbucket?: {
|
|
160871
161025
|
id: string;
|
|
160872
161026
|
email?: string | undefined;
|
|
161027
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160873
161028
|
handle?: string | undefined;
|
|
160874
161029
|
avatarUrl?: string | undefined;
|
|
160875
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160876
161030
|
customUrl?: string | undefined;
|
|
160877
161031
|
}[] | undefined;
|
|
160878
161032
|
figma?: {
|
|
160879
161033
|
id: string;
|
|
160880
161034
|
email?: string | undefined;
|
|
161035
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160881
161036
|
handle?: string | undefined;
|
|
160882
161037
|
avatarUrl?: string | undefined;
|
|
160883
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160884
161038
|
customUrl?: string | undefined;
|
|
160885
161039
|
} | undefined;
|
|
160886
161040
|
}, {
|
|
160887
161041
|
azure?: {
|
|
160888
161042
|
id: string;
|
|
160889
161043
|
email?: string | undefined;
|
|
161044
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160890
161045
|
handle?: string | undefined;
|
|
160891
161046
|
avatarUrl?: string | undefined;
|
|
160892
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160893
161047
|
customUrl?: string | undefined;
|
|
160894
161048
|
}[] | undefined;
|
|
160895
161049
|
github?: {
|
|
160896
161050
|
id: string;
|
|
160897
161051
|
email?: string | undefined;
|
|
161052
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160898
161053
|
handle?: string | undefined;
|
|
160899
161054
|
avatarUrl?: string | undefined;
|
|
160900
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160901
161055
|
customUrl?: string | undefined;
|
|
160902
161056
|
}[] | undefined;
|
|
160903
161057
|
gitlab?: {
|
|
160904
161058
|
id: string;
|
|
160905
161059
|
email?: string | undefined;
|
|
161060
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160906
161061
|
handle?: string | undefined;
|
|
160907
161062
|
avatarUrl?: string | undefined;
|
|
160908
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160909
161063
|
customUrl?: string | undefined;
|
|
160910
161064
|
}[] | undefined;
|
|
160911
161065
|
bitbucket?: {
|
|
160912
161066
|
id: string;
|
|
160913
161067
|
email?: string | undefined;
|
|
161068
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160914
161069
|
handle?: string | undefined;
|
|
160915
161070
|
avatarUrl?: string | undefined;
|
|
160916
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160917
161071
|
customUrl?: string | undefined;
|
|
160918
161072
|
}[] | undefined;
|
|
160919
161073
|
figma?: {
|
|
160920
161074
|
id: string;
|
|
160921
161075
|
email?: string | undefined;
|
|
161076
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
160922
161077
|
handle?: string | undefined;
|
|
160923
161078
|
avatarUrl?: string | undefined;
|
|
160924
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
160925
161079
|
customUrl?: string | undefined;
|
|
160926
161080
|
} | undefined;
|
|
160927
161081
|
}>;
|
|
@@ -161332,16 +161486,16 @@ declare const User: z.ZodObject<{
|
|
|
161332
161486
|
}, "strip", z.ZodTypeAny, {
|
|
161333
161487
|
id: string;
|
|
161334
161488
|
email?: string | undefined;
|
|
161489
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161335
161490
|
handle?: string | undefined;
|
|
161336
161491
|
avatarUrl?: string | undefined;
|
|
161337
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161338
161492
|
customUrl?: string | undefined;
|
|
161339
161493
|
}, {
|
|
161340
161494
|
id: string;
|
|
161341
161495
|
email?: string | undefined;
|
|
161496
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161342
161497
|
handle?: string | undefined;
|
|
161343
161498
|
avatarUrl?: string | undefined;
|
|
161344
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161345
161499
|
customUrl?: string | undefined;
|
|
161346
161500
|
}>>;
|
|
161347
161501
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -161354,16 +161508,16 @@ declare const User: z.ZodObject<{
|
|
|
161354
161508
|
}, "strip", z.ZodTypeAny, {
|
|
161355
161509
|
id: string;
|
|
161356
161510
|
email?: string | undefined;
|
|
161511
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161357
161512
|
handle?: string | undefined;
|
|
161358
161513
|
avatarUrl?: string | undefined;
|
|
161359
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161360
161514
|
customUrl?: string | undefined;
|
|
161361
161515
|
}, {
|
|
161362
161516
|
id: string;
|
|
161363
161517
|
email?: string | undefined;
|
|
161518
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161364
161519
|
handle?: string | undefined;
|
|
161365
161520
|
avatarUrl?: string | undefined;
|
|
161366
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161367
161521
|
customUrl?: string | undefined;
|
|
161368
161522
|
}>, "many">>;
|
|
161369
161523
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -161376,16 +161530,16 @@ declare const User: z.ZodObject<{
|
|
|
161376
161530
|
}, "strip", z.ZodTypeAny, {
|
|
161377
161531
|
id: string;
|
|
161378
161532
|
email?: string | undefined;
|
|
161533
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161379
161534
|
handle?: string | undefined;
|
|
161380
161535
|
avatarUrl?: string | undefined;
|
|
161381
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161382
161536
|
customUrl?: string | undefined;
|
|
161383
161537
|
}, {
|
|
161384
161538
|
id: string;
|
|
161385
161539
|
email?: string | undefined;
|
|
161540
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161386
161541
|
handle?: string | undefined;
|
|
161387
161542
|
avatarUrl?: string | undefined;
|
|
161388
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161389
161543
|
customUrl?: string | undefined;
|
|
161390
161544
|
}>, "many">>;
|
|
161391
161545
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -161398,16 +161552,16 @@ declare const User: z.ZodObject<{
|
|
|
161398
161552
|
}, "strip", z.ZodTypeAny, {
|
|
161399
161553
|
id: string;
|
|
161400
161554
|
email?: string | undefined;
|
|
161555
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161401
161556
|
handle?: string | undefined;
|
|
161402
161557
|
avatarUrl?: string | undefined;
|
|
161403
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161404
161558
|
customUrl?: string | undefined;
|
|
161405
161559
|
}, {
|
|
161406
161560
|
id: string;
|
|
161407
161561
|
email?: string | undefined;
|
|
161562
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161408
161563
|
handle?: string | undefined;
|
|
161409
161564
|
avatarUrl?: string | undefined;
|
|
161410
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161411
161565
|
customUrl?: string | undefined;
|
|
161412
161566
|
}>, "many">>;
|
|
161413
161567
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -161420,98 +161574,98 @@ declare const User: z.ZodObject<{
|
|
|
161420
161574
|
}, "strip", z.ZodTypeAny, {
|
|
161421
161575
|
id: string;
|
|
161422
161576
|
email?: string | undefined;
|
|
161577
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161423
161578
|
handle?: string | undefined;
|
|
161424
161579
|
avatarUrl?: string | undefined;
|
|
161425
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161426
161580
|
customUrl?: string | undefined;
|
|
161427
161581
|
}, {
|
|
161428
161582
|
id: string;
|
|
161429
161583
|
email?: string | undefined;
|
|
161584
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161430
161585
|
handle?: string | undefined;
|
|
161431
161586
|
avatarUrl?: string | undefined;
|
|
161432
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161433
161587
|
customUrl?: string | undefined;
|
|
161434
161588
|
}>, "many">>;
|
|
161435
161589
|
}, "strip", z.ZodTypeAny, {
|
|
161436
161590
|
azure?: {
|
|
161437
161591
|
id: string;
|
|
161438
161592
|
email?: string | undefined;
|
|
161593
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161439
161594
|
handle?: string | undefined;
|
|
161440
161595
|
avatarUrl?: string | undefined;
|
|
161441
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161442
161596
|
customUrl?: string | undefined;
|
|
161443
161597
|
}[] | undefined;
|
|
161444
161598
|
github?: {
|
|
161445
161599
|
id: string;
|
|
161446
161600
|
email?: string | undefined;
|
|
161601
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161447
161602
|
handle?: string | undefined;
|
|
161448
161603
|
avatarUrl?: string | undefined;
|
|
161449
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161450
161604
|
customUrl?: string | undefined;
|
|
161451
161605
|
}[] | undefined;
|
|
161452
161606
|
gitlab?: {
|
|
161453
161607
|
id: string;
|
|
161454
161608
|
email?: string | undefined;
|
|
161609
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161455
161610
|
handle?: string | undefined;
|
|
161456
161611
|
avatarUrl?: string | undefined;
|
|
161457
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161458
161612
|
customUrl?: string | undefined;
|
|
161459
161613
|
}[] | undefined;
|
|
161460
161614
|
bitbucket?: {
|
|
161461
161615
|
id: string;
|
|
161462
161616
|
email?: string | undefined;
|
|
161617
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161463
161618
|
handle?: string | undefined;
|
|
161464
161619
|
avatarUrl?: string | undefined;
|
|
161465
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161466
161620
|
customUrl?: string | undefined;
|
|
161467
161621
|
}[] | undefined;
|
|
161468
161622
|
figma?: {
|
|
161469
161623
|
id: string;
|
|
161470
161624
|
email?: string | undefined;
|
|
161625
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161471
161626
|
handle?: string | undefined;
|
|
161472
161627
|
avatarUrl?: string | undefined;
|
|
161473
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161474
161628
|
customUrl?: string | undefined;
|
|
161475
161629
|
} | undefined;
|
|
161476
161630
|
}, {
|
|
161477
161631
|
azure?: {
|
|
161478
161632
|
id: string;
|
|
161479
161633
|
email?: string | undefined;
|
|
161634
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161480
161635
|
handle?: string | undefined;
|
|
161481
161636
|
avatarUrl?: string | undefined;
|
|
161482
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161483
161637
|
customUrl?: string | undefined;
|
|
161484
161638
|
}[] | undefined;
|
|
161485
161639
|
github?: {
|
|
161486
161640
|
id: string;
|
|
161487
161641
|
email?: string | undefined;
|
|
161642
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161488
161643
|
handle?: string | undefined;
|
|
161489
161644
|
avatarUrl?: string | undefined;
|
|
161490
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161491
161645
|
customUrl?: string | undefined;
|
|
161492
161646
|
}[] | undefined;
|
|
161493
161647
|
gitlab?: {
|
|
161494
161648
|
id: string;
|
|
161495
161649
|
email?: string | undefined;
|
|
161650
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161496
161651
|
handle?: string | undefined;
|
|
161497
161652
|
avatarUrl?: string | undefined;
|
|
161498
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161499
161653
|
customUrl?: string | undefined;
|
|
161500
161654
|
}[] | undefined;
|
|
161501
161655
|
bitbucket?: {
|
|
161502
161656
|
id: string;
|
|
161503
161657
|
email?: string | undefined;
|
|
161658
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161504
161659
|
handle?: string | undefined;
|
|
161505
161660
|
avatarUrl?: string | undefined;
|
|
161506
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161507
161661
|
customUrl?: string | undefined;
|
|
161508
161662
|
}[] | undefined;
|
|
161509
161663
|
figma?: {
|
|
161510
161664
|
id: string;
|
|
161511
161665
|
email?: string | undefined;
|
|
161666
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161512
161667
|
handle?: string | undefined;
|
|
161513
161668
|
avatarUrl?: string | undefined;
|
|
161514
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161515
161669
|
customUrl?: string | undefined;
|
|
161516
161670
|
} | undefined;
|
|
161517
161671
|
}>>;
|
|
@@ -161549,41 +161703,41 @@ declare const User: z.ZodObject<{
|
|
|
161549
161703
|
azure?: {
|
|
161550
161704
|
id: string;
|
|
161551
161705
|
email?: string | undefined;
|
|
161706
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161552
161707
|
handle?: string | undefined;
|
|
161553
161708
|
avatarUrl?: string | undefined;
|
|
161554
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161555
161709
|
customUrl?: string | undefined;
|
|
161556
161710
|
}[] | undefined;
|
|
161557
161711
|
github?: {
|
|
161558
161712
|
id: string;
|
|
161559
161713
|
email?: string | undefined;
|
|
161714
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161560
161715
|
handle?: string | undefined;
|
|
161561
161716
|
avatarUrl?: string | undefined;
|
|
161562
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161563
161717
|
customUrl?: string | undefined;
|
|
161564
161718
|
}[] | undefined;
|
|
161565
161719
|
gitlab?: {
|
|
161566
161720
|
id: string;
|
|
161567
161721
|
email?: string | undefined;
|
|
161722
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161568
161723
|
handle?: string | undefined;
|
|
161569
161724
|
avatarUrl?: string | undefined;
|
|
161570
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161571
161725
|
customUrl?: string | undefined;
|
|
161572
161726
|
}[] | undefined;
|
|
161573
161727
|
bitbucket?: {
|
|
161574
161728
|
id: string;
|
|
161575
161729
|
email?: string | undefined;
|
|
161730
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161576
161731
|
handle?: string | undefined;
|
|
161577
161732
|
avatarUrl?: string | undefined;
|
|
161578
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161579
161733
|
customUrl?: string | undefined;
|
|
161580
161734
|
}[] | undefined;
|
|
161581
161735
|
figma?: {
|
|
161582
161736
|
id: string;
|
|
161583
161737
|
email?: string | undefined;
|
|
161738
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161584
161739
|
handle?: string | undefined;
|
|
161585
161740
|
avatarUrl?: string | undefined;
|
|
161586
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161587
161741
|
customUrl?: string | undefined;
|
|
161588
161742
|
} | undefined;
|
|
161589
161743
|
} | undefined;
|
|
@@ -161619,41 +161773,41 @@ declare const User: z.ZodObject<{
|
|
|
161619
161773
|
azure?: {
|
|
161620
161774
|
id: string;
|
|
161621
161775
|
email?: string | undefined;
|
|
161776
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161622
161777
|
handle?: string | undefined;
|
|
161623
161778
|
avatarUrl?: string | undefined;
|
|
161624
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161625
161779
|
customUrl?: string | undefined;
|
|
161626
161780
|
}[] | undefined;
|
|
161627
161781
|
github?: {
|
|
161628
161782
|
id: string;
|
|
161629
161783
|
email?: string | undefined;
|
|
161784
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161630
161785
|
handle?: string | undefined;
|
|
161631
161786
|
avatarUrl?: string | undefined;
|
|
161632
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161633
161787
|
customUrl?: string | undefined;
|
|
161634
161788
|
}[] | undefined;
|
|
161635
161789
|
gitlab?: {
|
|
161636
161790
|
id: string;
|
|
161637
161791
|
email?: string | undefined;
|
|
161792
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161638
161793
|
handle?: string | undefined;
|
|
161639
161794
|
avatarUrl?: string | undefined;
|
|
161640
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161641
161795
|
customUrl?: string | undefined;
|
|
161642
161796
|
}[] | undefined;
|
|
161643
161797
|
bitbucket?: {
|
|
161644
161798
|
id: string;
|
|
161645
161799
|
email?: string | undefined;
|
|
161800
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161646
161801
|
handle?: string | undefined;
|
|
161647
161802
|
avatarUrl?: string | undefined;
|
|
161648
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161649
161803
|
customUrl?: string | undefined;
|
|
161650
161804
|
}[] | undefined;
|
|
161651
161805
|
figma?: {
|
|
161652
161806
|
id: string;
|
|
161653
161807
|
email?: string | undefined;
|
|
161808
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
161654
161809
|
handle?: string | undefined;
|
|
161655
161810
|
avatarUrl?: string | undefined;
|
|
161656
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
161657
161811
|
customUrl?: string | undefined;
|
|
161658
161812
|
} | undefined;
|
|
161659
161813
|
} | undefined;
|
|
@@ -162602,16 +162756,16 @@ declare const WorkspaceInvitation: z.ZodObject<{
|
|
|
162602
162756
|
id: string;
|
|
162603
162757
|
createdAt: Date;
|
|
162604
162758
|
email: string;
|
|
162605
|
-
workspaceId: string;
|
|
162606
162759
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162760
|
+
workspaceId: string;
|
|
162607
162761
|
invitedBy: string;
|
|
162608
162762
|
resentAt?: Date | null | undefined;
|
|
162609
162763
|
}, {
|
|
162610
162764
|
id: string;
|
|
162611
162765
|
createdAt: Date;
|
|
162612
162766
|
email: string;
|
|
162613
|
-
workspaceId: string;
|
|
162614
162767
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162768
|
+
workspaceId: string;
|
|
162615
162769
|
invitedBy: string;
|
|
162616
162770
|
resentAt?: Date | null | undefined;
|
|
162617
162771
|
}>;
|
|
@@ -162641,8 +162795,8 @@ declare const WorkspaceMembership: z.ZodObject<{
|
|
|
162641
162795
|
}>;
|
|
162642
162796
|
}, "strip", z.ZodTypeAny, {
|
|
162643
162797
|
id: string;
|
|
162644
|
-
userId: string;
|
|
162645
162798
|
workspaceId: string;
|
|
162799
|
+
userId: string;
|
|
162646
162800
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162647
162801
|
notificationSettings: {
|
|
162648
162802
|
liveblocksNotificationSettings: {
|
|
@@ -162651,8 +162805,8 @@ declare const WorkspaceMembership: z.ZodObject<{
|
|
|
162651
162805
|
};
|
|
162652
162806
|
}, {
|
|
162653
162807
|
id: string;
|
|
162654
|
-
userId: string;
|
|
162655
162808
|
workspaceId: string;
|
|
162809
|
+
userId: string;
|
|
162656
162810
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162657
162811
|
notificationSettings: {
|
|
162658
162812
|
liveblocksNotificationSettings: {
|
|
@@ -162666,21 +162820,21 @@ declare const UpdateMembershipRolesInput: z.ZodObject<{
|
|
|
162666
162820
|
userId: z.ZodString;
|
|
162667
162821
|
role: z.ZodNativeEnum<z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
162668
162822
|
}, "strip", z.ZodTypeAny, {
|
|
162669
|
-
userId: string;
|
|
162670
162823
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162671
|
-
}, {
|
|
162672
162824
|
userId: string;
|
|
162825
|
+
}, {
|
|
162673
162826
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162827
|
+
userId: string;
|
|
162674
162828
|
}>, "many">;
|
|
162675
162829
|
}, "strip", z.ZodTypeAny, {
|
|
162676
162830
|
members: {
|
|
162677
|
-
userId: string;
|
|
162678
162831
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162832
|
+
userId: string;
|
|
162679
162833
|
}[];
|
|
162680
162834
|
}, {
|
|
162681
162835
|
members: {
|
|
162682
|
-
userId: string;
|
|
162683
162836
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
162837
|
+
userId: string;
|
|
162684
162838
|
}[];
|
|
162685
162839
|
}>;
|
|
162686
162840
|
type UpdateMembershipRolesInput = z.infer<typeof UpdateMembershipRolesInput>;
|
|
@@ -166519,4 +166673,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166519
166673
|
}>;
|
|
166520
166674
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
166521
166675
|
|
|
166522
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemMembership, DesignSystemSwitcher, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type 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, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|
|
166676
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, DesignSystemInvite, DesignSystemMembers, DesignSystemMembership, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type 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, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|