@supernova-studio/model 0.55.16 → 0.55.18
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 +325 -309
- package/dist/index.d.ts +325 -309
- package/dist/index.js +345 -326
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +646 -627
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/design-system.ts +0 -1
- package/src/dsm/membership/design-system-membership.ts +27 -1
package/dist/index.d.ts
CHANGED
|
@@ -2944,7 +2944,6 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2944
2944
|
docSlug: z.ZodString;
|
|
2945
2945
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2946
2946
|
docSlugDeprecated: z.ZodString;
|
|
2947
|
-
isPublic: z.ZodBoolean;
|
|
2948
2947
|
isMultibrand: z.ZodBoolean;
|
|
2949
2948
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
2950
2949
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -2973,7 +2972,6 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2973
2972
|
updatedAt: Date;
|
|
2974
2973
|
name: string;
|
|
2975
2974
|
description: string;
|
|
2976
|
-
isPublic: boolean;
|
|
2977
2975
|
workspaceId: string;
|
|
2978
2976
|
docSlug: string;
|
|
2979
2977
|
docSlugDeprecated: string;
|
|
@@ -2996,7 +2994,6 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2996
2994
|
updatedAt: Date;
|
|
2997
2995
|
name: string;
|
|
2998
2996
|
description: string;
|
|
2999
|
-
isPublic: boolean;
|
|
3000
2997
|
workspaceId: string;
|
|
3001
2998
|
docSlug: string;
|
|
3002
2999
|
docSlugDeprecated: string;
|
|
@@ -6081,7 +6078,6 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6081
6078
|
updatedAt: Date;
|
|
6082
6079
|
name: string;
|
|
6083
6080
|
description: string;
|
|
6084
|
-
isPublic: boolean;
|
|
6085
6081
|
workspaceId: string;
|
|
6086
6082
|
docSlug: string;
|
|
6087
6083
|
docSlugDeprecated: string;
|
|
@@ -6512,7 +6508,6 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6512
6508
|
updatedAt: Date;
|
|
6513
6509
|
name: string;
|
|
6514
6510
|
description: string;
|
|
6515
|
-
isPublic: boolean;
|
|
6516
6511
|
workspaceId: string;
|
|
6517
6512
|
docSlug: string;
|
|
6518
6513
|
docSlugDeprecated: string;
|
|
@@ -10147,16 +10142,16 @@ declare const UserDump: z.ZodObject<{
|
|
|
10147
10142
|
}, "strip", z.ZodTypeAny, {
|
|
10148
10143
|
id: string;
|
|
10149
10144
|
email?: string | undefined;
|
|
10150
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10151
10145
|
handle?: string | undefined;
|
|
10152
10146
|
avatarUrl?: string | undefined;
|
|
10147
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10153
10148
|
customUrl?: string | undefined;
|
|
10154
10149
|
}, {
|
|
10155
10150
|
id: string;
|
|
10156
10151
|
email?: string | undefined;
|
|
10157
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10158
10152
|
handle?: string | undefined;
|
|
10159
10153
|
avatarUrl?: string | undefined;
|
|
10154
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10160
10155
|
customUrl?: string | undefined;
|
|
10161
10156
|
}>>;
|
|
10162
10157
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10169,16 +10164,16 @@ declare const UserDump: z.ZodObject<{
|
|
|
10169
10164
|
}, "strip", z.ZodTypeAny, {
|
|
10170
10165
|
id: string;
|
|
10171
10166
|
email?: string | undefined;
|
|
10172
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10173
10167
|
handle?: string | undefined;
|
|
10174
10168
|
avatarUrl?: string | undefined;
|
|
10169
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10175
10170
|
customUrl?: string | undefined;
|
|
10176
10171
|
}, {
|
|
10177
10172
|
id: string;
|
|
10178
10173
|
email?: string | undefined;
|
|
10179
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10180
10174
|
handle?: string | undefined;
|
|
10181
10175
|
avatarUrl?: string | undefined;
|
|
10176
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10182
10177
|
customUrl?: string | undefined;
|
|
10183
10178
|
}>, "many">>;
|
|
10184
10179
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10191,16 +10186,16 @@ declare const UserDump: z.ZodObject<{
|
|
|
10191
10186
|
}, "strip", z.ZodTypeAny, {
|
|
10192
10187
|
id: string;
|
|
10193
10188
|
email?: string | undefined;
|
|
10194
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10195
10189
|
handle?: string | undefined;
|
|
10196
10190
|
avatarUrl?: string | undefined;
|
|
10191
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10197
10192
|
customUrl?: string | undefined;
|
|
10198
10193
|
}, {
|
|
10199
10194
|
id: string;
|
|
10200
10195
|
email?: string | undefined;
|
|
10201
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10202
10196
|
handle?: string | undefined;
|
|
10203
10197
|
avatarUrl?: string | undefined;
|
|
10198
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10204
10199
|
customUrl?: string | undefined;
|
|
10205
10200
|
}>, "many">>;
|
|
10206
10201
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10213,16 +10208,16 @@ declare const UserDump: z.ZodObject<{
|
|
|
10213
10208
|
}, "strip", z.ZodTypeAny, {
|
|
10214
10209
|
id: string;
|
|
10215
10210
|
email?: string | undefined;
|
|
10216
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10217
10211
|
handle?: string | undefined;
|
|
10218
10212
|
avatarUrl?: string | undefined;
|
|
10213
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10219
10214
|
customUrl?: string | undefined;
|
|
10220
10215
|
}, {
|
|
10221
10216
|
id: string;
|
|
10222
10217
|
email?: string | undefined;
|
|
10223
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10224
10218
|
handle?: string | undefined;
|
|
10225
10219
|
avatarUrl?: string | undefined;
|
|
10220
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10226
10221
|
customUrl?: string | undefined;
|
|
10227
10222
|
}>, "many">>;
|
|
10228
10223
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10235,98 +10230,98 @@ declare const UserDump: z.ZodObject<{
|
|
|
10235
10230
|
}, "strip", z.ZodTypeAny, {
|
|
10236
10231
|
id: string;
|
|
10237
10232
|
email?: string | undefined;
|
|
10238
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10239
10233
|
handle?: string | undefined;
|
|
10240
10234
|
avatarUrl?: string | undefined;
|
|
10235
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10241
10236
|
customUrl?: string | undefined;
|
|
10242
10237
|
}, {
|
|
10243
10238
|
id: string;
|
|
10244
10239
|
email?: string | undefined;
|
|
10245
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10246
10240
|
handle?: string | undefined;
|
|
10247
10241
|
avatarUrl?: string | undefined;
|
|
10242
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10248
10243
|
customUrl?: string | undefined;
|
|
10249
10244
|
}>, "many">>;
|
|
10250
10245
|
}, "strip", z.ZodTypeAny, {
|
|
10251
10246
|
azure?: {
|
|
10252
10247
|
id: string;
|
|
10253
10248
|
email?: string | undefined;
|
|
10254
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10255
10249
|
handle?: string | undefined;
|
|
10256
10250
|
avatarUrl?: string | undefined;
|
|
10251
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10257
10252
|
customUrl?: string | undefined;
|
|
10258
10253
|
}[] | undefined;
|
|
10259
10254
|
github?: {
|
|
10260
10255
|
id: string;
|
|
10261
10256
|
email?: string | undefined;
|
|
10262
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10263
10257
|
handle?: string | undefined;
|
|
10264
10258
|
avatarUrl?: string | undefined;
|
|
10259
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10265
10260
|
customUrl?: string | undefined;
|
|
10266
10261
|
}[] | undefined;
|
|
10267
10262
|
gitlab?: {
|
|
10268
10263
|
id: string;
|
|
10269
10264
|
email?: string | undefined;
|
|
10270
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10271
10265
|
handle?: string | undefined;
|
|
10272
10266
|
avatarUrl?: string | undefined;
|
|
10267
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10273
10268
|
customUrl?: string | undefined;
|
|
10274
10269
|
}[] | undefined;
|
|
10275
10270
|
bitbucket?: {
|
|
10276
10271
|
id: string;
|
|
10277
10272
|
email?: string | undefined;
|
|
10278
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10279
10273
|
handle?: string | undefined;
|
|
10280
10274
|
avatarUrl?: string | undefined;
|
|
10275
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10281
10276
|
customUrl?: string | undefined;
|
|
10282
10277
|
}[] | undefined;
|
|
10283
10278
|
figma?: {
|
|
10284
10279
|
id: string;
|
|
10285
10280
|
email?: string | undefined;
|
|
10286
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10287
10281
|
handle?: string | undefined;
|
|
10288
10282
|
avatarUrl?: string | undefined;
|
|
10283
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10289
10284
|
customUrl?: string | undefined;
|
|
10290
10285
|
} | undefined;
|
|
10291
10286
|
}, {
|
|
10292
10287
|
azure?: {
|
|
10293
10288
|
id: string;
|
|
10294
10289
|
email?: string | undefined;
|
|
10295
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10296
10290
|
handle?: string | undefined;
|
|
10297
10291
|
avatarUrl?: string | undefined;
|
|
10292
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10298
10293
|
customUrl?: string | undefined;
|
|
10299
10294
|
}[] | undefined;
|
|
10300
10295
|
github?: {
|
|
10301
10296
|
id: string;
|
|
10302
10297
|
email?: string | undefined;
|
|
10303
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10304
10298
|
handle?: string | undefined;
|
|
10305
10299
|
avatarUrl?: string | undefined;
|
|
10300
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10306
10301
|
customUrl?: string | undefined;
|
|
10307
10302
|
}[] | undefined;
|
|
10308
10303
|
gitlab?: {
|
|
10309
10304
|
id: string;
|
|
10310
10305
|
email?: string | undefined;
|
|
10311
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10312
10306
|
handle?: string | undefined;
|
|
10313
10307
|
avatarUrl?: string | undefined;
|
|
10308
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10314
10309
|
customUrl?: string | undefined;
|
|
10315
10310
|
}[] | undefined;
|
|
10316
10311
|
bitbucket?: {
|
|
10317
10312
|
id: string;
|
|
10318
10313
|
email?: string | undefined;
|
|
10319
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10320
10314
|
handle?: string | undefined;
|
|
10321
10315
|
avatarUrl?: string | undefined;
|
|
10316
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10322
10317
|
customUrl?: string | undefined;
|
|
10323
10318
|
}[] | undefined;
|
|
10324
10319
|
figma?: {
|
|
10325
10320
|
id: string;
|
|
10326
10321
|
email?: string | undefined;
|
|
10327
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10328
10322
|
handle?: string | undefined;
|
|
10329
10323
|
avatarUrl?: string | undefined;
|
|
10324
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10330
10325
|
customUrl?: string | undefined;
|
|
10331
10326
|
} | undefined;
|
|
10332
10327
|
}>>;
|
|
@@ -10364,41 +10359,41 @@ declare const UserDump: z.ZodObject<{
|
|
|
10364
10359
|
azure?: {
|
|
10365
10360
|
id: string;
|
|
10366
10361
|
email?: string | undefined;
|
|
10367
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10368
10362
|
handle?: string | undefined;
|
|
10369
10363
|
avatarUrl?: string | undefined;
|
|
10364
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10370
10365
|
customUrl?: string | undefined;
|
|
10371
10366
|
}[] | undefined;
|
|
10372
10367
|
github?: {
|
|
10373
10368
|
id: string;
|
|
10374
10369
|
email?: string | undefined;
|
|
10375
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10376
10370
|
handle?: string | undefined;
|
|
10377
10371
|
avatarUrl?: string | undefined;
|
|
10372
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10378
10373
|
customUrl?: string | undefined;
|
|
10379
10374
|
}[] | undefined;
|
|
10380
10375
|
gitlab?: {
|
|
10381
10376
|
id: string;
|
|
10382
10377
|
email?: string | undefined;
|
|
10383
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10384
10378
|
handle?: string | undefined;
|
|
10385
10379
|
avatarUrl?: string | undefined;
|
|
10380
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10386
10381
|
customUrl?: string | undefined;
|
|
10387
10382
|
}[] | undefined;
|
|
10388
10383
|
bitbucket?: {
|
|
10389
10384
|
id: string;
|
|
10390
10385
|
email?: string | undefined;
|
|
10391
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10392
10386
|
handle?: string | undefined;
|
|
10393
10387
|
avatarUrl?: string | undefined;
|
|
10388
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10394
10389
|
customUrl?: string | undefined;
|
|
10395
10390
|
}[] | undefined;
|
|
10396
10391
|
figma?: {
|
|
10397
10392
|
id: string;
|
|
10398
10393
|
email?: string | undefined;
|
|
10399
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10400
10394
|
handle?: string | undefined;
|
|
10401
10395
|
avatarUrl?: string | undefined;
|
|
10396
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10402
10397
|
customUrl?: string | undefined;
|
|
10403
10398
|
} | undefined;
|
|
10404
10399
|
} | undefined;
|
|
@@ -10434,41 +10429,41 @@ declare const UserDump: z.ZodObject<{
|
|
|
10434
10429
|
azure?: {
|
|
10435
10430
|
id: string;
|
|
10436
10431
|
email?: string | undefined;
|
|
10437
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10438
10432
|
handle?: string | undefined;
|
|
10439
10433
|
avatarUrl?: string | undefined;
|
|
10434
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10440
10435
|
customUrl?: string | undefined;
|
|
10441
10436
|
}[] | undefined;
|
|
10442
10437
|
github?: {
|
|
10443
10438
|
id: string;
|
|
10444
10439
|
email?: string | undefined;
|
|
10445
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10446
10440
|
handle?: string | undefined;
|
|
10447
10441
|
avatarUrl?: string | undefined;
|
|
10442
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10448
10443
|
customUrl?: string | undefined;
|
|
10449
10444
|
}[] | undefined;
|
|
10450
10445
|
gitlab?: {
|
|
10451
10446
|
id: string;
|
|
10452
10447
|
email?: string | undefined;
|
|
10453
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10454
10448
|
handle?: string | undefined;
|
|
10455
10449
|
avatarUrl?: string | undefined;
|
|
10450
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10456
10451
|
customUrl?: string | undefined;
|
|
10457
10452
|
}[] | undefined;
|
|
10458
10453
|
bitbucket?: {
|
|
10459
10454
|
id: string;
|
|
10460
10455
|
email?: string | undefined;
|
|
10461
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10462
10456
|
handle?: string | undefined;
|
|
10463
10457
|
avatarUrl?: string | undefined;
|
|
10458
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10464
10459
|
customUrl?: string | undefined;
|
|
10465
10460
|
}[] | undefined;
|
|
10466
10461
|
figma?: {
|
|
10467
10462
|
id: string;
|
|
10468
10463
|
email?: string | undefined;
|
|
10469
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
10470
10464
|
handle?: string | undefined;
|
|
10471
10465
|
avatarUrl?: string | undefined;
|
|
10466
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
10472
10467
|
customUrl?: string | undefined;
|
|
10473
10468
|
} | undefined;
|
|
10474
10469
|
} | undefined;
|
|
@@ -11992,7 +11987,6 @@ declare const UserDump: z.ZodObject<{
|
|
|
11992
11987
|
docSlug: z.ZodString;
|
|
11993
11988
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
11994
11989
|
docSlugDeprecated: z.ZodString;
|
|
11995
|
-
isPublic: z.ZodBoolean;
|
|
11996
11990
|
isMultibrand: z.ZodBoolean;
|
|
11997
11991
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
11998
11992
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -12021,7 +12015,6 @@ declare const UserDump: z.ZodObject<{
|
|
|
12021
12015
|
updatedAt: Date;
|
|
12022
12016
|
name: string;
|
|
12023
12017
|
description: string;
|
|
12024
|
-
isPublic: boolean;
|
|
12025
12018
|
workspaceId: string;
|
|
12026
12019
|
docSlug: string;
|
|
12027
12020
|
docSlugDeprecated: string;
|
|
@@ -12044,7 +12037,6 @@ declare const UserDump: z.ZodObject<{
|
|
|
12044
12037
|
updatedAt: Date;
|
|
12045
12038
|
name: string;
|
|
12046
12039
|
description: string;
|
|
12047
|
-
isPublic: boolean;
|
|
12048
12040
|
workspaceId: string;
|
|
12049
12041
|
docSlug: string;
|
|
12050
12042
|
docSlugDeprecated: string;
|
|
@@ -15129,7 +15121,6 @@ declare const UserDump: z.ZodObject<{
|
|
|
15129
15121
|
updatedAt: Date;
|
|
15130
15122
|
name: string;
|
|
15131
15123
|
description: string;
|
|
15132
|
-
isPublic: boolean;
|
|
15133
15124
|
workspaceId: string;
|
|
15134
15125
|
docSlug: string;
|
|
15135
15126
|
docSlugDeprecated: string;
|
|
@@ -15560,7 +15551,6 @@ declare const UserDump: z.ZodObject<{
|
|
|
15560
15551
|
updatedAt: Date;
|
|
15561
15552
|
name: string;
|
|
15562
15553
|
description: string;
|
|
15563
|
-
isPublic: boolean;
|
|
15564
15554
|
workspaceId: string;
|
|
15565
15555
|
docSlug: string;
|
|
15566
15556
|
docSlugDeprecated: string;
|
|
@@ -17186,7 +17176,6 @@ declare const UserDump: z.ZodObject<{
|
|
|
17186
17176
|
updatedAt: Date;
|
|
17187
17177
|
name: string;
|
|
17188
17178
|
description: string;
|
|
17189
|
-
isPublic: boolean;
|
|
17190
17179
|
workspaceId: string;
|
|
17191
17180
|
docSlug: string;
|
|
17192
17181
|
docSlugDeprecated: string;
|
|
@@ -18003,7 +17992,6 @@ declare const UserDump: z.ZodObject<{
|
|
|
18003
17992
|
updatedAt: Date;
|
|
18004
17993
|
name: string;
|
|
18005
17994
|
description: string;
|
|
18006
|
-
isPublic: boolean;
|
|
18007
17995
|
workspaceId: string;
|
|
18008
17996
|
docSlug: string;
|
|
18009
17997
|
docSlugDeprecated: string;
|
|
@@ -18822,7 +18810,6 @@ declare const UserDump: z.ZodObject<{
|
|
|
18822
18810
|
updatedAt: Date;
|
|
18823
18811
|
name: string;
|
|
18824
18812
|
description: string;
|
|
18825
|
-
isPublic: boolean;
|
|
18826
18813
|
workspaceId: string;
|
|
18827
18814
|
docSlug: string;
|
|
18828
18815
|
docSlugDeprecated: string;
|
|
@@ -19641,41 +19628,41 @@ declare const UserDump: z.ZodObject<{
|
|
|
19641
19628
|
azure?: {
|
|
19642
19629
|
id: string;
|
|
19643
19630
|
email?: string | undefined;
|
|
19644
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
19645
19631
|
handle?: string | undefined;
|
|
19646
19632
|
avatarUrl?: string | undefined;
|
|
19633
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
19647
19634
|
customUrl?: string | undefined;
|
|
19648
19635
|
}[] | undefined;
|
|
19649
19636
|
github?: {
|
|
19650
19637
|
id: string;
|
|
19651
19638
|
email?: string | undefined;
|
|
19652
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
19653
19639
|
handle?: string | undefined;
|
|
19654
19640
|
avatarUrl?: string | undefined;
|
|
19641
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
19655
19642
|
customUrl?: string | undefined;
|
|
19656
19643
|
}[] | undefined;
|
|
19657
19644
|
gitlab?: {
|
|
19658
19645
|
id: string;
|
|
19659
19646
|
email?: string | undefined;
|
|
19660
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
19661
19647
|
handle?: string | undefined;
|
|
19662
19648
|
avatarUrl?: string | undefined;
|
|
19649
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
19663
19650
|
customUrl?: string | undefined;
|
|
19664
19651
|
}[] | undefined;
|
|
19665
19652
|
bitbucket?: {
|
|
19666
19653
|
id: string;
|
|
19667
19654
|
email?: string | undefined;
|
|
19668
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
19669
19655
|
handle?: string | undefined;
|
|
19670
19656
|
avatarUrl?: string | undefined;
|
|
19657
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
19671
19658
|
customUrl?: string | undefined;
|
|
19672
19659
|
}[] | undefined;
|
|
19673
19660
|
figma?: {
|
|
19674
19661
|
id: string;
|
|
19675
19662
|
email?: string | undefined;
|
|
19676
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
19677
19663
|
handle?: string | undefined;
|
|
19678
19664
|
avatarUrl?: string | undefined;
|
|
19665
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
19679
19666
|
customUrl?: string | undefined;
|
|
19680
19667
|
} | undefined;
|
|
19681
19668
|
} | undefined;
|
|
@@ -19712,7 +19699,6 @@ declare const UserDump: z.ZodObject<{
|
|
|
19712
19699
|
updatedAt: Date;
|
|
19713
19700
|
name: string;
|
|
19714
19701
|
description: string;
|
|
19715
|
-
isPublic: boolean;
|
|
19716
19702
|
workspaceId: string;
|
|
19717
19703
|
docSlug: string;
|
|
19718
19704
|
docSlugDeprecated: string;
|
|
@@ -20531,41 +20517,41 @@ declare const UserDump: z.ZodObject<{
|
|
|
20531
20517
|
azure?: {
|
|
20532
20518
|
id: string;
|
|
20533
20519
|
email?: string | undefined;
|
|
20534
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
20535
20520
|
handle?: string | undefined;
|
|
20536
20521
|
avatarUrl?: string | undefined;
|
|
20522
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
20537
20523
|
customUrl?: string | undefined;
|
|
20538
20524
|
}[] | undefined;
|
|
20539
20525
|
github?: {
|
|
20540
20526
|
id: string;
|
|
20541
20527
|
email?: string | undefined;
|
|
20542
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
20543
20528
|
handle?: string | undefined;
|
|
20544
20529
|
avatarUrl?: string | undefined;
|
|
20530
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
20545
20531
|
customUrl?: string | undefined;
|
|
20546
20532
|
}[] | undefined;
|
|
20547
20533
|
gitlab?: {
|
|
20548
20534
|
id: string;
|
|
20549
20535
|
email?: string | undefined;
|
|
20550
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
20551
20536
|
handle?: string | undefined;
|
|
20552
20537
|
avatarUrl?: string | undefined;
|
|
20538
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
20553
20539
|
customUrl?: string | undefined;
|
|
20554
20540
|
}[] | undefined;
|
|
20555
20541
|
bitbucket?: {
|
|
20556
20542
|
id: string;
|
|
20557
20543
|
email?: string | undefined;
|
|
20558
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
20559
20544
|
handle?: string | undefined;
|
|
20560
20545
|
avatarUrl?: string | undefined;
|
|
20546
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
20561
20547
|
customUrl?: string | undefined;
|
|
20562
20548
|
}[] | undefined;
|
|
20563
20549
|
figma?: {
|
|
20564
20550
|
id: string;
|
|
20565
20551
|
email?: string | undefined;
|
|
20566
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
20567
20552
|
handle?: string | undefined;
|
|
20568
20553
|
avatarUrl?: string | undefined;
|
|
20554
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
20569
20555
|
customUrl?: string | undefined;
|
|
20570
20556
|
} | undefined;
|
|
20571
20557
|
} | undefined;
|
|
@@ -22092,7 +22078,6 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22092
22078
|
docSlug: z.ZodString;
|
|
22093
22079
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
22094
22080
|
docSlugDeprecated: z.ZodString;
|
|
22095
|
-
isPublic: z.ZodBoolean;
|
|
22096
22081
|
isMultibrand: z.ZodBoolean;
|
|
22097
22082
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
22098
22083
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -22121,7 +22106,6 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22121
22106
|
updatedAt: Date;
|
|
22122
22107
|
name: string;
|
|
22123
22108
|
description: string;
|
|
22124
|
-
isPublic: boolean;
|
|
22125
22109
|
workspaceId: string;
|
|
22126
22110
|
docSlug: string;
|
|
22127
22111
|
docSlugDeprecated: string;
|
|
@@ -22144,7 +22128,6 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
22144
22128
|
updatedAt: Date;
|
|
22145
22129
|
name: string;
|
|
22146
22130
|
description: string;
|
|
22147
|
-
isPublic: boolean;
|
|
22148
22131
|
workspaceId: string;
|
|
22149
22132
|
docSlug: string;
|
|
22150
22133
|
docSlugDeprecated: string;
|
|
@@ -25229,7 +25212,6 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25229
25212
|
updatedAt: Date;
|
|
25230
25213
|
name: string;
|
|
25231
25214
|
description: string;
|
|
25232
|
-
isPublic: boolean;
|
|
25233
25215
|
workspaceId: string;
|
|
25234
25216
|
docSlug: string;
|
|
25235
25217
|
docSlugDeprecated: string;
|
|
@@ -25660,7 +25642,6 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25660
25642
|
updatedAt: Date;
|
|
25661
25643
|
name: string;
|
|
25662
25644
|
description: string;
|
|
25663
|
-
isPublic: boolean;
|
|
25664
25645
|
workspaceId: string;
|
|
25665
25646
|
docSlug: string;
|
|
25666
25647
|
docSlugDeprecated: string;
|
|
@@ -27286,7 +27267,6 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27286
27267
|
updatedAt: Date;
|
|
27287
27268
|
name: string;
|
|
27288
27269
|
description: string;
|
|
27289
|
-
isPublic: boolean;
|
|
27290
27270
|
workspaceId: string;
|
|
27291
27271
|
docSlug: string;
|
|
27292
27272
|
docSlugDeprecated: string;
|
|
@@ -28103,7 +28083,6 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
28103
28083
|
updatedAt: Date;
|
|
28104
28084
|
name: string;
|
|
28105
28085
|
description: string;
|
|
28106
|
-
isPublic: boolean;
|
|
28107
28086
|
workspaceId: string;
|
|
28108
28087
|
docSlug: string;
|
|
28109
28088
|
docSlugDeprecated: string;
|
|
@@ -29145,16 +29124,16 @@ declare const UserSession: z.ZodObject<{
|
|
|
29145
29124
|
}, "strip", z.ZodTypeAny, {
|
|
29146
29125
|
id: string;
|
|
29147
29126
|
email?: string | undefined;
|
|
29148
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29149
29127
|
handle?: string | undefined;
|
|
29150
29128
|
avatarUrl?: string | undefined;
|
|
29129
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29151
29130
|
customUrl?: string | undefined;
|
|
29152
29131
|
}, {
|
|
29153
29132
|
id: string;
|
|
29154
29133
|
email?: string | undefined;
|
|
29155
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29156
29134
|
handle?: string | undefined;
|
|
29157
29135
|
avatarUrl?: string | undefined;
|
|
29136
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29158
29137
|
customUrl?: string | undefined;
|
|
29159
29138
|
}>>;
|
|
29160
29139
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -29167,16 +29146,16 @@ declare const UserSession: z.ZodObject<{
|
|
|
29167
29146
|
}, "strip", z.ZodTypeAny, {
|
|
29168
29147
|
id: string;
|
|
29169
29148
|
email?: string | undefined;
|
|
29170
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29171
29149
|
handle?: string | undefined;
|
|
29172
29150
|
avatarUrl?: string | undefined;
|
|
29151
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29173
29152
|
customUrl?: string | undefined;
|
|
29174
29153
|
}, {
|
|
29175
29154
|
id: string;
|
|
29176
29155
|
email?: string | undefined;
|
|
29177
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29178
29156
|
handle?: string | undefined;
|
|
29179
29157
|
avatarUrl?: string | undefined;
|
|
29158
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29180
29159
|
customUrl?: string | undefined;
|
|
29181
29160
|
}>, "many">>;
|
|
29182
29161
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -29189,16 +29168,16 @@ declare const UserSession: z.ZodObject<{
|
|
|
29189
29168
|
}, "strip", z.ZodTypeAny, {
|
|
29190
29169
|
id: string;
|
|
29191
29170
|
email?: string | undefined;
|
|
29192
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29193
29171
|
handle?: string | undefined;
|
|
29194
29172
|
avatarUrl?: string | undefined;
|
|
29173
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29195
29174
|
customUrl?: string | undefined;
|
|
29196
29175
|
}, {
|
|
29197
29176
|
id: string;
|
|
29198
29177
|
email?: string | undefined;
|
|
29199
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29200
29178
|
handle?: string | undefined;
|
|
29201
29179
|
avatarUrl?: string | undefined;
|
|
29180
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29202
29181
|
customUrl?: string | undefined;
|
|
29203
29182
|
}>, "many">>;
|
|
29204
29183
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -29211,16 +29190,16 @@ declare const UserSession: z.ZodObject<{
|
|
|
29211
29190
|
}, "strip", z.ZodTypeAny, {
|
|
29212
29191
|
id: string;
|
|
29213
29192
|
email?: string | undefined;
|
|
29214
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29215
29193
|
handle?: string | undefined;
|
|
29216
29194
|
avatarUrl?: string | undefined;
|
|
29195
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29217
29196
|
customUrl?: string | undefined;
|
|
29218
29197
|
}, {
|
|
29219
29198
|
id: string;
|
|
29220
29199
|
email?: string | undefined;
|
|
29221
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29222
29200
|
handle?: string | undefined;
|
|
29223
29201
|
avatarUrl?: string | undefined;
|
|
29202
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29224
29203
|
customUrl?: string | undefined;
|
|
29225
29204
|
}>, "many">>;
|
|
29226
29205
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -29233,98 +29212,98 @@ declare const UserSession: z.ZodObject<{
|
|
|
29233
29212
|
}, "strip", z.ZodTypeAny, {
|
|
29234
29213
|
id: string;
|
|
29235
29214
|
email?: string | undefined;
|
|
29236
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29237
29215
|
handle?: string | undefined;
|
|
29238
29216
|
avatarUrl?: string | undefined;
|
|
29217
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29239
29218
|
customUrl?: string | undefined;
|
|
29240
29219
|
}, {
|
|
29241
29220
|
id: string;
|
|
29242
29221
|
email?: string | undefined;
|
|
29243
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29244
29222
|
handle?: string | undefined;
|
|
29245
29223
|
avatarUrl?: string | undefined;
|
|
29224
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29246
29225
|
customUrl?: string | undefined;
|
|
29247
29226
|
}>, "many">>;
|
|
29248
29227
|
}, "strip", z.ZodTypeAny, {
|
|
29249
29228
|
azure?: {
|
|
29250
29229
|
id: string;
|
|
29251
29230
|
email?: string | undefined;
|
|
29252
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29253
29231
|
handle?: string | undefined;
|
|
29254
29232
|
avatarUrl?: string | undefined;
|
|
29233
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29255
29234
|
customUrl?: string | undefined;
|
|
29256
29235
|
}[] | undefined;
|
|
29257
29236
|
github?: {
|
|
29258
29237
|
id: string;
|
|
29259
29238
|
email?: string | undefined;
|
|
29260
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29261
29239
|
handle?: string | undefined;
|
|
29262
29240
|
avatarUrl?: string | undefined;
|
|
29241
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29263
29242
|
customUrl?: string | undefined;
|
|
29264
29243
|
}[] | undefined;
|
|
29265
29244
|
gitlab?: {
|
|
29266
29245
|
id: string;
|
|
29267
29246
|
email?: string | undefined;
|
|
29268
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29269
29247
|
handle?: string | undefined;
|
|
29270
29248
|
avatarUrl?: string | undefined;
|
|
29249
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29271
29250
|
customUrl?: string | undefined;
|
|
29272
29251
|
}[] | undefined;
|
|
29273
29252
|
bitbucket?: {
|
|
29274
29253
|
id: string;
|
|
29275
29254
|
email?: string | undefined;
|
|
29276
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29277
29255
|
handle?: string | undefined;
|
|
29278
29256
|
avatarUrl?: string | undefined;
|
|
29257
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29279
29258
|
customUrl?: string | undefined;
|
|
29280
29259
|
}[] | undefined;
|
|
29281
29260
|
figma?: {
|
|
29282
29261
|
id: string;
|
|
29283
29262
|
email?: string | undefined;
|
|
29284
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29285
29263
|
handle?: string | undefined;
|
|
29286
29264
|
avatarUrl?: string | undefined;
|
|
29265
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29287
29266
|
customUrl?: string | undefined;
|
|
29288
29267
|
} | undefined;
|
|
29289
29268
|
}, {
|
|
29290
29269
|
azure?: {
|
|
29291
29270
|
id: string;
|
|
29292
29271
|
email?: string | undefined;
|
|
29293
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29294
29272
|
handle?: string | undefined;
|
|
29295
29273
|
avatarUrl?: string | undefined;
|
|
29274
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29296
29275
|
customUrl?: string | undefined;
|
|
29297
29276
|
}[] | undefined;
|
|
29298
29277
|
github?: {
|
|
29299
29278
|
id: string;
|
|
29300
29279
|
email?: string | undefined;
|
|
29301
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29302
29280
|
handle?: string | undefined;
|
|
29303
29281
|
avatarUrl?: string | undefined;
|
|
29282
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29304
29283
|
customUrl?: string | undefined;
|
|
29305
29284
|
}[] | undefined;
|
|
29306
29285
|
gitlab?: {
|
|
29307
29286
|
id: string;
|
|
29308
29287
|
email?: string | undefined;
|
|
29309
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29310
29288
|
handle?: string | undefined;
|
|
29311
29289
|
avatarUrl?: string | undefined;
|
|
29290
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29312
29291
|
customUrl?: string | undefined;
|
|
29313
29292
|
}[] | undefined;
|
|
29314
29293
|
bitbucket?: {
|
|
29315
29294
|
id: string;
|
|
29316
29295
|
email?: string | undefined;
|
|
29317
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29318
29296
|
handle?: string | undefined;
|
|
29319
29297
|
avatarUrl?: string | undefined;
|
|
29298
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29320
29299
|
customUrl?: string | undefined;
|
|
29321
29300
|
}[] | undefined;
|
|
29322
29301
|
figma?: {
|
|
29323
29302
|
id: string;
|
|
29324
29303
|
email?: string | undefined;
|
|
29325
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29326
29304
|
handle?: string | undefined;
|
|
29327
29305
|
avatarUrl?: string | undefined;
|
|
29306
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29328
29307
|
customUrl?: string | undefined;
|
|
29329
29308
|
} | undefined;
|
|
29330
29309
|
}>>;
|
|
@@ -29362,41 +29341,41 @@ declare const UserSession: z.ZodObject<{
|
|
|
29362
29341
|
azure?: {
|
|
29363
29342
|
id: string;
|
|
29364
29343
|
email?: string | undefined;
|
|
29365
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29366
29344
|
handle?: string | undefined;
|
|
29367
29345
|
avatarUrl?: string | undefined;
|
|
29346
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29368
29347
|
customUrl?: string | undefined;
|
|
29369
29348
|
}[] | undefined;
|
|
29370
29349
|
github?: {
|
|
29371
29350
|
id: string;
|
|
29372
29351
|
email?: string | undefined;
|
|
29373
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29374
29352
|
handle?: string | undefined;
|
|
29375
29353
|
avatarUrl?: string | undefined;
|
|
29354
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29376
29355
|
customUrl?: string | undefined;
|
|
29377
29356
|
}[] | undefined;
|
|
29378
29357
|
gitlab?: {
|
|
29379
29358
|
id: string;
|
|
29380
29359
|
email?: string | undefined;
|
|
29381
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29382
29360
|
handle?: string | undefined;
|
|
29383
29361
|
avatarUrl?: string | undefined;
|
|
29362
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29384
29363
|
customUrl?: string | undefined;
|
|
29385
29364
|
}[] | undefined;
|
|
29386
29365
|
bitbucket?: {
|
|
29387
29366
|
id: string;
|
|
29388
29367
|
email?: string | undefined;
|
|
29389
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29390
29368
|
handle?: string | undefined;
|
|
29391
29369
|
avatarUrl?: string | undefined;
|
|
29370
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29392
29371
|
customUrl?: string | undefined;
|
|
29393
29372
|
}[] | undefined;
|
|
29394
29373
|
figma?: {
|
|
29395
29374
|
id: string;
|
|
29396
29375
|
email?: string | undefined;
|
|
29397
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29398
29376
|
handle?: string | undefined;
|
|
29399
29377
|
avatarUrl?: string | undefined;
|
|
29378
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29400
29379
|
customUrl?: string | undefined;
|
|
29401
29380
|
} | undefined;
|
|
29402
29381
|
} | undefined;
|
|
@@ -29432,41 +29411,41 @@ declare const UserSession: z.ZodObject<{
|
|
|
29432
29411
|
azure?: {
|
|
29433
29412
|
id: string;
|
|
29434
29413
|
email?: string | undefined;
|
|
29435
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29436
29414
|
handle?: string | undefined;
|
|
29437
29415
|
avatarUrl?: string | undefined;
|
|
29416
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29438
29417
|
customUrl?: string | undefined;
|
|
29439
29418
|
}[] | undefined;
|
|
29440
29419
|
github?: {
|
|
29441
29420
|
id: string;
|
|
29442
29421
|
email?: string | undefined;
|
|
29443
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29444
29422
|
handle?: string | undefined;
|
|
29445
29423
|
avatarUrl?: string | undefined;
|
|
29424
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29446
29425
|
customUrl?: string | undefined;
|
|
29447
29426
|
}[] | undefined;
|
|
29448
29427
|
gitlab?: {
|
|
29449
29428
|
id: string;
|
|
29450
29429
|
email?: string | undefined;
|
|
29451
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29452
29430
|
handle?: string | undefined;
|
|
29453
29431
|
avatarUrl?: string | undefined;
|
|
29432
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29454
29433
|
customUrl?: string | undefined;
|
|
29455
29434
|
}[] | undefined;
|
|
29456
29435
|
bitbucket?: {
|
|
29457
29436
|
id: string;
|
|
29458
29437
|
email?: string | undefined;
|
|
29459
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29460
29438
|
handle?: string | undefined;
|
|
29461
29439
|
avatarUrl?: string | undefined;
|
|
29440
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29462
29441
|
customUrl?: string | undefined;
|
|
29463
29442
|
}[] | undefined;
|
|
29464
29443
|
figma?: {
|
|
29465
29444
|
id: string;
|
|
29466
29445
|
email?: string | undefined;
|
|
29467
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29468
29446
|
handle?: string | undefined;
|
|
29469
29447
|
avatarUrl?: string | undefined;
|
|
29448
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29470
29449
|
customUrl?: string | undefined;
|
|
29471
29450
|
} | undefined;
|
|
29472
29451
|
} | undefined;
|
|
@@ -29516,41 +29495,41 @@ declare const UserSession: z.ZodObject<{
|
|
|
29516
29495
|
azure?: {
|
|
29517
29496
|
id: string;
|
|
29518
29497
|
email?: string | undefined;
|
|
29519
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29520
29498
|
handle?: string | undefined;
|
|
29521
29499
|
avatarUrl?: string | undefined;
|
|
29500
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29522
29501
|
customUrl?: string | undefined;
|
|
29523
29502
|
}[] | undefined;
|
|
29524
29503
|
github?: {
|
|
29525
29504
|
id: string;
|
|
29526
29505
|
email?: string | undefined;
|
|
29527
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29528
29506
|
handle?: string | undefined;
|
|
29529
29507
|
avatarUrl?: string | undefined;
|
|
29508
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29530
29509
|
customUrl?: string | undefined;
|
|
29531
29510
|
}[] | undefined;
|
|
29532
29511
|
gitlab?: {
|
|
29533
29512
|
id: string;
|
|
29534
29513
|
email?: string | undefined;
|
|
29535
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29536
29514
|
handle?: string | undefined;
|
|
29537
29515
|
avatarUrl?: string | undefined;
|
|
29516
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29538
29517
|
customUrl?: string | undefined;
|
|
29539
29518
|
}[] | undefined;
|
|
29540
29519
|
bitbucket?: {
|
|
29541
29520
|
id: string;
|
|
29542
29521
|
email?: string | undefined;
|
|
29543
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29544
29522
|
handle?: string | undefined;
|
|
29545
29523
|
avatarUrl?: string | undefined;
|
|
29524
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29546
29525
|
customUrl?: string | undefined;
|
|
29547
29526
|
}[] | undefined;
|
|
29548
29527
|
figma?: {
|
|
29549
29528
|
id: string;
|
|
29550
29529
|
email?: string | undefined;
|
|
29551
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29552
29530
|
handle?: string | undefined;
|
|
29553
29531
|
avatarUrl?: string | undefined;
|
|
29532
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29554
29533
|
customUrl?: string | undefined;
|
|
29555
29534
|
} | undefined;
|
|
29556
29535
|
} | undefined;
|
|
@@ -29600,41 +29579,41 @@ declare const UserSession: z.ZodObject<{
|
|
|
29600
29579
|
azure?: {
|
|
29601
29580
|
id: string;
|
|
29602
29581
|
email?: string | undefined;
|
|
29603
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29604
29582
|
handle?: string | undefined;
|
|
29605
29583
|
avatarUrl?: string | undefined;
|
|
29584
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29606
29585
|
customUrl?: string | undefined;
|
|
29607
29586
|
}[] | undefined;
|
|
29608
29587
|
github?: {
|
|
29609
29588
|
id: string;
|
|
29610
29589
|
email?: string | undefined;
|
|
29611
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29612
29590
|
handle?: string | undefined;
|
|
29613
29591
|
avatarUrl?: string | undefined;
|
|
29592
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29614
29593
|
customUrl?: string | undefined;
|
|
29615
29594
|
}[] | undefined;
|
|
29616
29595
|
gitlab?: {
|
|
29617
29596
|
id: string;
|
|
29618
29597
|
email?: string | undefined;
|
|
29619
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29620
29598
|
handle?: string | undefined;
|
|
29621
29599
|
avatarUrl?: string | undefined;
|
|
29600
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29622
29601
|
customUrl?: string | undefined;
|
|
29623
29602
|
}[] | undefined;
|
|
29624
29603
|
bitbucket?: {
|
|
29625
29604
|
id: string;
|
|
29626
29605
|
email?: string | undefined;
|
|
29627
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29628
29606
|
handle?: string | undefined;
|
|
29629
29607
|
avatarUrl?: string | undefined;
|
|
29608
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29630
29609
|
customUrl?: string | undefined;
|
|
29631
29610
|
}[] | undefined;
|
|
29632
29611
|
figma?: {
|
|
29633
29612
|
id: string;
|
|
29634
29613
|
email?: string | undefined;
|
|
29635
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
29636
29614
|
handle?: string | undefined;
|
|
29637
29615
|
avatarUrl?: string | undefined;
|
|
29616
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
29638
29617
|
customUrl?: string | undefined;
|
|
29639
29618
|
} | undefined;
|
|
29640
29619
|
} | undefined;
|
|
@@ -128954,11 +128933,20 @@ type DesignSystemMembership = z.infer<typeof DesignSystemMembership>;
|
|
|
128954
128933
|
type CreateDesignSystemMembership = DbCreateInputOmit<DesignSystemMembership>;
|
|
128955
128934
|
declare const DesignSystemPendingMemberInvitation: z.ZodObject<{
|
|
128956
128935
|
inviteId: z.ZodString;
|
|
128936
|
+
/**
|
|
128937
|
+
* Role that the user will have in the design system, undefined
|
|
128938
|
+
* if it should be inherited from the workspace
|
|
128939
|
+
*/
|
|
128940
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
128957
128941
|
}, "strip", z.ZodTypeAny, {
|
|
128958
128942
|
inviteId: string;
|
|
128943
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
128959
128944
|
}, {
|
|
128960
128945
|
inviteId: string;
|
|
128946
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
128961
128947
|
}>;
|
|
128948
|
+
declare const DesignSystemRole: z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>;
|
|
128949
|
+
type DesignSystemRole = z.infer<typeof DesignSystemRole>;
|
|
128962
128950
|
declare const DesignSystemMembers: z.ZodObject<{
|
|
128963
128951
|
members: z.ZodArray<z.ZodObject<{
|
|
128964
128952
|
id: z.ZodString;
|
|
@@ -129018,73 +129006,114 @@ type DesignSystemMembers = z.infer<typeof DesignSystemMembers>;
|
|
|
129018
129006
|
declare const DesignSystemInvite: z.ZodObject<{
|
|
129019
129007
|
email: z.ZodString;
|
|
129020
129008
|
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
129009
|
+
/**
|
|
129010
|
+
* Role that the user will have in the design system, undefined
|
|
129011
|
+
* if it should be inherited from the workspace
|
|
129012
|
+
*/
|
|
129013
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
129021
129014
|
}, "strip", z.ZodTypeAny, {
|
|
129022
129015
|
email: string;
|
|
129023
129016
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129017
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129024
129018
|
}, {
|
|
129025
129019
|
email: string;
|
|
129026
129020
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129021
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129027
129022
|
}>;
|
|
129028
129023
|
type DesignSystemInvite = z.infer<typeof DesignSystemInvite>;
|
|
129029
129024
|
type DesignSystemPendingMemberInvite = z.infer<typeof DesignSystemPendingMemberInvitation>;
|
|
129030
129025
|
declare const DesignSystemUserInvitation: z.ZodObject<{
|
|
129031
129026
|
userId: z.ZodString;
|
|
129027
|
+
/**
|
|
129028
|
+
* Role that the user will have in the design system, undefined
|
|
129029
|
+
* if it should be inherited from the workspace
|
|
129030
|
+
*/
|
|
129031
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
129032
129032
|
}, "strip", z.ZodTypeAny, {
|
|
129033
129033
|
userId: string;
|
|
129034
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129034
129035
|
}, {
|
|
129035
129036
|
userId: string;
|
|
129037
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129036
129038
|
}>;
|
|
129037
129039
|
type DesignSystemUserInvitation = z.infer<typeof DesignSystemUserInvitation>;
|
|
129038
129040
|
declare const DesignSystemMembershipUpdates: z.ZodObject<{
|
|
129039
129041
|
usersToInvite: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
129040
129042
|
userId: z.ZodString;
|
|
129043
|
+
/**
|
|
129044
|
+
* Role that the user will have in the design system, undefined
|
|
129045
|
+
* if it should be inherited from the workspace
|
|
129046
|
+
*/
|
|
129047
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
129041
129048
|
}, "strip", z.ZodTypeAny, {
|
|
129042
129049
|
userId: string;
|
|
129050
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129043
129051
|
}, {
|
|
129044
129052
|
userId: string;
|
|
129053
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129045
129054
|
}>, "many">>;
|
|
129046
129055
|
invitesToInvite: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
129047
129056
|
inviteId: z.ZodString;
|
|
129057
|
+
/**
|
|
129058
|
+
* Role that the user will have in the design system, undefined
|
|
129059
|
+
* if it should be inherited from the workspace
|
|
129060
|
+
*/
|
|
129061
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
129048
129062
|
}, "strip", z.ZodTypeAny, {
|
|
129049
129063
|
inviteId: string;
|
|
129064
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129050
129065
|
}, {
|
|
129051
129066
|
inviteId: string;
|
|
129067
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129052
129068
|
}>, "many">>;
|
|
129053
129069
|
emailsToInvite: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
129054
129070
|
email: z.ZodString;
|
|
129055
129071
|
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
129072
|
+
/**
|
|
129073
|
+
* Role that the user will have in the design system, undefined
|
|
129074
|
+
* if it should be inherited from the workspace
|
|
129075
|
+
*/
|
|
129076
|
+
designSystemRole: z.ZodOptional<z.ZodEnum<["Admin", "Contributor", "Creator", "Viewer"]>>;
|
|
129056
129077
|
}, "strip", z.ZodTypeAny, {
|
|
129057
129078
|
email: string;
|
|
129058
129079
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129080
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129059
129081
|
}, {
|
|
129060
129082
|
email: string;
|
|
129061
129083
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129084
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129062
129085
|
}>, "many">>;
|
|
129063
129086
|
removeUserIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
129064
129087
|
deleteInvitationIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
129065
129088
|
}, "strip", z.ZodTypeAny, {
|
|
129066
129089
|
usersToInvite?: {
|
|
129067
129090
|
userId: string;
|
|
129091
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129068
129092
|
}[] | undefined;
|
|
129069
129093
|
invitesToInvite?: {
|
|
129070
129094
|
inviteId: string;
|
|
129095
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129071
129096
|
}[] | undefined;
|
|
129072
129097
|
emailsToInvite?: {
|
|
129073
129098
|
email: string;
|
|
129074
129099
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129100
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129075
129101
|
}[] | undefined;
|
|
129076
129102
|
removeUserIds?: string[] | undefined;
|
|
129077
129103
|
deleteInvitationIds?: string[] | undefined;
|
|
129078
129104
|
}, {
|
|
129079
129105
|
usersToInvite?: {
|
|
129080
129106
|
userId: string;
|
|
129107
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129081
129108
|
}[] | undefined;
|
|
129082
129109
|
invitesToInvite?: {
|
|
129083
129110
|
inviteId: string;
|
|
129111
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129084
129112
|
}[] | undefined;
|
|
129085
129113
|
emailsToInvite?: {
|
|
129086
129114
|
email: string;
|
|
129087
129115
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
129116
|
+
designSystemRole?: "Admin" | "Creator" | "Viewer" | "Contributor" | undefined;
|
|
129088
129117
|
}[] | undefined;
|
|
129089
129118
|
removeUserIds?: string[] | undefined;
|
|
129090
129119
|
deleteInvitationIds?: string[] | undefined;
|
|
@@ -129526,7 +129555,6 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
129526
129555
|
docSlug: z.ZodString;
|
|
129527
129556
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
129528
129557
|
docSlugDeprecated: z.ZodString;
|
|
129529
|
-
isPublic: z.ZodBoolean;
|
|
129530
129558
|
isMultibrand: z.ZodBoolean;
|
|
129531
129559
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
129532
129560
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -129555,7 +129583,6 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
129555
129583
|
updatedAt: Date;
|
|
129556
129584
|
name: string;
|
|
129557
129585
|
description: string;
|
|
129558
|
-
isPublic: boolean;
|
|
129559
129586
|
workspaceId: string;
|
|
129560
129587
|
docSlug: string;
|
|
129561
129588
|
docSlugDeprecated: string;
|
|
@@ -129578,7 +129605,6 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
129578
129605
|
updatedAt: Date;
|
|
129579
129606
|
name: string;
|
|
129580
129607
|
description: string;
|
|
129581
|
-
isPublic: boolean;
|
|
129582
129608
|
workspaceId: string;
|
|
129583
129609
|
docSlug: string;
|
|
129584
129610
|
docSlugDeprecated: string;
|
|
@@ -133334,7 +133360,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133334
133360
|
docSlug: z.ZodString;
|
|
133335
133361
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133336
133362
|
docSlugDeprecated: z.ZodString;
|
|
133337
|
-
isPublic: z.ZodBoolean;
|
|
133338
133363
|
isMultibrand: z.ZodBoolean;
|
|
133339
133364
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
133340
133365
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -133363,7 +133388,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133363
133388
|
updatedAt: Date;
|
|
133364
133389
|
name: string;
|
|
133365
133390
|
description: string;
|
|
133366
|
-
isPublic: boolean;
|
|
133367
133391
|
workspaceId: string;
|
|
133368
133392
|
docSlug: string;
|
|
133369
133393
|
docSlugDeprecated: string;
|
|
@@ -133386,7 +133410,6 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133386
133410
|
updatedAt: Date;
|
|
133387
133411
|
name: string;
|
|
133388
133412
|
description: string;
|
|
133389
|
-
isPublic: boolean;
|
|
133390
133413
|
workspaceId: string;
|
|
133391
133414
|
docSlug: string;
|
|
133392
133415
|
docSlugDeprecated: string;
|
|
@@ -133502,16 +133525,16 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133502
133525
|
}, "strip", z.ZodTypeAny, {
|
|
133503
133526
|
id: string;
|
|
133504
133527
|
email?: string | undefined;
|
|
133505
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133506
133528
|
handle?: string | undefined;
|
|
133507
133529
|
avatarUrl?: string | undefined;
|
|
133530
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133508
133531
|
customUrl?: string | undefined;
|
|
133509
133532
|
}, {
|
|
133510
133533
|
id: string;
|
|
133511
133534
|
email?: string | undefined;
|
|
133512
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133513
133535
|
handle?: string | undefined;
|
|
133514
133536
|
avatarUrl?: string | undefined;
|
|
133537
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133515
133538
|
customUrl?: string | undefined;
|
|
133516
133539
|
}>>;
|
|
133517
133540
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -133524,16 +133547,16 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133524
133547
|
}, "strip", z.ZodTypeAny, {
|
|
133525
133548
|
id: string;
|
|
133526
133549
|
email?: string | undefined;
|
|
133527
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133528
133550
|
handle?: string | undefined;
|
|
133529
133551
|
avatarUrl?: string | undefined;
|
|
133552
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133530
133553
|
customUrl?: string | undefined;
|
|
133531
133554
|
}, {
|
|
133532
133555
|
id: string;
|
|
133533
133556
|
email?: string | undefined;
|
|
133534
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133535
133557
|
handle?: string | undefined;
|
|
133536
133558
|
avatarUrl?: string | undefined;
|
|
133559
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133537
133560
|
customUrl?: string | undefined;
|
|
133538
133561
|
}>, "many">>;
|
|
133539
133562
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -133546,16 +133569,16 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133546
133569
|
}, "strip", z.ZodTypeAny, {
|
|
133547
133570
|
id: string;
|
|
133548
133571
|
email?: string | undefined;
|
|
133549
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133550
133572
|
handle?: string | undefined;
|
|
133551
133573
|
avatarUrl?: string | undefined;
|
|
133574
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133552
133575
|
customUrl?: string | undefined;
|
|
133553
133576
|
}, {
|
|
133554
133577
|
id: string;
|
|
133555
133578
|
email?: string | undefined;
|
|
133556
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133557
133579
|
handle?: string | undefined;
|
|
133558
133580
|
avatarUrl?: string | undefined;
|
|
133581
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133559
133582
|
customUrl?: string | undefined;
|
|
133560
133583
|
}>, "many">>;
|
|
133561
133584
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -133568,16 +133591,16 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133568
133591
|
}, "strip", z.ZodTypeAny, {
|
|
133569
133592
|
id: string;
|
|
133570
133593
|
email?: string | undefined;
|
|
133571
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133572
133594
|
handle?: string | undefined;
|
|
133573
133595
|
avatarUrl?: string | undefined;
|
|
133596
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133574
133597
|
customUrl?: string | undefined;
|
|
133575
133598
|
}, {
|
|
133576
133599
|
id: string;
|
|
133577
133600
|
email?: string | undefined;
|
|
133578
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133579
133601
|
handle?: string | undefined;
|
|
133580
133602
|
avatarUrl?: string | undefined;
|
|
133603
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133581
133604
|
customUrl?: string | undefined;
|
|
133582
133605
|
}>, "many">>;
|
|
133583
133606
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -133590,98 +133613,98 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133590
133613
|
}, "strip", z.ZodTypeAny, {
|
|
133591
133614
|
id: string;
|
|
133592
133615
|
email?: string | undefined;
|
|
133593
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133594
133616
|
handle?: string | undefined;
|
|
133595
133617
|
avatarUrl?: string | undefined;
|
|
133618
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133596
133619
|
customUrl?: string | undefined;
|
|
133597
133620
|
}, {
|
|
133598
133621
|
id: string;
|
|
133599
133622
|
email?: string | undefined;
|
|
133600
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133601
133623
|
handle?: string | undefined;
|
|
133602
133624
|
avatarUrl?: string | undefined;
|
|
133625
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133603
133626
|
customUrl?: string | undefined;
|
|
133604
133627
|
}>, "many">>;
|
|
133605
133628
|
}, "strip", z.ZodTypeAny, {
|
|
133606
133629
|
azure?: {
|
|
133607
133630
|
id: string;
|
|
133608
133631
|
email?: string | undefined;
|
|
133609
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133610
133632
|
handle?: string | undefined;
|
|
133611
133633
|
avatarUrl?: string | undefined;
|
|
133634
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133612
133635
|
customUrl?: string | undefined;
|
|
133613
133636
|
}[] | undefined;
|
|
133614
133637
|
github?: {
|
|
133615
133638
|
id: string;
|
|
133616
133639
|
email?: string | undefined;
|
|
133617
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133618
133640
|
handle?: string | undefined;
|
|
133619
133641
|
avatarUrl?: string | undefined;
|
|
133642
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133620
133643
|
customUrl?: string | undefined;
|
|
133621
133644
|
}[] | undefined;
|
|
133622
133645
|
gitlab?: {
|
|
133623
133646
|
id: string;
|
|
133624
133647
|
email?: string | undefined;
|
|
133625
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133626
133648
|
handle?: string | undefined;
|
|
133627
133649
|
avatarUrl?: string | undefined;
|
|
133650
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133628
133651
|
customUrl?: string | undefined;
|
|
133629
133652
|
}[] | undefined;
|
|
133630
133653
|
bitbucket?: {
|
|
133631
133654
|
id: string;
|
|
133632
133655
|
email?: string | undefined;
|
|
133633
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133634
133656
|
handle?: string | undefined;
|
|
133635
133657
|
avatarUrl?: string | undefined;
|
|
133658
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133636
133659
|
customUrl?: string | undefined;
|
|
133637
133660
|
}[] | undefined;
|
|
133638
133661
|
figma?: {
|
|
133639
133662
|
id: string;
|
|
133640
133663
|
email?: string | undefined;
|
|
133641
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133642
133664
|
handle?: string | undefined;
|
|
133643
133665
|
avatarUrl?: string | undefined;
|
|
133666
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133644
133667
|
customUrl?: string | undefined;
|
|
133645
133668
|
} | undefined;
|
|
133646
133669
|
}, {
|
|
133647
133670
|
azure?: {
|
|
133648
133671
|
id: string;
|
|
133649
133672
|
email?: string | undefined;
|
|
133650
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133651
133673
|
handle?: string | undefined;
|
|
133652
133674
|
avatarUrl?: string | undefined;
|
|
133675
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133653
133676
|
customUrl?: string | undefined;
|
|
133654
133677
|
}[] | undefined;
|
|
133655
133678
|
github?: {
|
|
133656
133679
|
id: string;
|
|
133657
133680
|
email?: string | undefined;
|
|
133658
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133659
133681
|
handle?: string | undefined;
|
|
133660
133682
|
avatarUrl?: string | undefined;
|
|
133683
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133661
133684
|
customUrl?: string | undefined;
|
|
133662
133685
|
}[] | undefined;
|
|
133663
133686
|
gitlab?: {
|
|
133664
133687
|
id: string;
|
|
133665
133688
|
email?: string | undefined;
|
|
133666
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133667
133689
|
handle?: string | undefined;
|
|
133668
133690
|
avatarUrl?: string | undefined;
|
|
133691
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133669
133692
|
customUrl?: string | undefined;
|
|
133670
133693
|
}[] | undefined;
|
|
133671
133694
|
bitbucket?: {
|
|
133672
133695
|
id: string;
|
|
133673
133696
|
email?: string | undefined;
|
|
133674
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133675
133697
|
handle?: string | undefined;
|
|
133676
133698
|
avatarUrl?: string | undefined;
|
|
133699
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133677
133700
|
customUrl?: string | undefined;
|
|
133678
133701
|
}[] | undefined;
|
|
133679
133702
|
figma?: {
|
|
133680
133703
|
id: string;
|
|
133681
133704
|
email?: string | undefined;
|
|
133682
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133683
133705
|
handle?: string | undefined;
|
|
133684
133706
|
avatarUrl?: string | undefined;
|
|
133707
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133685
133708
|
customUrl?: string | undefined;
|
|
133686
133709
|
} | undefined;
|
|
133687
133710
|
}>>;
|
|
@@ -133719,41 +133742,41 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133719
133742
|
azure?: {
|
|
133720
133743
|
id: string;
|
|
133721
133744
|
email?: string | undefined;
|
|
133722
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133723
133745
|
handle?: string | undefined;
|
|
133724
133746
|
avatarUrl?: string | undefined;
|
|
133747
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133725
133748
|
customUrl?: string | undefined;
|
|
133726
133749
|
}[] | undefined;
|
|
133727
133750
|
github?: {
|
|
133728
133751
|
id: string;
|
|
133729
133752
|
email?: string | undefined;
|
|
133730
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133731
133753
|
handle?: string | undefined;
|
|
133732
133754
|
avatarUrl?: string | undefined;
|
|
133755
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133733
133756
|
customUrl?: string | undefined;
|
|
133734
133757
|
}[] | undefined;
|
|
133735
133758
|
gitlab?: {
|
|
133736
133759
|
id: string;
|
|
133737
133760
|
email?: string | undefined;
|
|
133738
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133739
133761
|
handle?: string | undefined;
|
|
133740
133762
|
avatarUrl?: string | undefined;
|
|
133763
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133741
133764
|
customUrl?: string | undefined;
|
|
133742
133765
|
}[] | undefined;
|
|
133743
133766
|
bitbucket?: {
|
|
133744
133767
|
id: string;
|
|
133745
133768
|
email?: string | undefined;
|
|
133746
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133747
133769
|
handle?: string | undefined;
|
|
133748
133770
|
avatarUrl?: string | undefined;
|
|
133771
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133749
133772
|
customUrl?: string | undefined;
|
|
133750
133773
|
}[] | undefined;
|
|
133751
133774
|
figma?: {
|
|
133752
133775
|
id: string;
|
|
133753
133776
|
email?: string | undefined;
|
|
133754
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133755
133777
|
handle?: string | undefined;
|
|
133756
133778
|
avatarUrl?: string | undefined;
|
|
133779
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133757
133780
|
customUrl?: string | undefined;
|
|
133758
133781
|
} | undefined;
|
|
133759
133782
|
} | undefined;
|
|
@@ -133789,41 +133812,41 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
133789
133812
|
azure?: {
|
|
133790
133813
|
id: string;
|
|
133791
133814
|
email?: string | undefined;
|
|
133792
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133793
133815
|
handle?: string | undefined;
|
|
133794
133816
|
avatarUrl?: string | undefined;
|
|
133817
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133795
133818
|
customUrl?: string | undefined;
|
|
133796
133819
|
}[] | undefined;
|
|
133797
133820
|
github?: {
|
|
133798
133821
|
id: string;
|
|
133799
133822
|
email?: string | undefined;
|
|
133800
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133801
133823
|
handle?: string | undefined;
|
|
133802
133824
|
avatarUrl?: string | undefined;
|
|
133825
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133803
133826
|
customUrl?: string | undefined;
|
|
133804
133827
|
}[] | undefined;
|
|
133805
133828
|
gitlab?: {
|
|
133806
133829
|
id: string;
|
|
133807
133830
|
email?: string | undefined;
|
|
133808
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133809
133831
|
handle?: string | undefined;
|
|
133810
133832
|
avatarUrl?: string | undefined;
|
|
133833
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133811
133834
|
customUrl?: string | undefined;
|
|
133812
133835
|
}[] | undefined;
|
|
133813
133836
|
bitbucket?: {
|
|
133814
133837
|
id: string;
|
|
133815
133838
|
email?: string | undefined;
|
|
133816
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133817
133839
|
handle?: string | undefined;
|
|
133818
133840
|
avatarUrl?: string | undefined;
|
|
133841
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133819
133842
|
customUrl?: string | undefined;
|
|
133820
133843
|
}[] | undefined;
|
|
133821
133844
|
figma?: {
|
|
133822
133845
|
id: string;
|
|
133823
133846
|
email?: string | undefined;
|
|
133824
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
133825
133847
|
handle?: string | undefined;
|
|
133826
133848
|
avatarUrl?: string | undefined;
|
|
133849
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
133827
133850
|
customUrl?: string | undefined;
|
|
133828
133851
|
} | undefined;
|
|
133829
133852
|
} | undefined;
|
|
@@ -134039,6 +134062,29 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
134039
134062
|
authHeaderValue: string;
|
|
134040
134063
|
})> | undefined;
|
|
134041
134064
|
};
|
|
134065
|
+
designSystem: {
|
|
134066
|
+
id: string;
|
|
134067
|
+
createdAt: Date;
|
|
134068
|
+
updatedAt: Date;
|
|
134069
|
+
name: string;
|
|
134070
|
+
description: string;
|
|
134071
|
+
workspaceId: string;
|
|
134072
|
+
docSlug: string;
|
|
134073
|
+
docSlugDeprecated: string;
|
|
134074
|
+
isMultibrand: boolean;
|
|
134075
|
+
basePrefixes: string[];
|
|
134076
|
+
isApprovalFeatureEnabled: boolean;
|
|
134077
|
+
approvalRequiredForPublishing: boolean;
|
|
134078
|
+
accessMode: "Open" | "InviteOnly";
|
|
134079
|
+
membersGenerated: boolean;
|
|
134080
|
+
docExporterId?: string | undefined;
|
|
134081
|
+
docUserSlug?: string | undefined;
|
|
134082
|
+
docViewUrl?: string | undefined;
|
|
134083
|
+
designSystemSwitcher?: {
|
|
134084
|
+
isEnabled: boolean;
|
|
134085
|
+
designSystemIds: string[];
|
|
134086
|
+
} | undefined;
|
|
134087
|
+
};
|
|
134042
134088
|
invitedBy: {
|
|
134043
134089
|
id: string;
|
|
134044
134090
|
createdAt: Date;
|
|
@@ -134070,70 +134116,46 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
134070
134116
|
azure?: {
|
|
134071
134117
|
id: string;
|
|
134072
134118
|
email?: string | undefined;
|
|
134073
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134074
134119
|
handle?: string | undefined;
|
|
134075
134120
|
avatarUrl?: string | undefined;
|
|
134121
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134076
134122
|
customUrl?: string | undefined;
|
|
134077
134123
|
}[] | undefined;
|
|
134078
134124
|
github?: {
|
|
134079
134125
|
id: string;
|
|
134080
134126
|
email?: string | undefined;
|
|
134081
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134082
134127
|
handle?: string | undefined;
|
|
134083
134128
|
avatarUrl?: string | undefined;
|
|
134129
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134084
134130
|
customUrl?: string | undefined;
|
|
134085
134131
|
}[] | undefined;
|
|
134086
134132
|
gitlab?: {
|
|
134087
134133
|
id: string;
|
|
134088
134134
|
email?: string | undefined;
|
|
134089
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134090
134135
|
handle?: string | undefined;
|
|
134091
134136
|
avatarUrl?: string | undefined;
|
|
134137
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134092
134138
|
customUrl?: string | undefined;
|
|
134093
134139
|
}[] | undefined;
|
|
134094
134140
|
bitbucket?: {
|
|
134095
134141
|
id: string;
|
|
134096
134142
|
email?: string | undefined;
|
|
134097
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134098
134143
|
handle?: string | undefined;
|
|
134099
134144
|
avatarUrl?: string | undefined;
|
|
134145
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134100
134146
|
customUrl?: string | undefined;
|
|
134101
134147
|
}[] | undefined;
|
|
134102
134148
|
figma?: {
|
|
134103
134149
|
id: string;
|
|
134104
134150
|
email?: string | undefined;
|
|
134105
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134106
134151
|
handle?: string | undefined;
|
|
134107
134152
|
avatarUrl?: string | undefined;
|
|
134153
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134108
134154
|
customUrl?: string | undefined;
|
|
134109
134155
|
} | undefined;
|
|
134110
134156
|
} | undefined;
|
|
134111
134157
|
loggedOutAt?: Date | undefined;
|
|
134112
134158
|
};
|
|
134113
|
-
designSystem: {
|
|
134114
|
-
id: string;
|
|
134115
|
-
createdAt: Date;
|
|
134116
|
-
updatedAt: Date;
|
|
134117
|
-
name: string;
|
|
134118
|
-
description: string;
|
|
134119
|
-
isPublic: boolean;
|
|
134120
|
-
workspaceId: string;
|
|
134121
|
-
docSlug: string;
|
|
134122
|
-
docSlugDeprecated: string;
|
|
134123
|
-
isMultibrand: boolean;
|
|
134124
|
-
basePrefixes: string[];
|
|
134125
|
-
isApprovalFeatureEnabled: boolean;
|
|
134126
|
-
approvalRequiredForPublishing: boolean;
|
|
134127
|
-
accessMode: "Open" | "InviteOnly";
|
|
134128
|
-
membersGenerated: boolean;
|
|
134129
|
-
docExporterId?: string | undefined;
|
|
134130
|
-
docUserSlug?: string | undefined;
|
|
134131
|
-
docViewUrl?: string | undefined;
|
|
134132
|
-
designSystemSwitcher?: {
|
|
134133
|
-
isEnabled: boolean;
|
|
134134
|
-
designSystemIds: string[];
|
|
134135
|
-
} | undefined;
|
|
134136
|
-
};
|
|
134137
134159
|
documentationDomain?: string | undefined;
|
|
134138
134160
|
}, {
|
|
134139
134161
|
workspace: {
|
|
@@ -134344,6 +134366,29 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
134344
134366
|
authHeaderValue: string;
|
|
134345
134367
|
})) | null | undefined;
|
|
134346
134368
|
};
|
|
134369
|
+
designSystem: {
|
|
134370
|
+
id: string;
|
|
134371
|
+
createdAt: Date;
|
|
134372
|
+
updatedAt: Date;
|
|
134373
|
+
name: string;
|
|
134374
|
+
description: string;
|
|
134375
|
+
workspaceId: string;
|
|
134376
|
+
docSlug: string;
|
|
134377
|
+
docSlugDeprecated: string;
|
|
134378
|
+
isMultibrand: boolean;
|
|
134379
|
+
basePrefixes: string[];
|
|
134380
|
+
isApprovalFeatureEnabled: boolean;
|
|
134381
|
+
approvalRequiredForPublishing: boolean;
|
|
134382
|
+
accessMode: "Open" | "InviteOnly";
|
|
134383
|
+
membersGenerated: boolean;
|
|
134384
|
+
docExporterId?: string | null | undefined;
|
|
134385
|
+
docUserSlug?: string | null | undefined;
|
|
134386
|
+
docViewUrl?: string | null | undefined;
|
|
134387
|
+
designSystemSwitcher?: {
|
|
134388
|
+
isEnabled: boolean;
|
|
134389
|
+
designSystemIds: string[];
|
|
134390
|
+
} | null | undefined;
|
|
134391
|
+
};
|
|
134347
134392
|
invitedBy: {
|
|
134348
134393
|
id: string;
|
|
134349
134394
|
createdAt: Date;
|
|
@@ -134375,70 +134420,46 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
134375
134420
|
azure?: {
|
|
134376
134421
|
id: string;
|
|
134377
134422
|
email?: string | undefined;
|
|
134378
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134379
134423
|
handle?: string | undefined;
|
|
134380
134424
|
avatarUrl?: string | undefined;
|
|
134425
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134381
134426
|
customUrl?: string | undefined;
|
|
134382
134427
|
}[] | undefined;
|
|
134383
134428
|
github?: {
|
|
134384
134429
|
id: string;
|
|
134385
134430
|
email?: string | undefined;
|
|
134386
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134387
134431
|
handle?: string | undefined;
|
|
134388
134432
|
avatarUrl?: string | undefined;
|
|
134433
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134389
134434
|
customUrl?: string | undefined;
|
|
134390
134435
|
}[] | undefined;
|
|
134391
134436
|
gitlab?: {
|
|
134392
134437
|
id: string;
|
|
134393
134438
|
email?: string | undefined;
|
|
134394
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134395
134439
|
handle?: string | undefined;
|
|
134396
134440
|
avatarUrl?: string | undefined;
|
|
134441
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134397
134442
|
customUrl?: string | undefined;
|
|
134398
134443
|
}[] | undefined;
|
|
134399
134444
|
bitbucket?: {
|
|
134400
134445
|
id: string;
|
|
134401
134446
|
email?: string | undefined;
|
|
134402
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134403
134447
|
handle?: string | undefined;
|
|
134404
134448
|
avatarUrl?: string | undefined;
|
|
134449
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134405
134450
|
customUrl?: string | undefined;
|
|
134406
134451
|
}[] | undefined;
|
|
134407
134452
|
figma?: {
|
|
134408
134453
|
id: string;
|
|
134409
134454
|
email?: string | undefined;
|
|
134410
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
134411
134455
|
handle?: string | undefined;
|
|
134412
134456
|
avatarUrl?: string | undefined;
|
|
134457
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
134413
134458
|
customUrl?: string | undefined;
|
|
134414
134459
|
} | undefined;
|
|
134415
134460
|
} | undefined;
|
|
134416
134461
|
loggedOutAt?: Date | undefined;
|
|
134417
134462
|
};
|
|
134418
|
-
designSystem: {
|
|
134419
|
-
id: string;
|
|
134420
|
-
createdAt: Date;
|
|
134421
|
-
updatedAt: Date;
|
|
134422
|
-
name: string;
|
|
134423
|
-
description: string;
|
|
134424
|
-
isPublic: boolean;
|
|
134425
|
-
workspaceId: string;
|
|
134426
|
-
docSlug: string;
|
|
134427
|
-
docSlugDeprecated: string;
|
|
134428
|
-
isMultibrand: boolean;
|
|
134429
|
-
basePrefixes: string[];
|
|
134430
|
-
isApprovalFeatureEnabled: boolean;
|
|
134431
|
-
approvalRequiredForPublishing: boolean;
|
|
134432
|
-
accessMode: "Open" | "InviteOnly";
|
|
134433
|
-
membersGenerated: boolean;
|
|
134434
|
-
docExporterId?: string | null | undefined;
|
|
134435
|
-
docUserSlug?: string | null | undefined;
|
|
134436
|
-
docViewUrl?: string | null | undefined;
|
|
134437
|
-
designSystemSwitcher?: {
|
|
134438
|
-
isEnabled: boolean;
|
|
134439
|
-
designSystemIds: string[];
|
|
134440
|
-
} | null | undefined;
|
|
134441
|
-
};
|
|
134442
134463
|
documentationDomain?: string | undefined;
|
|
134443
134464
|
}>;
|
|
134444
134465
|
type DesignSystemInviteEmailData = z.infer<typeof DesignSystemInviteEmailData>;
|
|
@@ -136071,16 +136092,16 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136071
136092
|
}, "strip", z.ZodTypeAny, {
|
|
136072
136093
|
id: string;
|
|
136073
136094
|
email?: string | undefined;
|
|
136074
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136075
136095
|
handle?: string | undefined;
|
|
136076
136096
|
avatarUrl?: string | undefined;
|
|
136097
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136077
136098
|
customUrl?: string | undefined;
|
|
136078
136099
|
}, {
|
|
136079
136100
|
id: string;
|
|
136080
136101
|
email?: string | undefined;
|
|
136081
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136082
136102
|
handle?: string | undefined;
|
|
136083
136103
|
avatarUrl?: string | undefined;
|
|
136104
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136084
136105
|
customUrl?: string | undefined;
|
|
136085
136106
|
}>>;
|
|
136086
136107
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -136093,16 +136114,16 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136093
136114
|
}, "strip", z.ZodTypeAny, {
|
|
136094
136115
|
id: string;
|
|
136095
136116
|
email?: string | undefined;
|
|
136096
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136097
136117
|
handle?: string | undefined;
|
|
136098
136118
|
avatarUrl?: string | undefined;
|
|
136119
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136099
136120
|
customUrl?: string | undefined;
|
|
136100
136121
|
}, {
|
|
136101
136122
|
id: string;
|
|
136102
136123
|
email?: string | undefined;
|
|
136103
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136104
136124
|
handle?: string | undefined;
|
|
136105
136125
|
avatarUrl?: string | undefined;
|
|
136126
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136106
136127
|
customUrl?: string | undefined;
|
|
136107
136128
|
}>, "many">>;
|
|
136108
136129
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -136115,16 +136136,16 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136115
136136
|
}, "strip", z.ZodTypeAny, {
|
|
136116
136137
|
id: string;
|
|
136117
136138
|
email?: string | undefined;
|
|
136118
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136119
136139
|
handle?: string | undefined;
|
|
136120
136140
|
avatarUrl?: string | undefined;
|
|
136141
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136121
136142
|
customUrl?: string | undefined;
|
|
136122
136143
|
}, {
|
|
136123
136144
|
id: string;
|
|
136124
136145
|
email?: string | undefined;
|
|
136125
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136126
136146
|
handle?: string | undefined;
|
|
136127
136147
|
avatarUrl?: string | undefined;
|
|
136148
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136128
136149
|
customUrl?: string | undefined;
|
|
136129
136150
|
}>, "many">>;
|
|
136130
136151
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -136137,16 +136158,16 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136137
136158
|
}, "strip", z.ZodTypeAny, {
|
|
136138
136159
|
id: string;
|
|
136139
136160
|
email?: string | undefined;
|
|
136140
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136141
136161
|
handle?: string | undefined;
|
|
136142
136162
|
avatarUrl?: string | undefined;
|
|
136163
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136143
136164
|
customUrl?: string | undefined;
|
|
136144
136165
|
}, {
|
|
136145
136166
|
id: string;
|
|
136146
136167
|
email?: string | undefined;
|
|
136147
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136148
136168
|
handle?: string | undefined;
|
|
136149
136169
|
avatarUrl?: string | undefined;
|
|
136170
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136150
136171
|
customUrl?: string | undefined;
|
|
136151
136172
|
}>, "many">>;
|
|
136152
136173
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -136159,98 +136180,98 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136159
136180
|
}, "strip", z.ZodTypeAny, {
|
|
136160
136181
|
id: string;
|
|
136161
136182
|
email?: string | undefined;
|
|
136162
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136163
136183
|
handle?: string | undefined;
|
|
136164
136184
|
avatarUrl?: string | undefined;
|
|
136185
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136165
136186
|
customUrl?: string | undefined;
|
|
136166
136187
|
}, {
|
|
136167
136188
|
id: string;
|
|
136168
136189
|
email?: string | undefined;
|
|
136169
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136170
136190
|
handle?: string | undefined;
|
|
136171
136191
|
avatarUrl?: string | undefined;
|
|
136192
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136172
136193
|
customUrl?: string | undefined;
|
|
136173
136194
|
}>, "many">>;
|
|
136174
136195
|
}, "strip", z.ZodTypeAny, {
|
|
136175
136196
|
azure?: {
|
|
136176
136197
|
id: string;
|
|
136177
136198
|
email?: string | undefined;
|
|
136178
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136179
136199
|
handle?: string | undefined;
|
|
136180
136200
|
avatarUrl?: string | undefined;
|
|
136201
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136181
136202
|
customUrl?: string | undefined;
|
|
136182
136203
|
}[] | undefined;
|
|
136183
136204
|
github?: {
|
|
136184
136205
|
id: string;
|
|
136185
136206
|
email?: string | undefined;
|
|
136186
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136187
136207
|
handle?: string | undefined;
|
|
136188
136208
|
avatarUrl?: string | undefined;
|
|
136209
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136189
136210
|
customUrl?: string | undefined;
|
|
136190
136211
|
}[] | undefined;
|
|
136191
136212
|
gitlab?: {
|
|
136192
136213
|
id: string;
|
|
136193
136214
|
email?: string | undefined;
|
|
136194
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136195
136215
|
handle?: string | undefined;
|
|
136196
136216
|
avatarUrl?: string | undefined;
|
|
136217
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136197
136218
|
customUrl?: string | undefined;
|
|
136198
136219
|
}[] | undefined;
|
|
136199
136220
|
bitbucket?: {
|
|
136200
136221
|
id: string;
|
|
136201
136222
|
email?: string | undefined;
|
|
136202
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136203
136223
|
handle?: string | undefined;
|
|
136204
136224
|
avatarUrl?: string | undefined;
|
|
136225
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136205
136226
|
customUrl?: string | undefined;
|
|
136206
136227
|
}[] | undefined;
|
|
136207
136228
|
figma?: {
|
|
136208
136229
|
id: string;
|
|
136209
136230
|
email?: string | undefined;
|
|
136210
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136211
136231
|
handle?: string | undefined;
|
|
136212
136232
|
avatarUrl?: string | undefined;
|
|
136233
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136213
136234
|
customUrl?: string | undefined;
|
|
136214
136235
|
} | undefined;
|
|
136215
136236
|
}, {
|
|
136216
136237
|
azure?: {
|
|
136217
136238
|
id: string;
|
|
136218
136239
|
email?: string | undefined;
|
|
136219
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136220
136240
|
handle?: string | undefined;
|
|
136221
136241
|
avatarUrl?: string | undefined;
|
|
136242
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136222
136243
|
customUrl?: string | undefined;
|
|
136223
136244
|
}[] | undefined;
|
|
136224
136245
|
github?: {
|
|
136225
136246
|
id: string;
|
|
136226
136247
|
email?: string | undefined;
|
|
136227
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136228
136248
|
handle?: string | undefined;
|
|
136229
136249
|
avatarUrl?: string | undefined;
|
|
136250
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136230
136251
|
customUrl?: string | undefined;
|
|
136231
136252
|
}[] | undefined;
|
|
136232
136253
|
gitlab?: {
|
|
136233
136254
|
id: string;
|
|
136234
136255
|
email?: string | undefined;
|
|
136235
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136236
136256
|
handle?: string | undefined;
|
|
136237
136257
|
avatarUrl?: string | undefined;
|
|
136258
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136238
136259
|
customUrl?: string | undefined;
|
|
136239
136260
|
}[] | undefined;
|
|
136240
136261
|
bitbucket?: {
|
|
136241
136262
|
id: string;
|
|
136242
136263
|
email?: string | undefined;
|
|
136243
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136244
136264
|
handle?: string | undefined;
|
|
136245
136265
|
avatarUrl?: string | undefined;
|
|
136266
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136246
136267
|
customUrl?: string | undefined;
|
|
136247
136268
|
}[] | undefined;
|
|
136248
136269
|
figma?: {
|
|
136249
136270
|
id: string;
|
|
136250
136271
|
email?: string | undefined;
|
|
136251
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136252
136272
|
handle?: string | undefined;
|
|
136253
136273
|
avatarUrl?: string | undefined;
|
|
136274
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136254
136275
|
customUrl?: string | undefined;
|
|
136255
136276
|
} | undefined;
|
|
136256
136277
|
}>>;
|
|
@@ -136288,41 +136309,41 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136288
136309
|
azure?: {
|
|
136289
136310
|
id: string;
|
|
136290
136311
|
email?: string | undefined;
|
|
136291
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136292
136312
|
handle?: string | undefined;
|
|
136293
136313
|
avatarUrl?: string | undefined;
|
|
136314
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136294
136315
|
customUrl?: string | undefined;
|
|
136295
136316
|
}[] | undefined;
|
|
136296
136317
|
github?: {
|
|
136297
136318
|
id: string;
|
|
136298
136319
|
email?: string | undefined;
|
|
136299
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136300
136320
|
handle?: string | undefined;
|
|
136301
136321
|
avatarUrl?: string | undefined;
|
|
136322
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136302
136323
|
customUrl?: string | undefined;
|
|
136303
136324
|
}[] | undefined;
|
|
136304
136325
|
gitlab?: {
|
|
136305
136326
|
id: string;
|
|
136306
136327
|
email?: string | undefined;
|
|
136307
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136308
136328
|
handle?: string | undefined;
|
|
136309
136329
|
avatarUrl?: string | undefined;
|
|
136330
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136310
136331
|
customUrl?: string | undefined;
|
|
136311
136332
|
}[] | undefined;
|
|
136312
136333
|
bitbucket?: {
|
|
136313
136334
|
id: string;
|
|
136314
136335
|
email?: string | undefined;
|
|
136315
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136316
136336
|
handle?: string | undefined;
|
|
136317
136337
|
avatarUrl?: string | undefined;
|
|
136338
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136318
136339
|
customUrl?: string | undefined;
|
|
136319
136340
|
}[] | undefined;
|
|
136320
136341
|
figma?: {
|
|
136321
136342
|
id: string;
|
|
136322
136343
|
email?: string | undefined;
|
|
136323
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136324
136344
|
handle?: string | undefined;
|
|
136325
136345
|
avatarUrl?: string | undefined;
|
|
136346
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136326
136347
|
customUrl?: string | undefined;
|
|
136327
136348
|
} | undefined;
|
|
136328
136349
|
} | undefined;
|
|
@@ -136358,41 +136379,41 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136358
136379
|
azure?: {
|
|
136359
136380
|
id: string;
|
|
136360
136381
|
email?: string | undefined;
|
|
136361
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136362
136382
|
handle?: string | undefined;
|
|
136363
136383
|
avatarUrl?: string | undefined;
|
|
136384
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136364
136385
|
customUrl?: string | undefined;
|
|
136365
136386
|
}[] | undefined;
|
|
136366
136387
|
github?: {
|
|
136367
136388
|
id: string;
|
|
136368
136389
|
email?: string | undefined;
|
|
136369
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136370
136390
|
handle?: string | undefined;
|
|
136371
136391
|
avatarUrl?: string | undefined;
|
|
136392
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136372
136393
|
customUrl?: string | undefined;
|
|
136373
136394
|
}[] | undefined;
|
|
136374
136395
|
gitlab?: {
|
|
136375
136396
|
id: string;
|
|
136376
136397
|
email?: string | undefined;
|
|
136377
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136378
136398
|
handle?: string | undefined;
|
|
136379
136399
|
avatarUrl?: string | undefined;
|
|
136400
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136380
136401
|
customUrl?: string | undefined;
|
|
136381
136402
|
}[] | undefined;
|
|
136382
136403
|
bitbucket?: {
|
|
136383
136404
|
id: string;
|
|
136384
136405
|
email?: string | undefined;
|
|
136385
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136386
136406
|
handle?: string | undefined;
|
|
136387
136407
|
avatarUrl?: string | undefined;
|
|
136408
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136388
136409
|
customUrl?: string | undefined;
|
|
136389
136410
|
}[] | undefined;
|
|
136390
136411
|
figma?: {
|
|
136391
136412
|
id: string;
|
|
136392
136413
|
email?: string | undefined;
|
|
136393
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136394
136414
|
handle?: string | undefined;
|
|
136395
136415
|
avatarUrl?: string | undefined;
|
|
136416
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136396
136417
|
customUrl?: string | undefined;
|
|
136397
136418
|
} | undefined;
|
|
136398
136419
|
} | undefined;
|
|
@@ -136639,41 +136660,41 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136639
136660
|
azure?: {
|
|
136640
136661
|
id: string;
|
|
136641
136662
|
email?: string | undefined;
|
|
136642
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136643
136663
|
handle?: string | undefined;
|
|
136644
136664
|
avatarUrl?: string | undefined;
|
|
136665
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136645
136666
|
customUrl?: string | undefined;
|
|
136646
136667
|
}[] | undefined;
|
|
136647
136668
|
github?: {
|
|
136648
136669
|
id: string;
|
|
136649
136670
|
email?: string | undefined;
|
|
136650
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136651
136671
|
handle?: string | undefined;
|
|
136652
136672
|
avatarUrl?: string | undefined;
|
|
136673
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136653
136674
|
customUrl?: string | undefined;
|
|
136654
136675
|
}[] | undefined;
|
|
136655
136676
|
gitlab?: {
|
|
136656
136677
|
id: string;
|
|
136657
136678
|
email?: string | undefined;
|
|
136658
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136659
136679
|
handle?: string | undefined;
|
|
136660
136680
|
avatarUrl?: string | undefined;
|
|
136681
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136661
136682
|
customUrl?: string | undefined;
|
|
136662
136683
|
}[] | undefined;
|
|
136663
136684
|
bitbucket?: {
|
|
136664
136685
|
id: string;
|
|
136665
136686
|
email?: string | undefined;
|
|
136666
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136667
136687
|
handle?: string | undefined;
|
|
136668
136688
|
avatarUrl?: string | undefined;
|
|
136689
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136669
136690
|
customUrl?: string | undefined;
|
|
136670
136691
|
}[] | undefined;
|
|
136671
136692
|
figma?: {
|
|
136672
136693
|
id: string;
|
|
136673
136694
|
email?: string | undefined;
|
|
136674
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136675
136695
|
handle?: string | undefined;
|
|
136676
136696
|
avatarUrl?: string | undefined;
|
|
136697
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136677
136698
|
customUrl?: string | undefined;
|
|
136678
136699
|
} | undefined;
|
|
136679
136700
|
} | undefined;
|
|
@@ -136920,41 +136941,41 @@ declare const WorkspaceInviteEmailData: z.ZodObject<{
|
|
|
136920
136941
|
azure?: {
|
|
136921
136942
|
id: string;
|
|
136922
136943
|
email?: string | undefined;
|
|
136923
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136924
136944
|
handle?: string | undefined;
|
|
136925
136945
|
avatarUrl?: string | undefined;
|
|
136946
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136926
136947
|
customUrl?: string | undefined;
|
|
136927
136948
|
}[] | undefined;
|
|
136928
136949
|
github?: {
|
|
136929
136950
|
id: string;
|
|
136930
136951
|
email?: string | undefined;
|
|
136931
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136932
136952
|
handle?: string | undefined;
|
|
136933
136953
|
avatarUrl?: string | undefined;
|
|
136954
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136934
136955
|
customUrl?: string | undefined;
|
|
136935
136956
|
}[] | undefined;
|
|
136936
136957
|
gitlab?: {
|
|
136937
136958
|
id: string;
|
|
136938
136959
|
email?: string | undefined;
|
|
136939
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136940
136960
|
handle?: string | undefined;
|
|
136941
136961
|
avatarUrl?: string | undefined;
|
|
136962
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136942
136963
|
customUrl?: string | undefined;
|
|
136943
136964
|
}[] | undefined;
|
|
136944
136965
|
bitbucket?: {
|
|
136945
136966
|
id: string;
|
|
136946
136967
|
email?: string | undefined;
|
|
136947
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136948
136968
|
handle?: string | undefined;
|
|
136949
136969
|
avatarUrl?: string | undefined;
|
|
136970
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136950
136971
|
customUrl?: string | undefined;
|
|
136951
136972
|
}[] | undefined;
|
|
136952
136973
|
figma?: {
|
|
136953
136974
|
id: string;
|
|
136954
136975
|
email?: string | undefined;
|
|
136955
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
136956
136976
|
handle?: string | undefined;
|
|
136957
136977
|
avatarUrl?: string | undefined;
|
|
136978
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
136958
136979
|
customUrl?: string | undefined;
|
|
136959
136980
|
} | undefined;
|
|
136960
136981
|
} | undefined;
|
|
@@ -137871,8 +137892,8 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
137871
137892
|
designSystemId: string;
|
|
137872
137893
|
accessToken: string;
|
|
137873
137894
|
versionId: string;
|
|
137874
|
-
designSystemName: string;
|
|
137875
137895
|
exporterId: string;
|
|
137896
|
+
designSystemName: string;
|
|
137876
137897
|
apiUrl: string;
|
|
137877
137898
|
exporterName: string;
|
|
137878
137899
|
exporterPackageUrl: string;
|
|
@@ -137990,8 +138011,8 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
137990
138011
|
designSystemId: string;
|
|
137991
138012
|
accessToken: string;
|
|
137992
138013
|
versionId: string;
|
|
137993
|
-
designSystemName: string;
|
|
137994
138014
|
exporterId: string;
|
|
138015
|
+
designSystemName: string;
|
|
137995
138016
|
apiUrl: string;
|
|
137996
138017
|
exporterName: string;
|
|
137997
138018
|
exporterPackageUrl: string;
|
|
@@ -139390,14 +139411,14 @@ declare const ExporterWorkspaceMembership: z.ZodObject<{
|
|
|
139390
139411
|
role: z.ZodEnum<["Owner", "OwnerArchived", "User"]>;
|
|
139391
139412
|
}, "strip", z.ZodTypeAny, {
|
|
139392
139413
|
id: string;
|
|
139393
|
-
role: "Owner" | "OwnerArchived" | "User";
|
|
139394
139414
|
workspaceId: string;
|
|
139395
139415
|
exporterId: string;
|
|
139416
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
139396
139417
|
}, {
|
|
139397
139418
|
id: string;
|
|
139398
|
-
role: "Owner" | "OwnerArchived" | "User";
|
|
139399
139419
|
workspaceId: string;
|
|
139400
139420
|
exporterId: string;
|
|
139421
|
+
role: "Owner" | "OwnerArchived" | "User";
|
|
139401
139422
|
}>;
|
|
139402
139423
|
type ExporterWorkspaceMembership = z.infer<typeof ExporterWorkspaceMembership>;
|
|
139403
139424
|
type CreateExporterMembership = DbCreateInputOmit<ExporterWorkspaceMembership>;
|
|
@@ -141488,14 +141509,14 @@ declare const WorkspaceOAuthRequestSchema: z.ZodObject<{
|
|
|
141488
141509
|
}, "strip", z.ZodTypeAny, {
|
|
141489
141510
|
id: string;
|
|
141490
141511
|
createdAt: Date;
|
|
141491
|
-
workspaceId: string;
|
|
141492
141512
|
userId: string;
|
|
141513
|
+
workspaceId: string;
|
|
141493
141514
|
provider: OAuthProviderNames;
|
|
141494
141515
|
}, {
|
|
141495
141516
|
id: string;
|
|
141496
141517
|
createdAt: Date;
|
|
141497
|
-
workspaceId: string;
|
|
141498
141518
|
userId: string;
|
|
141519
|
+
workspaceId: string;
|
|
141499
141520
|
provider: OAuthProviderNames;
|
|
141500
141521
|
}>;
|
|
141501
141522
|
type WorkspaceOAuthRequest = z.infer<typeof WorkspaceOAuthRequestSchema>;
|
|
@@ -167532,8 +167553,8 @@ declare const PersonalAccessToken: z.ZodObject<{
|
|
|
167532
167553
|
hidden: boolean;
|
|
167533
167554
|
token: string;
|
|
167534
167555
|
scope?: string | undefined;
|
|
167535
|
-
workspaceId?: string | undefined;
|
|
167536
167556
|
workspaceRole?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
|
|
167557
|
+
workspaceId?: string | undefined;
|
|
167537
167558
|
expireAt?: Date | undefined;
|
|
167538
167559
|
}, {
|
|
167539
167560
|
id: string;
|
|
@@ -167543,8 +167564,8 @@ declare const PersonalAccessToken: z.ZodObject<{
|
|
|
167543
167564
|
hidden: boolean;
|
|
167544
167565
|
token: string;
|
|
167545
167566
|
scope?: string | undefined;
|
|
167546
|
-
workspaceId?: string | undefined;
|
|
167547
167567
|
workspaceRole?: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor" | undefined;
|
|
167568
|
+
workspaceId?: string | undefined;
|
|
167548
167569
|
expireAt?: Date | undefined;
|
|
167549
167570
|
}>;
|
|
167550
167571
|
type PersonalAccessToken = z.infer<typeof PersonalAccessToken>;
|
|
@@ -167564,16 +167585,16 @@ declare const IntegrationUserInfo: z.ZodObject<{
|
|
|
167564
167585
|
}, "strip", z.ZodTypeAny, {
|
|
167565
167586
|
id: string;
|
|
167566
167587
|
email?: string | undefined;
|
|
167567
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167568
167588
|
handle?: string | undefined;
|
|
167569
167589
|
avatarUrl?: string | undefined;
|
|
167590
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167570
167591
|
customUrl?: string | undefined;
|
|
167571
167592
|
}, {
|
|
167572
167593
|
id: string;
|
|
167573
167594
|
email?: string | undefined;
|
|
167574
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167575
167595
|
handle?: string | undefined;
|
|
167576
167596
|
avatarUrl?: string | undefined;
|
|
167597
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167577
167598
|
customUrl?: string | undefined;
|
|
167578
167599
|
}>;
|
|
167579
167600
|
type IntegrationUserInfo = z.infer<typeof IntegrationUserInfo>;
|
|
@@ -167588,16 +167609,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
167588
167609
|
}, "strip", z.ZodTypeAny, {
|
|
167589
167610
|
id: string;
|
|
167590
167611
|
email?: string | undefined;
|
|
167591
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167592
167612
|
handle?: string | undefined;
|
|
167593
167613
|
avatarUrl?: string | undefined;
|
|
167614
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167594
167615
|
customUrl?: string | undefined;
|
|
167595
167616
|
}, {
|
|
167596
167617
|
id: string;
|
|
167597
167618
|
email?: string | undefined;
|
|
167598
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167599
167619
|
handle?: string | undefined;
|
|
167600
167620
|
avatarUrl?: string | undefined;
|
|
167621
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167601
167622
|
customUrl?: string | undefined;
|
|
167602
167623
|
}>>;
|
|
167603
167624
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -167610,16 +167631,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
167610
167631
|
}, "strip", z.ZodTypeAny, {
|
|
167611
167632
|
id: string;
|
|
167612
167633
|
email?: string | undefined;
|
|
167613
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167614
167634
|
handle?: string | undefined;
|
|
167615
167635
|
avatarUrl?: string | undefined;
|
|
167636
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167616
167637
|
customUrl?: string | undefined;
|
|
167617
167638
|
}, {
|
|
167618
167639
|
id: string;
|
|
167619
167640
|
email?: string | undefined;
|
|
167620
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167621
167641
|
handle?: string | undefined;
|
|
167622
167642
|
avatarUrl?: string | undefined;
|
|
167643
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167623
167644
|
customUrl?: string | undefined;
|
|
167624
167645
|
}>, "many">>;
|
|
167625
167646
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -167632,16 +167653,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
167632
167653
|
}, "strip", z.ZodTypeAny, {
|
|
167633
167654
|
id: string;
|
|
167634
167655
|
email?: string | undefined;
|
|
167635
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167636
167656
|
handle?: string | undefined;
|
|
167637
167657
|
avatarUrl?: string | undefined;
|
|
167658
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167638
167659
|
customUrl?: string | undefined;
|
|
167639
167660
|
}, {
|
|
167640
167661
|
id: string;
|
|
167641
167662
|
email?: string | undefined;
|
|
167642
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167643
167663
|
handle?: string | undefined;
|
|
167644
167664
|
avatarUrl?: string | undefined;
|
|
167665
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167645
167666
|
customUrl?: string | undefined;
|
|
167646
167667
|
}>, "many">>;
|
|
167647
167668
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -167654,16 +167675,16 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
167654
167675
|
}, "strip", z.ZodTypeAny, {
|
|
167655
167676
|
id: string;
|
|
167656
167677
|
email?: string | undefined;
|
|
167657
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167658
167678
|
handle?: string | undefined;
|
|
167659
167679
|
avatarUrl?: string | undefined;
|
|
167680
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167660
167681
|
customUrl?: string | undefined;
|
|
167661
167682
|
}, {
|
|
167662
167683
|
id: string;
|
|
167663
167684
|
email?: string | undefined;
|
|
167664
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167665
167685
|
handle?: string | undefined;
|
|
167666
167686
|
avatarUrl?: string | undefined;
|
|
167687
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167667
167688
|
customUrl?: string | undefined;
|
|
167668
167689
|
}>, "many">>;
|
|
167669
167690
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -167676,98 +167697,98 @@ declare const UserLinkedIntegrations: z.ZodObject<{
|
|
|
167676
167697
|
}, "strip", z.ZodTypeAny, {
|
|
167677
167698
|
id: string;
|
|
167678
167699
|
email?: string | undefined;
|
|
167679
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167680
167700
|
handle?: string | undefined;
|
|
167681
167701
|
avatarUrl?: string | undefined;
|
|
167702
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167682
167703
|
customUrl?: string | undefined;
|
|
167683
167704
|
}, {
|
|
167684
167705
|
id: string;
|
|
167685
167706
|
email?: string | undefined;
|
|
167686
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167687
167707
|
handle?: string | undefined;
|
|
167688
167708
|
avatarUrl?: string | undefined;
|
|
167709
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167689
167710
|
customUrl?: string | undefined;
|
|
167690
167711
|
}>, "many">>;
|
|
167691
167712
|
}, "strip", z.ZodTypeAny, {
|
|
167692
167713
|
azure?: {
|
|
167693
167714
|
id: string;
|
|
167694
167715
|
email?: string | undefined;
|
|
167695
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167696
167716
|
handle?: string | undefined;
|
|
167697
167717
|
avatarUrl?: string | undefined;
|
|
167718
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167698
167719
|
customUrl?: string | undefined;
|
|
167699
167720
|
}[] | undefined;
|
|
167700
167721
|
github?: {
|
|
167701
167722
|
id: string;
|
|
167702
167723
|
email?: string | undefined;
|
|
167703
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167704
167724
|
handle?: string | undefined;
|
|
167705
167725
|
avatarUrl?: string | undefined;
|
|
167726
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167706
167727
|
customUrl?: string | undefined;
|
|
167707
167728
|
}[] | undefined;
|
|
167708
167729
|
gitlab?: {
|
|
167709
167730
|
id: string;
|
|
167710
167731
|
email?: string | undefined;
|
|
167711
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167712
167732
|
handle?: string | undefined;
|
|
167713
167733
|
avatarUrl?: string | undefined;
|
|
167734
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167714
167735
|
customUrl?: string | undefined;
|
|
167715
167736
|
}[] | undefined;
|
|
167716
167737
|
bitbucket?: {
|
|
167717
167738
|
id: string;
|
|
167718
167739
|
email?: string | undefined;
|
|
167719
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167720
167740
|
handle?: string | undefined;
|
|
167721
167741
|
avatarUrl?: string | undefined;
|
|
167742
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167722
167743
|
customUrl?: string | undefined;
|
|
167723
167744
|
}[] | undefined;
|
|
167724
167745
|
figma?: {
|
|
167725
167746
|
id: string;
|
|
167726
167747
|
email?: string | undefined;
|
|
167727
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167728
167748
|
handle?: string | undefined;
|
|
167729
167749
|
avatarUrl?: string | undefined;
|
|
167750
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167730
167751
|
customUrl?: string | undefined;
|
|
167731
167752
|
} | undefined;
|
|
167732
167753
|
}, {
|
|
167733
167754
|
azure?: {
|
|
167734
167755
|
id: string;
|
|
167735
167756
|
email?: string | undefined;
|
|
167736
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167737
167757
|
handle?: string | undefined;
|
|
167738
167758
|
avatarUrl?: string | undefined;
|
|
167759
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167739
167760
|
customUrl?: string | undefined;
|
|
167740
167761
|
}[] | undefined;
|
|
167741
167762
|
github?: {
|
|
167742
167763
|
id: string;
|
|
167743
167764
|
email?: string | undefined;
|
|
167744
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167745
167765
|
handle?: string | undefined;
|
|
167746
167766
|
avatarUrl?: string | undefined;
|
|
167767
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167747
167768
|
customUrl?: string | undefined;
|
|
167748
167769
|
}[] | undefined;
|
|
167749
167770
|
gitlab?: {
|
|
167750
167771
|
id: string;
|
|
167751
167772
|
email?: string | undefined;
|
|
167752
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167753
167773
|
handle?: string | undefined;
|
|
167754
167774
|
avatarUrl?: string | undefined;
|
|
167775
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167755
167776
|
customUrl?: string | undefined;
|
|
167756
167777
|
}[] | undefined;
|
|
167757
167778
|
bitbucket?: {
|
|
167758
167779
|
id: string;
|
|
167759
167780
|
email?: string | undefined;
|
|
167760
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167761
167781
|
handle?: string | undefined;
|
|
167762
167782
|
avatarUrl?: string | undefined;
|
|
167783
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167763
167784
|
customUrl?: string | undefined;
|
|
167764
167785
|
}[] | undefined;
|
|
167765
167786
|
figma?: {
|
|
167766
167787
|
id: string;
|
|
167767
167788
|
email?: string | undefined;
|
|
167768
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
167769
167789
|
handle?: string | undefined;
|
|
167770
167790
|
avatarUrl?: string | undefined;
|
|
167791
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
167771
167792
|
customUrl?: string | undefined;
|
|
167772
167793
|
} | undefined;
|
|
167773
167794
|
}>;
|
|
@@ -168178,16 +168199,16 @@ declare const User: z.ZodObject<{
|
|
|
168178
168199
|
}, "strip", z.ZodTypeAny, {
|
|
168179
168200
|
id: string;
|
|
168180
168201
|
email?: string | undefined;
|
|
168181
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168182
168202
|
handle?: string | undefined;
|
|
168183
168203
|
avatarUrl?: string | undefined;
|
|
168204
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168184
168205
|
customUrl?: string | undefined;
|
|
168185
168206
|
}, {
|
|
168186
168207
|
id: string;
|
|
168187
168208
|
email?: string | undefined;
|
|
168188
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168189
168209
|
handle?: string | undefined;
|
|
168190
168210
|
avatarUrl?: string | undefined;
|
|
168211
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168191
168212
|
customUrl?: string | undefined;
|
|
168192
168213
|
}>>;
|
|
168193
168214
|
github: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -168200,16 +168221,16 @@ declare const User: z.ZodObject<{
|
|
|
168200
168221
|
}, "strip", z.ZodTypeAny, {
|
|
168201
168222
|
id: string;
|
|
168202
168223
|
email?: string | undefined;
|
|
168203
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168204
168224
|
handle?: string | undefined;
|
|
168205
168225
|
avatarUrl?: string | undefined;
|
|
168226
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168206
168227
|
customUrl?: string | undefined;
|
|
168207
168228
|
}, {
|
|
168208
168229
|
id: string;
|
|
168209
168230
|
email?: string | undefined;
|
|
168210
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168211
168231
|
handle?: string | undefined;
|
|
168212
168232
|
avatarUrl?: string | undefined;
|
|
168233
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168213
168234
|
customUrl?: string | undefined;
|
|
168214
168235
|
}>, "many">>;
|
|
168215
168236
|
azure: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -168222,16 +168243,16 @@ declare const User: z.ZodObject<{
|
|
|
168222
168243
|
}, "strip", z.ZodTypeAny, {
|
|
168223
168244
|
id: string;
|
|
168224
168245
|
email?: string | undefined;
|
|
168225
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168226
168246
|
handle?: string | undefined;
|
|
168227
168247
|
avatarUrl?: string | undefined;
|
|
168248
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168228
168249
|
customUrl?: string | undefined;
|
|
168229
168250
|
}, {
|
|
168230
168251
|
id: string;
|
|
168231
168252
|
email?: string | undefined;
|
|
168232
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168233
168253
|
handle?: string | undefined;
|
|
168234
168254
|
avatarUrl?: string | undefined;
|
|
168255
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168235
168256
|
customUrl?: string | undefined;
|
|
168236
168257
|
}>, "many">>;
|
|
168237
168258
|
gitlab: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -168244,16 +168265,16 @@ declare const User: z.ZodObject<{
|
|
|
168244
168265
|
}, "strip", z.ZodTypeAny, {
|
|
168245
168266
|
id: string;
|
|
168246
168267
|
email?: string | undefined;
|
|
168247
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168248
168268
|
handle?: string | undefined;
|
|
168249
168269
|
avatarUrl?: string | undefined;
|
|
168270
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168250
168271
|
customUrl?: string | undefined;
|
|
168251
168272
|
}, {
|
|
168252
168273
|
id: string;
|
|
168253
168274
|
email?: string | undefined;
|
|
168254
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168255
168275
|
handle?: string | undefined;
|
|
168256
168276
|
avatarUrl?: string | undefined;
|
|
168277
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168257
168278
|
customUrl?: string | undefined;
|
|
168258
168279
|
}>, "many">>;
|
|
168259
168280
|
bitbucket: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -168266,98 +168287,98 @@ declare const User: z.ZodObject<{
|
|
|
168266
168287
|
}, "strip", z.ZodTypeAny, {
|
|
168267
168288
|
id: string;
|
|
168268
168289
|
email?: string | undefined;
|
|
168269
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168270
168290
|
handle?: string | undefined;
|
|
168271
168291
|
avatarUrl?: string | undefined;
|
|
168292
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168272
168293
|
customUrl?: string | undefined;
|
|
168273
168294
|
}, {
|
|
168274
168295
|
id: string;
|
|
168275
168296
|
email?: string | undefined;
|
|
168276
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168277
168297
|
handle?: string | undefined;
|
|
168278
168298
|
avatarUrl?: string | undefined;
|
|
168299
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168279
168300
|
customUrl?: string | undefined;
|
|
168280
168301
|
}>, "many">>;
|
|
168281
168302
|
}, "strip", z.ZodTypeAny, {
|
|
168282
168303
|
azure?: {
|
|
168283
168304
|
id: string;
|
|
168284
168305
|
email?: string | undefined;
|
|
168285
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168286
168306
|
handle?: string | undefined;
|
|
168287
168307
|
avatarUrl?: string | undefined;
|
|
168308
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168288
168309
|
customUrl?: string | undefined;
|
|
168289
168310
|
}[] | undefined;
|
|
168290
168311
|
github?: {
|
|
168291
168312
|
id: string;
|
|
168292
168313
|
email?: string | undefined;
|
|
168293
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168294
168314
|
handle?: string | undefined;
|
|
168295
168315
|
avatarUrl?: string | undefined;
|
|
168316
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168296
168317
|
customUrl?: string | undefined;
|
|
168297
168318
|
}[] | undefined;
|
|
168298
168319
|
gitlab?: {
|
|
168299
168320
|
id: string;
|
|
168300
168321
|
email?: string | undefined;
|
|
168301
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168302
168322
|
handle?: string | undefined;
|
|
168303
168323
|
avatarUrl?: string | undefined;
|
|
168324
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168304
168325
|
customUrl?: string | undefined;
|
|
168305
168326
|
}[] | undefined;
|
|
168306
168327
|
bitbucket?: {
|
|
168307
168328
|
id: string;
|
|
168308
168329
|
email?: string | undefined;
|
|
168309
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168310
168330
|
handle?: string | undefined;
|
|
168311
168331
|
avatarUrl?: string | undefined;
|
|
168332
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168312
168333
|
customUrl?: string | undefined;
|
|
168313
168334
|
}[] | undefined;
|
|
168314
168335
|
figma?: {
|
|
168315
168336
|
id: string;
|
|
168316
168337
|
email?: string | undefined;
|
|
168317
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168318
168338
|
handle?: string | undefined;
|
|
168319
168339
|
avatarUrl?: string | undefined;
|
|
168340
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168320
168341
|
customUrl?: string | undefined;
|
|
168321
168342
|
} | undefined;
|
|
168322
168343
|
}, {
|
|
168323
168344
|
azure?: {
|
|
168324
168345
|
id: string;
|
|
168325
168346
|
email?: string | undefined;
|
|
168326
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168327
168347
|
handle?: string | undefined;
|
|
168328
168348
|
avatarUrl?: string | undefined;
|
|
168349
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168329
168350
|
customUrl?: string | undefined;
|
|
168330
168351
|
}[] | undefined;
|
|
168331
168352
|
github?: {
|
|
168332
168353
|
id: string;
|
|
168333
168354
|
email?: string | undefined;
|
|
168334
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168335
168355
|
handle?: string | undefined;
|
|
168336
168356
|
avatarUrl?: string | undefined;
|
|
168357
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168337
168358
|
customUrl?: string | undefined;
|
|
168338
168359
|
}[] | undefined;
|
|
168339
168360
|
gitlab?: {
|
|
168340
168361
|
id: string;
|
|
168341
168362
|
email?: string | undefined;
|
|
168342
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168343
168363
|
handle?: string | undefined;
|
|
168344
168364
|
avatarUrl?: string | undefined;
|
|
168365
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168345
168366
|
customUrl?: string | undefined;
|
|
168346
168367
|
}[] | undefined;
|
|
168347
168368
|
bitbucket?: {
|
|
168348
168369
|
id: string;
|
|
168349
168370
|
email?: string | undefined;
|
|
168350
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168351
168371
|
handle?: string | undefined;
|
|
168352
168372
|
avatarUrl?: string | undefined;
|
|
168373
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168353
168374
|
customUrl?: string | undefined;
|
|
168354
168375
|
}[] | undefined;
|
|
168355
168376
|
figma?: {
|
|
168356
168377
|
id: string;
|
|
168357
168378
|
email?: string | undefined;
|
|
168358
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168359
168379
|
handle?: string | undefined;
|
|
168360
168380
|
avatarUrl?: string | undefined;
|
|
168381
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168361
168382
|
customUrl?: string | undefined;
|
|
168362
168383
|
} | undefined;
|
|
168363
168384
|
}>>;
|
|
@@ -168395,41 +168416,41 @@ declare const User: z.ZodObject<{
|
|
|
168395
168416
|
azure?: {
|
|
168396
168417
|
id: string;
|
|
168397
168418
|
email?: string | undefined;
|
|
168398
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168399
168419
|
handle?: string | undefined;
|
|
168400
168420
|
avatarUrl?: string | undefined;
|
|
168421
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168401
168422
|
customUrl?: string | undefined;
|
|
168402
168423
|
}[] | undefined;
|
|
168403
168424
|
github?: {
|
|
168404
168425
|
id: string;
|
|
168405
168426
|
email?: string | undefined;
|
|
168406
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168407
168427
|
handle?: string | undefined;
|
|
168408
168428
|
avatarUrl?: string | undefined;
|
|
168429
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168409
168430
|
customUrl?: string | undefined;
|
|
168410
168431
|
}[] | undefined;
|
|
168411
168432
|
gitlab?: {
|
|
168412
168433
|
id: string;
|
|
168413
168434
|
email?: string | undefined;
|
|
168414
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168415
168435
|
handle?: string | undefined;
|
|
168416
168436
|
avatarUrl?: string | undefined;
|
|
168437
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168417
168438
|
customUrl?: string | undefined;
|
|
168418
168439
|
}[] | undefined;
|
|
168419
168440
|
bitbucket?: {
|
|
168420
168441
|
id: string;
|
|
168421
168442
|
email?: string | undefined;
|
|
168422
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168423
168443
|
handle?: string | undefined;
|
|
168424
168444
|
avatarUrl?: string | undefined;
|
|
168445
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168425
168446
|
customUrl?: string | undefined;
|
|
168426
168447
|
}[] | undefined;
|
|
168427
168448
|
figma?: {
|
|
168428
168449
|
id: string;
|
|
168429
168450
|
email?: string | undefined;
|
|
168430
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168431
168451
|
handle?: string | undefined;
|
|
168432
168452
|
avatarUrl?: string | undefined;
|
|
168453
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168433
168454
|
customUrl?: string | undefined;
|
|
168434
168455
|
} | undefined;
|
|
168435
168456
|
} | undefined;
|
|
@@ -168465,41 +168486,41 @@ declare const User: z.ZodObject<{
|
|
|
168465
168486
|
azure?: {
|
|
168466
168487
|
id: string;
|
|
168467
168488
|
email?: string | undefined;
|
|
168468
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168469
168489
|
handle?: string | undefined;
|
|
168470
168490
|
avatarUrl?: string | undefined;
|
|
168491
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168471
168492
|
customUrl?: string | undefined;
|
|
168472
168493
|
}[] | undefined;
|
|
168473
168494
|
github?: {
|
|
168474
168495
|
id: string;
|
|
168475
168496
|
email?: string | undefined;
|
|
168476
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168477
168497
|
handle?: string | undefined;
|
|
168478
168498
|
avatarUrl?: string | undefined;
|
|
168499
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168479
168500
|
customUrl?: string | undefined;
|
|
168480
168501
|
}[] | undefined;
|
|
168481
168502
|
gitlab?: {
|
|
168482
168503
|
id: string;
|
|
168483
168504
|
email?: string | undefined;
|
|
168484
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168485
168505
|
handle?: string | undefined;
|
|
168486
168506
|
avatarUrl?: string | undefined;
|
|
168507
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168487
168508
|
customUrl?: string | undefined;
|
|
168488
168509
|
}[] | undefined;
|
|
168489
168510
|
bitbucket?: {
|
|
168490
168511
|
id: string;
|
|
168491
168512
|
email?: string | undefined;
|
|
168492
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168493
168513
|
handle?: string | undefined;
|
|
168494
168514
|
avatarUrl?: string | undefined;
|
|
168515
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168495
168516
|
customUrl?: string | undefined;
|
|
168496
168517
|
}[] | undefined;
|
|
168497
168518
|
figma?: {
|
|
168498
168519
|
id: string;
|
|
168499
168520
|
email?: string | undefined;
|
|
168500
|
-
authType?: "OAuth2" | "PAT" | undefined;
|
|
168501
168521
|
handle?: string | undefined;
|
|
168502
168522
|
avatarUrl?: string | undefined;
|
|
168523
|
+
authType?: "OAuth2" | "PAT" | undefined;
|
|
168503
168524
|
customUrl?: string | undefined;
|
|
168504
168525
|
} | undefined;
|
|
168505
168526
|
} | undefined;
|
|
@@ -169166,16 +169187,16 @@ declare const WorkspaceInvitation: z.ZodObject<{
|
|
|
169166
169187
|
id: string;
|
|
169167
169188
|
createdAt: Date;
|
|
169168
169189
|
email: string;
|
|
169169
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169170
169190
|
workspaceId: string;
|
|
169191
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169171
169192
|
invitedBy: string;
|
|
169172
169193
|
resentAt?: Date | null | undefined;
|
|
169173
169194
|
}, {
|
|
169174
169195
|
id: string;
|
|
169175
169196
|
createdAt: Date;
|
|
169176
169197
|
email: string;
|
|
169177
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169178
169198
|
workspaceId: string;
|
|
169199
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169179
169200
|
invitedBy: string;
|
|
169180
169201
|
resentAt?: Date | null | undefined;
|
|
169181
169202
|
}>;
|
|
@@ -169207,9 +169228,9 @@ declare const WorkspaceMembership: z.ZodObject<{
|
|
|
169207
169228
|
}>;
|
|
169208
169229
|
}, "strip", z.ZodTypeAny, {
|
|
169209
169230
|
id: string;
|
|
169210
|
-
workspaceId: string;
|
|
169211
169231
|
userId: string;
|
|
169212
169232
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169233
|
+
workspaceId: string;
|
|
169213
169234
|
notificationSettings: {
|
|
169214
169235
|
liveblocksNotificationSettings: {
|
|
169215
169236
|
sendCommentNotificationEmails: boolean;
|
|
@@ -169217,9 +169238,9 @@ declare const WorkspaceMembership: z.ZodObject<{
|
|
|
169217
169238
|
};
|
|
169218
169239
|
}, {
|
|
169219
169240
|
id: string;
|
|
169220
|
-
workspaceId: string;
|
|
169221
169241
|
userId: string;
|
|
169222
169242
|
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169243
|
+
workspaceId: string;
|
|
169223
169244
|
notificationSettings: {
|
|
169224
169245
|
liveblocksNotificationSettings: {
|
|
169225
169246
|
sendCommentNotificationEmails: boolean;
|
|
@@ -169234,21 +169255,21 @@ declare const UpdateMembershipRolesInput: z.ZodObject<{
|
|
|
169234
169255
|
userId: z.ZodString;
|
|
169235
169256
|
role: z.ZodNativeEnum<z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>>;
|
|
169236
169257
|
}, "strip", z.ZodTypeAny, {
|
|
169237
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169238
169258
|
userId: string;
|
|
169239
|
-
}, {
|
|
169240
169259
|
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169260
|
+
}, {
|
|
169241
169261
|
userId: string;
|
|
169262
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169242
169263
|
}>, "many">;
|
|
169243
169264
|
}, "strip", z.ZodTypeAny, {
|
|
169244
169265
|
members: {
|
|
169245
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169246
169266
|
userId: string;
|
|
169267
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169247
169268
|
}[];
|
|
169248
169269
|
}, {
|
|
169249
169270
|
members: {
|
|
169250
|
-
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169251
169271
|
userId: string;
|
|
169272
|
+
role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
169252
169273
|
}[];
|
|
169253
169274
|
}>;
|
|
169254
169275
|
type UpdateMembershipRolesInput = z.infer<typeof UpdateMembershipRolesInput>;
|
|
@@ -172550,7 +172571,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
172550
172571
|
docSlug: z.ZodString;
|
|
172551
172572
|
docUserSlug: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
172552
172573
|
docSlugDeprecated: z.ZodString;
|
|
172553
|
-
isPublic: z.ZodBoolean;
|
|
172554
172574
|
isMultibrand: z.ZodBoolean;
|
|
172555
172575
|
docViewUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
172556
172576
|
basePrefixes: z.ZodArray<z.ZodString, "many">;
|
|
@@ -172579,7 +172599,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
172579
172599
|
updatedAt: Date;
|
|
172580
172600
|
name: string;
|
|
172581
172601
|
description: string;
|
|
172582
|
-
isPublic: boolean;
|
|
172583
172602
|
workspaceId: string;
|
|
172584
172603
|
docSlug: string;
|
|
172585
172604
|
docSlugDeprecated: string;
|
|
@@ -172602,7 +172621,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
172602
172621
|
updatedAt: Date;
|
|
172603
172622
|
name: string;
|
|
172604
172623
|
description: string;
|
|
172605
|
-
isPublic: boolean;
|
|
172606
172624
|
workspaceId: string;
|
|
172607
172625
|
docSlug: string;
|
|
172608
172626
|
docSlugDeprecated: string;
|
|
@@ -172627,7 +172645,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
172627
172645
|
updatedAt: Date;
|
|
172628
172646
|
name: string;
|
|
172629
172647
|
description: string;
|
|
172630
|
-
isPublic: boolean;
|
|
172631
172648
|
workspaceId: string;
|
|
172632
172649
|
docSlug: string;
|
|
172633
172650
|
docSlugDeprecated: string;
|
|
@@ -172860,7 +172877,6 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
172860
172877
|
updatedAt: Date;
|
|
172861
172878
|
name: string;
|
|
172862
172879
|
description: string;
|
|
172863
|
-
isPublic: boolean;
|
|
172864
172880
|
workspaceId: string;
|
|
172865
172881
|
docSlug: string;
|
|
172866
172882
|
docSlugDeprecated: string;
|
|
@@ -173089,4 +173105,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
173089
173105
|
}>;
|
|
173090
173106
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
173091
173107
|
|
|
173092
|
-
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 };
|
|
173108
|
+
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 };
|