@supernova-studio/client 1.10.10 → 1.10.12
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 +810 -78
- package/dist/index.d.ts +810 -78
- package/dist/index.js +20 -15
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -28498,39 +28498,55 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
28498
28498
|
} | null | undefined>;
|
|
28499
28499
|
github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
28500
28500
|
pullRequestUrl: string;
|
|
28501
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28501
28502
|
}, z.ZodTypeDef, {
|
|
28502
28503
|
pullRequestUrl: string;
|
|
28504
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28503
28505
|
}>>>, {
|
|
28504
28506
|
pullRequestUrl: string;
|
|
28507
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28505
28508
|
} | undefined, {
|
|
28506
28509
|
pullRequestUrl: string;
|
|
28510
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28507
28511
|
} | null | undefined>;
|
|
28508
28512
|
azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
28509
28513
|
pullRequestUrl: string;
|
|
28514
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28510
28515
|
}, z.ZodTypeDef, {
|
|
28511
28516
|
pullRequestUrl: string;
|
|
28517
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28512
28518
|
}>>>, {
|
|
28513
28519
|
pullRequestUrl: string;
|
|
28520
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28514
28521
|
} | undefined, {
|
|
28515
28522
|
pullRequestUrl: string;
|
|
28523
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28516
28524
|
} | null | undefined>;
|
|
28517
28525
|
gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
28518
28526
|
pullRequestUrl: string;
|
|
28527
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28519
28528
|
}, z.ZodTypeDef, {
|
|
28520
28529
|
pullRequestUrl: string;
|
|
28530
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28521
28531
|
}>>>, {
|
|
28522
28532
|
pullRequestUrl: string;
|
|
28533
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28523
28534
|
} | undefined, {
|
|
28524
28535
|
pullRequestUrl: string;
|
|
28536
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28525
28537
|
} | null | undefined>;
|
|
28526
28538
|
bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
28527
28539
|
pullRequestUrl: string;
|
|
28540
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28528
28541
|
}, z.ZodTypeDef, {
|
|
28529
28542
|
pullRequestUrl: string;
|
|
28543
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28530
28544
|
}>>>, {
|
|
28531
28545
|
pullRequestUrl: string;
|
|
28546
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28532
28547
|
} | undefined, {
|
|
28533
28548
|
pullRequestUrl: string;
|
|
28549
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28534
28550
|
} | null | undefined>;
|
|
28535
28551
|
sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
28536
28552
|
url: string;
|
|
@@ -28581,15 +28597,19 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
28581
28597
|
} | undefined;
|
|
28582
28598
|
azure?: {
|
|
28583
28599
|
pullRequestUrl: string;
|
|
28600
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28584
28601
|
} | undefined;
|
|
28585
28602
|
bitbucket?: {
|
|
28586
28603
|
pullRequestUrl: string;
|
|
28604
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28587
28605
|
} | undefined;
|
|
28588
28606
|
github?: {
|
|
28589
28607
|
pullRequestUrl: string;
|
|
28608
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28590
28609
|
} | undefined;
|
|
28591
28610
|
gitlab?: {
|
|
28592
28611
|
pullRequestUrl: string;
|
|
28612
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28593
28613
|
} | undefined;
|
|
28594
28614
|
documentation?: {
|
|
28595
28615
|
url: string;
|
|
@@ -28612,15 +28632,19 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
28612
28632
|
} | null | undefined;
|
|
28613
28633
|
azure?: {
|
|
28614
28634
|
pullRequestUrl: string;
|
|
28635
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28615
28636
|
} | null | undefined;
|
|
28616
28637
|
bitbucket?: {
|
|
28617
28638
|
pullRequestUrl: string;
|
|
28639
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28618
28640
|
} | null | undefined;
|
|
28619
28641
|
github?: {
|
|
28620
28642
|
pullRequestUrl: string;
|
|
28643
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28621
28644
|
} | null | undefined;
|
|
28622
28645
|
gitlab?: {
|
|
28623
28646
|
pullRequestUrl: string;
|
|
28647
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28624
28648
|
} | null | undefined;
|
|
28625
28649
|
documentation?: {
|
|
28626
28650
|
url: string;
|
|
@@ -28768,15 +28792,19 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
28768
28792
|
} | undefined;
|
|
28769
28793
|
azure?: {
|
|
28770
28794
|
pullRequestUrl: string;
|
|
28795
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28771
28796
|
} | undefined;
|
|
28772
28797
|
bitbucket?: {
|
|
28773
28798
|
pullRequestUrl: string;
|
|
28799
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28774
28800
|
} | undefined;
|
|
28775
28801
|
github?: {
|
|
28776
28802
|
pullRequestUrl: string;
|
|
28803
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28777
28804
|
} | undefined;
|
|
28778
28805
|
gitlab?: {
|
|
28779
28806
|
pullRequestUrl: string;
|
|
28807
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
28780
28808
|
} | undefined;
|
|
28781
28809
|
documentation?: {
|
|
28782
28810
|
url: string;
|
|
@@ -28920,15 +28948,19 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
28920
28948
|
} | null | undefined;
|
|
28921
28949
|
azure?: {
|
|
28922
28950
|
pullRequestUrl: string;
|
|
28951
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28923
28952
|
} | null | undefined;
|
|
28924
28953
|
bitbucket?: {
|
|
28925
28954
|
pullRequestUrl: string;
|
|
28955
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28926
28956
|
} | null | undefined;
|
|
28927
28957
|
github?: {
|
|
28928
28958
|
pullRequestUrl: string;
|
|
28959
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28929
28960
|
} | null | undefined;
|
|
28930
28961
|
gitlab?: {
|
|
28931
28962
|
pullRequestUrl: string;
|
|
28963
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
28932
28964
|
} | null | undefined;
|
|
28933
28965
|
documentation?: {
|
|
28934
28966
|
url: string;
|
|
@@ -29074,15 +29106,19 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
29074
29106
|
} | undefined;
|
|
29075
29107
|
azure?: {
|
|
29076
29108
|
pullRequestUrl: string;
|
|
29109
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
29077
29110
|
} | undefined;
|
|
29078
29111
|
bitbucket?: {
|
|
29079
29112
|
pullRequestUrl: string;
|
|
29113
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
29080
29114
|
} | undefined;
|
|
29081
29115
|
github?: {
|
|
29082
29116
|
pullRequestUrl: string;
|
|
29117
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
29083
29118
|
} | undefined;
|
|
29084
29119
|
gitlab?: {
|
|
29085
29120
|
pullRequestUrl: string;
|
|
29121
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
29086
29122
|
} | undefined;
|
|
29087
29123
|
documentation?: {
|
|
29088
29124
|
url: string;
|
|
@@ -29228,15 +29264,19 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
|
|
|
29228
29264
|
} | null | undefined;
|
|
29229
29265
|
azure?: {
|
|
29230
29266
|
pullRequestUrl: string;
|
|
29267
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
29231
29268
|
} | null | undefined;
|
|
29232
29269
|
bitbucket?: {
|
|
29233
29270
|
pullRequestUrl: string;
|
|
29271
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
29234
29272
|
} | null | undefined;
|
|
29235
29273
|
github?: {
|
|
29236
29274
|
pullRequestUrl: string;
|
|
29275
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
29237
29276
|
} | null | undefined;
|
|
29238
29277
|
gitlab?: {
|
|
29239
29278
|
pullRequestUrl: string;
|
|
29279
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
29240
29280
|
} | null | undefined;
|
|
29241
29281
|
documentation?: {
|
|
29242
29282
|
url: string;
|
|
@@ -59539,39 +59579,55 @@ declare const DTOExportJobResult: z.ZodObject<Omit<{
|
|
|
59539
59579
|
} | null | undefined>;
|
|
59540
59580
|
github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
59541
59581
|
pullRequestUrl: string;
|
|
59582
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59542
59583
|
}, z.ZodTypeDef, {
|
|
59543
59584
|
pullRequestUrl: string;
|
|
59585
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59544
59586
|
}>>>, {
|
|
59545
59587
|
pullRequestUrl: string;
|
|
59588
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59546
59589
|
} | undefined, {
|
|
59547
59590
|
pullRequestUrl: string;
|
|
59591
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59548
59592
|
} | null | undefined>;
|
|
59549
59593
|
azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
59550
59594
|
pullRequestUrl: string;
|
|
59595
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59551
59596
|
}, z.ZodTypeDef, {
|
|
59552
59597
|
pullRequestUrl: string;
|
|
59598
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59553
59599
|
}>>>, {
|
|
59554
59600
|
pullRequestUrl: string;
|
|
59601
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59555
59602
|
} | undefined, {
|
|
59556
59603
|
pullRequestUrl: string;
|
|
59604
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59557
59605
|
} | null | undefined>;
|
|
59558
59606
|
gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
59559
59607
|
pullRequestUrl: string;
|
|
59608
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59560
59609
|
}, z.ZodTypeDef, {
|
|
59561
59610
|
pullRequestUrl: string;
|
|
59611
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59562
59612
|
}>>>, {
|
|
59563
59613
|
pullRequestUrl: string;
|
|
59614
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59564
59615
|
} | undefined, {
|
|
59565
59616
|
pullRequestUrl: string;
|
|
59617
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59566
59618
|
} | null | undefined>;
|
|
59567
59619
|
bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
59568
59620
|
pullRequestUrl: string;
|
|
59621
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59569
59622
|
}, z.ZodTypeDef, {
|
|
59570
59623
|
pullRequestUrl: string;
|
|
59624
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59571
59625
|
}>>>, {
|
|
59572
59626
|
pullRequestUrl: string;
|
|
59627
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59573
59628
|
} | undefined, {
|
|
59574
59629
|
pullRequestUrl: string;
|
|
59630
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59575
59631
|
} | null | undefined>;
|
|
59576
59632
|
sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
59577
59633
|
url: string;
|
|
@@ -59622,15 +59678,19 @@ declare const DTOExportJobResult: z.ZodObject<Omit<{
|
|
|
59622
59678
|
} | undefined;
|
|
59623
59679
|
azure?: {
|
|
59624
59680
|
pullRequestUrl: string;
|
|
59681
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59625
59682
|
} | undefined;
|
|
59626
59683
|
bitbucket?: {
|
|
59627
59684
|
pullRequestUrl: string;
|
|
59685
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59628
59686
|
} | undefined;
|
|
59629
59687
|
github?: {
|
|
59630
59688
|
pullRequestUrl: string;
|
|
59689
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59631
59690
|
} | undefined;
|
|
59632
59691
|
gitlab?: {
|
|
59633
59692
|
pullRequestUrl: string;
|
|
59693
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
59634
59694
|
} | undefined;
|
|
59635
59695
|
documentation?: {
|
|
59636
59696
|
url: string;
|
|
@@ -59653,15 +59713,19 @@ declare const DTOExportJobResult: z.ZodObject<Omit<{
|
|
|
59653
59713
|
} | null | undefined;
|
|
59654
59714
|
azure?: {
|
|
59655
59715
|
pullRequestUrl: string;
|
|
59716
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59656
59717
|
} | null | undefined;
|
|
59657
59718
|
bitbucket?: {
|
|
59658
59719
|
pullRequestUrl: string;
|
|
59720
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59659
59721
|
} | null | undefined;
|
|
59660
59722
|
github?: {
|
|
59661
59723
|
pullRequestUrl: string;
|
|
59724
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59662
59725
|
} | null | undefined;
|
|
59663
59726
|
gitlab?: {
|
|
59664
59727
|
pullRequestUrl: string;
|
|
59728
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
59665
59729
|
} | null | undefined;
|
|
59666
59730
|
documentation?: {
|
|
59667
59731
|
url: string;
|
|
@@ -60214,39 +60278,55 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
60214
60278
|
} | null | undefined>;
|
|
60215
60279
|
github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
60216
60280
|
pullRequestUrl: string;
|
|
60281
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60217
60282
|
}, z.ZodTypeDef, {
|
|
60218
60283
|
pullRequestUrl: string;
|
|
60284
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60219
60285
|
}>>>, {
|
|
60220
60286
|
pullRequestUrl: string;
|
|
60287
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60221
60288
|
} | undefined, {
|
|
60222
60289
|
pullRequestUrl: string;
|
|
60290
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60223
60291
|
} | null | undefined>;
|
|
60224
60292
|
azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
60225
60293
|
pullRequestUrl: string;
|
|
60294
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60226
60295
|
}, z.ZodTypeDef, {
|
|
60227
60296
|
pullRequestUrl: string;
|
|
60297
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60228
60298
|
}>>>, {
|
|
60229
60299
|
pullRequestUrl: string;
|
|
60300
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60230
60301
|
} | undefined, {
|
|
60231
60302
|
pullRequestUrl: string;
|
|
60303
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60232
60304
|
} | null | undefined>;
|
|
60233
60305
|
gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
60234
60306
|
pullRequestUrl: string;
|
|
60307
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60235
60308
|
}, z.ZodTypeDef, {
|
|
60236
60309
|
pullRequestUrl: string;
|
|
60310
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60237
60311
|
}>>>, {
|
|
60238
60312
|
pullRequestUrl: string;
|
|
60313
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60239
60314
|
} | undefined, {
|
|
60240
60315
|
pullRequestUrl: string;
|
|
60316
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60241
60317
|
} | null | undefined>;
|
|
60242
60318
|
bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
60243
60319
|
pullRequestUrl: string;
|
|
60320
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60244
60321
|
}, z.ZodTypeDef, {
|
|
60245
60322
|
pullRequestUrl: string;
|
|
60323
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60246
60324
|
}>>>, {
|
|
60247
60325
|
pullRequestUrl: string;
|
|
60326
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60248
60327
|
} | undefined, {
|
|
60249
60328
|
pullRequestUrl: string;
|
|
60329
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60250
60330
|
} | null | undefined>;
|
|
60251
60331
|
sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
60252
60332
|
url: string;
|
|
@@ -60297,15 +60377,19 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
60297
60377
|
} | undefined;
|
|
60298
60378
|
azure?: {
|
|
60299
60379
|
pullRequestUrl: string;
|
|
60380
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60300
60381
|
} | undefined;
|
|
60301
60382
|
bitbucket?: {
|
|
60302
60383
|
pullRequestUrl: string;
|
|
60384
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60303
60385
|
} | undefined;
|
|
60304
60386
|
github?: {
|
|
60305
60387
|
pullRequestUrl: string;
|
|
60388
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60306
60389
|
} | undefined;
|
|
60307
60390
|
gitlab?: {
|
|
60308
60391
|
pullRequestUrl: string;
|
|
60392
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60309
60393
|
} | undefined;
|
|
60310
60394
|
documentation?: {
|
|
60311
60395
|
url: string;
|
|
@@ -60328,15 +60412,19 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
60328
60412
|
} | null | undefined;
|
|
60329
60413
|
azure?: {
|
|
60330
60414
|
pullRequestUrl: string;
|
|
60415
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60331
60416
|
} | null | undefined;
|
|
60332
60417
|
bitbucket?: {
|
|
60333
60418
|
pullRequestUrl: string;
|
|
60419
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60334
60420
|
} | null | undefined;
|
|
60335
60421
|
github?: {
|
|
60336
60422
|
pullRequestUrl: string;
|
|
60423
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60337
60424
|
} | null | undefined;
|
|
60338
60425
|
gitlab?: {
|
|
60339
60426
|
pullRequestUrl: string;
|
|
60427
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60340
60428
|
} | null | undefined;
|
|
60341
60429
|
documentation?: {
|
|
60342
60430
|
url: string;
|
|
@@ -60484,15 +60572,19 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
60484
60572
|
} | undefined;
|
|
60485
60573
|
azure?: {
|
|
60486
60574
|
pullRequestUrl: string;
|
|
60575
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60487
60576
|
} | undefined;
|
|
60488
60577
|
bitbucket?: {
|
|
60489
60578
|
pullRequestUrl: string;
|
|
60579
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60490
60580
|
} | undefined;
|
|
60491
60581
|
github?: {
|
|
60492
60582
|
pullRequestUrl: string;
|
|
60583
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60493
60584
|
} | undefined;
|
|
60494
60585
|
gitlab?: {
|
|
60495
60586
|
pullRequestUrl: string;
|
|
60587
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
60496
60588
|
} | undefined;
|
|
60497
60589
|
documentation?: {
|
|
60498
60590
|
url: string;
|
|
@@ -60636,15 +60728,19 @@ declare const DTOExportJob: z.ZodObject<{
|
|
|
60636
60728
|
} | null | undefined;
|
|
60637
60729
|
azure?: {
|
|
60638
60730
|
pullRequestUrl: string;
|
|
60731
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60639
60732
|
} | null | undefined;
|
|
60640
60733
|
bitbucket?: {
|
|
60641
60734
|
pullRequestUrl: string;
|
|
60735
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60642
60736
|
} | null | undefined;
|
|
60643
60737
|
github?: {
|
|
60644
60738
|
pullRequestUrl: string;
|
|
60739
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60645
60740
|
} | null | undefined;
|
|
60646
60741
|
gitlab?: {
|
|
60647
60742
|
pullRequestUrl: string;
|
|
60743
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
60648
60744
|
} | null | undefined;
|
|
60649
60745
|
documentation?: {
|
|
60650
60746
|
url: string;
|
|
@@ -61199,39 +61295,55 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
61199
61295
|
} | null | undefined>;
|
|
61200
61296
|
github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
61201
61297
|
pullRequestUrl: string;
|
|
61298
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61202
61299
|
}, z.ZodTypeDef, {
|
|
61203
61300
|
pullRequestUrl: string;
|
|
61301
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61204
61302
|
}>>>, {
|
|
61205
61303
|
pullRequestUrl: string;
|
|
61304
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61206
61305
|
} | undefined, {
|
|
61207
61306
|
pullRequestUrl: string;
|
|
61307
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61208
61308
|
} | null | undefined>;
|
|
61209
61309
|
azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
61210
61310
|
pullRequestUrl: string;
|
|
61311
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61211
61312
|
}, z.ZodTypeDef, {
|
|
61212
61313
|
pullRequestUrl: string;
|
|
61314
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61213
61315
|
}>>>, {
|
|
61214
61316
|
pullRequestUrl: string;
|
|
61317
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61215
61318
|
} | undefined, {
|
|
61216
61319
|
pullRequestUrl: string;
|
|
61320
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61217
61321
|
} | null | undefined>;
|
|
61218
61322
|
gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
61219
61323
|
pullRequestUrl: string;
|
|
61324
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61220
61325
|
}, z.ZodTypeDef, {
|
|
61221
61326
|
pullRequestUrl: string;
|
|
61327
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61222
61328
|
}>>>, {
|
|
61223
61329
|
pullRequestUrl: string;
|
|
61330
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61224
61331
|
} | undefined, {
|
|
61225
61332
|
pullRequestUrl: string;
|
|
61333
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61226
61334
|
} | null | undefined>;
|
|
61227
61335
|
bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
61228
61336
|
pullRequestUrl: string;
|
|
61337
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61229
61338
|
}, z.ZodTypeDef, {
|
|
61230
61339
|
pullRequestUrl: string;
|
|
61340
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61231
61341
|
}>>>, {
|
|
61232
61342
|
pullRequestUrl: string;
|
|
61343
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61233
61344
|
} | undefined, {
|
|
61234
61345
|
pullRequestUrl: string;
|
|
61346
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61235
61347
|
} | null | undefined>;
|
|
61236
61348
|
sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
61237
61349
|
url: string;
|
|
@@ -61282,15 +61394,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
61282
61394
|
} | undefined;
|
|
61283
61395
|
azure?: {
|
|
61284
61396
|
pullRequestUrl: string;
|
|
61397
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61285
61398
|
} | undefined;
|
|
61286
61399
|
bitbucket?: {
|
|
61287
61400
|
pullRequestUrl: string;
|
|
61401
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61288
61402
|
} | undefined;
|
|
61289
61403
|
github?: {
|
|
61290
61404
|
pullRequestUrl: string;
|
|
61405
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61291
61406
|
} | undefined;
|
|
61292
61407
|
gitlab?: {
|
|
61293
61408
|
pullRequestUrl: string;
|
|
61409
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61294
61410
|
} | undefined;
|
|
61295
61411
|
documentation?: {
|
|
61296
61412
|
url: string;
|
|
@@ -61313,15 +61429,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
61313
61429
|
} | null | undefined;
|
|
61314
61430
|
azure?: {
|
|
61315
61431
|
pullRequestUrl: string;
|
|
61432
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61316
61433
|
} | null | undefined;
|
|
61317
61434
|
bitbucket?: {
|
|
61318
61435
|
pullRequestUrl: string;
|
|
61436
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61319
61437
|
} | null | undefined;
|
|
61320
61438
|
github?: {
|
|
61321
61439
|
pullRequestUrl: string;
|
|
61440
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61322
61441
|
} | null | undefined;
|
|
61323
61442
|
gitlab?: {
|
|
61324
61443
|
pullRequestUrl: string;
|
|
61444
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61325
61445
|
} | null | undefined;
|
|
61326
61446
|
documentation?: {
|
|
61327
61447
|
url: string;
|
|
@@ -61469,15 +61589,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
61469
61589
|
} | undefined;
|
|
61470
61590
|
azure?: {
|
|
61471
61591
|
pullRequestUrl: string;
|
|
61592
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61472
61593
|
} | undefined;
|
|
61473
61594
|
bitbucket?: {
|
|
61474
61595
|
pullRequestUrl: string;
|
|
61596
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61475
61597
|
} | undefined;
|
|
61476
61598
|
github?: {
|
|
61477
61599
|
pullRequestUrl: string;
|
|
61600
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61478
61601
|
} | undefined;
|
|
61479
61602
|
gitlab?: {
|
|
61480
61603
|
pullRequestUrl: string;
|
|
61604
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61481
61605
|
} | undefined;
|
|
61482
61606
|
documentation?: {
|
|
61483
61607
|
url: string;
|
|
@@ -61621,15 +61745,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
61621
61745
|
} | null | undefined;
|
|
61622
61746
|
azure?: {
|
|
61623
61747
|
pullRequestUrl: string;
|
|
61748
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61624
61749
|
} | null | undefined;
|
|
61625
61750
|
bitbucket?: {
|
|
61626
61751
|
pullRequestUrl: string;
|
|
61752
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61627
61753
|
} | null | undefined;
|
|
61628
61754
|
github?: {
|
|
61629
61755
|
pullRequestUrl: string;
|
|
61756
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61630
61757
|
} | null | undefined;
|
|
61631
61758
|
gitlab?: {
|
|
61632
61759
|
pullRequestUrl: string;
|
|
61760
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61633
61761
|
} | null | undefined;
|
|
61634
61762
|
documentation?: {
|
|
61635
61763
|
url: string;
|
|
@@ -61775,15 +61903,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
61775
61903
|
} | undefined;
|
|
61776
61904
|
azure?: {
|
|
61777
61905
|
pullRequestUrl: string;
|
|
61906
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61778
61907
|
} | undefined;
|
|
61779
61908
|
bitbucket?: {
|
|
61780
61909
|
pullRequestUrl: string;
|
|
61910
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61781
61911
|
} | undefined;
|
|
61782
61912
|
github?: {
|
|
61783
61913
|
pullRequestUrl: string;
|
|
61914
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61784
61915
|
} | undefined;
|
|
61785
61916
|
gitlab?: {
|
|
61786
61917
|
pullRequestUrl: string;
|
|
61918
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
61787
61919
|
} | undefined;
|
|
61788
61920
|
documentation?: {
|
|
61789
61921
|
url: string;
|
|
@@ -61929,15 +62061,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
|
|
|
61929
62061
|
} | null | undefined;
|
|
61930
62062
|
azure?: {
|
|
61931
62063
|
pullRequestUrl: string;
|
|
62064
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61932
62065
|
} | null | undefined;
|
|
61933
62066
|
bitbucket?: {
|
|
61934
62067
|
pullRequestUrl: string;
|
|
62068
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61935
62069
|
} | null | undefined;
|
|
61936
62070
|
github?: {
|
|
61937
62071
|
pullRequestUrl: string;
|
|
62072
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61938
62073
|
} | null | undefined;
|
|
61939
62074
|
gitlab?: {
|
|
61940
62075
|
pullRequestUrl: string;
|
|
62076
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
61941
62077
|
} | null | undefined;
|
|
61942
62078
|
documentation?: {
|
|
61943
62079
|
url: string;
|
|
@@ -63142,39 +63278,55 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
63142
63278
|
} | null | undefined>;
|
|
63143
63279
|
github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
63144
63280
|
pullRequestUrl: string;
|
|
63281
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63145
63282
|
}, z.ZodTypeDef, {
|
|
63146
63283
|
pullRequestUrl: string;
|
|
63284
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63147
63285
|
}>>>, {
|
|
63148
63286
|
pullRequestUrl: string;
|
|
63287
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63149
63288
|
} | undefined, {
|
|
63150
63289
|
pullRequestUrl: string;
|
|
63290
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63151
63291
|
} | null | undefined>;
|
|
63152
63292
|
azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
63153
63293
|
pullRequestUrl: string;
|
|
63294
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63154
63295
|
}, z.ZodTypeDef, {
|
|
63155
63296
|
pullRequestUrl: string;
|
|
63297
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63156
63298
|
}>>>, {
|
|
63157
63299
|
pullRequestUrl: string;
|
|
63300
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63158
63301
|
} | undefined, {
|
|
63159
63302
|
pullRequestUrl: string;
|
|
63303
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63160
63304
|
} | null | undefined>;
|
|
63161
63305
|
gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
63162
63306
|
pullRequestUrl: string;
|
|
63307
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63163
63308
|
}, z.ZodTypeDef, {
|
|
63164
63309
|
pullRequestUrl: string;
|
|
63310
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63165
63311
|
}>>>, {
|
|
63166
63312
|
pullRequestUrl: string;
|
|
63313
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63167
63314
|
} | undefined, {
|
|
63168
63315
|
pullRequestUrl: string;
|
|
63316
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63169
63317
|
} | null | undefined>;
|
|
63170
63318
|
bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
63171
63319
|
pullRequestUrl: string;
|
|
63320
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63172
63321
|
}, z.ZodTypeDef, {
|
|
63173
63322
|
pullRequestUrl: string;
|
|
63323
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63174
63324
|
}>>>, {
|
|
63175
63325
|
pullRequestUrl: string;
|
|
63326
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63176
63327
|
} | undefined, {
|
|
63177
63328
|
pullRequestUrl: string;
|
|
63329
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63178
63330
|
} | null | undefined>;
|
|
63179
63331
|
sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
63180
63332
|
url: string;
|
|
@@ -63225,15 +63377,19 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
63225
63377
|
} | undefined;
|
|
63226
63378
|
azure?: {
|
|
63227
63379
|
pullRequestUrl: string;
|
|
63380
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63228
63381
|
} | undefined;
|
|
63229
63382
|
bitbucket?: {
|
|
63230
63383
|
pullRequestUrl: string;
|
|
63384
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63231
63385
|
} | undefined;
|
|
63232
63386
|
github?: {
|
|
63233
63387
|
pullRequestUrl: string;
|
|
63388
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63234
63389
|
} | undefined;
|
|
63235
63390
|
gitlab?: {
|
|
63236
63391
|
pullRequestUrl: string;
|
|
63392
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63237
63393
|
} | undefined;
|
|
63238
63394
|
documentation?: {
|
|
63239
63395
|
url: string;
|
|
@@ -63256,15 +63412,19 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
63256
63412
|
} | null | undefined;
|
|
63257
63413
|
azure?: {
|
|
63258
63414
|
pullRequestUrl: string;
|
|
63415
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63259
63416
|
} | null | undefined;
|
|
63260
63417
|
bitbucket?: {
|
|
63261
63418
|
pullRequestUrl: string;
|
|
63419
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63262
63420
|
} | null | undefined;
|
|
63263
63421
|
github?: {
|
|
63264
63422
|
pullRequestUrl: string;
|
|
63423
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63265
63424
|
} | null | undefined;
|
|
63266
63425
|
gitlab?: {
|
|
63267
63426
|
pullRequestUrl: string;
|
|
63427
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63268
63428
|
} | null | undefined;
|
|
63269
63429
|
documentation?: {
|
|
63270
63430
|
url: string;
|
|
@@ -63412,15 +63572,19 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
63412
63572
|
} | undefined;
|
|
63413
63573
|
azure?: {
|
|
63414
63574
|
pullRequestUrl: string;
|
|
63575
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63415
63576
|
} | undefined;
|
|
63416
63577
|
bitbucket?: {
|
|
63417
63578
|
pullRequestUrl: string;
|
|
63579
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63418
63580
|
} | undefined;
|
|
63419
63581
|
github?: {
|
|
63420
63582
|
pullRequestUrl: string;
|
|
63583
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63421
63584
|
} | undefined;
|
|
63422
63585
|
gitlab?: {
|
|
63423
63586
|
pullRequestUrl: string;
|
|
63587
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63424
63588
|
} | undefined;
|
|
63425
63589
|
documentation?: {
|
|
63426
63590
|
url: string;
|
|
@@ -63564,15 +63728,19 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
63564
63728
|
} | null | undefined;
|
|
63565
63729
|
azure?: {
|
|
63566
63730
|
pullRequestUrl: string;
|
|
63731
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63567
63732
|
} | null | undefined;
|
|
63568
63733
|
bitbucket?: {
|
|
63569
63734
|
pullRequestUrl: string;
|
|
63735
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63570
63736
|
} | null | undefined;
|
|
63571
63737
|
github?: {
|
|
63572
63738
|
pullRequestUrl: string;
|
|
63739
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63573
63740
|
} | null | undefined;
|
|
63574
63741
|
gitlab?: {
|
|
63575
63742
|
pullRequestUrl: string;
|
|
63743
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
63576
63744
|
} | null | undefined;
|
|
63577
63745
|
documentation?: {
|
|
63578
63746
|
url: string;
|
|
@@ -63994,15 +64162,19 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
63994
64162
|
} | undefined;
|
|
63995
64163
|
azure?: {
|
|
63996
64164
|
pullRequestUrl: string;
|
|
64165
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
63997
64166
|
} | undefined;
|
|
63998
64167
|
bitbucket?: {
|
|
63999
64168
|
pullRequestUrl: string;
|
|
64169
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64000
64170
|
} | undefined;
|
|
64001
64171
|
github?: {
|
|
64002
64172
|
pullRequestUrl: string;
|
|
64173
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64003
64174
|
} | undefined;
|
|
64004
64175
|
gitlab?: {
|
|
64005
64176
|
pullRequestUrl: string;
|
|
64177
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64006
64178
|
} | undefined;
|
|
64007
64179
|
documentation?: {
|
|
64008
64180
|
url: string;
|
|
@@ -64245,15 +64417,19 @@ declare const DTOPipeline: z.ZodObject<{
|
|
|
64245
64417
|
} | null | undefined;
|
|
64246
64418
|
azure?: {
|
|
64247
64419
|
pullRequestUrl: string;
|
|
64420
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64248
64421
|
} | null | undefined;
|
|
64249
64422
|
bitbucket?: {
|
|
64250
64423
|
pullRequestUrl: string;
|
|
64424
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64251
64425
|
} | null | undefined;
|
|
64252
64426
|
github?: {
|
|
64253
64427
|
pullRequestUrl: string;
|
|
64428
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64254
64429
|
} | null | undefined;
|
|
64255
64430
|
gitlab?: {
|
|
64256
64431
|
pullRequestUrl: string;
|
|
64432
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64257
64433
|
} | null | undefined;
|
|
64258
64434
|
documentation?: {
|
|
64259
64435
|
url: string;
|
|
@@ -64900,39 +65076,55 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
64900
65076
|
} | null | undefined>;
|
|
64901
65077
|
github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
64902
65078
|
pullRequestUrl: string;
|
|
65079
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64903
65080
|
}, z.ZodTypeDef, {
|
|
64904
65081
|
pullRequestUrl: string;
|
|
65082
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64905
65083
|
}>>>, {
|
|
64906
65084
|
pullRequestUrl: string;
|
|
65085
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64907
65086
|
} | undefined, {
|
|
64908
65087
|
pullRequestUrl: string;
|
|
65088
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64909
65089
|
} | null | undefined>;
|
|
64910
65090
|
azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
64911
65091
|
pullRequestUrl: string;
|
|
65092
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64912
65093
|
}, z.ZodTypeDef, {
|
|
64913
65094
|
pullRequestUrl: string;
|
|
65095
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64914
65096
|
}>>>, {
|
|
64915
65097
|
pullRequestUrl: string;
|
|
65098
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64916
65099
|
} | undefined, {
|
|
64917
65100
|
pullRequestUrl: string;
|
|
65101
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64918
65102
|
} | null | undefined>;
|
|
64919
65103
|
gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
64920
65104
|
pullRequestUrl: string;
|
|
65105
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64921
65106
|
}, z.ZodTypeDef, {
|
|
64922
65107
|
pullRequestUrl: string;
|
|
65108
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64923
65109
|
}>>>, {
|
|
64924
65110
|
pullRequestUrl: string;
|
|
65111
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64925
65112
|
} | undefined, {
|
|
64926
65113
|
pullRequestUrl: string;
|
|
65114
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64927
65115
|
} | null | undefined>;
|
|
64928
65116
|
bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
64929
65117
|
pullRequestUrl: string;
|
|
65118
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64930
65119
|
}, z.ZodTypeDef, {
|
|
64931
65120
|
pullRequestUrl: string;
|
|
65121
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64932
65122
|
}>>>, {
|
|
64933
65123
|
pullRequestUrl: string;
|
|
65124
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64934
65125
|
} | undefined, {
|
|
64935
65126
|
pullRequestUrl: string;
|
|
65127
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
64936
65128
|
} | null | undefined>;
|
|
64937
65129
|
sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
64938
65130
|
url: string;
|
|
@@ -64983,15 +65175,19 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
64983
65175
|
} | undefined;
|
|
64984
65176
|
azure?: {
|
|
64985
65177
|
pullRequestUrl: string;
|
|
65178
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64986
65179
|
} | undefined;
|
|
64987
65180
|
bitbucket?: {
|
|
64988
65181
|
pullRequestUrl: string;
|
|
65182
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64989
65183
|
} | undefined;
|
|
64990
65184
|
github?: {
|
|
64991
65185
|
pullRequestUrl: string;
|
|
65186
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64992
65187
|
} | undefined;
|
|
64993
65188
|
gitlab?: {
|
|
64994
65189
|
pullRequestUrl: string;
|
|
65190
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
64995
65191
|
} | undefined;
|
|
64996
65192
|
documentation?: {
|
|
64997
65193
|
url: string;
|
|
@@ -65014,15 +65210,19 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
65014
65210
|
} | null | undefined;
|
|
65015
65211
|
azure?: {
|
|
65016
65212
|
pullRequestUrl: string;
|
|
65213
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
65017
65214
|
} | null | undefined;
|
|
65018
65215
|
bitbucket?: {
|
|
65019
65216
|
pullRequestUrl: string;
|
|
65217
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
65020
65218
|
} | null | undefined;
|
|
65021
65219
|
github?: {
|
|
65022
65220
|
pullRequestUrl: string;
|
|
65221
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
65023
65222
|
} | null | undefined;
|
|
65024
65223
|
gitlab?: {
|
|
65025
65224
|
pullRequestUrl: string;
|
|
65225
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
65026
65226
|
} | null | undefined;
|
|
65027
65227
|
documentation?: {
|
|
65028
65228
|
url: string;
|
|
@@ -65170,15 +65370,19 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
65170
65370
|
} | undefined;
|
|
65171
65371
|
azure?: {
|
|
65172
65372
|
pullRequestUrl: string;
|
|
65373
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
65173
65374
|
} | undefined;
|
|
65174
65375
|
bitbucket?: {
|
|
65175
65376
|
pullRequestUrl: string;
|
|
65377
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
65176
65378
|
} | undefined;
|
|
65177
65379
|
github?: {
|
|
65178
65380
|
pullRequestUrl: string;
|
|
65381
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
65179
65382
|
} | undefined;
|
|
65180
65383
|
gitlab?: {
|
|
65181
65384
|
pullRequestUrl: string;
|
|
65385
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
65182
65386
|
} | undefined;
|
|
65183
65387
|
documentation?: {
|
|
65184
65388
|
url: string;
|
|
@@ -65322,15 +65526,19 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
65322
65526
|
} | null | undefined;
|
|
65323
65527
|
azure?: {
|
|
65324
65528
|
pullRequestUrl: string;
|
|
65529
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
65325
65530
|
} | null | undefined;
|
|
65326
65531
|
bitbucket?: {
|
|
65327
65532
|
pullRequestUrl: string;
|
|
65533
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
65328
65534
|
} | null | undefined;
|
|
65329
65535
|
github?: {
|
|
65330
65536
|
pullRequestUrl: string;
|
|
65537
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
65331
65538
|
} | null | undefined;
|
|
65332
65539
|
gitlab?: {
|
|
65333
65540
|
pullRequestUrl: string;
|
|
65541
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
65334
65542
|
} | null | undefined;
|
|
65335
65543
|
documentation?: {
|
|
65336
65544
|
url: string;
|
|
@@ -65752,15 +65960,19 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
65752
65960
|
} | undefined;
|
|
65753
65961
|
azure?: {
|
|
65754
65962
|
pullRequestUrl: string;
|
|
65963
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
65755
65964
|
} | undefined;
|
|
65756
65965
|
bitbucket?: {
|
|
65757
65966
|
pullRequestUrl: string;
|
|
65967
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
65758
65968
|
} | undefined;
|
|
65759
65969
|
github?: {
|
|
65760
65970
|
pullRequestUrl: string;
|
|
65971
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
65761
65972
|
} | undefined;
|
|
65762
65973
|
gitlab?: {
|
|
65763
65974
|
pullRequestUrl: string;
|
|
65975
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
65764
65976
|
} | undefined;
|
|
65765
65977
|
documentation?: {
|
|
65766
65978
|
url: string;
|
|
@@ -66003,15 +66215,19 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
66003
66215
|
} | null | undefined;
|
|
66004
66216
|
azure?: {
|
|
66005
66217
|
pullRequestUrl: string;
|
|
66218
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
66006
66219
|
} | null | undefined;
|
|
66007
66220
|
bitbucket?: {
|
|
66008
66221
|
pullRequestUrl: string;
|
|
66222
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
66009
66223
|
} | null | undefined;
|
|
66010
66224
|
github?: {
|
|
66011
66225
|
pullRequestUrl: string;
|
|
66226
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
66012
66227
|
} | null | undefined;
|
|
66013
66228
|
gitlab?: {
|
|
66014
66229
|
pullRequestUrl: string;
|
|
66230
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
66015
66231
|
} | null | undefined;
|
|
66016
66232
|
documentation?: {
|
|
66017
66233
|
url: string;
|
|
@@ -66256,15 +66472,19 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
66256
66472
|
} | undefined;
|
|
66257
66473
|
azure?: {
|
|
66258
66474
|
pullRequestUrl: string;
|
|
66475
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
66259
66476
|
} | undefined;
|
|
66260
66477
|
bitbucket?: {
|
|
66261
66478
|
pullRequestUrl: string;
|
|
66479
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
66262
66480
|
} | undefined;
|
|
66263
66481
|
github?: {
|
|
66264
66482
|
pullRequestUrl: string;
|
|
66483
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
66265
66484
|
} | undefined;
|
|
66266
66485
|
gitlab?: {
|
|
66267
66486
|
pullRequestUrl: string;
|
|
66487
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
66268
66488
|
} | undefined;
|
|
66269
66489
|
documentation?: {
|
|
66270
66490
|
url: string;
|
|
@@ -66509,15 +66729,19 @@ declare const DTOPipelineResponse: z.ZodObject<{
|
|
|
66509
66729
|
} | null | undefined;
|
|
66510
66730
|
azure?: {
|
|
66511
66731
|
pullRequestUrl: string;
|
|
66732
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
66512
66733
|
} | null | undefined;
|
|
66513
66734
|
bitbucket?: {
|
|
66514
66735
|
pullRequestUrl: string;
|
|
66736
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
66515
66737
|
} | null | undefined;
|
|
66516
66738
|
github?: {
|
|
66517
66739
|
pullRequestUrl: string;
|
|
66740
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
66518
66741
|
} | null | undefined;
|
|
66519
66742
|
gitlab?: {
|
|
66520
66743
|
pullRequestUrl: string;
|
|
66744
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
66521
66745
|
} | null | undefined;
|
|
66522
66746
|
documentation?: {
|
|
66523
66747
|
url: string;
|
|
@@ -67165,39 +67389,55 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
67165
67389
|
} | null | undefined>;
|
|
67166
67390
|
github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
67167
67391
|
pullRequestUrl: string;
|
|
67392
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67168
67393
|
}, z.ZodTypeDef, {
|
|
67169
67394
|
pullRequestUrl: string;
|
|
67395
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67170
67396
|
}>>>, {
|
|
67171
67397
|
pullRequestUrl: string;
|
|
67398
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67172
67399
|
} | undefined, {
|
|
67173
67400
|
pullRequestUrl: string;
|
|
67401
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67174
67402
|
} | null | undefined>;
|
|
67175
67403
|
azure: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
67176
67404
|
pullRequestUrl: string;
|
|
67405
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67177
67406
|
}, z.ZodTypeDef, {
|
|
67178
67407
|
pullRequestUrl: string;
|
|
67408
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67179
67409
|
}>>>, {
|
|
67180
67410
|
pullRequestUrl: string;
|
|
67411
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67181
67412
|
} | undefined, {
|
|
67182
67413
|
pullRequestUrl: string;
|
|
67414
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67183
67415
|
} | null | undefined>;
|
|
67184
67416
|
gitlab: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
67185
67417
|
pullRequestUrl: string;
|
|
67418
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67186
67419
|
}, z.ZodTypeDef, {
|
|
67187
67420
|
pullRequestUrl: string;
|
|
67421
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67188
67422
|
}>>>, {
|
|
67189
67423
|
pullRequestUrl: string;
|
|
67424
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67190
67425
|
} | undefined, {
|
|
67191
67426
|
pullRequestUrl: string;
|
|
67427
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67192
67428
|
} | null | undefined>;
|
|
67193
67429
|
bitbucket: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
67194
67430
|
pullRequestUrl: string;
|
|
67431
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67195
67432
|
}, z.ZodTypeDef, {
|
|
67196
67433
|
pullRequestUrl: string;
|
|
67434
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67197
67435
|
}>>>, {
|
|
67198
67436
|
pullRequestUrl: string;
|
|
67437
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67199
67438
|
} | undefined, {
|
|
67200
67439
|
pullRequestUrl: string;
|
|
67440
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67201
67441
|
} | null | undefined>;
|
|
67202
67442
|
sndocs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
67203
67443
|
url: string;
|
|
@@ -67248,15 +67488,19 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
67248
67488
|
} | undefined;
|
|
67249
67489
|
azure?: {
|
|
67250
67490
|
pullRequestUrl: string;
|
|
67491
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67251
67492
|
} | undefined;
|
|
67252
67493
|
bitbucket?: {
|
|
67253
67494
|
pullRequestUrl: string;
|
|
67495
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67254
67496
|
} | undefined;
|
|
67255
67497
|
github?: {
|
|
67256
67498
|
pullRequestUrl: string;
|
|
67499
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67257
67500
|
} | undefined;
|
|
67258
67501
|
gitlab?: {
|
|
67259
67502
|
pullRequestUrl: string;
|
|
67503
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67260
67504
|
} | undefined;
|
|
67261
67505
|
documentation?: {
|
|
67262
67506
|
url: string;
|
|
@@ -67279,15 +67523,19 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
67279
67523
|
} | null | undefined;
|
|
67280
67524
|
azure?: {
|
|
67281
67525
|
pullRequestUrl: string;
|
|
67526
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67282
67527
|
} | null | undefined;
|
|
67283
67528
|
bitbucket?: {
|
|
67284
67529
|
pullRequestUrl: string;
|
|
67530
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67285
67531
|
} | null | undefined;
|
|
67286
67532
|
github?: {
|
|
67287
67533
|
pullRequestUrl: string;
|
|
67534
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67288
67535
|
} | null | undefined;
|
|
67289
67536
|
gitlab?: {
|
|
67290
67537
|
pullRequestUrl: string;
|
|
67538
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67291
67539
|
} | null | undefined;
|
|
67292
67540
|
documentation?: {
|
|
67293
67541
|
url: string;
|
|
@@ -67435,15 +67683,19 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
67435
67683
|
} | undefined;
|
|
67436
67684
|
azure?: {
|
|
67437
67685
|
pullRequestUrl: string;
|
|
67686
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67438
67687
|
} | undefined;
|
|
67439
67688
|
bitbucket?: {
|
|
67440
67689
|
pullRequestUrl: string;
|
|
67690
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67441
67691
|
} | undefined;
|
|
67442
67692
|
github?: {
|
|
67443
67693
|
pullRequestUrl: string;
|
|
67694
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67444
67695
|
} | undefined;
|
|
67445
67696
|
gitlab?: {
|
|
67446
67697
|
pullRequestUrl: string;
|
|
67698
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
67447
67699
|
} | undefined;
|
|
67448
67700
|
documentation?: {
|
|
67449
67701
|
url: string;
|
|
@@ -67587,15 +67839,19 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
67587
67839
|
} | null | undefined;
|
|
67588
67840
|
azure?: {
|
|
67589
67841
|
pullRequestUrl: string;
|
|
67842
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67590
67843
|
} | null | undefined;
|
|
67591
67844
|
bitbucket?: {
|
|
67592
67845
|
pullRequestUrl: string;
|
|
67846
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67593
67847
|
} | null | undefined;
|
|
67594
67848
|
github?: {
|
|
67595
67849
|
pullRequestUrl: string;
|
|
67850
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67596
67851
|
} | null | undefined;
|
|
67597
67852
|
gitlab?: {
|
|
67598
67853
|
pullRequestUrl: string;
|
|
67854
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
67599
67855
|
} | null | undefined;
|
|
67600
67856
|
documentation?: {
|
|
67601
67857
|
url: string;
|
|
@@ -68017,15 +68273,19 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
68017
68273
|
} | undefined;
|
|
68018
68274
|
azure?: {
|
|
68019
68275
|
pullRequestUrl: string;
|
|
68276
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
68020
68277
|
} | undefined;
|
|
68021
68278
|
bitbucket?: {
|
|
68022
68279
|
pullRequestUrl: string;
|
|
68280
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
68023
68281
|
} | undefined;
|
|
68024
68282
|
github?: {
|
|
68025
68283
|
pullRequestUrl: string;
|
|
68284
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
68026
68285
|
} | undefined;
|
|
68027
68286
|
gitlab?: {
|
|
68028
68287
|
pullRequestUrl: string;
|
|
68288
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
68029
68289
|
} | undefined;
|
|
68030
68290
|
documentation?: {
|
|
68031
68291
|
url: string;
|
|
@@ -68268,15 +68528,19 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
68268
68528
|
} | null | undefined;
|
|
68269
68529
|
azure?: {
|
|
68270
68530
|
pullRequestUrl: string;
|
|
68531
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
68271
68532
|
} | null | undefined;
|
|
68272
68533
|
bitbucket?: {
|
|
68273
68534
|
pullRequestUrl: string;
|
|
68535
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
68274
68536
|
} | null | undefined;
|
|
68275
68537
|
github?: {
|
|
68276
68538
|
pullRequestUrl: string;
|
|
68539
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
68277
68540
|
} | null | undefined;
|
|
68278
68541
|
gitlab?: {
|
|
68279
68542
|
pullRequestUrl: string;
|
|
68543
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
68280
68544
|
} | null | undefined;
|
|
68281
68545
|
documentation?: {
|
|
68282
68546
|
url: string;
|
|
@@ -68521,15 +68785,19 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
68521
68785
|
} | undefined;
|
|
68522
68786
|
azure?: {
|
|
68523
68787
|
pullRequestUrl: string;
|
|
68788
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
68524
68789
|
} | undefined;
|
|
68525
68790
|
bitbucket?: {
|
|
68526
68791
|
pullRequestUrl: string;
|
|
68792
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
68527
68793
|
} | undefined;
|
|
68528
68794
|
github?: {
|
|
68529
68795
|
pullRequestUrl: string;
|
|
68796
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
68530
68797
|
} | undefined;
|
|
68531
68798
|
gitlab?: {
|
|
68532
68799
|
pullRequestUrl: string;
|
|
68800
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
68533
68801
|
} | undefined;
|
|
68534
68802
|
documentation?: {
|
|
68535
68803
|
url: string;
|
|
@@ -68774,15 +69042,19 @@ declare const DTOPipelineListResponse: z.ZodObject<{
|
|
|
68774
69042
|
} | null | undefined;
|
|
68775
69043
|
azure?: {
|
|
68776
69044
|
pullRequestUrl: string;
|
|
69045
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
68777
69046
|
} | null | undefined;
|
|
68778
69047
|
bitbucket?: {
|
|
68779
69048
|
pullRequestUrl: string;
|
|
69049
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
68780
69050
|
} | null | undefined;
|
|
68781
69051
|
github?: {
|
|
68782
69052
|
pullRequestUrl: string;
|
|
69053
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
68783
69054
|
} | null | undefined;
|
|
68784
69055
|
gitlab?: {
|
|
68785
69056
|
pullRequestUrl: string;
|
|
69057
|
+
sparseCheckoutUsed?: boolean | null | undefined;
|
|
68786
69058
|
} | null | undefined;
|
|
68787
69059
|
documentation?: {
|
|
68788
69060
|
url: string;
|
|
@@ -96666,7 +96938,15 @@ declare const DTODeleteForgeProjectIterationResponse: z.ZodObject<{
|
|
|
96666
96938
|
}>;
|
|
96667
96939
|
type DTODeleteForgeProjectIterationResponse = z.infer<typeof DTODeleteForgeProjectIterationResponse>;
|
|
96668
96940
|
|
|
96941
|
+
declare const DTOForgeProjectMemberRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
96942
|
+
type DTOForgeProjectMemberRole = z.infer<typeof DTOForgeProjectMemberRole>;
|
|
96669
96943
|
declare const DTOForgeProjectMember: z.ZodObject<{
|
|
96944
|
+
userId: z.ZodString;
|
|
96945
|
+
fpId: z.ZodString;
|
|
96946
|
+
workspaceMembershipId: z.ZodString;
|
|
96947
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
96948
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
96949
|
+
} & {
|
|
96670
96950
|
user: z.ZodObject<{
|
|
96671
96951
|
id: z.ZodString;
|
|
96672
96952
|
email: z.ZodString;
|
|
@@ -96700,7 +96980,7 @@ declare const DTOForgeProjectMember: z.ZodObject<{
|
|
|
96700
96980
|
avatar?: string | undefined;
|
|
96701
96981
|
};
|
|
96702
96982
|
}>;
|
|
96703
|
-
|
|
96983
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
96704
96984
|
}, "strip", z.ZodTypeAny, {
|
|
96705
96985
|
user: {
|
|
96706
96986
|
id: string;
|
|
@@ -96711,7 +96991,12 @@ declare const DTOForgeProjectMember: z.ZodObject<{
|
|
|
96711
96991
|
avatar?: string | undefined;
|
|
96712
96992
|
};
|
|
96713
96993
|
};
|
|
96714
|
-
|
|
96994
|
+
userId: string;
|
|
96995
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
96996
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
96997
|
+
fpId: string;
|
|
96998
|
+
workspaceMembershipId: string;
|
|
96999
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96715
97000
|
}, {
|
|
96716
97001
|
user: {
|
|
96717
97002
|
id: string;
|
|
@@ -96722,34 +97007,152 @@ declare const DTOForgeProjectMember: z.ZodObject<{
|
|
|
96722
97007
|
avatar?: string | undefined;
|
|
96723
97008
|
};
|
|
96724
97009
|
};
|
|
96725
|
-
|
|
97010
|
+
userId: string;
|
|
97011
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97012
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97013
|
+
fpId: string;
|
|
97014
|
+
workspaceMembershipId: string;
|
|
97015
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96726
97016
|
}>;
|
|
96727
97017
|
type DTOForgeProjectMember = z.infer<typeof DTOForgeProjectMember>;
|
|
96728
|
-
declare const DTOCreateForgeProjectMember: z.ZodObject<{
|
|
97018
|
+
declare const DTOCreateForgeProjectMember: z.ZodObject<Pick<{
|
|
96729
97019
|
userId: z.ZodString;
|
|
96730
|
-
|
|
96731
|
-
|
|
97020
|
+
fpId: z.ZodString;
|
|
97021
|
+
workspaceMembershipId: z.ZodString;
|
|
97022
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
97023
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97024
|
+
} & {
|
|
97025
|
+
user: z.ZodObject<{
|
|
97026
|
+
id: z.ZodString;
|
|
97027
|
+
email: z.ZodString;
|
|
97028
|
+
profile: z.ZodObject<{
|
|
97029
|
+
name: z.ZodString;
|
|
97030
|
+
nickname: z.ZodOptional<z.ZodString>;
|
|
97031
|
+
avatar: z.ZodOptional<z.ZodString>;
|
|
97032
|
+
}, "strip", z.ZodTypeAny, {
|
|
97033
|
+
name: string;
|
|
97034
|
+
nickname?: string | undefined;
|
|
97035
|
+
avatar?: string | undefined;
|
|
97036
|
+
}, {
|
|
97037
|
+
name: string;
|
|
97038
|
+
nickname?: string | undefined;
|
|
97039
|
+
avatar?: string | undefined;
|
|
97040
|
+
}>;
|
|
97041
|
+
}, "strip", z.ZodTypeAny, {
|
|
97042
|
+
id: string;
|
|
97043
|
+
email: string;
|
|
97044
|
+
profile: {
|
|
97045
|
+
name: string;
|
|
97046
|
+
nickname?: string | undefined;
|
|
97047
|
+
avatar?: string | undefined;
|
|
97048
|
+
};
|
|
97049
|
+
}, {
|
|
97050
|
+
id: string;
|
|
97051
|
+
email: string;
|
|
97052
|
+
profile: {
|
|
97053
|
+
name: string;
|
|
97054
|
+
nickname?: string | undefined;
|
|
97055
|
+
avatar?: string | undefined;
|
|
97056
|
+
};
|
|
97057
|
+
}>;
|
|
97058
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97059
|
+
}, "userId" | "role">, "strip", z.ZodTypeAny, {
|
|
96732
97060
|
userId: string;
|
|
96733
|
-
role:
|
|
97061
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
96734
97062
|
}, {
|
|
96735
97063
|
userId: string;
|
|
96736
|
-
role:
|
|
97064
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
96737
97065
|
}>;
|
|
96738
97066
|
type DTOCreateForgeProjectMember = z.infer<typeof DTOCreateForgeProjectMember>;
|
|
96739
|
-
declare const DTOUpdateForgeProjectMember: z.ZodObject<{
|
|
97067
|
+
declare const DTOUpdateForgeProjectMember: z.ZodObject<Omit<Pick<{
|
|
96740
97068
|
userId: z.ZodString;
|
|
96741
|
-
|
|
96742
|
-
|
|
96743
|
-
|
|
96744
|
-
role:
|
|
97069
|
+
fpId: z.ZodString;
|
|
97070
|
+
workspaceMembershipId: z.ZodString;
|
|
97071
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
97072
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97073
|
+
} & {
|
|
97074
|
+
user: z.ZodObject<{
|
|
97075
|
+
id: z.ZodString;
|
|
97076
|
+
email: z.ZodString;
|
|
97077
|
+
profile: z.ZodObject<{
|
|
97078
|
+
name: z.ZodString;
|
|
97079
|
+
nickname: z.ZodOptional<z.ZodString>;
|
|
97080
|
+
avatar: z.ZodOptional<z.ZodString>;
|
|
97081
|
+
}, "strip", z.ZodTypeAny, {
|
|
97082
|
+
name: string;
|
|
97083
|
+
nickname?: string | undefined;
|
|
97084
|
+
avatar?: string | undefined;
|
|
97085
|
+
}, {
|
|
97086
|
+
name: string;
|
|
97087
|
+
nickname?: string | undefined;
|
|
97088
|
+
avatar?: string | undefined;
|
|
97089
|
+
}>;
|
|
97090
|
+
}, "strip", z.ZodTypeAny, {
|
|
97091
|
+
id: string;
|
|
97092
|
+
email: string;
|
|
97093
|
+
profile: {
|
|
97094
|
+
name: string;
|
|
97095
|
+
nickname?: string | undefined;
|
|
97096
|
+
avatar?: string | undefined;
|
|
97097
|
+
};
|
|
97098
|
+
}, {
|
|
97099
|
+
id: string;
|
|
97100
|
+
email: string;
|
|
97101
|
+
profile: {
|
|
97102
|
+
name: string;
|
|
97103
|
+
nickname?: string | undefined;
|
|
97104
|
+
avatar?: string | undefined;
|
|
97105
|
+
};
|
|
97106
|
+
}>;
|
|
97107
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97108
|
+
}, "userId" | "role">, "userId">, "strip", z.ZodTypeAny, {
|
|
97109
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
96745
97110
|
}, {
|
|
96746
|
-
|
|
96747
|
-
role: string;
|
|
97111
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
96748
97112
|
}>;
|
|
96749
97113
|
type DTOUpdateForgeProjectMember = z.infer<typeof DTOUpdateForgeProjectMember>;
|
|
96750
|
-
declare const DTORemoveForgeProjectMember: z.ZodObject<{
|
|
97114
|
+
declare const DTORemoveForgeProjectMember: z.ZodObject<Pick<{
|
|
96751
97115
|
userId: z.ZodString;
|
|
96752
|
-
|
|
97116
|
+
fpId: z.ZodString;
|
|
97117
|
+
workspaceMembershipId: z.ZodString;
|
|
97118
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
97119
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97120
|
+
} & {
|
|
97121
|
+
user: z.ZodObject<{
|
|
97122
|
+
id: z.ZodString;
|
|
97123
|
+
email: z.ZodString;
|
|
97124
|
+
profile: z.ZodObject<{
|
|
97125
|
+
name: z.ZodString;
|
|
97126
|
+
nickname: z.ZodOptional<z.ZodString>;
|
|
97127
|
+
avatar: z.ZodOptional<z.ZodString>;
|
|
97128
|
+
}, "strip", z.ZodTypeAny, {
|
|
97129
|
+
name: string;
|
|
97130
|
+
nickname?: string | undefined;
|
|
97131
|
+
avatar?: string | undefined;
|
|
97132
|
+
}, {
|
|
97133
|
+
name: string;
|
|
97134
|
+
nickname?: string | undefined;
|
|
97135
|
+
avatar?: string | undefined;
|
|
97136
|
+
}>;
|
|
97137
|
+
}, "strip", z.ZodTypeAny, {
|
|
97138
|
+
id: string;
|
|
97139
|
+
email: string;
|
|
97140
|
+
profile: {
|
|
97141
|
+
name: string;
|
|
97142
|
+
nickname?: string | undefined;
|
|
97143
|
+
avatar?: string | undefined;
|
|
97144
|
+
};
|
|
97145
|
+
}, {
|
|
97146
|
+
id: string;
|
|
97147
|
+
email: string;
|
|
97148
|
+
profile: {
|
|
97149
|
+
name: string;
|
|
97150
|
+
nickname?: string | undefined;
|
|
97151
|
+
avatar?: string | undefined;
|
|
97152
|
+
};
|
|
97153
|
+
}>;
|
|
97154
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97155
|
+
}, "userId">, "strip", z.ZodTypeAny, {
|
|
96753
97156
|
userId: string;
|
|
96754
97157
|
}, {
|
|
96755
97158
|
userId: string;
|
|
@@ -96757,6 +97160,12 @@ declare const DTORemoveForgeProjectMember: z.ZodObject<{
|
|
|
96757
97160
|
type DTORemoveForgeProjectMember = z.infer<typeof DTORemoveForgeProjectMember>;
|
|
96758
97161
|
declare const DTOForgeProjectMembersListResponse: z.ZodObject<{
|
|
96759
97162
|
members: z.ZodArray<z.ZodObject<{
|
|
97163
|
+
userId: z.ZodString;
|
|
97164
|
+
fpId: z.ZodString;
|
|
97165
|
+
workspaceMembershipId: z.ZodString;
|
|
97166
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
97167
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97168
|
+
} & {
|
|
96760
97169
|
user: z.ZodObject<{
|
|
96761
97170
|
id: z.ZodString;
|
|
96762
97171
|
email: z.ZodString;
|
|
@@ -96790,7 +97199,7 @@ declare const DTOForgeProjectMembersListResponse: z.ZodObject<{
|
|
|
96790
97199
|
avatar?: string | undefined;
|
|
96791
97200
|
};
|
|
96792
97201
|
}>;
|
|
96793
|
-
|
|
97202
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
96794
97203
|
}, "strip", z.ZodTypeAny, {
|
|
96795
97204
|
user: {
|
|
96796
97205
|
id: string;
|
|
@@ -96801,7 +97210,12 @@ declare const DTOForgeProjectMembersListResponse: z.ZodObject<{
|
|
|
96801
97210
|
avatar?: string | undefined;
|
|
96802
97211
|
};
|
|
96803
97212
|
};
|
|
96804
|
-
|
|
97213
|
+
userId: string;
|
|
97214
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97215
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97216
|
+
fpId: string;
|
|
97217
|
+
workspaceMembershipId: string;
|
|
97218
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96805
97219
|
}, {
|
|
96806
97220
|
user: {
|
|
96807
97221
|
id: string;
|
|
@@ -96812,7 +97226,12 @@ declare const DTOForgeProjectMembersListResponse: z.ZodObject<{
|
|
|
96812
97226
|
avatar?: string | undefined;
|
|
96813
97227
|
};
|
|
96814
97228
|
};
|
|
96815
|
-
|
|
97229
|
+
userId: string;
|
|
97230
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97231
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97232
|
+
fpId: string;
|
|
97233
|
+
workspaceMembershipId: string;
|
|
97234
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96816
97235
|
}>, "many">;
|
|
96817
97236
|
}, "strip", z.ZodTypeAny, {
|
|
96818
97237
|
members: {
|
|
@@ -96825,7 +97244,12 @@ declare const DTOForgeProjectMembersListResponse: z.ZodObject<{
|
|
|
96825
97244
|
avatar?: string | undefined;
|
|
96826
97245
|
};
|
|
96827
97246
|
};
|
|
96828
|
-
|
|
97247
|
+
userId: string;
|
|
97248
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97249
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97250
|
+
fpId: string;
|
|
97251
|
+
workspaceMembershipId: string;
|
|
97252
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96829
97253
|
}[];
|
|
96830
97254
|
}, {
|
|
96831
97255
|
members: {
|
|
@@ -96838,12 +97262,23 @@ declare const DTOForgeProjectMembersListResponse: z.ZodObject<{
|
|
|
96838
97262
|
avatar?: string | undefined;
|
|
96839
97263
|
};
|
|
96840
97264
|
};
|
|
96841
|
-
|
|
97265
|
+
userId: string;
|
|
97266
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97267
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97268
|
+
fpId: string;
|
|
97269
|
+
workspaceMembershipId: string;
|
|
97270
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96842
97271
|
}[];
|
|
96843
97272
|
}>;
|
|
96844
97273
|
type DTOForgeProjectMembersListResponse = z.infer<typeof DTOForgeProjectMembersListResponse>;
|
|
96845
97274
|
declare const DTOForgeProjectMemberGetResponse: z.ZodObject<{
|
|
96846
97275
|
member: z.ZodNullable<z.ZodObject<{
|
|
97276
|
+
userId: z.ZodString;
|
|
97277
|
+
fpId: z.ZodString;
|
|
97278
|
+
workspaceMembershipId: z.ZodString;
|
|
97279
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
97280
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97281
|
+
} & {
|
|
96847
97282
|
user: z.ZodObject<{
|
|
96848
97283
|
id: z.ZodString;
|
|
96849
97284
|
email: z.ZodString;
|
|
@@ -96877,7 +97312,7 @@ declare const DTOForgeProjectMemberGetResponse: z.ZodObject<{
|
|
|
96877
97312
|
avatar?: string | undefined;
|
|
96878
97313
|
};
|
|
96879
97314
|
}>;
|
|
96880
|
-
|
|
97315
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
96881
97316
|
}, "strip", z.ZodTypeAny, {
|
|
96882
97317
|
user: {
|
|
96883
97318
|
id: string;
|
|
@@ -96888,7 +97323,12 @@ declare const DTOForgeProjectMemberGetResponse: z.ZodObject<{
|
|
|
96888
97323
|
avatar?: string | undefined;
|
|
96889
97324
|
};
|
|
96890
97325
|
};
|
|
96891
|
-
|
|
97326
|
+
userId: string;
|
|
97327
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97328
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97329
|
+
fpId: string;
|
|
97330
|
+
workspaceMembershipId: string;
|
|
97331
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96892
97332
|
}, {
|
|
96893
97333
|
user: {
|
|
96894
97334
|
id: string;
|
|
@@ -96899,7 +97339,12 @@ declare const DTOForgeProjectMemberGetResponse: z.ZodObject<{
|
|
|
96899
97339
|
avatar?: string | undefined;
|
|
96900
97340
|
};
|
|
96901
97341
|
};
|
|
96902
|
-
|
|
97342
|
+
userId: string;
|
|
97343
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97344
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97345
|
+
fpId: string;
|
|
97346
|
+
workspaceMembershipId: string;
|
|
97347
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96903
97348
|
}>>;
|
|
96904
97349
|
}, "strip", z.ZodTypeAny, {
|
|
96905
97350
|
member: {
|
|
@@ -96912,7 +97357,12 @@ declare const DTOForgeProjectMemberGetResponse: z.ZodObject<{
|
|
|
96912
97357
|
avatar?: string | undefined;
|
|
96913
97358
|
};
|
|
96914
97359
|
};
|
|
96915
|
-
|
|
97360
|
+
userId: string;
|
|
97361
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97362
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97363
|
+
fpId: string;
|
|
97364
|
+
workspaceMembershipId: string;
|
|
97365
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96916
97366
|
} | null;
|
|
96917
97367
|
}, {
|
|
96918
97368
|
member: {
|
|
@@ -96925,12 +97375,23 @@ declare const DTOForgeProjectMemberGetResponse: z.ZodObject<{
|
|
|
96925
97375
|
avatar?: string | undefined;
|
|
96926
97376
|
};
|
|
96927
97377
|
};
|
|
96928
|
-
|
|
97378
|
+
userId: string;
|
|
97379
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97380
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97381
|
+
fpId: string;
|
|
97382
|
+
workspaceMembershipId: string;
|
|
97383
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96929
97384
|
} | null;
|
|
96930
97385
|
}>;
|
|
96931
97386
|
type DTOForgeProjectMemberGetResponse = z.infer<typeof DTOForgeProjectMemberGetResponse>;
|
|
96932
97387
|
declare const DTOForgeProjectMemberCreateResponse: z.ZodObject<{
|
|
96933
97388
|
member: z.ZodObject<{
|
|
97389
|
+
userId: z.ZodString;
|
|
97390
|
+
fpId: z.ZodString;
|
|
97391
|
+
workspaceMembershipId: z.ZodString;
|
|
97392
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
97393
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97394
|
+
} & {
|
|
96934
97395
|
user: z.ZodObject<{
|
|
96935
97396
|
id: z.ZodString;
|
|
96936
97397
|
email: z.ZodString;
|
|
@@ -96964,7 +97425,7 @@ declare const DTOForgeProjectMemberCreateResponse: z.ZodObject<{
|
|
|
96964
97425
|
avatar?: string | undefined;
|
|
96965
97426
|
};
|
|
96966
97427
|
}>;
|
|
96967
|
-
|
|
97428
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
96968
97429
|
}, "strip", z.ZodTypeAny, {
|
|
96969
97430
|
user: {
|
|
96970
97431
|
id: string;
|
|
@@ -96975,7 +97436,12 @@ declare const DTOForgeProjectMemberCreateResponse: z.ZodObject<{
|
|
|
96975
97436
|
avatar?: string | undefined;
|
|
96976
97437
|
};
|
|
96977
97438
|
};
|
|
96978
|
-
|
|
97439
|
+
userId: string;
|
|
97440
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97441
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97442
|
+
fpId: string;
|
|
97443
|
+
workspaceMembershipId: string;
|
|
97444
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96979
97445
|
}, {
|
|
96980
97446
|
user: {
|
|
96981
97447
|
id: string;
|
|
@@ -96986,7 +97452,12 @@ declare const DTOForgeProjectMemberCreateResponse: z.ZodObject<{
|
|
|
96986
97452
|
avatar?: string | undefined;
|
|
96987
97453
|
};
|
|
96988
97454
|
};
|
|
96989
|
-
|
|
97455
|
+
userId: string;
|
|
97456
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97457
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97458
|
+
fpId: string;
|
|
97459
|
+
workspaceMembershipId: string;
|
|
97460
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
96990
97461
|
}>;
|
|
96991
97462
|
}, "strip", z.ZodTypeAny, {
|
|
96992
97463
|
member: {
|
|
@@ -96999,7 +97470,12 @@ declare const DTOForgeProjectMemberCreateResponse: z.ZodObject<{
|
|
|
96999
97470
|
avatar?: string | undefined;
|
|
97000
97471
|
};
|
|
97001
97472
|
};
|
|
97002
|
-
|
|
97473
|
+
userId: string;
|
|
97474
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97475
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97476
|
+
fpId: string;
|
|
97477
|
+
workspaceMembershipId: string;
|
|
97478
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97003
97479
|
};
|
|
97004
97480
|
}, {
|
|
97005
97481
|
member: {
|
|
@@ -97012,12 +97488,23 @@ declare const DTOForgeProjectMemberCreateResponse: z.ZodObject<{
|
|
|
97012
97488
|
avatar?: string | undefined;
|
|
97013
97489
|
};
|
|
97014
97490
|
};
|
|
97015
|
-
|
|
97491
|
+
userId: string;
|
|
97492
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97493
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97494
|
+
fpId: string;
|
|
97495
|
+
workspaceMembershipId: string;
|
|
97496
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97016
97497
|
};
|
|
97017
97498
|
}>;
|
|
97018
97499
|
type DTOForgeProjectMemberCreateResponse = z.infer<typeof DTOForgeProjectMemberCreateResponse>;
|
|
97019
97500
|
declare const DTOForgeProjectMemberUpdateResponse: z.ZodObject<{
|
|
97020
97501
|
member: z.ZodNullable<z.ZodObject<{
|
|
97502
|
+
userId: z.ZodString;
|
|
97503
|
+
fpId: z.ZodString;
|
|
97504
|
+
workspaceMembershipId: z.ZodString;
|
|
97505
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
97506
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97507
|
+
} & {
|
|
97021
97508
|
user: z.ZodObject<{
|
|
97022
97509
|
id: z.ZodString;
|
|
97023
97510
|
email: z.ZodString;
|
|
@@ -97051,7 +97538,7 @@ declare const DTOForgeProjectMemberUpdateResponse: z.ZodObject<{
|
|
|
97051
97538
|
avatar?: string | undefined;
|
|
97052
97539
|
};
|
|
97053
97540
|
}>;
|
|
97054
|
-
|
|
97541
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97055
97542
|
}, "strip", z.ZodTypeAny, {
|
|
97056
97543
|
user: {
|
|
97057
97544
|
id: string;
|
|
@@ -97062,7 +97549,12 @@ declare const DTOForgeProjectMemberUpdateResponse: z.ZodObject<{
|
|
|
97062
97549
|
avatar?: string | undefined;
|
|
97063
97550
|
};
|
|
97064
97551
|
};
|
|
97065
|
-
|
|
97552
|
+
userId: string;
|
|
97553
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97554
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97555
|
+
fpId: string;
|
|
97556
|
+
workspaceMembershipId: string;
|
|
97557
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97066
97558
|
}, {
|
|
97067
97559
|
user: {
|
|
97068
97560
|
id: string;
|
|
@@ -97073,7 +97565,12 @@ declare const DTOForgeProjectMemberUpdateResponse: z.ZodObject<{
|
|
|
97073
97565
|
avatar?: string | undefined;
|
|
97074
97566
|
};
|
|
97075
97567
|
};
|
|
97076
|
-
|
|
97568
|
+
userId: string;
|
|
97569
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97570
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97571
|
+
fpId: string;
|
|
97572
|
+
workspaceMembershipId: string;
|
|
97573
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97077
97574
|
}>>;
|
|
97078
97575
|
}, "strip", z.ZodTypeAny, {
|
|
97079
97576
|
member: {
|
|
@@ -97086,7 +97583,12 @@ declare const DTOForgeProjectMemberUpdateResponse: z.ZodObject<{
|
|
|
97086
97583
|
avatar?: string | undefined;
|
|
97087
97584
|
};
|
|
97088
97585
|
};
|
|
97089
|
-
|
|
97586
|
+
userId: string;
|
|
97587
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97588
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97589
|
+
fpId: string;
|
|
97590
|
+
workspaceMembershipId: string;
|
|
97591
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97090
97592
|
} | null;
|
|
97091
97593
|
}, {
|
|
97092
97594
|
member: {
|
|
@@ -97099,7 +97601,12 @@ declare const DTOForgeProjectMemberUpdateResponse: z.ZodObject<{
|
|
|
97099
97601
|
avatar?: string | undefined;
|
|
97100
97602
|
};
|
|
97101
97603
|
};
|
|
97102
|
-
|
|
97604
|
+
userId: string;
|
|
97605
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97606
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97607
|
+
fpId: string;
|
|
97608
|
+
workspaceMembershipId: string;
|
|
97609
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97103
97610
|
} | null;
|
|
97104
97611
|
}>;
|
|
97105
97612
|
type DTOForgeProjectMemberUpdateResponse = z.infer<typeof DTOForgeProjectMemberUpdateResponse>;
|
|
@@ -97327,6 +97834,12 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
97327
97834
|
} | undefined;
|
|
97328
97835
|
}>;
|
|
97329
97836
|
members: z.ZodArray<z.ZodObject<{
|
|
97837
|
+
userId: z.ZodString;
|
|
97838
|
+
fpId: z.ZodString;
|
|
97839
|
+
workspaceMembershipId: z.ZodString;
|
|
97840
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
97841
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97842
|
+
} & {
|
|
97330
97843
|
user: z.ZodObject<{
|
|
97331
97844
|
id: z.ZodString;
|
|
97332
97845
|
email: z.ZodString;
|
|
@@ -97360,7 +97873,7 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
97360
97873
|
avatar?: string | undefined;
|
|
97361
97874
|
};
|
|
97362
97875
|
}>;
|
|
97363
|
-
|
|
97876
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97364
97877
|
}, "strip", z.ZodTypeAny, {
|
|
97365
97878
|
user: {
|
|
97366
97879
|
id: string;
|
|
@@ -97371,7 +97884,12 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
97371
97884
|
avatar?: string | undefined;
|
|
97372
97885
|
};
|
|
97373
97886
|
};
|
|
97374
|
-
|
|
97887
|
+
userId: string;
|
|
97888
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97889
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97890
|
+
fpId: string;
|
|
97891
|
+
workspaceMembershipId: string;
|
|
97892
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97375
97893
|
}, {
|
|
97376
97894
|
user: {
|
|
97377
97895
|
id: string;
|
|
@@ -97382,7 +97900,12 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
97382
97900
|
avatar?: string | undefined;
|
|
97383
97901
|
};
|
|
97384
97902
|
};
|
|
97385
|
-
|
|
97903
|
+
userId: string;
|
|
97904
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97905
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97906
|
+
fpId: string;
|
|
97907
|
+
workspaceMembershipId: string;
|
|
97908
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97386
97909
|
}>, "many">;
|
|
97387
97910
|
}, "strip", z.ZodTypeAny, {
|
|
97388
97911
|
id: string;
|
|
@@ -97403,7 +97926,12 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
97403
97926
|
avatar?: string | undefined;
|
|
97404
97927
|
};
|
|
97405
97928
|
};
|
|
97406
|
-
|
|
97929
|
+
userId: string;
|
|
97930
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
97931
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
97932
|
+
fpId: string;
|
|
97933
|
+
workspaceMembershipId: string;
|
|
97934
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97407
97935
|
}[];
|
|
97408
97936
|
workspaceId: string;
|
|
97409
97937
|
context: {
|
|
@@ -97472,7 +98000,12 @@ declare const DTOForgeProject: z.ZodObject<Omit<{
|
|
|
97472
98000
|
avatar?: string | undefined;
|
|
97473
98001
|
};
|
|
97474
98002
|
};
|
|
97475
|
-
|
|
98003
|
+
userId: string;
|
|
98004
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
98005
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
98006
|
+
fpId: string;
|
|
98007
|
+
workspaceMembershipId: string;
|
|
98008
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97476
98009
|
}[];
|
|
97477
98010
|
workspaceId: string;
|
|
97478
98011
|
context: {
|
|
@@ -97742,6 +98275,12 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
97742
98275
|
} | undefined;
|
|
97743
98276
|
}>;
|
|
97744
98277
|
members: z.ZodArray<z.ZodObject<{
|
|
98278
|
+
userId: z.ZodString;
|
|
98279
|
+
fpId: z.ZodString;
|
|
98280
|
+
workspaceMembershipId: z.ZodString;
|
|
98281
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
98282
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
98283
|
+
} & {
|
|
97745
98284
|
user: z.ZodObject<{
|
|
97746
98285
|
id: z.ZodString;
|
|
97747
98286
|
email: z.ZodString;
|
|
@@ -97775,7 +98314,7 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
97775
98314
|
avatar?: string | undefined;
|
|
97776
98315
|
};
|
|
97777
98316
|
}>;
|
|
97778
|
-
|
|
98317
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
97779
98318
|
}, "strip", z.ZodTypeAny, {
|
|
97780
98319
|
user: {
|
|
97781
98320
|
id: string;
|
|
@@ -97786,7 +98325,12 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
97786
98325
|
avatar?: string | undefined;
|
|
97787
98326
|
};
|
|
97788
98327
|
};
|
|
97789
|
-
|
|
98328
|
+
userId: string;
|
|
98329
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
98330
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
98331
|
+
fpId: string;
|
|
98332
|
+
workspaceMembershipId: string;
|
|
98333
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97790
98334
|
}, {
|
|
97791
98335
|
user: {
|
|
97792
98336
|
id: string;
|
|
@@ -97797,7 +98341,12 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
97797
98341
|
avatar?: string | undefined;
|
|
97798
98342
|
};
|
|
97799
98343
|
};
|
|
97800
|
-
|
|
98344
|
+
userId: string;
|
|
98345
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
98346
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
98347
|
+
fpId: string;
|
|
98348
|
+
workspaceMembershipId: string;
|
|
98349
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97801
98350
|
}>, "many">;
|
|
97802
98351
|
}, "strip", z.ZodTypeAny, {
|
|
97803
98352
|
id: string;
|
|
@@ -97818,7 +98367,12 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
97818
98367
|
avatar?: string | undefined;
|
|
97819
98368
|
};
|
|
97820
98369
|
};
|
|
97821
|
-
|
|
98370
|
+
userId: string;
|
|
98371
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
98372
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
98373
|
+
fpId: string;
|
|
98374
|
+
workspaceMembershipId: string;
|
|
98375
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97822
98376
|
}[];
|
|
97823
98377
|
workspaceId: string;
|
|
97824
98378
|
context: {
|
|
@@ -97887,7 +98441,12 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
97887
98441
|
avatar?: string | undefined;
|
|
97888
98442
|
};
|
|
97889
98443
|
};
|
|
97890
|
-
|
|
98444
|
+
userId: string;
|
|
98445
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
98446
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
98447
|
+
fpId: string;
|
|
98448
|
+
workspaceMembershipId: string;
|
|
98449
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97891
98450
|
}[];
|
|
97892
98451
|
workspaceId: string;
|
|
97893
98452
|
context: {
|
|
@@ -97960,7 +98519,12 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
97960
98519
|
avatar?: string | undefined;
|
|
97961
98520
|
};
|
|
97962
98521
|
};
|
|
97963
|
-
|
|
98522
|
+
userId: string;
|
|
98523
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
98524
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
98525
|
+
fpId: string;
|
|
98526
|
+
workspaceMembershipId: string;
|
|
98527
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
97964
98528
|
}[];
|
|
97965
98529
|
workspaceId: string;
|
|
97966
98530
|
context: {
|
|
@@ -98031,7 +98595,12 @@ declare const DTOForgeProjectGetResponse: z.ZodObject<{
|
|
|
98031
98595
|
avatar?: string | undefined;
|
|
98032
98596
|
};
|
|
98033
98597
|
};
|
|
98034
|
-
|
|
98598
|
+
userId: string;
|
|
98599
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
98600
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
98601
|
+
fpId: string;
|
|
98602
|
+
workspaceMembershipId: string;
|
|
98603
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98035
98604
|
}[];
|
|
98036
98605
|
workspaceId: string;
|
|
98037
98606
|
context: {
|
|
@@ -98302,6 +98871,12 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98302
98871
|
} | undefined;
|
|
98303
98872
|
}>;
|
|
98304
98873
|
members: z.ZodArray<z.ZodObject<{
|
|
98874
|
+
userId: z.ZodString;
|
|
98875
|
+
fpId: z.ZodString;
|
|
98876
|
+
workspaceMembershipId: z.ZodString;
|
|
98877
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
98878
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
98879
|
+
} & {
|
|
98305
98880
|
user: z.ZodObject<{
|
|
98306
98881
|
id: z.ZodString;
|
|
98307
98882
|
email: z.ZodString;
|
|
@@ -98335,7 +98910,7 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98335
98910
|
avatar?: string | undefined;
|
|
98336
98911
|
};
|
|
98337
98912
|
}>;
|
|
98338
|
-
|
|
98913
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
98339
98914
|
}, "strip", z.ZodTypeAny, {
|
|
98340
98915
|
user: {
|
|
98341
98916
|
id: string;
|
|
@@ -98346,7 +98921,12 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98346
98921
|
avatar?: string | undefined;
|
|
98347
98922
|
};
|
|
98348
98923
|
};
|
|
98349
|
-
|
|
98924
|
+
userId: string;
|
|
98925
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
98926
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
98927
|
+
fpId: string;
|
|
98928
|
+
workspaceMembershipId: string;
|
|
98929
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98350
98930
|
}, {
|
|
98351
98931
|
user: {
|
|
98352
98932
|
id: string;
|
|
@@ -98357,7 +98937,12 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98357
98937
|
avatar?: string | undefined;
|
|
98358
98938
|
};
|
|
98359
98939
|
};
|
|
98360
|
-
|
|
98940
|
+
userId: string;
|
|
98941
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
98942
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
98943
|
+
fpId: string;
|
|
98944
|
+
workspaceMembershipId: string;
|
|
98945
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98361
98946
|
}>, "many">;
|
|
98362
98947
|
}, "strip", z.ZodTypeAny, {
|
|
98363
98948
|
id: string;
|
|
@@ -98378,7 +98963,12 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98378
98963
|
avatar?: string | undefined;
|
|
98379
98964
|
};
|
|
98380
98965
|
};
|
|
98381
|
-
|
|
98966
|
+
userId: string;
|
|
98967
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
98968
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
98969
|
+
fpId: string;
|
|
98970
|
+
workspaceMembershipId: string;
|
|
98971
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98382
98972
|
}[];
|
|
98383
98973
|
workspaceId: string;
|
|
98384
98974
|
context: {
|
|
@@ -98447,7 +99037,12 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98447
99037
|
avatar?: string | undefined;
|
|
98448
99038
|
};
|
|
98449
99039
|
};
|
|
98450
|
-
|
|
99040
|
+
userId: string;
|
|
99041
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
99042
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
99043
|
+
fpId: string;
|
|
99044
|
+
workspaceMembershipId: string;
|
|
99045
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98451
99046
|
}[];
|
|
98452
99047
|
workspaceId: string;
|
|
98453
99048
|
context: {
|
|
@@ -98520,7 +99115,12 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98520
99115
|
avatar?: string | undefined;
|
|
98521
99116
|
};
|
|
98522
99117
|
};
|
|
98523
|
-
|
|
99118
|
+
userId: string;
|
|
99119
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
99120
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
99121
|
+
fpId: string;
|
|
99122
|
+
workspaceMembershipId: string;
|
|
99123
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98524
99124
|
}[];
|
|
98525
99125
|
workspaceId: string;
|
|
98526
99126
|
context: {
|
|
@@ -98591,7 +99191,12 @@ declare const DTOForgeProjectsListResponse: z.ZodObject<{
|
|
|
98591
99191
|
avatar?: string | undefined;
|
|
98592
99192
|
};
|
|
98593
99193
|
};
|
|
98594
|
-
|
|
99194
|
+
userId: string;
|
|
99195
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
99196
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
99197
|
+
fpId: string;
|
|
99198
|
+
workspaceMembershipId: string;
|
|
99199
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98595
99200
|
}[];
|
|
98596
99201
|
workspaceId: string;
|
|
98597
99202
|
context: {
|
|
@@ -98862,6 +99467,12 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
98862
99467
|
} | undefined;
|
|
98863
99468
|
}>;
|
|
98864
99469
|
members: z.ZodArray<z.ZodObject<{
|
|
99470
|
+
userId: z.ZodString;
|
|
99471
|
+
fpId: z.ZodString;
|
|
99472
|
+
workspaceMembershipId: z.ZodString;
|
|
99473
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
99474
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
99475
|
+
} & {
|
|
98865
99476
|
user: z.ZodObject<{
|
|
98866
99477
|
id: z.ZodString;
|
|
98867
99478
|
email: z.ZodString;
|
|
@@ -98895,7 +99506,7 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
98895
99506
|
avatar?: string | undefined;
|
|
98896
99507
|
};
|
|
98897
99508
|
}>;
|
|
98898
|
-
|
|
99509
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
98899
99510
|
}, "strip", z.ZodTypeAny, {
|
|
98900
99511
|
user: {
|
|
98901
99512
|
id: string;
|
|
@@ -98906,7 +99517,12 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
98906
99517
|
avatar?: string | undefined;
|
|
98907
99518
|
};
|
|
98908
99519
|
};
|
|
98909
|
-
|
|
99520
|
+
userId: string;
|
|
99521
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
99522
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
99523
|
+
fpId: string;
|
|
99524
|
+
workspaceMembershipId: string;
|
|
99525
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98910
99526
|
}, {
|
|
98911
99527
|
user: {
|
|
98912
99528
|
id: string;
|
|
@@ -98917,7 +99533,12 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
98917
99533
|
avatar?: string | undefined;
|
|
98918
99534
|
};
|
|
98919
99535
|
};
|
|
98920
|
-
|
|
99536
|
+
userId: string;
|
|
99537
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
99538
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
99539
|
+
fpId: string;
|
|
99540
|
+
workspaceMembershipId: string;
|
|
99541
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98921
99542
|
}>, "many">;
|
|
98922
99543
|
}, "strip", z.ZodTypeAny, {
|
|
98923
99544
|
id: string;
|
|
@@ -98938,7 +99559,12 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
98938
99559
|
avatar?: string | undefined;
|
|
98939
99560
|
};
|
|
98940
99561
|
};
|
|
98941
|
-
|
|
99562
|
+
userId: string;
|
|
99563
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
99564
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
99565
|
+
fpId: string;
|
|
99566
|
+
workspaceMembershipId: string;
|
|
99567
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
98942
99568
|
}[];
|
|
98943
99569
|
workspaceId: string;
|
|
98944
99570
|
context: {
|
|
@@ -99007,7 +99633,12 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99007
99633
|
avatar?: string | undefined;
|
|
99008
99634
|
};
|
|
99009
99635
|
};
|
|
99010
|
-
|
|
99636
|
+
userId: string;
|
|
99637
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
99638
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
99639
|
+
fpId: string;
|
|
99640
|
+
workspaceMembershipId: string;
|
|
99641
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99011
99642
|
}[];
|
|
99012
99643
|
workspaceId: string;
|
|
99013
99644
|
context: {
|
|
@@ -99080,7 +99711,12 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99080
99711
|
avatar?: string | undefined;
|
|
99081
99712
|
};
|
|
99082
99713
|
};
|
|
99083
|
-
|
|
99714
|
+
userId: string;
|
|
99715
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
99716
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
99717
|
+
fpId: string;
|
|
99718
|
+
workspaceMembershipId: string;
|
|
99719
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99084
99720
|
}[];
|
|
99085
99721
|
workspaceId: string;
|
|
99086
99722
|
context: {
|
|
@@ -99151,7 +99787,12 @@ declare const DTOCreateForgeProjectResponse: z.ZodObject<{
|
|
|
99151
99787
|
avatar?: string | undefined;
|
|
99152
99788
|
};
|
|
99153
99789
|
};
|
|
99154
|
-
|
|
99790
|
+
userId: string;
|
|
99791
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
99792
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
99793
|
+
fpId: string;
|
|
99794
|
+
workspaceMembershipId: string;
|
|
99795
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99155
99796
|
}[];
|
|
99156
99797
|
workspaceId: string;
|
|
99157
99798
|
context: {
|
|
@@ -99422,6 +100063,12 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
99422
100063
|
} | undefined;
|
|
99423
100064
|
}>;
|
|
99424
100065
|
members: z.ZodArray<z.ZodObject<{
|
|
100066
|
+
userId: z.ZodString;
|
|
100067
|
+
fpId: z.ZodString;
|
|
100068
|
+
workspaceMembershipId: z.ZodString;
|
|
100069
|
+
workspaceRole: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest", "Contributor"]>;
|
|
100070
|
+
role: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
100071
|
+
} & {
|
|
99425
100072
|
user: z.ZodObject<{
|
|
99426
100073
|
id: z.ZodString;
|
|
99427
100074
|
email: z.ZodString;
|
|
@@ -99455,7 +100102,7 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
99455
100102
|
avatar?: string | undefined;
|
|
99456
100103
|
};
|
|
99457
100104
|
}>;
|
|
99458
|
-
|
|
100105
|
+
effectiveRole: z.ZodEnum<["Viewer", "Editor", "Admin"]>;
|
|
99459
100106
|
}, "strip", z.ZodTypeAny, {
|
|
99460
100107
|
user: {
|
|
99461
100108
|
id: string;
|
|
@@ -99466,7 +100113,12 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
99466
100113
|
avatar?: string | undefined;
|
|
99467
100114
|
};
|
|
99468
100115
|
};
|
|
99469
|
-
|
|
100116
|
+
userId: string;
|
|
100117
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
100118
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
100119
|
+
fpId: string;
|
|
100120
|
+
workspaceMembershipId: string;
|
|
100121
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99470
100122
|
}, {
|
|
99471
100123
|
user: {
|
|
99472
100124
|
id: string;
|
|
@@ -99477,7 +100129,12 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
99477
100129
|
avatar?: string | undefined;
|
|
99478
100130
|
};
|
|
99479
100131
|
};
|
|
99480
|
-
|
|
100132
|
+
userId: string;
|
|
100133
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
100134
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
100135
|
+
fpId: string;
|
|
100136
|
+
workspaceMembershipId: string;
|
|
100137
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99481
100138
|
}>, "many">;
|
|
99482
100139
|
}, "strip", z.ZodTypeAny, {
|
|
99483
100140
|
id: string;
|
|
@@ -99498,7 +100155,12 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
99498
100155
|
avatar?: string | undefined;
|
|
99499
100156
|
};
|
|
99500
100157
|
};
|
|
99501
|
-
|
|
100158
|
+
userId: string;
|
|
100159
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
100160
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
100161
|
+
fpId: string;
|
|
100162
|
+
workspaceMembershipId: string;
|
|
100163
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99502
100164
|
}[];
|
|
99503
100165
|
workspaceId: string;
|
|
99504
100166
|
context: {
|
|
@@ -99567,7 +100229,12 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
99567
100229
|
avatar?: string | undefined;
|
|
99568
100230
|
};
|
|
99569
100231
|
};
|
|
99570
|
-
|
|
100232
|
+
userId: string;
|
|
100233
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
100234
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
100235
|
+
fpId: string;
|
|
100236
|
+
workspaceMembershipId: string;
|
|
100237
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99571
100238
|
}[];
|
|
99572
100239
|
workspaceId: string;
|
|
99573
100240
|
context: {
|
|
@@ -99640,7 +100307,12 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
99640
100307
|
avatar?: string | undefined;
|
|
99641
100308
|
};
|
|
99642
100309
|
};
|
|
99643
|
-
|
|
100310
|
+
userId: string;
|
|
100311
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
100312
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
100313
|
+
fpId: string;
|
|
100314
|
+
workspaceMembershipId: string;
|
|
100315
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99644
100316
|
}[];
|
|
99645
100317
|
workspaceId: string;
|
|
99646
100318
|
context: {
|
|
@@ -99711,7 +100383,12 @@ declare const DTOUpdateForgeProjectResponse: z.ZodObject<{
|
|
|
99711
100383
|
avatar?: string | undefined;
|
|
99712
100384
|
};
|
|
99713
100385
|
};
|
|
99714
|
-
|
|
100386
|
+
userId: string;
|
|
100387
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
100388
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
100389
|
+
fpId: string;
|
|
100390
|
+
workspaceMembershipId: string;
|
|
100391
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
99715
100392
|
}[];
|
|
99716
100393
|
workspaceId: string;
|
|
99717
100394
|
context: {
|
|
@@ -135723,15 +136400,19 @@ declare class PipelinesEndpoint {
|
|
|
135723
136400
|
} | undefined;
|
|
135724
136401
|
azure?: {
|
|
135725
136402
|
pullRequestUrl: string;
|
|
136403
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
135726
136404
|
} | undefined;
|
|
135727
136405
|
bitbucket?: {
|
|
135728
136406
|
pullRequestUrl: string;
|
|
136407
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
135729
136408
|
} | undefined;
|
|
135730
136409
|
github?: {
|
|
135731
136410
|
pullRequestUrl: string;
|
|
136411
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
135732
136412
|
} | undefined;
|
|
135733
136413
|
gitlab?: {
|
|
135734
136414
|
pullRequestUrl: string;
|
|
136415
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
135735
136416
|
} | undefined;
|
|
135736
136417
|
documentation?: {
|
|
135737
136418
|
url: string;
|
|
@@ -135977,15 +136658,19 @@ declare class PipelinesEndpoint {
|
|
|
135977
136658
|
} | undefined;
|
|
135978
136659
|
azure?: {
|
|
135979
136660
|
pullRequestUrl: string;
|
|
136661
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
135980
136662
|
} | undefined;
|
|
135981
136663
|
bitbucket?: {
|
|
135982
136664
|
pullRequestUrl: string;
|
|
136665
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
135983
136666
|
} | undefined;
|
|
135984
136667
|
github?: {
|
|
135985
136668
|
pullRequestUrl: string;
|
|
136669
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
135986
136670
|
} | undefined;
|
|
135987
136671
|
gitlab?: {
|
|
135988
136672
|
pullRequestUrl: string;
|
|
136673
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
135989
136674
|
} | undefined;
|
|
135990
136675
|
documentation?: {
|
|
135991
136676
|
url: string;
|
|
@@ -136231,15 +136916,19 @@ declare class PipelinesEndpoint {
|
|
|
136231
136916
|
} | undefined;
|
|
136232
136917
|
azure?: {
|
|
136233
136918
|
pullRequestUrl: string;
|
|
136919
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136234
136920
|
} | undefined;
|
|
136235
136921
|
bitbucket?: {
|
|
136236
136922
|
pullRequestUrl: string;
|
|
136923
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136237
136924
|
} | undefined;
|
|
136238
136925
|
github?: {
|
|
136239
136926
|
pullRequestUrl: string;
|
|
136927
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136240
136928
|
} | undefined;
|
|
136241
136929
|
gitlab?: {
|
|
136242
136930
|
pullRequestUrl: string;
|
|
136931
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136243
136932
|
} | undefined;
|
|
136244
136933
|
documentation?: {
|
|
136245
136934
|
url: string;
|
|
@@ -136477,15 +137166,19 @@ declare class PipelinesEndpoint {
|
|
|
136477
137166
|
} | undefined;
|
|
136478
137167
|
azure?: {
|
|
136479
137168
|
pullRequestUrl: string;
|
|
137169
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136480
137170
|
} | undefined;
|
|
136481
137171
|
bitbucket?: {
|
|
136482
137172
|
pullRequestUrl: string;
|
|
137173
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136483
137174
|
} | undefined;
|
|
136484
137175
|
github?: {
|
|
136485
137176
|
pullRequestUrl: string;
|
|
137177
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136486
137178
|
} | undefined;
|
|
136487
137179
|
gitlab?: {
|
|
136488
137180
|
pullRequestUrl: string;
|
|
137181
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136489
137182
|
} | undefined;
|
|
136490
137183
|
documentation?: {
|
|
136491
137184
|
url: string;
|
|
@@ -136889,15 +137582,19 @@ declare class DocumentationEndpoint {
|
|
|
136889
137582
|
} | undefined;
|
|
136890
137583
|
azure?: {
|
|
136891
137584
|
pullRequestUrl: string;
|
|
137585
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136892
137586
|
} | undefined;
|
|
136893
137587
|
bitbucket?: {
|
|
136894
137588
|
pullRequestUrl: string;
|
|
137589
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136895
137590
|
} | undefined;
|
|
136896
137591
|
github?: {
|
|
136897
137592
|
pullRequestUrl: string;
|
|
137593
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136898
137594
|
} | undefined;
|
|
136899
137595
|
gitlab?: {
|
|
136900
137596
|
pullRequestUrl: string;
|
|
137597
|
+
sparseCheckoutUsed?: boolean | undefined;
|
|
136901
137598
|
} | undefined;
|
|
136902
137599
|
documentation?: {
|
|
136903
137600
|
url: string;
|
|
@@ -142039,7 +142736,12 @@ declare class ForgeProjectsEndpoint {
|
|
|
142039
142736
|
avatar?: string | undefined;
|
|
142040
142737
|
};
|
|
142041
142738
|
};
|
|
142042
|
-
|
|
142739
|
+
userId: string;
|
|
142740
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
142741
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
142742
|
+
fpId: string;
|
|
142743
|
+
workspaceMembershipId: string;
|
|
142744
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142043
142745
|
}[];
|
|
142044
142746
|
workspaceId: string;
|
|
142045
142747
|
context: {
|
|
@@ -142112,7 +142814,12 @@ declare class ForgeProjectsEndpoint {
|
|
|
142112
142814
|
avatar?: string | undefined;
|
|
142113
142815
|
};
|
|
142114
142816
|
};
|
|
142115
|
-
|
|
142817
|
+
userId: string;
|
|
142818
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
142819
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
142820
|
+
fpId: string;
|
|
142821
|
+
workspaceMembershipId: string;
|
|
142822
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142116
142823
|
}[];
|
|
142117
142824
|
workspaceId: string;
|
|
142118
142825
|
context: {
|
|
@@ -142185,7 +142892,12 @@ declare class ForgeProjectsEndpoint {
|
|
|
142185
142892
|
avatar?: string | undefined;
|
|
142186
142893
|
};
|
|
142187
142894
|
};
|
|
142188
|
-
|
|
142895
|
+
userId: string;
|
|
142896
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
142897
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
142898
|
+
fpId: string;
|
|
142899
|
+
workspaceMembershipId: string;
|
|
142900
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142189
142901
|
}[];
|
|
142190
142902
|
workspaceId: string;
|
|
142191
142903
|
context: {
|
|
@@ -142258,7 +142970,12 @@ declare class ForgeProjectsEndpoint {
|
|
|
142258
142970
|
avatar?: string | undefined;
|
|
142259
142971
|
};
|
|
142260
142972
|
};
|
|
142261
|
-
|
|
142973
|
+
userId: string;
|
|
142974
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
142975
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
142976
|
+
fpId: string;
|
|
142977
|
+
workspaceMembershipId: string;
|
|
142978
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142262
142979
|
}[];
|
|
142263
142980
|
workspaceId: string;
|
|
142264
142981
|
context: {
|
|
@@ -142479,7 +143196,12 @@ declare class ForgeProjectMembersEndpoint {
|
|
|
142479
143196
|
avatar?: string | undefined;
|
|
142480
143197
|
};
|
|
142481
143198
|
};
|
|
142482
|
-
|
|
143199
|
+
userId: string;
|
|
143200
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
143201
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
143202
|
+
fpId: string;
|
|
143203
|
+
workspaceMembershipId: string;
|
|
143204
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142483
143205
|
}[];
|
|
142484
143206
|
}>;
|
|
142485
143207
|
create(projectId: string, body: DTOCreateForgeProjectMember): Promise<{
|
|
@@ -142493,7 +143215,12 @@ declare class ForgeProjectMembersEndpoint {
|
|
|
142493
143215
|
avatar?: string | undefined;
|
|
142494
143216
|
};
|
|
142495
143217
|
};
|
|
142496
|
-
|
|
143218
|
+
userId: string;
|
|
143219
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
143220
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
143221
|
+
fpId: string;
|
|
143222
|
+
workspaceMembershipId: string;
|
|
143223
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142497
143224
|
};
|
|
142498
143225
|
}>;
|
|
142499
143226
|
update(projectId: string, userId: string, body: DTOUpdateForgeProjectMember): Promise<{
|
|
@@ -142507,7 +143234,12 @@ declare class ForgeProjectMembersEndpoint {
|
|
|
142507
143234
|
avatar?: string | undefined;
|
|
142508
143235
|
};
|
|
142509
143236
|
};
|
|
142510
|
-
|
|
143237
|
+
userId: string;
|
|
143238
|
+
role: "Admin" | "Viewer" | "Editor";
|
|
143239
|
+
effectiveRole: "Admin" | "Viewer" | "Editor";
|
|
143240
|
+
fpId: string;
|
|
143241
|
+
workspaceMembershipId: string;
|
|
143242
|
+
workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest" | "Contributor";
|
|
142511
143243
|
};
|
|
142512
143244
|
}>;
|
|
142513
143245
|
delete(projectId: string, userId: string): Promise<{
|
|
@@ -147391,4 +148123,4 @@ declare function isValidRedirectPath(path: string): {
|
|
|
147391
148123
|
reason: ValidationErrorReason | undefined;
|
|
147392
148124
|
};
|
|
147393
148125
|
|
|
147394
|
-
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectGetResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectsListResponse, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContextsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|
|
148126
|
+
export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, ChatThreadMessagesEndpoint, CodeComponentsEndpoint, CodegenEndpoint, Collection, DTOAccessToken, DTOAccessTokenCreatePayload, DTOAccessTokenFull, DTOAccessTokenFullResponse, DTOAccessTokenListResponse, DTOAccessTokenResponse, DTOAnalyzeCodeComponentsInPackage, DTOAnalyzeCodeComponentsInPackageInput, DTOAnalyzeCodeComponentsInPackageResponse, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAssetScope, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreatePayload, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandUpdatePayload, DTOBrandsListResponse, DTOCodeComponent, DTOCodeComponentCreateInput, DTOCodeComponentListResponse, DTOCodeComponentParentType, DTOCodeComponentProperty, DTOCodeComponentResolvedType, DTOCodeComponentResolvedTypeKind, DTOCodeComponentResponse, DTOCodeComponentUpsertResponse, DTOCodeComponentsCreateInput, DTOColorTokenInlineData, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateForgeAgent, DTOCreateForgeAgentResponse, DTOCreateForgeArtifact, DTOCreateForgeArtifactResponse, DTOCreateForgeBuildArtifact, DTOCreateForgeFigmaArtifact, DTOCreateForgeFileArtifact, DTOCreateForgeIterationMessage, DTOCreateForgeIterationMessageResponse, DTOCreateForgeParticipant, DTOCreateForgeParticipantResponse, DTOCreateForgeProject, DTOCreateForgeProjectContext, DTOCreateForgeProjectIteration, DTOCreateForgeProjectIterationResponse, DTOCreateForgeProjectMember, DTOCreateForgeProjectResponse, DTOCreateForgeSpecArtifact, DTOCreateVersionInput, DTODataSource, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaCreatePayload, DTODataSourceFigmaImportPayload, DTODataSourceFigmaScope, DTODataSourceFigmaVariablesPlugin, DTODataSourceResponse, DTODataSourceStorybook, DTODataSourceStorybookCreatePayload, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODataSourcesStorybookResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODeleteForgeAgentResponse, DTODeleteForgeArtifactResponse, DTODeleteForgeIterationMessageResponse, DTODeleteForgeParticipantResponse, DTODeleteForgeProjectIterationResponse, DTODependencyDefinition, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemComponent, DTODesignSystemComponentCreateInput, DTODesignSystemComponentListResponse, DTODesignSystemComponentResponse, DTODesignSystemContactsResponse, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionRoom, DTODesignSystemVersionRoomResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenGroup, DTODesignTokenGroupCreatePayload, DTODesignTokenGroupListResponse, DTODesignTokenGroupResponse, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationAnalyticsDiffPayload, DTODocumentationAnalyticsRequest, DTODocumentationAnalyticsTimeFrame, DTODocumentationAnalyticsTimeFrameComparison, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnalyticsDifference, DTODocumentationPageAnalyticsResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDependencies, DTODocumentationPageDependenciesGetResponse, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageIntervalDifferenceResponse, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoom, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageRoomResponse, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageUpdateDocumentActionInputV2, DTODocumentationPageUpdateDocumentActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationSettings, DTODocumentationStructure, DTODocumentationStructureGroupItem, DTODocumentationStructureItem, DTODocumentationStructurePageItem, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, type DTOElementActionInputOfType, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionOption, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementPropertyValuesEditActionInput, DTOElementPropertyValuesEditActionOutput, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, DTOElementsGetOutputV2, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOEvent, DTOEventDataSourcesImported, DTOEventFigmaNodesRendered, DTOExportJob, DTOExportJobCreateInput, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResponseLegacy, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterDeprecationInput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterPropertyDefinition, DTOExporterPropertyDefinitionArray, DTOExporterPropertyDefinitionBoolean, DTOExporterPropertyDefinitionCode, DTOExporterPropertyDefinitionEnum, DTOExporterPropertyDefinitionEnumOption, DTOExporterPropertyDefinitionNumber, DTOExporterPropertyDefinitionObject, DTOExporterPropertyDefinitionString, type DTOExporterPropertyDefinitionValue, DTOExporterPropertyDefinitionsResponse, DTOExporterPropertyType, DTOExporterPropertyValue, DTOExporterPropertyValueMap, DTOExporterResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentGroup, DTOFigmaComponentGroupListResponse, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeDataV2, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderAsyncActionInput, DTOFigmaNodeRenderAsyncActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderIdInput, DTOFigmaNodeRenderInput, DTOFigmaNodeRenderUrlInput, DTOFigmaNodeRerenderInput, DTOFigmaNodeResponse, DTOFigmaNodeStructure, DTOFigmaNodeStructureDetail, DTOFigmaNodeStructureDetailResponse, DTOFigmaNodeStructureListResponse, DTOFigmaNodeV2, DTOFigmaSourceUpdatePayload, DTOFileResponseItem, DTOFileUploadFinalizePayload, DTOFileUploadFinalizeResponse, DTOFileUploadItem, DTOFileUploadPayload, DTOFileUploadResponse, DTOFileUploadResponseItem, DTOFilesGetPayload, DTOFilesGetQuery, DTOFilesResponse, DTOForgeAgent, DTOForgeAgentsListResponse, DTOForgeArtifact, DTOForgeArtifactGetResponse, DTOForgeArtifactsListResponse, DTOForgeAvatarBuilder, DTOForgeBuildArtifact, DTOForgeChatMessage, DTOForgeChatMessageCreateInput, DTOForgeChatMessageCreateResponse, DTOForgeChatMessageListQuery, DTOForgeChatMessageListResponse, DTOForgeChatMessageScoreInput, DTOForgeChatMessageScoreRequest, DTOForgeChatMessageSender, DTOForgeChatMessageSenderType, DTOForgeChatThread, DTOForgeChatThreadCreateInput, DTOForgeChatThreadCreateResponse, DTOForgeChatThreadDeleteResponse, DTOForgeChatThreadListQuery, DTOForgeChatThreadListResponse, DTOForgeChatThreadUpdateInput, DTOForgeChatThreadUpdateResponse, DTOForgeFigmaArtifact, DTOForgeFileArtifact, DTOForgeIterationMessage, DTOForgeIterationMessagesListResponse, DTOForgeParticipant, DTOForgeParticipantGetResponse, DTOForgeParticipantsListResponse, DTOForgeProject, DTOForgeProjectContext, DTOForgeProjectContextCreateResponse, DTOForgeProjectContextGetResponse, DTOForgeProjectContextListResponse, DTOForgeProjectContextRemoveResponse, DTOForgeProjectContextUpdateResponse, DTOForgeProjectGetResponse, DTOForgeProjectIteration, DTOForgeProjectIterationListResponse, DTOForgeProjectIterationMergeMeta, DTOForgeProjectMember, DTOForgeProjectMemberCreateResponse, DTOForgeProjectMemberGetResponse, DTOForgeProjectMemberRemoveResponse, DTOForgeProjectMemberRole, DTOForgeProjectMemberUpdateResponse, DTOForgeProjectMembersListResponse, DTOForgeProjectsListResponse, DTOForgeSpecArtifact, DTOFrameNodeStructure, DTOFrameNodeStructureListResponse, DTOGetBlockDefinitionsOutput, DTOGetBlockDefinitionsQuery, DTOGetDocumentationPageAnchorsResponse, DTOGetForgeIterationMessageResponse, DTOGetForgeProjectIterationResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryAccessTokenResponse, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOObjectMeta, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPageRedirect, DTOPageRedirectCreateBody, DTOPageRedirectDeleteResponse, DTOPageRedirectListResponse, DTOPageRedirectResponse, DTOPageRedirectUpdateBody, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPortalSettings, DTOPortalSettingsGetResponse, DTOPortalSettingsSidebar, DTOPortalSettingsSidebarLink, DTOPortalSettingsSidebarSection, DTOPortalSettingsTheme, DTOPortalSettingsUpdatePayload, type DTOPropertyDefinitionBase, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTOPublishedDocAnalyticsComparisonData, DTOPublishedDocPageAnalyticsComparisonData, DTOPublishedDocPageVisitData, DTOPublishedDocVisitData, DTOPublishedDocVisitHeatMapWeek, DTORegistry, DTORemoveForgeProjectMember, DTORemoveForgeProjectResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOStorybookAccessTokenPayload, DTOStorybookAccessTokenResponse, DTOStorybookEntry, DTOStorybookEntryListResponse, DTOStorybookEntryOrigin, DTOStorybookEntryQuery, DTOStorybookEntryReplaceAction, DTOStorybookEntryResponse, DTOStorybookImportPayload, DTOStorybookSourceUpdatePayload, DTOStorybookUploadStatus, DTOStorybookUploadUrlRequest, DTOStorybookUploadUrlResponse, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOTransferOwnershipPayload, DTOUGetForgeAgentResponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageDocumentInputV2, DTOUpdateDocumentationPageInputV2, DTOUpdateForgeAgent, DTOUpdateForgeAgentResponse, DTOUpdateForgeArtifact, DTOUpdateForgeArtifactResponse, DTOUpdateForgeBuildArtifact, DTOUpdateForgeFigmaArtifact, DTOUpdateForgeFileArtifact, DTOUpdateForgeIterationMessage, DTOUpdateForgeIterationMessageResponse, DTOUpdateForgeParticipant, DTOUpdateForgeParticipantResponse, DTOUpdateForgeProject, DTOUpdateForgeProjectContext, DTOUpdateForgeProjectIteration, DTOUpdateForgeProjectIterationResponse, DTOUpdateForgeProjectMember, DTOUpdateForgeProjectResponse, DTOUpdateForgeSpecArtifact, DTOUpdateRegistryInput, DTOUpdateRegistryOutput, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUploadUrlItem, DTOUser, DTOUserDesignSystemsResponse, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserTheme, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DTOWorkspaceUntypedData, DTOWorkspaceUntypedDataCreatePayload, DTOWorkspaceUntypedDataListResponse, DTOWorkspaceUntypedDataResponse, DTOWorkspaceUntypedDataUpdatePayload, type DTPGetForgeAgentResponse, DesignSystemAnalyticsEndpoint, DesignSystemBffEndpoint, DesignSystemComponentEndpoint, DesignSystemContactsEndpoint, DesignSystemMembersEndpoint, DesignSystemPageRedirectsEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocsStructureRepository, DocumentationEndpoint, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ElementsActionEndpoint, ElementsEndpoint, ExporterJobsEndpoint, ExportersEndpoint, FigmaComponentGroupsEndpoint, FigmaComponentsEndpoint, FigmaFrameStructuresEndpoint, FigmaNodeStructuresEndpoint, FigmaUtils, FilesEndpoint, ForgeAgentsEndpoint, ForgeArtifactsEndpoint, ForgeIterationMessagesEndpoint, ForgeParticipantsEndpoint, ForgeProjectContextsEndpoint, ForgeProjectIterationsEndpoint, ForgeProjectMembersEndpoint, ForgeProjectsEndpoint, ForgesEndpoint, FormattedCollections, FrontendVersionRoomYDoc, GitDestinationOptions, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, LiveblocksEndpoint, type LocalApproval, LocalDocsElementActionExecutor, type LocalDocsPage, type LocalDocsPageGroup, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, ParsedFigmaFileURLError, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StorybookEntriesEndpoint, StorybookHostingEndpoint, StringVariableScopeType, SupernovaApiClient, type SupportedActionType, ThemesEndpoint, TokenCollectionsEndpoint, TokenGroupsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, type VersionRoomApproval, VersionRoomBaseYDoc, type VersionRoomBaseYDocState, type VersionRoomDocsPage, type VersionRoomDocsPageGroup, VersionSQSPayload, VersionStatsEndpoint, WorkspaceChatThreadsEndpoint, WorkspaceConfigurationPayload, WorkspaceIntegrationsEndpoint, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspaceNpmRegistryEndpoint, WorkspacesEndpoint, applyActionsLocally, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, computeDocsHierarchy, documentationAnalyticsToComparisonDto, documentationAnalyticsToGlobalDto, documentationAnalyticsToHeatMapDto, documentationAnalyticsToPageComparisonDto, documentationAnalyticsToPageDto, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, exhaustiveInvalidUriPaths, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, isValidRedirectPath, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, serializeQuery, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy };
|