@supernova-studio/client 1.4.9 → 1.4.10

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
@@ -25339,6 +25339,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
25339
25339
  workspaceSlug: z.ZodString;
25340
25340
  projectKey: z.ZodString;
25341
25341
  repoSlug: z.ZodString;
25342
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25342
25343
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25343
25344
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
25344
25345
  }, {
@@ -25355,6 +25356,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
25355
25356
  workspaceSlug: string;
25356
25357
  projectKey: string;
25357
25358
  repoSlug: string;
25359
+ url?: string | undefined;
25358
25360
  userId?: number | undefined;
25359
25361
  relativePath?: string | undefined;
25360
25362
  purgeDirectory?: boolean | undefined;
@@ -25370,6 +25372,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
25370
25372
  workspaceSlug: string;
25371
25373
  projectKey: string;
25372
25374
  repoSlug: string;
25375
+ url?: string | null | undefined;
25373
25376
  userId?: number | null | undefined;
25374
25377
  relativePath?: string | null | undefined;
25375
25378
  purgeDirectory?: boolean | null | undefined;
@@ -25519,6 +25522,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
25519
25522
  workspaceSlug: string;
25520
25523
  projectKey: string;
25521
25524
  repoSlug: string;
25525
+ url?: string | undefined;
25522
25526
  userId?: number | undefined;
25523
25527
  relativePath?: string | undefined;
25524
25528
  purgeDirectory?: boolean | undefined;
@@ -25591,6 +25595,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
25591
25595
  workspaceSlug: string;
25592
25596
  projectKey: string;
25593
25597
  repoSlug: string;
25598
+ url?: string | null | undefined;
25594
25599
  userId?: number | null | undefined;
25595
25600
  relativePath?: string | null | undefined;
25596
25601
  purgeDirectory?: boolean | null | undefined;
@@ -25850,6 +25855,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
25850
25855
  workspaceSlug: string;
25851
25856
  projectKey: string;
25852
25857
  repoSlug: string;
25858
+ url?: string | undefined;
25853
25859
  userId?: number | undefined;
25854
25860
  relativePath?: string | undefined;
25855
25861
  purgeDirectory?: boolean | undefined;
@@ -25988,6 +25994,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
25988
25994
  workspaceSlug: string;
25989
25995
  projectKey: string;
25990
25996
  repoSlug: string;
25997
+ url?: string | null | undefined;
25991
25998
  userId?: number | null | undefined;
25992
25999
  relativePath?: string | null | undefined;
25993
26000
  purgeDirectory?: boolean | null | undefined;
@@ -26128,6 +26135,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
26128
26135
  workspaceSlug: string;
26129
26136
  projectKey: string;
26130
26137
  repoSlug: string;
26138
+ url?: string | undefined;
26131
26139
  userId?: number | undefined;
26132
26140
  relativePath?: string | undefined;
26133
26141
  purgeDirectory?: boolean | undefined;
@@ -26268,6 +26276,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
26268
26276
  workspaceSlug: string;
26269
26277
  projectKey: string;
26270
26278
  repoSlug: string;
26279
+ url?: string | null | undefined;
26271
26280
  userId?: number | null | undefined;
26272
26281
  relativePath?: string | null | undefined;
26273
26282
  purgeDirectory?: boolean | null | undefined;
@@ -55639,6 +55648,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
55639
55648
  workspaceSlug: z.ZodString;
55640
55649
  projectKey: z.ZodString;
55641
55650
  repoSlug: z.ZodString;
55651
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
55642
55652
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
55643
55653
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
55644
55654
  }, {
@@ -55655,6 +55665,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
55655
55665
  workspaceSlug: string;
55656
55666
  projectKey: string;
55657
55667
  repoSlug: string;
55668
+ url?: string | undefined;
55658
55669
  userId?: number | undefined;
55659
55670
  relativePath?: string | undefined;
55660
55671
  purgeDirectory?: boolean | undefined;
@@ -55670,6 +55681,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
55670
55681
  workspaceSlug: string;
55671
55682
  projectKey: string;
55672
55683
  repoSlug: string;
55684
+ url?: string | null | undefined;
55673
55685
  userId?: number | null | undefined;
55674
55686
  relativePath?: string | null | undefined;
55675
55687
  purgeDirectory?: boolean | null | undefined;
@@ -55819,6 +55831,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
55819
55831
  workspaceSlug: string;
55820
55832
  projectKey: string;
55821
55833
  repoSlug: string;
55834
+ url?: string | undefined;
55822
55835
  userId?: number | undefined;
55823
55836
  relativePath?: string | undefined;
55824
55837
  purgeDirectory?: boolean | undefined;
@@ -55891,6 +55904,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
55891
55904
  workspaceSlug: string;
55892
55905
  projectKey: string;
55893
55906
  repoSlug: string;
55907
+ url?: string | null | undefined;
55894
55908
  userId?: number | null | undefined;
55895
55909
  relativePath?: string | null | undefined;
55896
55910
  purgeDirectory?: boolean | null | undefined;
@@ -56240,6 +56254,7 @@ declare const DTOExportJob: z.ZodObject<{
56240
56254
  workspaceSlug: z.ZodString;
56241
56255
  projectKey: z.ZodString;
56242
56256
  repoSlug: z.ZodString;
56257
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
56243
56258
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
56244
56259
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
56245
56260
  }, {
@@ -56256,6 +56271,7 @@ declare const DTOExportJob: z.ZodObject<{
56256
56271
  workspaceSlug: string;
56257
56272
  projectKey: string;
56258
56273
  repoSlug: string;
56274
+ url?: string | undefined;
56259
56275
  userId?: number | undefined;
56260
56276
  relativePath?: string | undefined;
56261
56277
  purgeDirectory?: boolean | undefined;
@@ -56271,6 +56287,7 @@ declare const DTOExportJob: z.ZodObject<{
56271
56287
  workspaceSlug: string;
56272
56288
  projectKey: string;
56273
56289
  repoSlug: string;
56290
+ url?: string | null | undefined;
56274
56291
  userId?: number | null | undefined;
56275
56292
  relativePath?: string | null | undefined;
56276
56293
  purgeDirectory?: boolean | null | undefined;
@@ -56420,6 +56437,7 @@ declare const DTOExportJob: z.ZodObject<{
56420
56437
  workspaceSlug: string;
56421
56438
  projectKey: string;
56422
56439
  repoSlug: string;
56440
+ url?: string | undefined;
56423
56441
  userId?: number | undefined;
56424
56442
  relativePath?: string | undefined;
56425
56443
  purgeDirectory?: boolean | undefined;
@@ -56492,6 +56510,7 @@ declare const DTOExportJob: z.ZodObject<{
56492
56510
  workspaceSlug: string;
56493
56511
  projectKey: string;
56494
56512
  repoSlug: string;
56513
+ url?: string | null | undefined;
56495
56514
  userId?: number | null | undefined;
56496
56515
  relativePath?: string | null | undefined;
56497
56516
  purgeDirectory?: boolean | null | undefined;
@@ -56751,6 +56770,7 @@ declare const DTOExportJob: z.ZodObject<{
56751
56770
  workspaceSlug: string;
56752
56771
  projectKey: string;
56753
56772
  repoSlug: string;
56773
+ url?: string | undefined;
56754
56774
  userId?: number | undefined;
56755
56775
  relativePath?: string | undefined;
56756
56776
  purgeDirectory?: boolean | undefined;
@@ -56889,6 +56909,7 @@ declare const DTOExportJob: z.ZodObject<{
56889
56909
  workspaceSlug: string;
56890
56910
  projectKey: string;
56891
56911
  repoSlug: string;
56912
+ url?: string | null | undefined;
56892
56913
  userId?: number | null | undefined;
56893
56914
  relativePath?: string | null | undefined;
56894
56915
  purgeDirectory?: boolean | null | undefined;
@@ -57124,6 +57145,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
57124
57145
  workspaceSlug: z.ZodString;
57125
57146
  projectKey: z.ZodString;
57126
57147
  repoSlug: z.ZodString;
57148
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
57127
57149
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
57128
57150
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
57129
57151
  }, {
@@ -57140,6 +57162,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
57140
57162
  workspaceSlug: string;
57141
57163
  projectKey: string;
57142
57164
  repoSlug: string;
57165
+ url?: string | undefined;
57143
57166
  userId?: number | undefined;
57144
57167
  relativePath?: string | undefined;
57145
57168
  purgeDirectory?: boolean | undefined;
@@ -57155,6 +57178,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
57155
57178
  workspaceSlug: string;
57156
57179
  projectKey: string;
57157
57180
  repoSlug: string;
57181
+ url?: string | null | undefined;
57158
57182
  userId?: number | null | undefined;
57159
57183
  relativePath?: string | null | undefined;
57160
57184
  purgeDirectory?: boolean | null | undefined;
@@ -57304,6 +57328,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
57304
57328
  workspaceSlug: string;
57305
57329
  projectKey: string;
57306
57330
  repoSlug: string;
57331
+ url?: string | undefined;
57307
57332
  userId?: number | undefined;
57308
57333
  relativePath?: string | undefined;
57309
57334
  purgeDirectory?: boolean | undefined;
@@ -57376,6 +57401,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
57376
57401
  workspaceSlug: string;
57377
57402
  projectKey: string;
57378
57403
  repoSlug: string;
57404
+ url?: string | null | undefined;
57379
57405
  userId?: number | null | undefined;
57380
57406
  relativePath?: string | null | undefined;
57381
57407
  purgeDirectory?: boolean | null | undefined;
@@ -57635,6 +57661,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
57635
57661
  workspaceSlug: string;
57636
57662
  projectKey: string;
57637
57663
  repoSlug: string;
57664
+ url?: string | undefined;
57638
57665
  userId?: number | undefined;
57639
57666
  relativePath?: string | undefined;
57640
57667
  purgeDirectory?: boolean | undefined;
@@ -57773,6 +57800,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
57773
57800
  workspaceSlug: string;
57774
57801
  projectKey: string;
57775
57802
  repoSlug: string;
57803
+ url?: string | null | undefined;
57776
57804
  userId?: number | null | undefined;
57777
57805
  relativePath?: string | null | undefined;
57778
57806
  purgeDirectory?: boolean | null | undefined;
@@ -57913,6 +57941,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
57913
57941
  workspaceSlug: string;
57914
57942
  projectKey: string;
57915
57943
  repoSlug: string;
57944
+ url?: string | undefined;
57916
57945
  userId?: number | undefined;
57917
57946
  relativePath?: string | undefined;
57918
57947
  purgeDirectory?: boolean | undefined;
@@ -58053,6 +58082,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
58053
58082
  workspaceSlug: string;
58054
58083
  projectKey: string;
58055
58084
  repoSlug: string;
58085
+ url?: string | null | undefined;
58056
58086
  userId?: number | null | undefined;
58057
58087
  relativePath?: string | null | undefined;
58058
58088
  purgeDirectory?: boolean | null | undefined;
@@ -58222,6 +58252,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
58222
58252
  workspaceSlug: z.ZodString;
58223
58253
  projectKey: z.ZodString;
58224
58254
  repoSlug: z.ZodString;
58255
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
58225
58256
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
58226
58257
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
58227
58258
  }, {
@@ -58238,6 +58269,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
58238
58269
  workspaceSlug: string;
58239
58270
  projectKey: string;
58240
58271
  repoSlug: string;
58272
+ url?: string | undefined;
58241
58273
  userId?: number | undefined;
58242
58274
  relativePath?: string | undefined;
58243
58275
  purgeDirectory?: boolean | undefined;
@@ -58253,6 +58285,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
58253
58285
  workspaceSlug: string;
58254
58286
  projectKey: string;
58255
58287
  repoSlug: string;
58288
+ url?: string | null | undefined;
58256
58289
  userId?: number | null | undefined;
58257
58290
  relativePath?: string | null | undefined;
58258
58291
  purgeDirectory?: boolean | null | undefined;
@@ -58402,6 +58435,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
58402
58435
  workspaceSlug: string;
58403
58436
  projectKey: string;
58404
58437
  repoSlug: string;
58438
+ url?: string | undefined;
58405
58439
  userId?: number | undefined;
58406
58440
  relativePath?: string | undefined;
58407
58441
  purgeDirectory?: boolean | undefined;
@@ -58474,6 +58508,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
58474
58508
  workspaceSlug: string;
58475
58509
  projectKey: string;
58476
58510
  repoSlug: string;
58511
+ url?: string | null | undefined;
58477
58512
  userId?: number | null | undefined;
58478
58513
  relativePath?: string | null | undefined;
58479
58514
  purgeDirectory?: boolean | null | undefined;
@@ -58552,6 +58587,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
58552
58587
  workspaceSlug: string;
58553
58588
  projectKey: string;
58554
58589
  repoSlug: string;
58590
+ url?: string | undefined;
58555
58591
  userId?: number | undefined;
58556
58592
  relativePath?: string | undefined;
58557
58593
  purgeDirectory?: boolean | undefined;
@@ -58633,6 +58669,7 @@ declare const DTOExportJobCreateInput: z.ZodObject<{
58633
58669
  workspaceSlug: string;
58634
58670
  projectKey: string;
58635
58671
  repoSlug: string;
58672
+ url?: string | null | undefined;
58636
58673
  userId?: number | null | undefined;
58637
58674
  relativePath?: string | null | undefined;
58638
58675
  purgeDirectory?: boolean | null | undefined;
@@ -58834,6 +58871,7 @@ declare const DTOPipeline: z.ZodObject<{
58834
58871
  workspaceSlug: z.ZodString;
58835
58872
  projectKey: z.ZodString;
58836
58873
  repoSlug: z.ZodString;
58874
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
58837
58875
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
58838
58876
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
58839
58877
  }, {
@@ -58850,6 +58888,7 @@ declare const DTOPipeline: z.ZodObject<{
58850
58888
  workspaceSlug: string;
58851
58889
  projectKey: string;
58852
58890
  repoSlug: string;
58891
+ url?: string | undefined;
58853
58892
  userId?: number | undefined;
58854
58893
  relativePath?: string | undefined;
58855
58894
  purgeDirectory?: boolean | undefined;
@@ -58865,6 +58904,7 @@ declare const DTOPipeline: z.ZodObject<{
58865
58904
  workspaceSlug: string;
58866
58905
  projectKey: string;
58867
58906
  repoSlug: string;
58907
+ url?: string | null | undefined;
58868
58908
  userId?: number | null | undefined;
58869
58909
  relativePath?: string | null | undefined;
58870
58910
  purgeDirectory?: boolean | null | undefined;
@@ -59014,6 +59054,7 @@ declare const DTOPipeline: z.ZodObject<{
59014
59054
  workspaceSlug: string;
59015
59055
  projectKey: string;
59016
59056
  repoSlug: string;
59057
+ url?: string | undefined;
59017
59058
  userId?: number | undefined;
59018
59059
  relativePath?: string | undefined;
59019
59060
  purgeDirectory?: boolean | undefined;
@@ -59086,6 +59127,7 @@ declare const DTOPipeline: z.ZodObject<{
59086
59127
  workspaceSlug: string;
59087
59128
  projectKey: string;
59088
59129
  repoSlug: string;
59130
+ url?: string | null | undefined;
59089
59131
  userId?: number | null | undefined;
59090
59132
  relativePath?: string | null | undefined;
59091
59133
  purgeDirectory?: boolean | null | undefined;
@@ -59345,6 +59387,7 @@ declare const DTOPipeline: z.ZodObject<{
59345
59387
  workspaceSlug: string;
59346
59388
  projectKey: string;
59347
59389
  repoSlug: string;
59390
+ url?: string | undefined;
59348
59391
  userId?: number | undefined;
59349
59392
  relativePath?: string | undefined;
59350
59393
  purgeDirectory?: boolean | undefined;
@@ -59483,6 +59526,7 @@ declare const DTOPipeline: z.ZodObject<{
59483
59526
  workspaceSlug: string;
59484
59527
  projectKey: string;
59485
59528
  repoSlug: string;
59529
+ url?: string | null | undefined;
59486
59530
  userId?: number | null | undefined;
59487
59531
  relativePath?: string | null | undefined;
59488
59532
  purgeDirectory?: boolean | null | undefined;
@@ -59757,6 +59801,7 @@ declare const DTOPipeline: z.ZodObject<{
59757
59801
  workspaceSlug: z.ZodString;
59758
59802
  projectKey: z.ZodString;
59759
59803
  repoSlug: z.ZodString;
59804
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
59760
59805
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
59761
59806
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
59762
59807
  }, {
@@ -59773,6 +59818,7 @@ declare const DTOPipeline: z.ZodObject<{
59773
59818
  workspaceSlug: string;
59774
59819
  projectKey: string;
59775
59820
  repoSlug: string;
59821
+ url?: string | undefined;
59776
59822
  userId?: number | undefined;
59777
59823
  relativePath?: string | undefined;
59778
59824
  purgeDirectory?: boolean | undefined;
@@ -59788,6 +59834,7 @@ declare const DTOPipeline: z.ZodObject<{
59788
59834
  workspaceSlug: string;
59789
59835
  projectKey: string;
59790
59836
  repoSlug: string;
59837
+ url?: string | null | undefined;
59791
59838
  userId?: number | null | undefined;
59792
59839
  relativePath?: string | null | undefined;
59793
59840
  purgeDirectory?: boolean | null | undefined;
@@ -59854,6 +59901,7 @@ declare const DTOPipeline: z.ZodObject<{
59854
59901
  workspaceSlug: string;
59855
59902
  projectKey: string;
59856
59903
  repoSlug: string;
59904
+ url?: string | undefined;
59857
59905
  userId?: number | undefined;
59858
59906
  relativePath?: string | undefined;
59859
59907
  purgeDirectory?: boolean | undefined;
@@ -60022,6 +60070,7 @@ declare const DTOPipeline: z.ZodObject<{
60022
60070
  workspaceSlug: string;
60023
60071
  projectKey: string;
60024
60072
  repoSlug: string;
60073
+ url?: string | undefined;
60025
60074
  userId?: number | undefined;
60026
60075
  relativePath?: string | undefined;
60027
60076
  purgeDirectory?: boolean | undefined;
@@ -60077,6 +60126,7 @@ declare const DTOPipeline: z.ZodObject<{
60077
60126
  workspaceSlug: string;
60078
60127
  projectKey: string;
60079
60128
  repoSlug: string;
60129
+ url?: string | null | undefined;
60080
60130
  userId?: number | null | undefined;
60081
60131
  relativePath?: string | null | undefined;
60082
60132
  purgeDirectory?: boolean | null | undefined;
@@ -60245,6 +60295,7 @@ declare const DTOPipeline: z.ZodObject<{
60245
60295
  workspaceSlug: string;
60246
60296
  projectKey: string;
60247
60297
  repoSlug: string;
60298
+ url?: string | null | undefined;
60248
60299
  userId?: number | null | undefined;
60249
60300
  relativePath?: string | null | undefined;
60250
60301
  purgeDirectory?: boolean | null | undefined;
@@ -60390,6 +60441,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
60390
60441
  workspaceSlug: z.ZodString;
60391
60442
  projectKey: z.ZodString;
60392
60443
  repoSlug: z.ZodString;
60444
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
60393
60445
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
60394
60446
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
60395
60447
  }, {
@@ -60406,6 +60458,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
60406
60458
  workspaceSlug: string;
60407
60459
  projectKey: string;
60408
60460
  repoSlug: string;
60461
+ url?: string | undefined;
60409
60462
  userId?: number | undefined;
60410
60463
  relativePath?: string | undefined;
60411
60464
  purgeDirectory?: boolean | undefined;
@@ -60421,6 +60474,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
60421
60474
  workspaceSlug: string;
60422
60475
  projectKey: string;
60423
60476
  repoSlug: string;
60477
+ url?: string | null | undefined;
60424
60478
  userId?: number | null | undefined;
60425
60479
  relativePath?: string | null | undefined;
60426
60480
  purgeDirectory?: boolean | null | undefined;
@@ -60570,6 +60624,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
60570
60624
  workspaceSlug: string;
60571
60625
  projectKey: string;
60572
60626
  repoSlug: string;
60627
+ url?: string | undefined;
60573
60628
  userId?: number | undefined;
60574
60629
  relativePath?: string | undefined;
60575
60630
  purgeDirectory?: boolean | undefined;
@@ -60642,6 +60697,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
60642
60697
  workspaceSlug: string;
60643
60698
  projectKey: string;
60644
60699
  repoSlug: string;
60700
+ url?: string | null | undefined;
60645
60701
  userId?: number | null | undefined;
60646
60702
  relativePath?: string | null | undefined;
60647
60703
  purgeDirectory?: boolean | null | undefined;
@@ -60901,6 +60957,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
60901
60957
  workspaceSlug: string;
60902
60958
  projectKey: string;
60903
60959
  repoSlug: string;
60960
+ url?: string | undefined;
60904
60961
  userId?: number | undefined;
60905
60962
  relativePath?: string | undefined;
60906
60963
  purgeDirectory?: boolean | undefined;
@@ -61039,6 +61096,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
61039
61096
  workspaceSlug: string;
61040
61097
  projectKey: string;
61041
61098
  repoSlug: string;
61099
+ url?: string | null | undefined;
61042
61100
  userId?: number | null | undefined;
61043
61101
  relativePath?: string | null | undefined;
61044
61102
  purgeDirectory?: boolean | null | undefined;
@@ -61313,6 +61371,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
61313
61371
  workspaceSlug: z.ZodString;
61314
61372
  projectKey: z.ZodString;
61315
61373
  repoSlug: z.ZodString;
61374
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
61316
61375
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
61317
61376
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
61318
61377
  }, {
@@ -61329,6 +61388,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
61329
61388
  workspaceSlug: string;
61330
61389
  projectKey: string;
61331
61390
  repoSlug: string;
61391
+ url?: string | undefined;
61332
61392
  userId?: number | undefined;
61333
61393
  relativePath?: string | undefined;
61334
61394
  purgeDirectory?: boolean | undefined;
@@ -61344,6 +61404,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
61344
61404
  workspaceSlug: string;
61345
61405
  projectKey: string;
61346
61406
  repoSlug: string;
61407
+ url?: string | null | undefined;
61347
61408
  userId?: number | null | undefined;
61348
61409
  relativePath?: string | null | undefined;
61349
61410
  purgeDirectory?: boolean | null | undefined;
@@ -61410,6 +61471,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
61410
61471
  workspaceSlug: string;
61411
61472
  projectKey: string;
61412
61473
  repoSlug: string;
61474
+ url?: string | undefined;
61413
61475
  userId?: number | undefined;
61414
61476
  relativePath?: string | undefined;
61415
61477
  purgeDirectory?: boolean | undefined;
@@ -61578,6 +61640,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
61578
61640
  workspaceSlug: string;
61579
61641
  projectKey: string;
61580
61642
  repoSlug: string;
61643
+ url?: string | undefined;
61581
61644
  userId?: number | undefined;
61582
61645
  relativePath?: string | undefined;
61583
61646
  purgeDirectory?: boolean | undefined;
@@ -61633,6 +61696,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
61633
61696
  workspaceSlug: string;
61634
61697
  projectKey: string;
61635
61698
  repoSlug: string;
61699
+ url?: string | null | undefined;
61636
61700
  userId?: number | null | undefined;
61637
61701
  relativePath?: string | null | undefined;
61638
61702
  purgeDirectory?: boolean | null | undefined;
@@ -61801,6 +61865,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
61801
61865
  workspaceSlug: string;
61802
61866
  projectKey: string;
61803
61867
  repoSlug: string;
61868
+ url?: string | null | undefined;
61804
61869
  userId?: number | null | undefined;
61805
61870
  relativePath?: string | null | undefined;
61806
61871
  purgeDirectory?: boolean | null | undefined;
@@ -61858,6 +61923,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
61858
61923
  workspaceSlug: string;
61859
61924
  projectKey: string;
61860
61925
  repoSlug: string;
61926
+ url?: string | undefined;
61861
61927
  userId?: number | undefined;
61862
61928
  relativePath?: string | undefined;
61863
61929
  purgeDirectory?: boolean | undefined;
@@ -62026,6 +62092,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
62026
62092
  workspaceSlug: string;
62027
62093
  projectKey: string;
62028
62094
  repoSlug: string;
62095
+ url?: string | undefined;
62029
62096
  userId?: number | undefined;
62030
62097
  relativePath?: string | undefined;
62031
62098
  purgeDirectory?: boolean | undefined;
@@ -62083,6 +62150,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
62083
62150
  workspaceSlug: string;
62084
62151
  projectKey: string;
62085
62152
  repoSlug: string;
62153
+ url?: string | null | undefined;
62086
62154
  userId?: number | null | undefined;
62087
62155
  relativePath?: string | null | undefined;
62088
62156
  purgeDirectory?: boolean | null | undefined;
@@ -62251,6 +62319,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
62251
62319
  workspaceSlug: string;
62252
62320
  projectKey: string;
62253
62321
  repoSlug: string;
62322
+ url?: string | null | undefined;
62254
62323
  userId?: number | null | undefined;
62255
62324
  relativePath?: string | null | undefined;
62256
62325
  purgeDirectory?: boolean | null | undefined;
@@ -62397,6 +62466,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
62397
62466
  workspaceSlug: z.ZodString;
62398
62467
  projectKey: z.ZodString;
62399
62468
  repoSlug: z.ZodString;
62469
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
62400
62470
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
62401
62471
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
62402
62472
  }, {
@@ -62413,6 +62483,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
62413
62483
  workspaceSlug: string;
62414
62484
  projectKey: string;
62415
62485
  repoSlug: string;
62486
+ url?: string | undefined;
62416
62487
  userId?: number | undefined;
62417
62488
  relativePath?: string | undefined;
62418
62489
  purgeDirectory?: boolean | undefined;
@@ -62428,6 +62499,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
62428
62499
  workspaceSlug: string;
62429
62500
  projectKey: string;
62430
62501
  repoSlug: string;
62502
+ url?: string | null | undefined;
62431
62503
  userId?: number | null | undefined;
62432
62504
  relativePath?: string | null | undefined;
62433
62505
  purgeDirectory?: boolean | null | undefined;
@@ -62577,6 +62649,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
62577
62649
  workspaceSlug: string;
62578
62650
  projectKey: string;
62579
62651
  repoSlug: string;
62652
+ url?: string | undefined;
62580
62653
  userId?: number | undefined;
62581
62654
  relativePath?: string | undefined;
62582
62655
  purgeDirectory?: boolean | undefined;
@@ -62649,6 +62722,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
62649
62722
  workspaceSlug: string;
62650
62723
  projectKey: string;
62651
62724
  repoSlug: string;
62725
+ url?: string | null | undefined;
62652
62726
  userId?: number | null | undefined;
62653
62727
  relativePath?: string | null | undefined;
62654
62728
  purgeDirectory?: boolean | null | undefined;
@@ -62908,6 +62982,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
62908
62982
  workspaceSlug: string;
62909
62983
  projectKey: string;
62910
62984
  repoSlug: string;
62985
+ url?: string | undefined;
62911
62986
  userId?: number | undefined;
62912
62987
  relativePath?: string | undefined;
62913
62988
  purgeDirectory?: boolean | undefined;
@@ -63046,6 +63121,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
63046
63121
  workspaceSlug: string;
63047
63122
  projectKey: string;
63048
63123
  repoSlug: string;
63124
+ url?: string | null | undefined;
63049
63125
  userId?: number | null | undefined;
63050
63126
  relativePath?: string | null | undefined;
63051
63127
  purgeDirectory?: boolean | null | undefined;
@@ -63320,6 +63396,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
63320
63396
  workspaceSlug: z.ZodString;
63321
63397
  projectKey: z.ZodString;
63322
63398
  repoSlug: z.ZodString;
63399
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
63323
63400
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
63324
63401
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
63325
63402
  }, {
@@ -63336,6 +63413,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
63336
63413
  workspaceSlug: string;
63337
63414
  projectKey: string;
63338
63415
  repoSlug: string;
63416
+ url?: string | undefined;
63339
63417
  userId?: number | undefined;
63340
63418
  relativePath?: string | undefined;
63341
63419
  purgeDirectory?: boolean | undefined;
@@ -63351,6 +63429,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
63351
63429
  workspaceSlug: string;
63352
63430
  projectKey: string;
63353
63431
  repoSlug: string;
63432
+ url?: string | null | undefined;
63354
63433
  userId?: number | null | undefined;
63355
63434
  relativePath?: string | null | undefined;
63356
63435
  purgeDirectory?: boolean | null | undefined;
@@ -63417,6 +63496,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
63417
63496
  workspaceSlug: string;
63418
63497
  projectKey: string;
63419
63498
  repoSlug: string;
63499
+ url?: string | undefined;
63420
63500
  userId?: number | undefined;
63421
63501
  relativePath?: string | undefined;
63422
63502
  purgeDirectory?: boolean | undefined;
@@ -63585,6 +63665,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
63585
63665
  workspaceSlug: string;
63586
63666
  projectKey: string;
63587
63667
  repoSlug: string;
63668
+ url?: string | undefined;
63588
63669
  userId?: number | undefined;
63589
63670
  relativePath?: string | undefined;
63590
63671
  purgeDirectory?: boolean | undefined;
@@ -63640,6 +63721,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
63640
63721
  workspaceSlug: string;
63641
63722
  projectKey: string;
63642
63723
  repoSlug: string;
63724
+ url?: string | null | undefined;
63643
63725
  userId?: number | null | undefined;
63644
63726
  relativePath?: string | null | undefined;
63645
63727
  purgeDirectory?: boolean | null | undefined;
@@ -63808,6 +63890,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
63808
63890
  workspaceSlug: string;
63809
63891
  projectKey: string;
63810
63892
  repoSlug: string;
63893
+ url?: string | null | undefined;
63811
63894
  userId?: number | null | undefined;
63812
63895
  relativePath?: string | null | undefined;
63813
63896
  purgeDirectory?: boolean | null | undefined;
@@ -63865,6 +63948,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
63865
63948
  workspaceSlug: string;
63866
63949
  projectKey: string;
63867
63950
  repoSlug: string;
63951
+ url?: string | undefined;
63868
63952
  userId?: number | undefined;
63869
63953
  relativePath?: string | undefined;
63870
63954
  purgeDirectory?: boolean | undefined;
@@ -64033,6 +64117,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
64033
64117
  workspaceSlug: string;
64034
64118
  projectKey: string;
64035
64119
  repoSlug: string;
64120
+ url?: string | undefined;
64036
64121
  userId?: number | undefined;
64037
64122
  relativePath?: string | undefined;
64038
64123
  purgeDirectory?: boolean | undefined;
@@ -64090,6 +64175,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
64090
64175
  workspaceSlug: string;
64091
64176
  projectKey: string;
64092
64177
  repoSlug: string;
64178
+ url?: string | null | undefined;
64093
64179
  userId?: number | null | undefined;
64094
64180
  relativePath?: string | null | undefined;
64095
64181
  purgeDirectory?: boolean | null | undefined;
@@ -64258,6 +64344,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
64258
64344
  workspaceSlug: string;
64259
64345
  projectKey: string;
64260
64346
  repoSlug: string;
64347
+ url?: string | null | undefined;
64261
64348
  userId?: number | null | undefined;
64262
64349
  relativePath?: string | null | undefined;
64263
64350
  purgeDirectory?: boolean | null | undefined;
@@ -96168,6 +96255,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
96168
96255
  workspaceSlug: z.ZodString;
96169
96256
  projectKey: z.ZodString;
96170
96257
  repoSlug: z.ZodString;
96258
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
96171
96259
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
96172
96260
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
96173
96261
  }, {
@@ -96184,6 +96272,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
96184
96272
  workspaceSlug: string;
96185
96273
  projectKey: string;
96186
96274
  repoSlug: string;
96275
+ url?: string | undefined;
96187
96276
  userId?: number | undefined;
96188
96277
  relativePath?: string | undefined;
96189
96278
  purgeDirectory?: boolean | undefined;
@@ -96199,6 +96288,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
96199
96288
  workspaceSlug: string;
96200
96289
  projectKey: string;
96201
96290
  repoSlug: string;
96291
+ url?: string | null | undefined;
96202
96292
  userId?: number | null | undefined;
96203
96293
  relativePath?: string | null | undefined;
96204
96294
  purgeDirectory?: boolean | null | undefined;
@@ -96348,6 +96438,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
96348
96438
  workspaceSlug: string;
96349
96439
  projectKey: string;
96350
96440
  repoSlug: string;
96441
+ url?: string | undefined;
96351
96442
  userId?: number | undefined;
96352
96443
  relativePath?: string | undefined;
96353
96444
  purgeDirectory?: boolean | undefined;
@@ -96420,6 +96511,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
96420
96511
  workspaceSlug: string;
96421
96512
  projectKey: string;
96422
96513
  repoSlug: string;
96514
+ url?: string | null | undefined;
96423
96515
  userId?: number | null | undefined;
96424
96516
  relativePath?: string | null | undefined;
96425
96517
  purgeDirectory?: boolean | null | undefined;
@@ -96506,6 +96598,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
96506
96598
  workspaceSlug: string;
96507
96599
  projectKey: string;
96508
96600
  repoSlug: string;
96601
+ url?: string | undefined;
96509
96602
  userId?: number | undefined;
96510
96603
  relativePath?: string | undefined;
96511
96604
  purgeDirectory?: boolean | undefined;
@@ -96597,6 +96690,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
96597
96690
  workspaceSlug: string;
96598
96691
  projectKey: string;
96599
96692
  repoSlug: string;
96693
+ url?: string | null | undefined;
96600
96694
  userId?: number | null | undefined;
96601
96695
  relativePath?: string | null | undefined;
96602
96696
  purgeDirectory?: boolean | null | undefined;
@@ -96739,6 +96833,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
96739
96833
  workspaceSlug: z.ZodString;
96740
96834
  projectKey: z.ZodString;
96741
96835
  repoSlug: z.ZodString;
96836
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
96742
96837
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
96743
96838
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
96744
96839
  }, {
@@ -96755,6 +96850,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
96755
96850
  workspaceSlug: string;
96756
96851
  projectKey: string;
96757
96852
  repoSlug: string;
96853
+ url?: string | undefined;
96758
96854
  userId?: number | undefined;
96759
96855
  relativePath?: string | undefined;
96760
96856
  purgeDirectory?: boolean | undefined;
@@ -96770,6 +96866,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
96770
96866
  workspaceSlug: string;
96771
96867
  projectKey: string;
96772
96868
  repoSlug: string;
96869
+ url?: string | null | undefined;
96773
96870
  userId?: number | null | undefined;
96774
96871
  relativePath?: string | null | undefined;
96775
96872
  purgeDirectory?: boolean | null | undefined;
@@ -96919,6 +97016,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
96919
97016
  workspaceSlug: string;
96920
97017
  projectKey: string;
96921
97018
  repoSlug: string;
97019
+ url?: string | undefined;
96922
97020
  userId?: number | undefined;
96923
97021
  relativePath?: string | undefined;
96924
97022
  purgeDirectory?: boolean | undefined;
@@ -96991,6 +97089,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
96991
97089
  workspaceSlug: string;
96992
97090
  projectKey: string;
96993
97091
  repoSlug: string;
97092
+ url?: string | null | undefined;
96994
97093
  userId?: number | null | undefined;
96995
97094
  relativePath?: string | null | undefined;
96996
97095
  purgeDirectory?: boolean | null | undefined;
@@ -97109,6 +97208,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
97109
97208
  workspaceSlug: string;
97110
97209
  projectKey: string;
97111
97210
  repoSlug: string;
97211
+ url?: string | undefined;
97112
97212
  userId?: number | undefined;
97113
97213
  relativePath?: string | undefined;
97114
97214
  purgeDirectory?: boolean | undefined;
@@ -97209,6 +97309,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<{
97209
97309
  workspaceSlug: string;
97210
97310
  projectKey: string;
97211
97311
  repoSlug: string;
97312
+ url?: string | null | undefined;
97212
97313
  userId?: number | null | undefined;
97213
97314
  relativePath?: string | null | undefined;
97214
97315
  purgeDirectory?: boolean | null | undefined;
@@ -98067,6 +98168,7 @@ declare class PipelinesEndpoint {
98067
98168
  workspaceSlug: string;
98068
98169
  projectKey: string;
98069
98170
  repoSlug: string;
98171
+ url?: string | undefined;
98070
98172
  userId?: number | undefined;
98071
98173
  relativePath?: string | undefined;
98072
98174
  purgeDirectory?: boolean | undefined;
@@ -98235,6 +98337,7 @@ declare class PipelinesEndpoint {
98235
98337
  workspaceSlug: string;
98236
98338
  projectKey: string;
98237
98339
  repoSlug: string;
98340
+ url?: string | undefined;
98238
98341
  userId?: number | undefined;
98239
98342
  relativePath?: string | undefined;
98240
98343
  purgeDirectory?: boolean | undefined;
@@ -98293,6 +98396,7 @@ declare class PipelinesEndpoint {
98293
98396
  workspaceSlug: string;
98294
98397
  projectKey: string;
98295
98398
  repoSlug: string;
98399
+ url?: string | undefined;
98296
98400
  userId?: number | undefined;
98297
98401
  relativePath?: string | undefined;
98298
98402
  purgeDirectory?: boolean | undefined;
@@ -98461,6 +98565,7 @@ declare class PipelinesEndpoint {
98461
98565
  workspaceSlug: string;
98462
98566
  projectKey: string;
98463
98567
  repoSlug: string;
98568
+ url?: string | undefined;
98464
98569
  userId?: number | undefined;
98465
98570
  relativePath?: string | undefined;
98466
98571
  purgeDirectory?: boolean | undefined;
@@ -98519,6 +98624,7 @@ declare class PipelinesEndpoint {
98519
98624
  workspaceSlug: string;
98520
98625
  projectKey: string;
98521
98626
  repoSlug: string;
98627
+ url?: string | undefined;
98522
98628
  userId?: number | undefined;
98523
98629
  relativePath?: string | undefined;
98524
98630
  purgeDirectory?: boolean | undefined;
@@ -98687,6 +98793,7 @@ declare class PipelinesEndpoint {
98687
98793
  workspaceSlug: string;
98688
98794
  projectKey: string;
98689
98795
  repoSlug: string;
98796
+ url?: string | undefined;
98690
98797
  userId?: number | undefined;
98691
98798
  relativePath?: string | undefined;
98692
98799
  purgeDirectory?: boolean | undefined;
@@ -98737,6 +98844,7 @@ declare class PipelinesEndpoint {
98737
98844
  workspaceSlug: string;
98738
98845
  projectKey: string;
98739
98846
  repoSlug: string;
98847
+ url?: string | undefined;
98740
98848
  userId?: number | undefined;
98741
98849
  relativePath?: string | undefined;
98742
98850
  purgeDirectory?: boolean | undefined;