@supernova-studio/model 0.55.15 → 0.55.17
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 +346 -282
- package/dist/index.d.ts +346 -282
- package/dist/index.js +381 -359
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +650 -628
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v2.ts +5 -1
- package/src/dsm/membership/design-system-membership.ts +27 -1
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;
|
|
10151
10150
|
handle?: string | undefined;
|
|
10152
10151
|
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;
|
|
10158
10157
|
handle?: string | undefined;
|
|
10159
10158
|
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;
|
|
10173
10172
|
handle?: string | undefined;
|
|
10174
10173
|
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;
|
|
10180
10179
|
handle?: string | undefined;
|
|
10181
10180
|
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;
|
|
10195
10194
|
handle?: string | undefined;
|
|
10196
10195
|
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;
|
|
10202
10201
|
handle?: string | undefined;
|
|
10203
10202
|
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;
|
|
10217
10216
|
handle?: string | undefined;
|
|
10218
10217
|
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;
|
|
10224
10223
|
handle?: string | undefined;
|
|
10225
10224
|
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;
|
|
10239
10238
|
handle?: string | undefined;
|
|
10240
10239
|
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;
|
|
10246
10245
|
handle?: string | undefined;
|
|
10247
10246
|
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;
|
|
10255
10254
|
handle?: string | undefined;
|
|
10256
10255
|
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;
|
|
10263
10262
|
handle?: string | undefined;
|
|
10264
10263
|
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;
|
|
10271
10270
|
handle?: string | undefined;
|
|
10272
10271
|
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;
|
|
10279
10278
|
handle?: string | undefined;
|
|
10280
10279
|
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;
|
|
10287
10286
|
handle?: string | undefined;
|
|
10288
10287
|
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;
|
|
10296
10295
|
handle?: string | undefined;
|
|
10297
10296
|
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;
|
|
10304
10303
|
handle?: string | undefined;
|
|
10305
10304
|
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;
|
|
10312
10311
|
handle?: string | undefined;
|
|
10313
10312
|
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;
|
|
10320
10319
|
handle?: string | undefined;
|
|
10321
10320
|
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;
|
|
10328
10327
|
handle?: string | undefined;
|
|
10329
10328
|
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;
|
|
10368
10367
|
handle?: string | undefined;
|
|
10369
10368
|
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;
|
|
10376
10375
|
handle?: string | undefined;
|
|
10377
10376
|
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;
|
|
10384
10383
|
handle?: string | undefined;
|
|
10385
10384
|
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;
|
|
10392
10391
|
handle?: string | undefined;
|
|
10393
10392
|
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;
|
|
10400
10399
|
handle?: string | undefined;
|
|
10401
10400
|
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;
|
|
10438
10437
|
handle?: string | undefined;
|
|
10439
10438
|
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;
|
|
10446
10445
|
handle?: string | undefined;
|
|
10447
10446
|
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;
|
|
10454
10453
|
handle?: string | undefined;
|
|
10455
10454
|
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;
|
|
10462
10461
|
handle?: string | undefined;
|
|
10463
10462
|
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;
|
|
10470
10469
|
handle?: string | undefined;
|
|
10471
10470
|
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;
|
|
19645
19644
|
handle?: string | undefined;
|
|
19646
19645
|
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;
|
|
19653
19652
|
handle?: string | undefined;
|
|
19654
19653
|
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;
|
|
19661
19660
|
handle?: string | undefined;
|
|
19662
19661
|
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;
|
|
19669
19668
|
handle?: string | undefined;
|
|
19670
19669
|
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;
|
|
19677
19676
|
handle?: string | undefined;
|
|
19678
19677
|
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;
|
|
20535
20534
|
handle?: string | undefined;
|
|
20536
20535
|
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;
|
|
20543
20542
|
handle?: string | undefined;
|
|
20544
20543
|
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;
|
|
20551
20550
|
handle?: string | undefined;
|
|
20552
20551
|
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;
|
|
20559
20558
|
handle?: string | undefined;
|
|
20560
20559
|
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;
|
|
20567
20566
|
handle?: string | undefined;
|
|
20568
20567
|
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;
|
|
29149
29148
|
handle?: string | undefined;
|
|
29150
29149
|
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;
|
|
29156
29155
|
handle?: string | undefined;
|
|
29157
29156
|
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;
|
|
29171
29170
|
handle?: string | undefined;
|
|
29172
29171
|
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;
|
|
29178
29177
|
handle?: string | undefined;
|
|
29179
29178
|
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;
|
|
29193
29192
|
handle?: string | undefined;
|
|
29194
29193
|
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;
|
|
29200
29199
|
handle?: string | undefined;
|
|
29201
29200
|
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;
|
|
29215
29214
|
handle?: string | undefined;
|
|
29216
29215
|
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;
|
|
29222
29221
|
handle?: string | undefined;
|
|
29223
29222
|
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;
|
|
29237
29236
|
handle?: string | undefined;
|
|
29238
29237
|
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;
|
|
29244
29243
|
handle?: string | undefined;
|
|
29245
29244
|
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;
|
|
29253
29252
|
handle?: string | undefined;
|
|
29254
29253
|
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;
|
|
29261
29260
|
handle?: string | undefined;
|
|
29262
29261
|
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;
|
|
29269
29268
|
handle?: string | undefined;
|
|
29270
29269
|
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;
|
|
29277
29276
|
handle?: string | undefined;
|
|
29278
29277
|
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;
|
|
29285
29284
|
handle?: string | undefined;
|
|
29286
29285
|
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;
|
|
29294
29293
|
handle?: string | undefined;
|
|
29295
29294
|
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;
|
|
29302
29301
|
handle?: string | undefined;
|
|
29303
29302
|
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;
|
|
29310
29309
|
handle?: string | undefined;
|
|
29311
29310
|
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;
|
|
29318
29317
|
handle?: string | undefined;
|
|
29319
29318
|
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;
|
|
29326
29325
|
handle?: string | undefined;
|
|
29327
29326
|
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;
|
|
29366
29365
|
handle?: string | undefined;
|
|
29367
29366
|
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;
|
|
29374
29373
|
handle?: string | undefined;
|
|
29375
29374
|
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;
|
|
29382
29381
|
handle?: string | undefined;
|
|
29383
29382
|
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;
|
|
29390
29389
|
handle?: string | undefined;
|
|
29391
29390
|
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;
|
|
29398
29397
|
handle?: string | undefined;
|
|
29399
29398
|
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;
|
|
29436
29435
|
handle?: string | undefined;
|
|
29437
29436
|
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;
|
|
29444
29443
|
handle?: string | undefined;
|
|
29445
29444
|
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;
|
|
29452
29451
|
handle?: string | undefined;
|
|
29453
29452
|
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;
|
|
29460
29459
|
handle?: string | undefined;
|
|
29461
29460
|
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;
|
|
29468
29467
|
handle?: string | undefined;
|
|
29469
29468
|
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;
|
|
29520
29519
|
handle?: string | undefined;
|
|
29521
29520
|
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;
|
|
29528
29527
|
handle?: string | undefined;
|
|
29529
29528
|
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;
|
|
29536
29535
|
handle?: string | undefined;
|
|
29537
29536
|
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;
|
|
29544
29543
|
handle?: string | undefined;
|
|
29545
29544
|
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;
|
|
29552
29551
|
handle?: string | undefined;
|
|
29553
29552
|
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;
|
|
29604
29603
|
handle?: string | undefined;
|
|
29605
29604
|
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;
|
|
29612
29611
|
handle?: string | undefined;
|
|
29613
29612
|
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;
|
|
29620
29619
|
handle?: string | undefined;
|
|
29621
29620
|
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;
|
|
29628
29627
|
handle?: string | undefined;
|
|
29629
29628
|
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;
|
|
29636
29635
|
handle?: string | undefined;
|
|
29637
29636
|
avatarUrl?: string | undefined;
|
|
29637
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29638
29638
|
customUrl?: string | undefined;
|
|
29639
29639
|
} | undefined;
|
|
29640
29640
|
} | undefined;
|
|
@@ -39948,21 +39948,33 @@ declare const PageBlockItemFigmaComponentValue: z.ZodObject<{
|
|
|
39948
39948
|
value: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
39949
39949
|
entityId: z.ZodString;
|
|
39950
39950
|
entityType: z.ZodEnum<["FigmaComponent"]>;
|
|
39951
|
-
|
|
39951
|
+
entityMeta: z.ZodOptional<z.ZodObject<{
|
|
39952
|
+
selectedComponentProperties: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
39953
|
+
}, "strip", z.ZodTypeAny, {
|
|
39954
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39955
|
+
}, {
|
|
39956
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39957
|
+
}>>;
|
|
39952
39958
|
}, "strip", z.ZodTypeAny, {
|
|
39953
39959
|
entityId: string;
|
|
39954
39960
|
entityType: "FigmaComponent";
|
|
39955
|
-
|
|
39961
|
+
entityMeta?: {
|
|
39962
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39963
|
+
} | undefined;
|
|
39956
39964
|
}, {
|
|
39957
39965
|
entityId: string;
|
|
39958
39966
|
entityType: "FigmaComponent";
|
|
39959
|
-
|
|
39967
|
+
entityMeta?: {
|
|
39968
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39969
|
+
} | undefined;
|
|
39960
39970
|
}>, "many">>;
|
|
39961
39971
|
}, "strip", z.ZodTypeAny, {
|
|
39962
39972
|
value: {
|
|
39963
39973
|
entityId: string;
|
|
39964
39974
|
entityType: "FigmaComponent";
|
|
39965
|
-
|
|
39975
|
+
entityMeta?: {
|
|
39976
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39977
|
+
} | undefined;
|
|
39966
39978
|
}[];
|
|
39967
39979
|
backgroundColor?: {
|
|
39968
39980
|
value: string;
|
|
@@ -39976,7 +39988,9 @@ declare const PageBlockItemFigmaComponentValue: z.ZodObject<{
|
|
|
39976
39988
|
value?: {
|
|
39977
39989
|
entityId: string;
|
|
39978
39990
|
entityType: "FigmaComponent";
|
|
39979
|
-
|
|
39991
|
+
entityMeta?: {
|
|
39992
|
+
selectedComponentProperties?: string[] | undefined;
|
|
39993
|
+
} | undefined;
|
|
39980
39994
|
}[] | undefined;
|
|
39981
39995
|
backgroundColor?: {
|
|
39982
39996
|
value: string;
|
|
@@ -128940,11 +128954,20 @@ type DesignSystemMembership = z.infer<typeof DesignSystemMembership>;
|
|
|
128940
128954
|
type CreateDesignSystemMembership = DbCreateInputOmit<DesignSystemMembership>;
|
|
128941
128955
|
declare const DesignSystemPendingMemberInvitation: z.ZodObject<{
|
|
128942
128956
|
inviteId: z.ZodString;
|
|
128957
|
+
/**
|
|
128958
|
+
* Role that the user will have in the design system, undefined
|
|
128959
|
+
* if it should be inherited from the workspace
|
|
128960
|
+
*/
|
|
128961
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
128943
128962
|
}, "strip", z.ZodTypeAny, {
|
|
128944
128963
|
inviteId: string;
|
|
128964
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
128945
128965
|
}, {
|
|
128946
128966
|
inviteId: string;
|
|
128967
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
128947
128968
|
}>;
|
|
128969
|
+
declare const DesignSystemRole: z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>;
|
|
128970
|
+
type DesignSystemRole = z.infer<typeof DesignSystemRole>;
|
|
128948
128971
|
declare const DesignSystemMembers: z.ZodObject<{
|
|
128949
128972
|
members: z.ZodArray<z.ZodObject<{
|
|
128950
128973
|
id: z.ZodString;
|
|
@@ -129004,73 +129027,114 @@ type DesignSystemMembers = z.infer<typeof DesignSystemMembers>;
|
|
|
129004
129027
|
declare const DesignSystemInvite: z.ZodObject<{
|
|
129005
129028
|
email: z.ZodString;
|
|
129006
129029
|
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
129030
|
+
/**
|
|
129031
|
+
* Role that the user will have in the design system, undefined
|
|
129032
|
+
* if it should be inherited from the workspace
|
|
129033
|
+
*/
|
|
129034
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
129007
129035
|
}, "strip", z.ZodTypeAny, {
|
|
129008
129036
|
email: string;
|
|
129009
129037
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129038
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129010
129039
|
}, {
|
|
129011
129040
|
email: string;
|
|
129012
129041
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129042
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129013
129043
|
}>;
|
|
129014
129044
|
type DesignSystemInvite = z.infer<typeof DesignSystemInvite>;
|
|
129015
129045
|
type DesignSystemPendingMemberInvite = z.infer<typeof DesignSystemPendingMemberInvitation>;
|
|
129016
129046
|
declare const DesignSystemUserInvitation: z.ZodObject<{
|
|
129017
129047
|
userId: z.ZodString;
|
|
129048
|
+
/**
|
|
129049
|
+
* Role that the user will have in the design system, undefined
|
|
129050
|
+
* if it should be inherited from the workspace
|
|
129051
|
+
*/
|
|
129052
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
129018
129053
|
}, "strip", z.ZodTypeAny, {
|
|
129019
129054
|
userId: string;
|
|
129055
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129020
129056
|
}, {
|
|
129021
129057
|
userId: string;
|
|
129058
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129022
129059
|
}>;
|
|
129023
129060
|
type DesignSystemUserInvitation = z.infer<typeof DesignSystemUserInvitation>;
|
|
129024
129061
|
declare const DesignSystemMembershipUpdates: z.ZodObject<{
|
|
129025
129062
|
usersToInvite: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
129026
129063
|
userId: z.ZodString;
|
|
129064
|
+
/**
|
|
129065
|
+
* Role that the user will have in the design system, undefined
|
|
129066
|
+
* if it should be inherited from the workspace
|
|
129067
|
+
*/
|
|
129068
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
129027
129069
|
}, "strip", z.ZodTypeAny, {
|
|
129028
129070
|
userId: string;
|
|
129071
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129029
129072
|
}, {
|
|
129030
129073
|
userId: string;
|
|
129074
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129031
129075
|
}>, "many">>;
|
|
129032
129076
|
invitesToInvite: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
129033
129077
|
inviteId: z.ZodString;
|
|
129078
|
+
/**
|
|
129079
|
+
* Role that the user will have in the design system, undefined
|
|
129080
|
+
* if it should be inherited from the workspace
|
|
129081
|
+
*/
|
|
129082
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
129034
129083
|
}, "strip", z.ZodTypeAny, {
|
|
129035
129084
|
inviteId: string;
|
|
129085
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129036
129086
|
}, {
|
|
129037
129087
|
inviteId: string;
|
|
129088
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129038
129089
|
}>, "many">>;
|
|
129039
129090
|
emailsToInvite: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
129040
129091
|
email: z.ZodString;
|
|
129041
129092
|
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
129093
|
+
/**
|
|
129094
|
+
* Role that the user will have in the design system, undefined
|
|
129095
|
+
* if it should be inherited from the workspace
|
|
129096
|
+
*/
|
|
129097
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
129042
129098
|
}, "strip", z.ZodTypeAny, {
|
|
129043
129099
|
email: string;
|
|
129044
129100
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129101
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129045
129102
|
}, {
|
|
129046
129103
|
email: string;
|
|
129047
129104
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129105
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129048
129106
|
}>, "many">>;
|
|
129049
129107
|
removeUserIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
129050
129108
|
deleteInvitationIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
129051
129109
|
}, "strip", z.ZodTypeAny, {
|
|
129052
129110
|
usersToInvite?: {
|
|
129053
129111
|
userId: string;
|
|
129112
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129054
129113
|
}[] | undefined;
|
|
129055
129114
|
invitesToInvite?: {
|
|
129056
129115
|
inviteId: string;
|
|
129116
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129057
129117
|
}[] | undefined;
|
|
129058
129118
|
emailsToInvite?: {
|
|
129059
129119
|
email: string;
|
|
129060
129120
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129121
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129061
129122
|
}[] | undefined;
|
|
129062
129123
|
removeUserIds?: string[] | undefined;
|
|
129063
129124
|
deleteInvitationIds?: string[] | undefined;
|
|
129064
129125
|
}, {
|
|
129065
129126
|
usersToInvite?: {
|
|
129066
129127
|
userId: string;
|
|
129128
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129067
129129
|
}[] | undefined;
|
|
129068
129130
|
invitesToInvite?: {
|
|
129069
129131
|
inviteId: string;
|
|
129132
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129070
129133
|
}[] | undefined;
|
|
129071
129134
|
emailsToInvite?: {
|
|
129072
129135
|
email: string;
|
|
129073
129136
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129137
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129074
129138
|
}[] | undefined;
|
|
129075
129139
|
removeUserIds?: string[] | undefined;
|
|
129076
129140
|
deleteInvitationIds?: string[] | undefined;
|
|
@@ -133488,16 +133552,16 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133488
133552
|
}, "strip", z.ZodTypeAny, {
|
|
133489
133553
|
id: string;
|
|
133490
133554
|
email?: string | undefined;
|
|
133491
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133492
133555
|
handle?: string | undefined;
|
|
133493
133556
|
avatarUrl?: string | undefined;
|
|
133557
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133494
133558
|
customUrl?: string | undefined;
|
|
133495
133559
|
}, {
|
|
133496
133560
|
id: string;
|
|
133497
133561
|
email?: string | undefined;
|
|
133498
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133499
133562
|
handle?: string | undefined;
|
|
133500
133563
|
avatarUrl?: string | undefined;
|
|
133564
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133501
133565
|
customUrl?: string | undefined;
|
|
133502
133566
|
}>>;
|
|
133503
133567
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -133510,16 +133574,16 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133510
133574
|
}, "strip", z.ZodTypeAny, {
|
|
133511
133575
|
id: string;
|
|
133512
133576
|
email?: string | undefined;
|
|
133513
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133514
133577
|
handle?: string | undefined;
|
|
133515
133578
|
avatarUrl?: string | undefined;
|
|
133579
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133516
133580
|
customUrl?: string | undefined;
|
|
133517
133581
|
}, {
|
|
133518
133582
|
id: string;
|
|
133519
133583
|
email?: string | undefined;
|
|
133520
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133521
133584
|
handle?: string | undefined;
|
|
133522
133585
|
avatarUrl?: string | undefined;
|
|
133586
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133523
133587
|
customUrl?: string | undefined;
|
|
133524
133588
|
}>, "many">>;
|
|
133525
133589
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -133532,16 +133596,16 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133532
133596
|
}, "strip", z.ZodTypeAny, {
|
|
133533
133597
|
id: string;
|
|
133534
133598
|
email?: string | undefined;
|
|
133535
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133536
133599
|
handle?: string | undefined;
|
|
133537
133600
|
avatarUrl?: string | undefined;
|
|
133601
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133538
133602
|
customUrl?: string | undefined;
|
|
133539
133603
|
}, {
|
|
133540
133604
|
id: string;
|
|
133541
133605
|
email?: string | undefined;
|
|
133542
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133543
133606
|
handle?: string | undefined;
|
|
133544
133607
|
avatarUrl?: string | undefined;
|
|
133608
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133545
133609
|
customUrl?: string | undefined;
|
|
133546
133610
|
}>, "many">>;
|
|
133547
133611
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -133554,16 +133618,16 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133554
133618
|
}, "strip", z.ZodTypeAny, {
|
|
133555
133619
|
id: string;
|
|
133556
133620
|
email?: string | undefined;
|
|
133557
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133558
133621
|
handle?: string | undefined;
|
|
133559
133622
|
avatarUrl?: string | undefined;
|
|
133623
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133560
133624
|
customUrl?: string | undefined;
|
|
133561
133625
|
}, {
|
|
133562
133626
|
id: string;
|
|
133563
133627
|
email?: string | undefined;
|
|
133564
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133565
133628
|
handle?: string | undefined;
|
|
133566
133629
|
avatarUrl?: string | undefined;
|
|
133630
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133567
133631
|
customUrl?: string | undefined;
|
|
133568
133632
|
}>, "many">>;
|
|
133569
133633
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -133576,98 +133640,98 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133576
133640
|
}, "strip", z.ZodTypeAny, {
|
|
133577
133641
|
id: string;
|
|
133578
133642
|
email?: string | undefined;
|
|
133579
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133580
133643
|
handle?: string | undefined;
|
|
133581
133644
|
avatarUrl?: string | undefined;
|
|
133645
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133582
133646
|
customUrl?: string | undefined;
|
|
133583
133647
|
}, {
|
|
133584
133648
|
id: string;
|
|
133585
133649
|
email?: string | undefined;
|
|
133586
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133587
133650
|
handle?: string | undefined;
|
|
133588
133651
|
avatarUrl?: string | undefined;
|
|
133652
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133589
133653
|
customUrl?: string | undefined;
|
|
133590
133654
|
}>, "many">>;
|
|
133591
133655
|
}, "strip", z.ZodTypeAny, {
|
|
133592
133656
|
azure?: {
|
|
133593
133657
|
id: string;
|
|
133594
133658
|
email?: string | undefined;
|
|
133595
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133596
133659
|
handle?: string | undefined;
|
|
133597
133660
|
avatarUrl?: string | undefined;
|
|
133661
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133598
133662
|
customUrl?: string | undefined;
|
|
133599
133663
|
}[] | undefined;
|
|
133600
133664
|
github?: {
|
|
133601
133665
|
id: string;
|
|
133602
133666
|
email?: string | undefined;
|
|
133603
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133604
133667
|
handle?: string | undefined;
|
|
133605
133668
|
avatarUrl?: string | undefined;
|
|
133669
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133606
133670
|
customUrl?: string | undefined;
|
|
133607
133671
|
}[] | undefined;
|
|
133608
133672
|
gitlab?: {
|
|
133609
133673
|
id: string;
|
|
133610
133674
|
email?: string | undefined;
|
|
133611
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133612
133675
|
handle?: string | undefined;
|
|
133613
133676
|
avatarUrl?: string | undefined;
|
|
133677
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133614
133678
|
customUrl?: string | undefined;
|
|
133615
133679
|
}[] | undefined;
|
|
133616
133680
|
bitbucket?: {
|
|
133617
133681
|
id: string;
|
|
133618
133682
|
email?: string | undefined;
|
|
133619
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133620
133683
|
handle?: string | undefined;
|
|
133621
133684
|
avatarUrl?: string | undefined;
|
|
133685
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133622
133686
|
customUrl?: string | undefined;
|
|
133623
133687
|
}[] | undefined;
|
|
133624
133688
|
figma?: {
|
|
133625
133689
|
id: string;
|
|
133626
133690
|
email?: string | undefined;
|
|
133627
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133628
133691
|
handle?: string | undefined;
|
|
133629
133692
|
avatarUrl?: string | undefined;
|
|
133693
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133630
133694
|
customUrl?: string | undefined;
|
|
133631
133695
|
} | undefined;
|
|
133632
133696
|
}, {
|
|
133633
133697
|
azure?: {
|
|
133634
133698
|
id: string;
|
|
133635
133699
|
email?: string | undefined;
|
|
133636
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133637
133700
|
handle?: string | undefined;
|
|
133638
133701
|
avatarUrl?: string | undefined;
|
|
133702
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133639
133703
|
customUrl?: string | undefined;
|
|
133640
133704
|
}[] | undefined;
|
|
133641
133705
|
github?: {
|
|
133642
133706
|
id: string;
|
|
133643
133707
|
email?: string | undefined;
|
|
133644
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133645
133708
|
handle?: string | undefined;
|
|
133646
133709
|
avatarUrl?: string | undefined;
|
|
133710
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133647
133711
|
customUrl?: string | undefined;
|
|
133648
133712
|
}[] | undefined;
|
|
133649
133713
|
gitlab?: {
|
|
133650
133714
|
id: string;
|
|
133651
133715
|
email?: string | undefined;
|
|
133652
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133653
133716
|
handle?: string | undefined;
|
|
133654
133717
|
avatarUrl?: string | undefined;
|
|
133718
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133655
133719
|
customUrl?: string | undefined;
|
|
133656
133720
|
}[] | undefined;
|
|
133657
133721
|
bitbucket?: {
|
|
133658
133722
|
id: string;
|
|
133659
133723
|
email?: string | undefined;
|
|
133660
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133661
133724
|
handle?: string | undefined;
|
|
133662
133725
|
avatarUrl?: string | undefined;
|
|
133726
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133663
133727
|
customUrl?: string | undefined;
|
|
133664
133728
|
}[] | undefined;
|
|
133665
133729
|
figma?: {
|
|
133666
133730
|
id: string;
|
|
133667
133731
|
email?: string | undefined;
|
|
133668
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133669
133732
|
handle?: string | undefined;
|
|
133670
133733
|
avatarUrl?: string | undefined;
|
|
133734
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133671
133735
|
customUrl?: string | undefined;
|
|
133672
133736
|
} | undefined;
|
|
133673
133737
|
}>>;
|
|
@@ -133705,41 +133769,41 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133705
133769
|
azure?: {
|
|
133706
133770
|
id: string;
|
|
133707
133771
|
email?: string | undefined;
|
|
133708
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133709
133772
|
handle?: string | undefined;
|
|
133710
133773
|
avatarUrl?: string | undefined;
|
|
133774
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133711
133775
|
customUrl?: string | undefined;
|
|
133712
133776
|
}[] | undefined;
|
|
133713
133777
|
github?: {
|
|
133714
133778
|
id: string;
|
|
133715
133779
|
email?: string | undefined;
|
|
133716
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133717
133780
|
handle?: string | undefined;
|
|
133718
133781
|
avatarUrl?: string | undefined;
|
|
133782
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133719
133783
|
customUrl?: string | undefined;
|
|
133720
133784
|
}[] | undefined;
|
|
133721
133785
|
gitlab?: {
|
|
133722
133786
|
id: string;
|
|
133723
133787
|
email?: string | undefined;
|
|
133724
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133725
133788
|
handle?: string | undefined;
|
|
133726
133789
|
avatarUrl?: string | undefined;
|
|
133790
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133727
133791
|
customUrl?: string | undefined;
|
|
133728
133792
|
}[] | undefined;
|
|
133729
133793
|
bitbucket?: {
|
|
133730
133794
|
id: string;
|
|
133731
133795
|
email?: string | undefined;
|
|
133732
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133733
133796
|
handle?: string | undefined;
|
|
133734
133797
|
avatarUrl?: string | undefined;
|
|
133798
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133735
133799
|
customUrl?: string | undefined;
|
|
133736
133800
|
}[] | undefined;
|
|
133737
133801
|
figma?: {
|
|
133738
133802
|
id: string;
|
|
133739
133803
|
email?: string | undefined;
|
|
133740
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133741
133804
|
handle?: string | undefined;
|
|
133742
133805
|
avatarUrl?: string | undefined;
|
|
133806
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133743
133807
|
customUrl?: string | undefined;
|
|
133744
133808
|
} | undefined;
|
|
133745
133809
|
} | undefined;
|
|
@@ -133775,41 +133839,41 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133775
133839
|
azure?: {
|
|
133776
133840
|
id: string;
|
|
133777
133841
|
email?: string | undefined;
|
|
133778
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133779
133842
|
handle?: string | undefined;
|
|
133780
133843
|
avatarUrl?: string | undefined;
|
|
133844
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133781
133845
|
customUrl?: string | undefined;
|
|
133782
133846
|
}[] | undefined;
|
|
133783
133847
|
github?: {
|
|
133784
133848
|
id: string;
|
|
133785
133849
|
email?: string | undefined;
|
|
133786
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133787
133850
|
handle?: string | undefined;
|
|
133788
133851
|
avatarUrl?: string | undefined;
|
|
133852
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133789
133853
|
customUrl?: string | undefined;
|
|
133790
133854
|
}[] | undefined;
|
|
133791
133855
|
gitlab?: {
|
|
133792
133856
|
id: string;
|
|
133793
133857
|
email?: string | undefined;
|
|
133794
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133795
133858
|
handle?: string | undefined;
|
|
133796
133859
|
avatarUrl?: string | undefined;
|
|
133860
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133797
133861
|
customUrl?: string | undefined;
|
|
133798
133862
|
}[] | undefined;
|
|
133799
133863
|
bitbucket?: {
|
|
133800
133864
|
id: string;
|
|
133801
133865
|
email?: string | undefined;
|
|
133802
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133803
133866
|
handle?: string | undefined;
|
|
133804
133867
|
avatarUrl?: string | undefined;
|
|
133868
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133805
133869
|
customUrl?: string | undefined;
|
|
133806
133870
|
}[] | undefined;
|
|
133807
133871
|
figma?: {
|
|
133808
133872
|
id: string;
|
|
133809
133873
|
email?: string | undefined;
|
|
133810
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133811
133874
|
handle?: string | undefined;
|
|
133812
133875
|
avatarUrl?: string | undefined;
|
|
133876
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133813
133877
|
customUrl?: string | undefined;
|
|
133814
133878
|
} | undefined;
|
|
133815
133879
|
} | undefined;
|
|
@@ -134025,6 +134089,30 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
134025
134089
|
authHeaderValue: string;
|
|
134026
134090
|
})> | undefined;
|
|
134027
134091
|
};
|
|
134092
|
+
designSystem: {
|
|
134093
|
+
id: string;
|
|
134094
|
+
createdAt: Date;
|
|
134095
|
+
updatedAt: Date;
|
|
134096
|
+
name: string;
|
|
134097
|
+
description: string;
|
|
134098
|
+
isPublic: boolean;
|
|
134099
|
+
workspaceId: string;
|
|
134100
|
+
docSlug: string;
|
|
134101
|
+
docSlugDeprecated: string;
|
|
134102
|
+
isMultibrand: boolean;
|
|
134103
|
+
basePrefixes: string[];
|
|
134104
|
+
isApprovalFeatureEnabled: boolean;
|
|
134105
|
+
approvalRequiredForPublishing: boolean;
|
|
134106
|
+
accessMode: "Open" | "InviteOnly";
|
|
134107
|
+
membersGenerated: boolean;
|
|
134108
|
+
docExporterId?: string | undefined;
|
|
134109
|
+
docUserSlug?: string | undefined;
|
|
134110
|
+
docViewUrl?: string | undefined;
|
|
134111
|
+
designSystemSwitcher?: {
|
|
134112
|
+
isEnabled: boolean;
|
|
134113
|
+
designSystemIds: string[];
|
|
134114
|
+
} | undefined;
|
|
134115
|
+
};
|
|
134028
134116
|
invitedBy: {
|
|
134029
134117
|
id: string;
|
|
134030
134118
|
createdAt: Date;
|
|
@@ -134056,70 +134144,46 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
134056
134144
|
azure?: {
|
|
134057
134145
|
id: string;
|
|
134058
134146
|
email?: string | undefined;
|
|
134059
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134060
134147
|
handle?: string | undefined;
|
|
134061
134148
|
avatarUrl?: string | undefined;
|
|
134149
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134062
134150
|
customUrl?: string | undefined;
|
|
134063
134151
|
}[] | undefined;
|
|
134064
134152
|
github?: {
|
|
134065
134153
|
id: string;
|
|
134066
134154
|
email?: string | undefined;
|
|
134067
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134068
134155
|
handle?: string | undefined;
|
|
134069
134156
|
avatarUrl?: string | undefined;
|
|
134157
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134070
134158
|
customUrl?: string | undefined;
|
|
134071
134159
|
}[] | undefined;
|
|
134072
134160
|
gitlab?: {
|
|
134073
134161
|
id: string;
|
|
134074
134162
|
email?: string | undefined;
|
|
134075
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134076
134163
|
handle?: string | undefined;
|
|
134077
134164
|
avatarUrl?: string | undefined;
|
|
134165
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134078
134166
|
customUrl?: string | undefined;
|
|
134079
134167
|
}[] | undefined;
|
|
134080
134168
|
bitbucket?: {
|
|
134081
134169
|
id: string;
|
|
134082
134170
|
email?: string | undefined;
|
|
134083
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134084
134171
|
handle?: string | undefined;
|
|
134085
134172
|
avatarUrl?: string | undefined;
|
|
134173
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134086
134174
|
customUrl?: string | undefined;
|
|
134087
134175
|
}[] | undefined;
|
|
134088
134176
|
figma?: {
|
|
134089
134177
|
id: string;
|
|
134090
134178
|
email?: string | undefined;
|
|
134091
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134092
134179
|
handle?: string | undefined;
|
|
134093
134180
|
avatarUrl?: string | undefined;
|
|
134181
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134094
134182
|
customUrl?: string | undefined;
|
|
134095
134183
|
} | undefined;
|
|
134096
134184
|
} | undefined;
|
|
134097
134185
|
loggedOutAt?: Date | undefined;
|
|
134098
134186
|
};
|
|
134099
|
-
designSystem: {
|
|
134100
|
-
id: string;
|
|
134101
|
-
createdAt: Date;
|
|
134102
|
-
updatedAt: Date;
|
|
134103
|
-
name: string;
|
|
134104
|
-
description: string;
|
|
134105
|
-
isPublic: boolean;
|
|
134106
|
-
workspaceId: string;
|
|
134107
|
-
docSlug: string;
|
|
134108
|
-
docSlugDeprecated: string;
|
|
134109
|
-
isMultibrand: boolean;
|
|
134110
|
-
basePrefixes: string[];
|
|
134111
|
-
isApprovalFeatureEnabled: boolean;
|
|
134112
|
-
approvalRequiredForPublishing: boolean;
|
|
134113
|
-
accessMode: "Open" | "InviteOnly";
|
|
134114
|
-
membersGenerated: boolean;
|
|
134115
|
-
docExporterId?: string | undefined;
|
|
134116
|
-
docUserSlug?: string | undefined;
|
|
134117
|
-
docViewUrl?: string | undefined;
|
|
134118
|
-
designSystemSwitcher?: {
|
|
134119
|
-
isEnabled: boolean;
|
|
134120
|
-
designSystemIds: string[];
|
|
134121
|
-
} | undefined;
|
|
134122
|
-
};
|
|
134123
134187
|
documentationDomain?: string | undefined;
|
|
134124
134188
|
}, {
|
|
134125
134189
|
workspace: {
|
|
@@ -134330,6 +134394,30 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
134330
134394
|
authHeaderValue: string;
|
|
134331
134395
|
})) | null | undefined;
|
|
134332
134396
|
};
|
|
134397
|
+
designSystem: {
|
|
134398
|
+
id: string;
|
|
134399
|
+
createdAt: Date;
|
|
134400
|
+
updatedAt: Date;
|
|
134401
|
+
name: string;
|
|
134402
|
+
description: string;
|
|
134403
|
+
isPublic: boolean;
|
|
134404
|
+
workspaceId: string;
|
|
134405
|
+
docSlug: string;
|
|
134406
|
+
docSlugDeprecated: string;
|
|
134407
|
+
isMultibrand: boolean;
|
|
134408
|
+
basePrefixes: string[];
|
|
134409
|
+
isApprovalFeatureEnabled: boolean;
|
|
134410
|
+
approvalRequiredForPublishing: boolean;
|
|
134411
|
+
accessMode: "Open" | "InviteOnly";
|
|
134412
|
+
membersGenerated: boolean;
|
|
134413
|
+
docExporterId?: string | null | undefined;
|
|
134414
|
+
docUserSlug?: string | null | undefined;
|
|
134415
|
+
docViewUrl?: string | null | undefined;
|
|
134416
|
+
designSystemSwitcher?: {
|
|
134417
|
+
isEnabled: boolean;
|
|
134418
|
+
designSystemIds: string[];
|
|
134419
|
+
} | null | undefined;
|
|
134420
|
+
};
|
|
134333
134421
|
invitedBy: {
|
|
134334
134422
|
id: string;
|
|
134335
134423
|
createdAt: Date;
|
|
@@ -134361,70 +134449,46 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
134361
134449
|
azure?: {
|
|
134362
134450
|
id: string;
|
|
134363
134451
|
email?: string | undefined;
|
|
134364
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134365
134452
|
handle?: string | undefined;
|
|
134366
134453
|
avatarUrl?: string | undefined;
|
|
134454
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134367
134455
|
customUrl?: string | undefined;
|
|
134368
134456
|
}[] | undefined;
|
|
134369
134457
|
github?: {
|
|
134370
134458
|
id: string;
|
|
134371
134459
|
email?: string | undefined;
|
|
134372
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134373
134460
|
handle?: string | undefined;
|
|
134374
134461
|
avatarUrl?: string | undefined;
|
|
134462
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134375
134463
|
customUrl?: string | undefined;
|
|
134376
134464
|
}[] | undefined;
|
|
134377
134465
|
gitlab?: {
|
|
134378
134466
|
id: string;
|
|
134379
134467
|
email?: string | undefined;
|
|
134380
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134381
134468
|
handle?: string | undefined;
|
|
134382
134469
|
avatarUrl?: string | undefined;
|
|
134470
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134383
134471
|
customUrl?: string | undefined;
|
|
134384
134472
|
}[] | undefined;
|
|
134385
134473
|
bitbucket?: {
|
|
134386
134474
|
id: string;
|
|
134387
134475
|
email?: string | undefined;
|
|
134388
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134389
134476
|
handle?: string | undefined;
|
|
134390
134477
|
avatarUrl?: string | undefined;
|
|
134478
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134391
134479
|
customUrl?: string | undefined;
|
|
134392
134480
|
}[] | undefined;
|
|
134393
134481
|
figma?: {
|
|
134394
134482
|
id: string;
|
|
134395
134483
|
email?: string | undefined;
|
|
134396
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134397
134484
|
handle?: string | undefined;
|
|
134398
134485
|
avatarUrl?: string | undefined;
|
|
134486
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134399
134487
|
customUrl?: string | undefined;
|
|
134400
134488
|
} | undefined;
|
|
134401
134489
|
} | undefined;
|
|
134402
134490
|
loggedOutAt?: Date | undefined;
|
|
134403
134491
|
};
|
|
134404
|
-
designSystem: {
|
|
134405
|
-
id: string;
|
|
134406
|
-
createdAt: Date;
|
|
134407
|
-
updatedAt: Date;
|
|
134408
|
-
name: string;
|
|
134409
|
-
description: string;
|
|
134410
|
-
isPublic: boolean;
|
|
134411
|
-
workspaceId: string;
|
|
134412
|
-
docSlug: string;
|
|
134413
|
-
docSlugDeprecated: string;
|
|
134414
|
-
isMultibrand: boolean;
|
|
134415
|
-
basePrefixes: string[];
|
|
134416
|
-
isApprovalFeatureEnabled: boolean;
|
|
134417
|
-
approvalRequiredForPublishing: boolean;
|
|
134418
|
-
accessMode: "Open" | "InviteOnly";
|
|
134419
|
-
membersGenerated: boolean;
|
|
134420
|
-
docExporterId?: string | null | undefined;
|
|
134421
|
-
docUserSlug?: string | null | undefined;
|
|
134422
|
-
docViewUrl?: string | null | undefined;
|
|
134423
|
-
designSystemSwitcher?: {
|
|
134424
|
-
isEnabled: boolean;
|
|
134425
|
-
designSystemIds: string[];
|
|
134426
|
-
} | null | undefined;
|
|
134427
|
-
};
|
|
134428
134492
|
documentationDomain?: string | undefined;
|
|
134429
134493
|
}>;
|
|
134430
134494
|
type DesignSystemInviteEmailData = z.infer<typeof DesignSystemInviteEmailData>;
|
|
@@ -136057,16 +136121,16 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136057
136121
|
}, "strip", z.ZodTypeAny, {
|
|
136058
136122
|
id: string;
|
|
136059
136123
|
email?: string | undefined;
|
|
136060
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136061
136124
|
handle?: string | undefined;
|
|
136062
136125
|
avatarUrl?: string | undefined;
|
|
136126
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136063
136127
|
customUrl?: string | undefined;
|
|
136064
136128
|
}, {
|
|
136065
136129
|
id: string;
|
|
136066
136130
|
email?: string | undefined;
|
|
136067
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136068
136131
|
handle?: string | undefined;
|
|
136069
136132
|
avatarUrl?: string | undefined;
|
|
136133
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136070
136134
|
customUrl?: string | undefined;
|
|
136071
136135
|
}>>;
|
|
136072
136136
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -136079,16 +136143,16 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136079
136143
|
}, "strip", z.ZodTypeAny, {
|
|
136080
136144
|
id: string;
|
|
136081
136145
|
email?: string | undefined;
|
|
136082
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136083
136146
|
handle?: string | undefined;
|
|
136084
136147
|
avatarUrl?: string | undefined;
|
|
136148
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136085
136149
|
customUrl?: string | undefined;
|
|
136086
136150
|
}, {
|
|
136087
136151
|
id: string;
|
|
136088
136152
|
email?: string | undefined;
|
|
136089
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136090
136153
|
handle?: string | undefined;
|
|
136091
136154
|
avatarUrl?: string | undefined;
|
|
136155
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136092
136156
|
customUrl?: string | undefined;
|
|
136093
136157
|
}>, "many">>;
|
|
136094
136158
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -136101,16 +136165,16 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136101
136165
|
}, "strip", z.ZodTypeAny, {
|
|
136102
136166
|
id: string;
|
|
136103
136167
|
email?: string | undefined;
|
|
136104
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136105
136168
|
handle?: string | undefined;
|
|
136106
136169
|
avatarUrl?: string | undefined;
|
|
136170
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136107
136171
|
customUrl?: string | undefined;
|
|
136108
136172
|
}, {
|
|
136109
136173
|
id: string;
|
|
136110
136174
|
email?: string | undefined;
|
|
136111
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136112
136175
|
handle?: string | undefined;
|
|
136113
136176
|
avatarUrl?: string | undefined;
|
|
136177
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136114
136178
|
customUrl?: string | undefined;
|
|
136115
136179
|
}>, "many">>;
|
|
136116
136180
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -136123,16 +136187,16 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136123
136187
|
}, "strip", z.ZodTypeAny, {
|
|
136124
136188
|
id: string;
|
|
136125
136189
|
email?: string | undefined;
|
|
136126
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136127
136190
|
handle?: string | undefined;
|
|
136128
136191
|
avatarUrl?: string | undefined;
|
|
136192
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136129
136193
|
customUrl?: string | undefined;
|
|
136130
136194
|
}, {
|
|
136131
136195
|
id: string;
|
|
136132
136196
|
email?: string | undefined;
|
|
136133
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136134
136197
|
handle?: string | undefined;
|
|
136135
136198
|
avatarUrl?: string | undefined;
|
|
136199
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136136
136200
|
customUrl?: string | undefined;
|
|
136137
136201
|
}>, "many">>;
|
|
136138
136202
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -136145,98 +136209,98 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136145
136209
|
}, "strip", z.ZodTypeAny, {
|
|
136146
136210
|
id: string;
|
|
136147
136211
|
email?: string | undefined;
|
|
136148
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136149
136212
|
handle?: string | undefined;
|
|
136150
136213
|
avatarUrl?: string | undefined;
|
|
136214
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136151
136215
|
customUrl?: string | undefined;
|
|
136152
136216
|
}, {
|
|
136153
136217
|
id: string;
|
|
136154
136218
|
email?: string | undefined;
|
|
136155
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136156
136219
|
handle?: string | undefined;
|
|
136157
136220
|
avatarUrl?: string | undefined;
|
|
136221
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136158
136222
|
customUrl?: string | undefined;
|
|
136159
136223
|
}>, "many">>;
|
|
136160
136224
|
}, "strip", z.ZodTypeAny, {
|
|
136161
136225
|
azure?: {
|
|
136162
136226
|
id: string;
|
|
136163
136227
|
email?: string | undefined;
|
|
136164
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136165
136228
|
handle?: string | undefined;
|
|
136166
136229
|
avatarUrl?: string | undefined;
|
|
136230
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136167
136231
|
customUrl?: string | undefined;
|
|
136168
136232
|
}[] | undefined;
|
|
136169
136233
|
github?: {
|
|
136170
136234
|
id: string;
|
|
136171
136235
|
email?: string | undefined;
|
|
136172
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136173
136236
|
handle?: string | undefined;
|
|
136174
136237
|
avatarUrl?: string | undefined;
|
|
136238
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136175
136239
|
customUrl?: string | undefined;
|
|
136176
136240
|
}[] | undefined;
|
|
136177
136241
|
gitlab?: {
|
|
136178
136242
|
id: string;
|
|
136179
136243
|
email?: string | undefined;
|
|
136180
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136181
136244
|
handle?: string | undefined;
|
|
136182
136245
|
avatarUrl?: string | undefined;
|
|
136246
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136183
136247
|
customUrl?: string | undefined;
|
|
136184
136248
|
}[] | undefined;
|
|
136185
136249
|
bitbucket?: {
|
|
136186
136250
|
id: string;
|
|
136187
136251
|
email?: string | undefined;
|
|
136188
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136189
136252
|
handle?: string | undefined;
|
|
136190
136253
|
avatarUrl?: string | undefined;
|
|
136254
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136191
136255
|
customUrl?: string | undefined;
|
|
136192
136256
|
}[] | undefined;
|
|
136193
136257
|
figma?: {
|
|
136194
136258
|
id: string;
|
|
136195
136259
|
email?: string | undefined;
|
|
136196
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136197
136260
|
handle?: string | undefined;
|
|
136198
136261
|
avatarUrl?: string | undefined;
|
|
136262
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136199
136263
|
customUrl?: string | undefined;
|
|
136200
136264
|
} | undefined;
|
|
136201
136265
|
}, {
|
|
136202
136266
|
azure?: {
|
|
136203
136267
|
id: string;
|
|
136204
136268
|
email?: string | undefined;
|
|
136205
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136206
136269
|
handle?: string | undefined;
|
|
136207
136270
|
avatarUrl?: string | undefined;
|
|
136271
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136208
136272
|
customUrl?: string | undefined;
|
|
136209
136273
|
}[] | undefined;
|
|
136210
136274
|
github?: {
|
|
136211
136275
|
id: string;
|
|
136212
136276
|
email?: string | undefined;
|
|
136213
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136214
136277
|
handle?: string | undefined;
|
|
136215
136278
|
avatarUrl?: string | undefined;
|
|
136279
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136216
136280
|
customUrl?: string | undefined;
|
|
136217
136281
|
}[] | undefined;
|
|
136218
136282
|
gitlab?: {
|
|
136219
136283
|
id: string;
|
|
136220
136284
|
email?: string | undefined;
|
|
136221
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136222
136285
|
handle?: string | undefined;
|
|
136223
136286
|
avatarUrl?: string | undefined;
|
|
136287
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136224
136288
|
customUrl?: string | undefined;
|
|
136225
136289
|
}[] | undefined;
|
|
136226
136290
|
bitbucket?: {
|
|
136227
136291
|
id: string;
|
|
136228
136292
|
email?: string | undefined;
|
|
136229
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136230
136293
|
handle?: string | undefined;
|
|
136231
136294
|
avatarUrl?: string | undefined;
|
|
136295
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136232
136296
|
customUrl?: string | undefined;
|
|
136233
136297
|
}[] | undefined;
|
|
136234
136298
|
figma?: {
|
|
136235
136299
|
id: string;
|
|
136236
136300
|
email?: string | undefined;
|
|
136237
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136238
136301
|
handle?: string | undefined;
|
|
136239
136302
|
avatarUrl?: string | undefined;
|
|
136303
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136240
136304
|
customUrl?: string | undefined;
|
|
136241
136305
|
} | undefined;
|
|
136242
136306
|
}>>;
|
|
@@ -136274,41 +136338,41 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136274
136338
|
azure?: {
|
|
136275
136339
|
id: string;
|
|
136276
136340
|
email?: string | undefined;
|
|
136277
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136278
136341
|
handle?: string | undefined;
|
|
136279
136342
|
avatarUrl?: string | undefined;
|
|
136343
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136280
136344
|
customUrl?: string | undefined;
|
|
136281
136345
|
}[] | undefined;
|
|
136282
136346
|
github?: {
|
|
136283
136347
|
id: string;
|
|
136284
136348
|
email?: string | undefined;
|
|
136285
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136286
136349
|
handle?: string | undefined;
|
|
136287
136350
|
avatarUrl?: string | undefined;
|
|
136351
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136288
136352
|
customUrl?: string | undefined;
|
|
136289
136353
|
}[] | undefined;
|
|
136290
136354
|
gitlab?: {
|
|
136291
136355
|
id: string;
|
|
136292
136356
|
email?: string | undefined;
|
|
136293
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136294
136357
|
handle?: string | undefined;
|
|
136295
136358
|
avatarUrl?: string | undefined;
|
|
136359
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136296
136360
|
customUrl?: string | undefined;
|
|
136297
136361
|
}[] | undefined;
|
|
136298
136362
|
bitbucket?: {
|
|
136299
136363
|
id: string;
|
|
136300
136364
|
email?: string | undefined;
|
|
136301
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136302
136365
|
handle?: string | undefined;
|
|
136303
136366
|
avatarUrl?: string | undefined;
|
|
136367
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136304
136368
|
customUrl?: string | undefined;
|
|
136305
136369
|
}[] | undefined;
|
|
136306
136370
|
figma?: {
|
|
136307
136371
|
id: string;
|
|
136308
136372
|
email?: string | undefined;
|
|
136309
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136310
136373
|
handle?: string | undefined;
|
|
136311
136374
|
avatarUrl?: string | undefined;
|
|
136375
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136312
136376
|
customUrl?: string | undefined;
|
|
136313
136377
|
} | undefined;
|
|
136314
136378
|
} | undefined;
|
|
@@ -136344,41 +136408,41 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136344
136408
|
azure?: {
|
|
136345
136409
|
id: string;
|
|
136346
136410
|
email?: string | undefined;
|
|
136347
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136348
136411
|
handle?: string | undefined;
|
|
136349
136412
|
avatarUrl?: string | undefined;
|
|
136413
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136350
136414
|
customUrl?: string | undefined;
|
|
136351
136415
|
}[] | undefined;
|
|
136352
136416
|
github?: {
|
|
136353
136417
|
id: string;
|
|
136354
136418
|
email?: string | undefined;
|
|
136355
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136356
136419
|
handle?: string | undefined;
|
|
136357
136420
|
avatarUrl?: string | undefined;
|
|
136421
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136358
136422
|
customUrl?: string | undefined;
|
|
136359
136423
|
}[] | undefined;
|
|
136360
136424
|
gitlab?: {
|
|
136361
136425
|
id: string;
|
|
136362
136426
|
email?: string | undefined;
|
|
136363
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136364
136427
|
handle?: string | undefined;
|
|
136365
136428
|
avatarUrl?: string | undefined;
|
|
136429
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136366
136430
|
customUrl?: string | undefined;
|
|
136367
136431
|
}[] | undefined;
|
|
136368
136432
|
bitbucket?: {
|
|
136369
136433
|
id: string;
|
|
136370
136434
|
email?: string | undefined;
|
|
136371
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136372
136435
|
handle?: string | undefined;
|
|
136373
136436
|
avatarUrl?: string | undefined;
|
|
136437
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136374
136438
|
customUrl?: string | undefined;
|
|
136375
136439
|
}[] | undefined;
|
|
136376
136440
|
figma?: {
|
|
136377
136441
|
id: string;
|
|
136378
136442
|
email?: string | undefined;
|
|
136379
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136380
136443
|
handle?: string | undefined;
|
|
136381
136444
|
avatarUrl?: string | undefined;
|
|
136445
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136382
136446
|
customUrl?: string | undefined;
|
|
136383
136447
|
} | undefined;
|
|
136384
136448
|
} | undefined;
|
|
@@ -136625,41 +136689,41 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136625
136689
|
azure?: {
|
|
136626
136690
|
id: string;
|
|
136627
136691
|
email?: string | undefined;
|
|
136628
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136629
136692
|
handle?: string | undefined;
|
|
136630
136693
|
avatarUrl?: string | undefined;
|
|
136694
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136631
136695
|
customUrl?: string | undefined;
|
|
136632
136696
|
}[] | undefined;
|
|
136633
136697
|
github?: {
|
|
136634
136698
|
id: string;
|
|
136635
136699
|
email?: string | undefined;
|
|
136636
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136637
136700
|
handle?: string | undefined;
|
|
136638
136701
|
avatarUrl?: string | undefined;
|
|
136702
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136639
136703
|
customUrl?: string | undefined;
|
|
136640
136704
|
}[] | undefined;
|
|
136641
136705
|
gitlab?: {
|
|
136642
136706
|
id: string;
|
|
136643
136707
|
email?: string | undefined;
|
|
136644
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136645
136708
|
handle?: string | undefined;
|
|
136646
136709
|
avatarUrl?: string | undefined;
|
|
136710
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136647
136711
|
customUrl?: string | undefined;
|
|
136648
136712
|
}[] | undefined;
|
|
136649
136713
|
bitbucket?: {
|
|
136650
136714
|
id: string;
|
|
136651
136715
|
email?: string | undefined;
|
|
136652
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136653
136716
|
handle?: string | undefined;
|
|
136654
136717
|
avatarUrl?: string | undefined;
|
|
136718
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136655
136719
|
customUrl?: string | undefined;
|
|
136656
136720
|
}[] | undefined;
|
|
136657
136721
|
figma?: {
|
|
136658
136722
|
id: string;
|
|
136659
136723
|
email?: string | undefined;
|
|
136660
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136661
136724
|
handle?: string | undefined;
|
|
136662
136725
|
avatarUrl?: string | undefined;
|
|
136726
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136663
136727
|
customUrl?: string | undefined;
|
|
136664
136728
|
} | undefined;
|
|
136665
136729
|
} | undefined;
|
|
@@ -136906,41 +136970,41 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136906
136970
|
azure?: {
|
|
136907
136971
|
id: string;
|
|
136908
136972
|
email?: string | undefined;
|
|
136909
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136910
136973
|
handle?: string | undefined;
|
|
136911
136974
|
avatarUrl?: string | undefined;
|
|
136975
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136912
136976
|
customUrl?: string | undefined;
|
|
136913
136977
|
}[] | undefined;
|
|
136914
136978
|
github?: {
|
|
136915
136979
|
id: string;
|
|
136916
136980
|
email?: string | undefined;
|
|
136917
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136918
136981
|
handle?: string | undefined;
|
|
136919
136982
|
avatarUrl?: string | undefined;
|
|
136983
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136920
136984
|
customUrl?: string | undefined;
|
|
136921
136985
|
}[] | undefined;
|
|
136922
136986
|
gitlab?: {
|
|
136923
136987
|
id: string;
|
|
136924
136988
|
email?: string | undefined;
|
|
136925
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136926
136989
|
handle?: string | undefined;
|
|
136927
136990
|
avatarUrl?: string | undefined;
|
|
136991
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136928
136992
|
customUrl?: string | undefined;
|
|
136929
136993
|
}[] | undefined;
|
|
136930
136994
|
bitbucket?: {
|
|
136931
136995
|
id: string;
|
|
136932
136996
|
email?: string | undefined;
|
|
136933
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136934
136997
|
handle?: string | undefined;
|
|
136935
136998
|
avatarUrl?: string | undefined;
|
|
136999
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136936
137000
|
customUrl?: string | undefined;
|
|
136937
137001
|
}[] | undefined;
|
|
136938
137002
|
figma?: {
|
|
136939
137003
|
id: string;
|
|
136940
137004
|
email?: string | undefined;
|
|
136941
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136942
137005
|
handle?: string | undefined;
|
|
136943
137006
|
avatarUrl?: string | undefined;
|
|
137007
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136944
137008
|
customUrl?: string | undefined;
|
|
136945
137009
|
} | undefined;
|
|
136946
137010
|
} | undefined;
|
|
@@ -137857,8 +137921,8 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
137857
137921
|
designSystemId: string;
|
|
137858
137922
|
accessToken: string;
|
|
137859
137923
|
versionId: string;
|
|
137860
|
-
designSystemName: string;
|
|
137861
137924
|
exporterId: string;
|
|
137925
|
+
designSystemName: string;
|
|
137862
137926
|
apiUrl: string;
|
|
137863
137927
|
exporterName: string;
|
|
137864
137928
|
exporterPackageUrl: string;
|
|
@@ -137976,8 +138040,8 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
137976
138040
|
designSystemId: string;
|
|
137977
138041
|
accessToken: string;
|
|
137978
138042
|
versionId: string;
|
|
137979
|
-
designSystemName: string;
|
|
137980
138043
|
exporterId: string;
|
|
138044
|
+
designSystemName: string;
|
|
137981
138045
|
apiUrl: string;
|
|
137982
138046
|
exporterName: string;
|
|
137983
138047
|
exporterPackageUrl: string;
|
|
@@ -139376,14 +139440,14 @@ declare const ExporterWorkspaceMembership: z.ZodObject<{
|
|
|
139376
139440
|
role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
|
|
139377
139441
|
}, "strip", z.ZodTypeAny, {
|
|
139378
139442
|
id: string;
|
|
139379
|
-
role: "Owner" | "OwnerArchived" | "User";
|
|
139380
139443
|
workspaceId: string;
|
|
139381
139444
|
exporterId: string;
|
|
139445
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
139382
139446
|
}, {
|
|
139383
139447
|
id: string;
|
|
139384
|
-
role: "Owner" | "OwnerArchived" | "User";
|
|
139385
139448
|
workspaceId: string;
|
|
139386
139449
|
exporterId: string;
|
|
139450
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
139387
139451
|
}>;
|
|
139388
139452
|
type ExporterWorkspaceMembership = z.infer<typeof ExporterWorkspaceMembership>;
|
|
139389
139453
|
type CreateExporterMembership = DbCreateInputOmit<ExporterWorkspaceMembership>;
|
|
@@ -141474,14 +141538,14 @@ declare const WorkspaceOAuthRequestSchema: z.ZodObject<{
|
|
|
141474
141538
|
}, "strip", z.ZodTypeAny, {
|
|
141475
141539
|
id: string;
|
|
141476
141540
|
createdAt: Date;
|
|
141477
|
-
workspaceId: string;
|
|
141478
141541
|
userId: string;
|
|
141542
|
+
workspaceId: string;
|
|
141479
141543
|
provider: OAuthProviderNames;
|
|
141480
141544
|
}, {
|
|
141481
141545
|
id: string;
|
|
141482
141546
|
createdAt: Date;
|
|
141483
|
-
workspaceId: string;
|
|
141484
141547
|
userId: string;
|
|
141548
|
+
workspaceId: string;
|
|
141485
141549
|
provider: OAuthProviderNames;
|
|
141486
141550
|
}>;
|
|
141487
141551
|
type WorkspaceOAuthRequest = z.infer<typeof WorkspaceOAuthRequestSchema>;
|
|
@@ -167518,8 +167582,8 @@ declare const PersonalAccessToken: z.ZodObject<{
|
|
|
167518
167582
|
hidden: boolean;
|
|
167519
167583
|
token: string;
|
|
167520
167584
|
scope?: string | undefined;
|
|
167521
|
-
workspaceId?: string | undefined;
|
|
167522
167585
|
workspaceRole?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
|
|
167586
|
+
workspaceId?: string | undefined;
|
|
167523
167587
|
expireAt?: Date | undefined;
|
|
167524
167588
|
}, {
|
|
167525
167589
|
id: string;
|
|
@@ -167529,8 +167593,8 @@ declare const PersonalAccessToken: z.ZodObject<{
|
|
|
167529
167593
|
hidden: boolean;
|
|
167530
167594
|
token: string;
|
|
167531
167595
|
scope?: string | undefined;
|
|
167532
|
-
workspaceId?: string | undefined;
|
|
167533
167596
|
workspaceRole?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
|
|
167597
|
+
workspaceId?: string | undefined;
|
|
167534
167598
|
expireAt?: Date | undefined;
|
|
167535
167599
|
}>;
|
|
167536
167600
|
type PersonalAccessToken = z.infer<typeof PersonalAccessToken>;
|
|
@@ -167550,16 +167614,16 @@ declare const IntegrationUserInfo: z.ZodObject<{
|
|
|
167550
167614
|
}, "strip", z.ZodTypeAny, {
|
|
167551
167615
|
id: string;
|
|
167552
167616
|
email?: string | undefined;
|
|
167553
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167554
167617
|
handle?: string | undefined;
|
|
167555
167618
|
avatarUrl?: string | undefined;
|
|
167619
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167556
167620
|
customUrl?: string | undefined;
|
|
167557
167621
|
}, {
|
|
167558
167622
|
id: string;
|
|
167559
167623
|
email?: string | undefined;
|
|
167560
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167561
167624
|
handle?: string | undefined;
|
|
167562
167625
|
avatarUrl?: string | undefined;
|
|
167626
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167563
167627
|
customUrl?: string | undefined;
|
|
167564
167628
|
}>;
|
|
167565
167629
|
type IntegrationUserInfo = z.infer<typeof IntegrationUserInfo>;
|
|
@@ -167574,16 +167638,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
167574
167638
|
}, "strip", z.ZodTypeAny, {
|
|
167575
167639
|
id: string;
|
|
167576
167640
|
email?: string | undefined;
|
|
167577
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167578
167641
|
handle?: string | undefined;
|
|
167579
167642
|
avatarUrl?: string | undefined;
|
|
167643
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167580
167644
|
customUrl?: string | undefined;
|
|
167581
167645
|
}, {
|
|
167582
167646
|
id: string;
|
|
167583
167647
|
email?: string | undefined;
|
|
167584
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167585
167648
|
handle?: string | undefined;
|
|
167586
167649
|
avatarUrl?: string | undefined;
|
|
167650
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167587
167651
|
customUrl?: string | undefined;
|
|
167588
167652
|
}>>;
|
|
167589
167653
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -167596,16 +167660,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
167596
167660
|
}, "strip", z.ZodTypeAny, {
|
|
167597
167661
|
id: string;
|
|
167598
167662
|
email?: string | undefined;
|
|
167599
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167600
167663
|
handle?: string | undefined;
|
|
167601
167664
|
avatarUrl?: string | undefined;
|
|
167665
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167602
167666
|
customUrl?: string | undefined;
|
|
167603
167667
|
}, {
|
|
167604
167668
|
id: string;
|
|
167605
167669
|
email?: string | undefined;
|
|
167606
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167607
167670
|
handle?: string | undefined;
|
|
167608
167671
|
avatarUrl?: string | undefined;
|
|
167672
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167609
167673
|
customUrl?: string | undefined;
|
|
167610
167674
|
}>, "many">>;
|
|
167611
167675
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -167618,16 +167682,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
167618
167682
|
}, "strip", z.ZodTypeAny, {
|
|
167619
167683
|
id: string;
|
|
167620
167684
|
email?: string | undefined;
|
|
167621
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167622
167685
|
handle?: string | undefined;
|
|
167623
167686
|
avatarUrl?: string | undefined;
|
|
167687
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167624
167688
|
customUrl?: string | undefined;
|
|
167625
167689
|
}, {
|
|
167626
167690
|
id: string;
|
|
167627
167691
|
email?: string | undefined;
|
|
167628
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167629
167692
|
handle?: string | undefined;
|
|
167630
167693
|
avatarUrl?: string | undefined;
|
|
167694
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167631
167695
|
customUrl?: string | undefined;
|
|
167632
167696
|
}>, "many">>;
|
|
167633
167697
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -167640,16 +167704,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
167640
167704
|
}, "strip", z.ZodTypeAny, {
|
|
167641
167705
|
id: string;
|
|
167642
167706
|
email?: string | undefined;
|
|
167643
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167644
167707
|
handle?: string | undefined;
|
|
167645
167708
|
avatarUrl?: string | undefined;
|
|
167709
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167646
167710
|
customUrl?: string | undefined;
|
|
167647
167711
|
}, {
|
|
167648
167712
|
id: string;
|
|
167649
167713
|
email?: string | undefined;
|
|
167650
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167651
167714
|
handle?: string | undefined;
|
|
167652
167715
|
avatarUrl?: string | undefined;
|
|
167716
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167653
167717
|
customUrl?: string | undefined;
|
|
167654
167718
|
}>, "many">>;
|
|
167655
167719
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -167662,98 +167726,98 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
167662
167726
|
}, "strip", z.ZodTypeAny, {
|
|
167663
167727
|
id: string;
|
|
167664
167728
|
email?: string | undefined;
|
|
167665
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167666
167729
|
handle?: string | undefined;
|
|
167667
167730
|
avatarUrl?: string | undefined;
|
|
167731
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167668
167732
|
customUrl?: string | undefined;
|
|
167669
167733
|
}, {
|
|
167670
167734
|
id: string;
|
|
167671
167735
|
email?: string | undefined;
|
|
167672
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167673
167736
|
handle?: string | undefined;
|
|
167674
167737
|
avatarUrl?: string | undefined;
|
|
167738
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167675
167739
|
customUrl?: string | undefined;
|
|
167676
167740
|
}>, "many">>;
|
|
167677
167741
|
}, "strip", z.ZodTypeAny, {
|
|
167678
167742
|
azure?: {
|
|
167679
167743
|
id: string;
|
|
167680
167744
|
email?: string | undefined;
|
|
167681
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167682
167745
|
handle?: string | undefined;
|
|
167683
167746
|
avatarUrl?: string | undefined;
|
|
167747
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167684
167748
|
customUrl?: string | undefined;
|
|
167685
167749
|
}[] | undefined;
|
|
167686
167750
|
github?: {
|
|
167687
167751
|
id: string;
|
|
167688
167752
|
email?: string | undefined;
|
|
167689
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167690
167753
|
handle?: string | undefined;
|
|
167691
167754
|
avatarUrl?: string | undefined;
|
|
167755
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167692
167756
|
customUrl?: string | undefined;
|
|
167693
167757
|
}[] | undefined;
|
|
167694
167758
|
gitlab?: {
|
|
167695
167759
|
id: string;
|
|
167696
167760
|
email?: string | undefined;
|
|
167697
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167698
167761
|
handle?: string | undefined;
|
|
167699
167762
|
avatarUrl?: string | undefined;
|
|
167763
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167700
167764
|
customUrl?: string | undefined;
|
|
167701
167765
|
}[] | undefined;
|
|
167702
167766
|
bitbucket?: {
|
|
167703
167767
|
id: string;
|
|
167704
167768
|
email?: string | undefined;
|
|
167705
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167706
167769
|
handle?: string | undefined;
|
|
167707
167770
|
avatarUrl?: string | undefined;
|
|
167771
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167708
167772
|
customUrl?: string | undefined;
|
|
167709
167773
|
}[] | undefined;
|
|
167710
167774
|
figma?: {
|
|
167711
167775
|
id: string;
|
|
167712
167776
|
email?: string | undefined;
|
|
167713
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167714
167777
|
handle?: string | undefined;
|
|
167715
167778
|
avatarUrl?: string | undefined;
|
|
167779
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167716
167780
|
customUrl?: string | undefined;
|
|
167717
167781
|
} | undefined;
|
|
167718
167782
|
}, {
|
|
167719
167783
|
azure?: {
|
|
167720
167784
|
id: string;
|
|
167721
167785
|
email?: string | undefined;
|
|
167722
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167723
167786
|
handle?: string | undefined;
|
|
167724
167787
|
avatarUrl?: string | undefined;
|
|
167788
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167725
167789
|
customUrl?: string | undefined;
|
|
167726
167790
|
}[] | undefined;
|
|
167727
167791
|
github?: {
|
|
167728
167792
|
id: string;
|
|
167729
167793
|
email?: string | undefined;
|
|
167730
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167731
167794
|
handle?: string | undefined;
|
|
167732
167795
|
avatarUrl?: string | undefined;
|
|
167796
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167733
167797
|
customUrl?: string | undefined;
|
|
167734
167798
|
}[] | undefined;
|
|
167735
167799
|
gitlab?: {
|
|
167736
167800
|
id: string;
|
|
167737
167801
|
email?: string | undefined;
|
|
167738
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167739
167802
|
handle?: string | undefined;
|
|
167740
167803
|
avatarUrl?: string | undefined;
|
|
167804
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167741
167805
|
customUrl?: string | undefined;
|
|
167742
167806
|
}[] | undefined;
|
|
167743
167807
|
bitbucket?: {
|
|
167744
167808
|
id: string;
|
|
167745
167809
|
email?: string | undefined;
|
|
167746
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167747
167810
|
handle?: string | undefined;
|
|
167748
167811
|
avatarUrl?: string | undefined;
|
|
167812
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167749
167813
|
customUrl?: string | undefined;
|
|
167750
167814
|
}[] | undefined;
|
|
167751
167815
|
figma?: {
|
|
167752
167816
|
id: string;
|
|
167753
167817
|
email?: string | undefined;
|
|
167754
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167755
167818
|
handle?: string | undefined;
|
|
167756
167819
|
avatarUrl?: string | undefined;
|
|
167820
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167757
167821
|
customUrl?: string | undefined;
|
|
167758
167822
|
} | undefined;
|
|
167759
167823
|
}>;
|
|
@@ -168164,16 +168228,16 @@ declare const User: z.ZodObject<{
|
|
|
168164
168228
|
}, "strip", z.ZodTypeAny, {
|
|
168165
168229
|
id: string;
|
|
168166
168230
|
email?: string | undefined;
|
|
168167
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168168
168231
|
handle?: string | undefined;
|
|
168169
168232
|
avatarUrl?: string | undefined;
|
|
168233
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168170
168234
|
customUrl?: string | undefined;
|
|
168171
168235
|
}, {
|
|
168172
168236
|
id: string;
|
|
168173
168237
|
email?: string | undefined;
|
|
168174
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168175
168238
|
handle?: string | undefined;
|
|
168176
168239
|
avatarUrl?: string | undefined;
|
|
168240
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168177
168241
|
customUrl?: string | undefined;
|
|
168178
168242
|
}>>;
|
|
168179
168243
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -168186,16 +168250,16 @@ declare const User: z.ZodObject<{
|
|
|
168186
168250
|
}, "strip", z.ZodTypeAny, {
|
|
168187
168251
|
id: string;
|
|
168188
168252
|
email?: string | undefined;
|
|
168189
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168190
168253
|
handle?: string | undefined;
|
|
168191
168254
|
avatarUrl?: string | undefined;
|
|
168255
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168192
168256
|
customUrl?: string | undefined;
|
|
168193
168257
|
}, {
|
|
168194
168258
|
id: string;
|
|
168195
168259
|
email?: string | undefined;
|
|
168196
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168197
168260
|
handle?: string | undefined;
|
|
168198
168261
|
avatarUrl?: string | undefined;
|
|
168262
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168199
168263
|
customUrl?: string | undefined;
|
|
168200
168264
|
}>, "many">>;
|
|
168201
168265
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -168208,16 +168272,16 @@ declare const User: z.ZodObject<{
|
|
|
168208
168272
|
}, "strip", z.ZodTypeAny, {
|
|
168209
168273
|
id: string;
|
|
168210
168274
|
email?: string | undefined;
|
|
168211
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168212
168275
|
handle?: string | undefined;
|
|
168213
168276
|
avatarUrl?: string | undefined;
|
|
168277
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168214
168278
|
customUrl?: string | undefined;
|
|
168215
168279
|
}, {
|
|
168216
168280
|
id: string;
|
|
168217
168281
|
email?: string | undefined;
|
|
168218
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168219
168282
|
handle?: string | undefined;
|
|
168220
168283
|
avatarUrl?: string | undefined;
|
|
168284
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168221
168285
|
customUrl?: string | undefined;
|
|
168222
168286
|
}>, "many">>;
|
|
168223
168287
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -168230,16 +168294,16 @@ declare const User: z.ZodObject<{
|
|
|
168230
168294
|
}, "strip", z.ZodTypeAny, {
|
|
168231
168295
|
id: string;
|
|
168232
168296
|
email?: string | undefined;
|
|
168233
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168234
168297
|
handle?: string | undefined;
|
|
168235
168298
|
avatarUrl?: string | undefined;
|
|
168299
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168236
168300
|
customUrl?: string | undefined;
|
|
168237
168301
|
}, {
|
|
168238
168302
|
id: string;
|
|
168239
168303
|
email?: string | undefined;
|
|
168240
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168241
168304
|
handle?: string | undefined;
|
|
168242
168305
|
avatarUrl?: string | undefined;
|
|
168306
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168243
168307
|
customUrl?: string | undefined;
|
|
168244
168308
|
}>, "many">>;
|
|
168245
168309
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -168252,98 +168316,98 @@ declare const User: z.ZodObject<{
|
|
|
168252
168316
|
}, "strip", z.ZodTypeAny, {
|
|
168253
168317
|
id: string;
|
|
168254
168318
|
email?: string | undefined;
|
|
168255
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168256
168319
|
handle?: string | undefined;
|
|
168257
168320
|
avatarUrl?: string | undefined;
|
|
168321
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168258
168322
|
customUrl?: string | undefined;
|
|
168259
168323
|
}, {
|
|
168260
168324
|
id: string;
|
|
168261
168325
|
email?: string | undefined;
|
|
168262
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168263
168326
|
handle?: string | undefined;
|
|
168264
168327
|
avatarUrl?: string | undefined;
|
|
168328
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168265
168329
|
customUrl?: string | undefined;
|
|
168266
168330
|
}>, "many">>;
|
|
168267
168331
|
}, "strip", z.ZodTypeAny, {
|
|
168268
168332
|
azure?: {
|
|
168269
168333
|
id: string;
|
|
168270
168334
|
email?: string | undefined;
|
|
168271
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168272
168335
|
handle?: string | undefined;
|
|
168273
168336
|
avatarUrl?: string | undefined;
|
|
168337
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168274
168338
|
customUrl?: string | undefined;
|
|
168275
168339
|
}[] | undefined;
|
|
168276
168340
|
github?: {
|
|
168277
168341
|
id: string;
|
|
168278
168342
|
email?: string | undefined;
|
|
168279
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168280
168343
|
handle?: string | undefined;
|
|
168281
168344
|
avatarUrl?: string | undefined;
|
|
168345
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168282
168346
|
customUrl?: string | undefined;
|
|
168283
168347
|
}[] | undefined;
|
|
168284
168348
|
gitlab?: {
|
|
168285
168349
|
id: string;
|
|
168286
168350
|
email?: string | undefined;
|
|
168287
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168288
168351
|
handle?: string | undefined;
|
|
168289
168352
|
avatarUrl?: string | undefined;
|
|
168353
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168290
168354
|
customUrl?: string | undefined;
|
|
168291
168355
|
}[] | undefined;
|
|
168292
168356
|
bitbucket?: {
|
|
168293
168357
|
id: string;
|
|
168294
168358
|
email?: string | undefined;
|
|
168295
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168296
168359
|
handle?: string | undefined;
|
|
168297
168360
|
avatarUrl?: string | undefined;
|
|
168361
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168298
168362
|
customUrl?: string | undefined;
|
|
168299
168363
|
}[] | undefined;
|
|
168300
168364
|
figma?: {
|
|
168301
168365
|
id: string;
|
|
168302
168366
|
email?: string | undefined;
|
|
168303
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168304
168367
|
handle?: string | undefined;
|
|
168305
168368
|
avatarUrl?: string | undefined;
|
|
168369
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168306
168370
|
customUrl?: string | undefined;
|
|
168307
168371
|
} | undefined;
|
|
168308
168372
|
}, {
|
|
168309
168373
|
azure?: {
|
|
168310
168374
|
id: string;
|
|
168311
168375
|
email?: string | undefined;
|
|
168312
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168313
168376
|
handle?: string | undefined;
|
|
168314
168377
|
avatarUrl?: string | undefined;
|
|
168378
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168315
168379
|
customUrl?: string | undefined;
|
|
168316
168380
|
}[] | undefined;
|
|
168317
168381
|
github?: {
|
|
168318
168382
|
id: string;
|
|
168319
168383
|
email?: string | undefined;
|
|
168320
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168321
168384
|
handle?: string | undefined;
|
|
168322
168385
|
avatarUrl?: string | undefined;
|
|
168386
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168323
168387
|
customUrl?: string | undefined;
|
|
168324
168388
|
}[] | undefined;
|
|
168325
168389
|
gitlab?: {
|
|
168326
168390
|
id: string;
|
|
168327
168391
|
email?: string | undefined;
|
|
168328
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168329
168392
|
handle?: string | undefined;
|
|
168330
168393
|
avatarUrl?: string | undefined;
|
|
168394
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168331
168395
|
customUrl?: string | undefined;
|
|
168332
168396
|
}[] | undefined;
|
|
168333
168397
|
bitbucket?: {
|
|
168334
168398
|
id: string;
|
|
168335
168399
|
email?: string | undefined;
|
|
168336
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168337
168400
|
handle?: string | undefined;
|
|
168338
168401
|
avatarUrl?: string | undefined;
|
|
168402
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168339
168403
|
customUrl?: string | undefined;
|
|
168340
168404
|
}[] | undefined;
|
|
168341
168405
|
figma?: {
|
|
168342
168406
|
id: string;
|
|
168343
168407
|
email?: string | undefined;
|
|
168344
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168345
168408
|
handle?: string | undefined;
|
|
168346
168409
|
avatarUrl?: string | undefined;
|
|
168410
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168347
168411
|
customUrl?: string | undefined;
|
|
168348
168412
|
} | undefined;
|
|
168349
168413
|
}>>;
|
|
@@ -168381,41 +168445,41 @@ declare const User: z.ZodObject<{
|
|
|
168381
168445
|
azure?: {
|
|
168382
168446
|
id: string;
|
|
168383
168447
|
email?: string | undefined;
|
|
168384
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168385
168448
|
handle?: string | undefined;
|
|
168386
168449
|
avatarUrl?: string | undefined;
|
|
168450
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168387
168451
|
customUrl?: string | undefined;
|
|
168388
168452
|
}[] | undefined;
|
|
168389
168453
|
github?: {
|
|
168390
168454
|
id: string;
|
|
168391
168455
|
email?: string | undefined;
|
|
168392
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168393
168456
|
handle?: string | undefined;
|
|
168394
168457
|
avatarUrl?: string | undefined;
|
|
168458
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168395
168459
|
customUrl?: string | undefined;
|
|
168396
168460
|
}[] | undefined;
|
|
168397
168461
|
gitlab?: {
|
|
168398
168462
|
id: string;
|
|
168399
168463
|
email?: string | undefined;
|
|
168400
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168401
168464
|
handle?: string | undefined;
|
|
168402
168465
|
avatarUrl?: string | undefined;
|
|
168466
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168403
168467
|
customUrl?: string | undefined;
|
|
168404
168468
|
}[] | undefined;
|
|
168405
168469
|
bitbucket?: {
|
|
168406
168470
|
id: string;
|
|
168407
168471
|
email?: string | undefined;
|
|
168408
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168409
168472
|
handle?: string | undefined;
|
|
168410
168473
|
avatarUrl?: string | undefined;
|
|
168474
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168411
168475
|
customUrl?: string | undefined;
|
|
168412
168476
|
}[] | undefined;
|
|
168413
168477
|
figma?: {
|
|
168414
168478
|
id: string;
|
|
168415
168479
|
email?: string | undefined;
|
|
168416
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168417
168480
|
handle?: string | undefined;
|
|
168418
168481
|
avatarUrl?: string | undefined;
|
|
168482
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168419
168483
|
customUrl?: string | undefined;
|
|
168420
168484
|
} | undefined;
|
|
168421
168485
|
} | undefined;
|
|
@@ -168451,41 +168515,41 @@ declare const User: z.ZodObject<{
|
|
|
168451
168515
|
azure?: {
|
|
168452
168516
|
id: string;
|
|
168453
168517
|
email?: string | undefined;
|
|
168454
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168455
168518
|
handle?: string | undefined;
|
|
168456
168519
|
avatarUrl?: string | undefined;
|
|
168520
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168457
168521
|
customUrl?: string | undefined;
|
|
168458
168522
|
}[] | undefined;
|
|
168459
168523
|
github?: {
|
|
168460
168524
|
id: string;
|
|
168461
168525
|
email?: string | undefined;
|
|
168462
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168463
168526
|
handle?: string | undefined;
|
|
168464
168527
|
avatarUrl?: string | undefined;
|
|
168528
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168465
168529
|
customUrl?: string | undefined;
|
|
168466
168530
|
}[] | undefined;
|
|
168467
168531
|
gitlab?: {
|
|
168468
168532
|
id: string;
|
|
168469
168533
|
email?: string | undefined;
|
|
168470
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168471
168534
|
handle?: string | undefined;
|
|
168472
168535
|
avatarUrl?: string | undefined;
|
|
168536
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168473
168537
|
customUrl?: string | undefined;
|
|
168474
168538
|
}[] | undefined;
|
|
168475
168539
|
bitbucket?: {
|
|
168476
168540
|
id: string;
|
|
168477
168541
|
email?: string | undefined;
|
|
168478
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168479
168542
|
handle?: string | undefined;
|
|
168480
168543
|
avatarUrl?: string | undefined;
|
|
168544
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168481
168545
|
customUrl?: string | undefined;
|
|
168482
168546
|
}[] | undefined;
|
|
168483
168547
|
figma?: {
|
|
168484
168548
|
id: string;
|
|
168485
168549
|
email?: string | undefined;
|
|
168486
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168487
168550
|
handle?: string | undefined;
|
|
168488
168551
|
avatarUrl?: string | undefined;
|
|
168552
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168489
168553
|
customUrl?: string | undefined;
|
|
168490
168554
|
} | undefined;
|
|
168491
168555
|
} | undefined;
|
|
@@ -169152,16 +169216,16 @@ declare const WorkspaceInvitation: z.ZodObject<{
|
|
|
169152
169216
|
id: string;
|
|
169153
169217
|
createdAt: Date;
|
|
169154
169218
|
email: string;
|
|
169155
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169156
169219
|
workspaceId: string;
|
|
169220
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169157
169221
|
invitedBy: string;
|
|
169158
169222
|
resentAt?: Date | null | undefined;
|
|
169159
169223
|
}, {
|
|
169160
169224
|
id: string;
|
|
169161
169225
|
createdAt: Date;
|
|
169162
169226
|
email: string;
|
|
169163
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169164
169227
|
workspaceId: string;
|
|
169228
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169165
169229
|
invitedBy: string;
|
|
169166
169230
|
resentAt?: Date | null | undefined;
|
|
169167
169231
|
}>;
|
|
@@ -169193,9 +169257,9 @@ declare const WorkspaceMembership: z.ZodObject<{
|
|
|
169193
169257
|
}>;
|
|
169194
169258
|
}, "strip", z.ZodTypeAny, {
|
|
169195
169259
|
id: string;
|
|
169196
|
-
workspaceId: string;
|
|
169197
169260
|
userId: string;
|
|
169198
169261
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169262
|
+
workspaceId: string;
|
|
169199
169263
|
notificationSettings: {
|
|
169200
169264
|
liveblocksNotificationSettings: {
|
|
169201
169265
|
sendCommentNotificationEmails: boolean;
|
|
@@ -169203,9 +169267,9 @@ declare const WorkspaceMembership: z.ZodObject<{
|
|
|
169203
169267
|
};
|
|
169204
169268
|
}, {
|
|
169205
169269
|
id: string;
|
|
169206
|
-
workspaceId: string;
|
|
169207
169270
|
userId: string;
|
|
169208
169271
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169272
|
+
workspaceId: string;
|
|
169209
169273
|
notificationSettings: {
|
|
169210
169274
|
liveblocksNotificationSettings: {
|
|
169211
169275
|
sendCommentNotificationEmails: boolean;
|
|
@@ -169220,21 +169284,21 @@ declare const UpdateMembershipRolesInput: z.ZodObject<{
|
|
|
169220
169284
|
userId: z.ZodString;
|
|
169221
169285
|
role: z.ZodNativeEnum<z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
169222
169286
|
}, "strip", z.ZodTypeAny, {
|
|
169223
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169224
169287
|
userId: string;
|
|
169225
|
-
}, {
|
|
169226
169288
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169289
|
+
}, {
|
|
169227
169290
|
userId: string;
|
|
169291
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169228
169292
|
}>, "many">;
|
|
169229
169293
|
}, "strip", z.ZodTypeAny, {
|
|
169230
169294
|
members: {
|
|
169231
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169232
169295
|
userId: string;
|
|
169296
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169233
169297
|
}[];
|
|
169234
169298
|
}, {
|
|
169235
169299
|
members: {
|
|
169236
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169237
169300
|
userId: string;
|
|
169301
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169238
169302
|
}[];
|
|
169239
169303
|
}>;
|
|
169240
169304
|
type UpdateMembershipRolesInput = z.infer<typeof UpdateMembershipRolesInput>;
|
|
@@ -173075,4 +173139,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
173075
173139
|
}>;
|
|
173076
173140
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
173077
173141
|
|
|
173078
|
-
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, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, 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, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, 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, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, 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 UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, 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 };
|
|
173142
|
+
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, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, 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, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemMembers, DesignSystemMembership, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, 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, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, 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 UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, 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 };
|