@supernova-studio/client 1.10.10 → 1.10.11

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 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;
@@ -135723,15 +135995,19 @@ declare class PipelinesEndpoint {
135723
135995
  } | undefined;
135724
135996
  azure?: {
135725
135997
  pullRequestUrl: string;
135998
+ sparseCheckoutUsed?: boolean | undefined;
135726
135999
  } | undefined;
135727
136000
  bitbucket?: {
135728
136001
  pullRequestUrl: string;
136002
+ sparseCheckoutUsed?: boolean | undefined;
135729
136003
  } | undefined;
135730
136004
  github?: {
135731
136005
  pullRequestUrl: string;
136006
+ sparseCheckoutUsed?: boolean | undefined;
135732
136007
  } | undefined;
135733
136008
  gitlab?: {
135734
136009
  pullRequestUrl: string;
136010
+ sparseCheckoutUsed?: boolean | undefined;
135735
136011
  } | undefined;
135736
136012
  documentation?: {
135737
136013
  url: string;
@@ -135977,15 +136253,19 @@ declare class PipelinesEndpoint {
135977
136253
  } | undefined;
135978
136254
  azure?: {
135979
136255
  pullRequestUrl: string;
136256
+ sparseCheckoutUsed?: boolean | undefined;
135980
136257
  } | undefined;
135981
136258
  bitbucket?: {
135982
136259
  pullRequestUrl: string;
136260
+ sparseCheckoutUsed?: boolean | undefined;
135983
136261
  } | undefined;
135984
136262
  github?: {
135985
136263
  pullRequestUrl: string;
136264
+ sparseCheckoutUsed?: boolean | undefined;
135986
136265
  } | undefined;
135987
136266
  gitlab?: {
135988
136267
  pullRequestUrl: string;
136268
+ sparseCheckoutUsed?: boolean | undefined;
135989
136269
  } | undefined;
135990
136270
  documentation?: {
135991
136271
  url: string;
@@ -136231,15 +136511,19 @@ declare class PipelinesEndpoint {
136231
136511
  } | undefined;
136232
136512
  azure?: {
136233
136513
  pullRequestUrl: string;
136514
+ sparseCheckoutUsed?: boolean | undefined;
136234
136515
  } | undefined;
136235
136516
  bitbucket?: {
136236
136517
  pullRequestUrl: string;
136518
+ sparseCheckoutUsed?: boolean | undefined;
136237
136519
  } | undefined;
136238
136520
  github?: {
136239
136521
  pullRequestUrl: string;
136522
+ sparseCheckoutUsed?: boolean | undefined;
136240
136523
  } | undefined;
136241
136524
  gitlab?: {
136242
136525
  pullRequestUrl: string;
136526
+ sparseCheckoutUsed?: boolean | undefined;
136243
136527
  } | undefined;
136244
136528
  documentation?: {
136245
136529
  url: string;
@@ -136477,15 +136761,19 @@ declare class PipelinesEndpoint {
136477
136761
  } | undefined;
136478
136762
  azure?: {
136479
136763
  pullRequestUrl: string;
136764
+ sparseCheckoutUsed?: boolean | undefined;
136480
136765
  } | undefined;
136481
136766
  bitbucket?: {
136482
136767
  pullRequestUrl: string;
136768
+ sparseCheckoutUsed?: boolean | undefined;
136483
136769
  } | undefined;
136484
136770
  github?: {
136485
136771
  pullRequestUrl: string;
136772
+ sparseCheckoutUsed?: boolean | undefined;
136486
136773
  } | undefined;
136487
136774
  gitlab?: {
136488
136775
  pullRequestUrl: string;
136776
+ sparseCheckoutUsed?: boolean | undefined;
136489
136777
  } | undefined;
136490
136778
  documentation?: {
136491
136779
  url: string;
@@ -136889,15 +137177,19 @@ declare class DocumentationEndpoint {
136889
137177
  } | undefined;
136890
137178
  azure?: {
136891
137179
  pullRequestUrl: string;
137180
+ sparseCheckoutUsed?: boolean | undefined;
136892
137181
  } | undefined;
136893
137182
  bitbucket?: {
136894
137183
  pullRequestUrl: string;
137184
+ sparseCheckoutUsed?: boolean | undefined;
136895
137185
  } | undefined;
136896
137186
  github?: {
136897
137187
  pullRequestUrl: string;
137188
+ sparseCheckoutUsed?: boolean | undefined;
136898
137189
  } | undefined;
136899
137190
  gitlab?: {
136900
137191
  pullRequestUrl: string;
137192
+ sparseCheckoutUsed?: boolean | undefined;
136901
137193
  } | undefined;
136902
137194
  documentation?: {
136903
137195
  url: string;