@supernova-studio/client 0.57.11 → 0.57.13

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
@@ -23134,6 +23134,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23134
23134
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23135
23135
  branch: z.ZodString;
23136
23136
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23137
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
23137
23138
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23138
23139
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23139
23140
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -23146,6 +23147,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23146
23147
  userId?: number | undefined;
23147
23148
  credentialId?: string | undefined;
23148
23149
  relativePath?: string | undefined;
23150
+ purgeDirectory?: boolean | undefined;
23149
23151
  commitAuthorName?: string | undefined;
23150
23152
  commitAuthorEmail?: string | undefined;
23151
23153
  connectionId?: string | undefined;
@@ -23158,6 +23160,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23158
23160
  userId?: number | null | undefined;
23159
23161
  credentialId?: string | undefined;
23160
23162
  relativePath?: string | null | undefined;
23163
+ purgeDirectory?: boolean | null | undefined;
23161
23164
  commitAuthorName?: string | null | undefined;
23162
23165
  commitAuthorEmail?: string | null | undefined;
23163
23166
  connectionId?: string | null | undefined;
@@ -23171,6 +23174,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23171
23174
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23172
23175
  branch: z.ZodString;
23173
23176
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23177
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
23174
23178
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23175
23179
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
23176
23180
  }, "strip", z.ZodTypeAny, {
@@ -23181,6 +23185,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23181
23185
  userId?: number | undefined;
23182
23186
  credentialId?: string | undefined;
23183
23187
  relativePath?: string | undefined;
23188
+ purgeDirectory?: boolean | undefined;
23184
23189
  commitAuthorName?: string | undefined;
23185
23190
  commitAuthorEmail?: string | undefined;
23186
23191
  connectionId?: string | undefined;
@@ -23192,6 +23197,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23192
23197
  userId?: number | null | undefined;
23193
23198
  credentialId?: string | undefined;
23194
23199
  relativePath?: string | null | undefined;
23200
+ purgeDirectory?: boolean | null | undefined;
23195
23201
  commitAuthorName?: string | null | undefined;
23196
23202
  commitAuthorEmail?: string | null | undefined;
23197
23203
  connectionId?: string | null | undefined;
@@ -23201,6 +23207,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23201
23207
  url: z.ZodString;
23202
23208
  branch: z.ZodString;
23203
23209
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23210
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
23204
23211
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23205
23212
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23206
23213
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -23211,6 +23218,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23211
23218
  userId?: number | undefined;
23212
23219
  credentialId?: string | undefined;
23213
23220
  relativePath?: string | undefined;
23221
+ purgeDirectory?: boolean | undefined;
23214
23222
  commitAuthorName?: string | undefined;
23215
23223
  commitAuthorEmail?: string | undefined;
23216
23224
  connectionId?: string | undefined;
@@ -23220,6 +23228,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23220
23228
  userId?: number | null | undefined;
23221
23229
  credentialId?: string | undefined;
23222
23230
  relativePath?: string | null | undefined;
23231
+ purgeDirectory?: boolean | null | undefined;
23223
23232
  commitAuthorName?: string | null | undefined;
23224
23233
  commitAuthorEmail?: string | null | undefined;
23225
23234
  connectionId?: string | null | undefined;
@@ -23231,6 +23240,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23231
23240
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23232
23241
  branch: z.ZodString;
23233
23242
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23243
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
23234
23244
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23235
23245
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23236
23246
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -23241,6 +23251,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23241
23251
  userId?: number | undefined;
23242
23252
  credentialId?: string | undefined;
23243
23253
  relativePath?: string | undefined;
23254
+ purgeDirectory?: boolean | undefined;
23244
23255
  commitAuthorName?: string | undefined;
23245
23256
  commitAuthorEmail?: string | undefined;
23246
23257
  connectionId?: string | undefined;
@@ -23251,6 +23262,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23251
23262
  userId?: number | null | undefined;
23252
23263
  credentialId?: string | undefined;
23253
23264
  relativePath?: string | null | undefined;
23265
+ purgeDirectory?: boolean | null | undefined;
23254
23266
  commitAuthorName?: string | null | undefined;
23255
23267
  commitAuthorEmail?: string | null | undefined;
23256
23268
  connectionId?: string | null | undefined;
@@ -23295,6 +23307,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23295
23307
  userId?: number | undefined;
23296
23308
  credentialId?: string | undefined;
23297
23309
  relativePath?: string | undefined;
23310
+ purgeDirectory?: boolean | undefined;
23298
23311
  commitAuthorName?: string | undefined;
23299
23312
  commitAuthorEmail?: string | undefined;
23300
23313
  connectionId?: string | undefined;
@@ -23307,6 +23320,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23307
23320
  userId?: number | undefined;
23308
23321
  credentialId?: string | undefined;
23309
23322
  relativePath?: string | undefined;
23323
+ purgeDirectory?: boolean | undefined;
23310
23324
  commitAuthorName?: string | undefined;
23311
23325
  commitAuthorEmail?: string | undefined;
23312
23326
  connectionId?: string | undefined;
@@ -23317,6 +23331,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23317
23331
  userId?: number | undefined;
23318
23332
  credentialId?: string | undefined;
23319
23333
  relativePath?: string | undefined;
23334
+ purgeDirectory?: boolean | undefined;
23320
23335
  commitAuthorName?: string | undefined;
23321
23336
  commitAuthorEmail?: string | undefined;
23322
23337
  connectionId?: string | undefined;
@@ -23328,6 +23343,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23328
23343
  userId?: number | undefined;
23329
23344
  credentialId?: string | undefined;
23330
23345
  relativePath?: string | undefined;
23346
+ purgeDirectory?: boolean | undefined;
23331
23347
  commitAuthorName?: string | undefined;
23332
23348
  commitAuthorEmail?: string | undefined;
23333
23349
  connectionId?: string | undefined;
@@ -23351,6 +23367,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23351
23367
  userId?: number | null | undefined;
23352
23368
  credentialId?: string | undefined;
23353
23369
  relativePath?: string | null | undefined;
23370
+ purgeDirectory?: boolean | null | undefined;
23354
23371
  commitAuthorName?: string | null | undefined;
23355
23372
  commitAuthorEmail?: string | null | undefined;
23356
23373
  connectionId?: string | null | undefined;
@@ -23363,6 +23380,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23363
23380
  userId?: number | null | undefined;
23364
23381
  credentialId?: string | undefined;
23365
23382
  relativePath?: string | null | undefined;
23383
+ purgeDirectory?: boolean | null | undefined;
23366
23384
  commitAuthorName?: string | null | undefined;
23367
23385
  commitAuthorEmail?: string | null | undefined;
23368
23386
  connectionId?: string | null | undefined;
@@ -23373,6 +23391,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23373
23391
  userId?: number | null | undefined;
23374
23392
  credentialId?: string | undefined;
23375
23393
  relativePath?: string | null | undefined;
23394
+ purgeDirectory?: boolean | null | undefined;
23376
23395
  commitAuthorName?: string | null | undefined;
23377
23396
  commitAuthorEmail?: string | null | undefined;
23378
23397
  connectionId?: string | null | undefined;
@@ -23384,6 +23403,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23384
23403
  userId?: number | null | undefined;
23385
23404
  credentialId?: string | undefined;
23386
23405
  relativePath?: string | null | undefined;
23406
+ purgeDirectory?: boolean | null | undefined;
23387
23407
  commitAuthorName?: string | null | undefined;
23388
23408
  commitAuthorEmail?: string | null | undefined;
23389
23409
  connectionId?: string | null | undefined;
@@ -23593,6 +23613,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23593
23613
  userId?: number | undefined;
23594
23614
  credentialId?: string | undefined;
23595
23615
  relativePath?: string | undefined;
23616
+ purgeDirectory?: boolean | undefined;
23596
23617
  commitAuthorName?: string | undefined;
23597
23618
  commitAuthorEmail?: string | undefined;
23598
23619
  connectionId?: string | undefined;
@@ -23605,6 +23626,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23605
23626
  userId?: number | undefined;
23606
23627
  credentialId?: string | undefined;
23607
23628
  relativePath?: string | undefined;
23629
+ purgeDirectory?: boolean | undefined;
23608
23630
  commitAuthorName?: string | undefined;
23609
23631
  commitAuthorEmail?: string | undefined;
23610
23632
  connectionId?: string | undefined;
@@ -23615,6 +23637,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23615
23637
  userId?: number | undefined;
23616
23638
  credentialId?: string | undefined;
23617
23639
  relativePath?: string | undefined;
23640
+ purgeDirectory?: boolean | undefined;
23618
23641
  commitAuthorName?: string | undefined;
23619
23642
  commitAuthorEmail?: string | undefined;
23620
23643
  connectionId?: string | undefined;
@@ -23626,6 +23649,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23626
23649
  userId?: number | undefined;
23627
23650
  credentialId?: string | undefined;
23628
23651
  relativePath?: string | undefined;
23652
+ purgeDirectory?: boolean | undefined;
23629
23653
  commitAuthorName?: string | undefined;
23630
23654
  commitAuthorEmail?: string | undefined;
23631
23655
  connectionId?: string | undefined;
@@ -23714,6 +23738,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23714
23738
  userId?: number | null | undefined;
23715
23739
  credentialId?: string | undefined;
23716
23740
  relativePath?: string | null | undefined;
23741
+ purgeDirectory?: boolean | null | undefined;
23717
23742
  commitAuthorName?: string | null | undefined;
23718
23743
  commitAuthorEmail?: string | null | undefined;
23719
23744
  connectionId?: string | null | undefined;
@@ -23726,6 +23751,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23726
23751
  userId?: number | null | undefined;
23727
23752
  credentialId?: string | undefined;
23728
23753
  relativePath?: string | null | undefined;
23754
+ purgeDirectory?: boolean | null | undefined;
23729
23755
  commitAuthorName?: string | null | undefined;
23730
23756
  commitAuthorEmail?: string | null | undefined;
23731
23757
  connectionId?: string | null | undefined;
@@ -23736,6 +23762,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23736
23762
  userId?: number | null | undefined;
23737
23763
  credentialId?: string | undefined;
23738
23764
  relativePath?: string | null | undefined;
23765
+ purgeDirectory?: boolean | null | undefined;
23739
23766
  commitAuthorName?: string | null | undefined;
23740
23767
  commitAuthorEmail?: string | null | undefined;
23741
23768
  connectionId?: string | null | undefined;
@@ -23747,6 +23774,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23747
23774
  userId?: number | null | undefined;
23748
23775
  credentialId?: string | undefined;
23749
23776
  relativePath?: string | null | undefined;
23777
+ purgeDirectory?: boolean | null | undefined;
23750
23778
  commitAuthorName?: string | null | undefined;
23751
23779
  commitAuthorEmail?: string | null | undefined;
23752
23780
  connectionId?: string | null | undefined;
@@ -23837,6 +23865,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23837
23865
  userId?: number | undefined;
23838
23866
  credentialId?: string | undefined;
23839
23867
  relativePath?: string | undefined;
23868
+ purgeDirectory?: boolean | undefined;
23840
23869
  commitAuthorName?: string | undefined;
23841
23870
  commitAuthorEmail?: string | undefined;
23842
23871
  connectionId?: string | undefined;
@@ -23849,6 +23878,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23849
23878
  userId?: number | undefined;
23850
23879
  credentialId?: string | undefined;
23851
23880
  relativePath?: string | undefined;
23881
+ purgeDirectory?: boolean | undefined;
23852
23882
  commitAuthorName?: string | undefined;
23853
23883
  commitAuthorEmail?: string | undefined;
23854
23884
  connectionId?: string | undefined;
@@ -23859,6 +23889,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23859
23889
  userId?: number | undefined;
23860
23890
  credentialId?: string | undefined;
23861
23891
  relativePath?: string | undefined;
23892
+ purgeDirectory?: boolean | undefined;
23862
23893
  commitAuthorName?: string | undefined;
23863
23894
  commitAuthorEmail?: string | undefined;
23864
23895
  connectionId?: string | undefined;
@@ -23870,6 +23901,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23870
23901
  userId?: number | undefined;
23871
23902
  credentialId?: string | undefined;
23872
23903
  relativePath?: string | undefined;
23904
+ purgeDirectory?: boolean | undefined;
23873
23905
  commitAuthorName?: string | undefined;
23874
23906
  commitAuthorEmail?: string | undefined;
23875
23907
  connectionId?: string | undefined;
@@ -23960,6 +23992,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23960
23992
  userId?: number | null | undefined;
23961
23993
  credentialId?: string | undefined;
23962
23994
  relativePath?: string | null | undefined;
23995
+ purgeDirectory?: boolean | null | undefined;
23963
23996
  commitAuthorName?: string | null | undefined;
23964
23997
  commitAuthorEmail?: string | null | undefined;
23965
23998
  connectionId?: string | null | undefined;
@@ -23972,6 +24005,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23972
24005
  userId?: number | null | undefined;
23973
24006
  credentialId?: string | undefined;
23974
24007
  relativePath?: string | null | undefined;
24008
+ purgeDirectory?: boolean | null | undefined;
23975
24009
  commitAuthorName?: string | null | undefined;
23976
24010
  commitAuthorEmail?: string | null | undefined;
23977
24011
  connectionId?: string | null | undefined;
@@ -23982,6 +24016,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23982
24016
  userId?: number | null | undefined;
23983
24017
  credentialId?: string | undefined;
23984
24018
  relativePath?: string | null | undefined;
24019
+ purgeDirectory?: boolean | null | undefined;
23985
24020
  commitAuthorName?: string | null | undefined;
23986
24021
  commitAuthorEmail?: string | null | undefined;
23987
24022
  connectionId?: string | null | undefined;
@@ -23993,6 +24028,7 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
23993
24028
  userId?: number | null | undefined;
23994
24029
  credentialId?: string | undefined;
23995
24030
  relativePath?: string | null | undefined;
24031
+ purgeDirectory?: boolean | null | undefined;
23996
24032
  commitAuthorName?: string | null | undefined;
23997
24033
  commitAuthorEmail?: string | null | undefined;
23998
24034
  connectionId?: string | null | undefined;
@@ -45225,6 +45261,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45225
45261
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45226
45262
  branch: z.ZodString;
45227
45263
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45264
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
45228
45265
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45229
45266
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45230
45267
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -45237,6 +45274,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45237
45274
  userId?: number | undefined;
45238
45275
  credentialId?: string | undefined;
45239
45276
  relativePath?: string | undefined;
45277
+ purgeDirectory?: boolean | undefined;
45240
45278
  commitAuthorName?: string | undefined;
45241
45279
  commitAuthorEmail?: string | undefined;
45242
45280
  connectionId?: string | undefined;
@@ -45249,6 +45287,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45249
45287
  userId?: number | null | undefined;
45250
45288
  credentialId?: string | undefined;
45251
45289
  relativePath?: string | null | undefined;
45290
+ purgeDirectory?: boolean | null | undefined;
45252
45291
  commitAuthorName?: string | null | undefined;
45253
45292
  commitAuthorEmail?: string | null | undefined;
45254
45293
  connectionId?: string | null | undefined;
@@ -45262,6 +45301,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45262
45301
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45263
45302
  branch: z.ZodString;
45264
45303
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45304
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
45265
45305
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45266
45306
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
45267
45307
  }, "strip", z.ZodTypeAny, {
@@ -45272,6 +45312,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45272
45312
  userId?: number | undefined;
45273
45313
  credentialId?: string | undefined;
45274
45314
  relativePath?: string | undefined;
45315
+ purgeDirectory?: boolean | undefined;
45275
45316
  commitAuthorName?: string | undefined;
45276
45317
  commitAuthorEmail?: string | undefined;
45277
45318
  connectionId?: string | undefined;
@@ -45283,6 +45324,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45283
45324
  userId?: number | null | undefined;
45284
45325
  credentialId?: string | undefined;
45285
45326
  relativePath?: string | null | undefined;
45327
+ purgeDirectory?: boolean | null | undefined;
45286
45328
  commitAuthorName?: string | null | undefined;
45287
45329
  commitAuthorEmail?: string | null | undefined;
45288
45330
  connectionId?: string | null | undefined;
@@ -45292,6 +45334,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45292
45334
  url: z.ZodString;
45293
45335
  branch: z.ZodString;
45294
45336
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45337
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
45295
45338
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45296
45339
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45297
45340
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -45302,6 +45345,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45302
45345
  userId?: number | undefined;
45303
45346
  credentialId?: string | undefined;
45304
45347
  relativePath?: string | undefined;
45348
+ purgeDirectory?: boolean | undefined;
45305
45349
  commitAuthorName?: string | undefined;
45306
45350
  commitAuthorEmail?: string | undefined;
45307
45351
  connectionId?: string | undefined;
@@ -45311,6 +45355,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45311
45355
  userId?: number | null | undefined;
45312
45356
  credentialId?: string | undefined;
45313
45357
  relativePath?: string | null | undefined;
45358
+ purgeDirectory?: boolean | null | undefined;
45314
45359
  commitAuthorName?: string | null | undefined;
45315
45360
  commitAuthorEmail?: string | null | undefined;
45316
45361
  connectionId?: string | null | undefined;
@@ -45322,6 +45367,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45322
45367
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45323
45368
  branch: z.ZodString;
45324
45369
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45370
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
45325
45371
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45326
45372
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45327
45373
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -45332,6 +45378,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45332
45378
  userId?: number | undefined;
45333
45379
  credentialId?: string | undefined;
45334
45380
  relativePath?: string | undefined;
45381
+ purgeDirectory?: boolean | undefined;
45335
45382
  commitAuthorName?: string | undefined;
45336
45383
  commitAuthorEmail?: string | undefined;
45337
45384
  connectionId?: string | undefined;
@@ -45342,6 +45389,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45342
45389
  userId?: number | null | undefined;
45343
45390
  credentialId?: string | undefined;
45344
45391
  relativePath?: string | null | undefined;
45392
+ purgeDirectory?: boolean | null | undefined;
45345
45393
  commitAuthorName?: string | null | undefined;
45346
45394
  commitAuthorEmail?: string | null | undefined;
45347
45395
  connectionId?: string | null | undefined;
@@ -45386,6 +45434,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45386
45434
  userId?: number | undefined;
45387
45435
  credentialId?: string | undefined;
45388
45436
  relativePath?: string | undefined;
45437
+ purgeDirectory?: boolean | undefined;
45389
45438
  commitAuthorName?: string | undefined;
45390
45439
  commitAuthorEmail?: string | undefined;
45391
45440
  connectionId?: string | undefined;
@@ -45398,6 +45447,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45398
45447
  userId?: number | undefined;
45399
45448
  credentialId?: string | undefined;
45400
45449
  relativePath?: string | undefined;
45450
+ purgeDirectory?: boolean | undefined;
45401
45451
  commitAuthorName?: string | undefined;
45402
45452
  commitAuthorEmail?: string | undefined;
45403
45453
  connectionId?: string | undefined;
@@ -45408,6 +45458,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45408
45458
  userId?: number | undefined;
45409
45459
  credentialId?: string | undefined;
45410
45460
  relativePath?: string | undefined;
45461
+ purgeDirectory?: boolean | undefined;
45411
45462
  commitAuthorName?: string | undefined;
45412
45463
  commitAuthorEmail?: string | undefined;
45413
45464
  connectionId?: string | undefined;
@@ -45419,6 +45470,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45419
45470
  userId?: number | undefined;
45420
45471
  credentialId?: string | undefined;
45421
45472
  relativePath?: string | undefined;
45473
+ purgeDirectory?: boolean | undefined;
45422
45474
  commitAuthorName?: string | undefined;
45423
45475
  commitAuthorEmail?: string | undefined;
45424
45476
  connectionId?: string | undefined;
@@ -45442,6 +45494,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45442
45494
  userId?: number | null | undefined;
45443
45495
  credentialId?: string | undefined;
45444
45496
  relativePath?: string | null | undefined;
45497
+ purgeDirectory?: boolean | null | undefined;
45445
45498
  commitAuthorName?: string | null | undefined;
45446
45499
  commitAuthorEmail?: string | null | undefined;
45447
45500
  connectionId?: string | null | undefined;
@@ -45454,6 +45507,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45454
45507
  userId?: number | null | undefined;
45455
45508
  credentialId?: string | undefined;
45456
45509
  relativePath?: string | null | undefined;
45510
+ purgeDirectory?: boolean | null | undefined;
45457
45511
  commitAuthorName?: string | null | undefined;
45458
45512
  commitAuthorEmail?: string | null | undefined;
45459
45513
  connectionId?: string | null | undefined;
@@ -45464,6 +45518,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45464
45518
  userId?: number | null | undefined;
45465
45519
  credentialId?: string | undefined;
45466
45520
  relativePath?: string | null | undefined;
45521
+ purgeDirectory?: boolean | null | undefined;
45467
45522
  commitAuthorName?: string | null | undefined;
45468
45523
  commitAuthorEmail?: string | null | undefined;
45469
45524
  connectionId?: string | null | undefined;
@@ -45475,6 +45530,7 @@ declare const DTOExportJobDestinations: z.ZodObject<{
45475
45530
  userId?: number | null | undefined;
45476
45531
  credentialId?: string | undefined;
45477
45532
  relativePath?: string | null | undefined;
45533
+ purgeDirectory?: boolean | null | undefined;
45478
45534
  commitAuthorName?: string | null | undefined;
45479
45535
  commitAuthorEmail?: string | null | undefined;
45480
45536
  connectionId?: string | null | undefined;
@@ -45742,6 +45798,7 @@ declare const DTOExportJob: z.ZodObject<{
45742
45798
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45743
45799
  branch: z.ZodString;
45744
45800
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45801
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
45745
45802
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45746
45803
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45747
45804
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -45754,6 +45811,7 @@ declare const DTOExportJob: z.ZodObject<{
45754
45811
  userId?: number | undefined;
45755
45812
  credentialId?: string | undefined;
45756
45813
  relativePath?: string | undefined;
45814
+ purgeDirectory?: boolean | undefined;
45757
45815
  commitAuthorName?: string | undefined;
45758
45816
  commitAuthorEmail?: string | undefined;
45759
45817
  connectionId?: string | undefined;
@@ -45766,6 +45824,7 @@ declare const DTOExportJob: z.ZodObject<{
45766
45824
  userId?: number | null | undefined;
45767
45825
  credentialId?: string | undefined;
45768
45826
  relativePath?: string | null | undefined;
45827
+ purgeDirectory?: boolean | null | undefined;
45769
45828
  commitAuthorName?: string | null | undefined;
45770
45829
  commitAuthorEmail?: string | null | undefined;
45771
45830
  connectionId?: string | null | undefined;
@@ -45779,6 +45838,7 @@ declare const DTOExportJob: z.ZodObject<{
45779
45838
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45780
45839
  branch: z.ZodString;
45781
45840
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45841
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
45782
45842
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45783
45843
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
45784
45844
  }, "strip", z.ZodTypeAny, {
@@ -45789,6 +45849,7 @@ declare const DTOExportJob: z.ZodObject<{
45789
45849
  userId?: number | undefined;
45790
45850
  credentialId?: string | undefined;
45791
45851
  relativePath?: string | undefined;
45852
+ purgeDirectory?: boolean | undefined;
45792
45853
  commitAuthorName?: string | undefined;
45793
45854
  commitAuthorEmail?: string | undefined;
45794
45855
  connectionId?: string | undefined;
@@ -45800,6 +45861,7 @@ declare const DTOExportJob: z.ZodObject<{
45800
45861
  userId?: number | null | undefined;
45801
45862
  credentialId?: string | undefined;
45802
45863
  relativePath?: string | null | undefined;
45864
+ purgeDirectory?: boolean | null | undefined;
45803
45865
  commitAuthorName?: string | null | undefined;
45804
45866
  commitAuthorEmail?: string | null | undefined;
45805
45867
  connectionId?: string | null | undefined;
@@ -45809,6 +45871,7 @@ declare const DTOExportJob: z.ZodObject<{
45809
45871
  url: z.ZodString;
45810
45872
  branch: z.ZodString;
45811
45873
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45874
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
45812
45875
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45813
45876
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45814
45877
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -45819,6 +45882,7 @@ declare const DTOExportJob: z.ZodObject<{
45819
45882
  userId?: number | undefined;
45820
45883
  credentialId?: string | undefined;
45821
45884
  relativePath?: string | undefined;
45885
+ purgeDirectory?: boolean | undefined;
45822
45886
  commitAuthorName?: string | undefined;
45823
45887
  commitAuthorEmail?: string | undefined;
45824
45888
  connectionId?: string | undefined;
@@ -45828,6 +45892,7 @@ declare const DTOExportJob: z.ZodObject<{
45828
45892
  userId?: number | null | undefined;
45829
45893
  credentialId?: string | undefined;
45830
45894
  relativePath?: string | null | undefined;
45895
+ purgeDirectory?: boolean | null | undefined;
45831
45896
  commitAuthorName?: string | null | undefined;
45832
45897
  commitAuthorEmail?: string | null | undefined;
45833
45898
  connectionId?: string | null | undefined;
@@ -45839,6 +45904,7 @@ declare const DTOExportJob: z.ZodObject<{
45839
45904
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45840
45905
  branch: z.ZodString;
45841
45906
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45907
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
45842
45908
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45843
45909
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
45844
45910
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -45849,6 +45915,7 @@ declare const DTOExportJob: z.ZodObject<{
45849
45915
  userId?: number | undefined;
45850
45916
  credentialId?: string | undefined;
45851
45917
  relativePath?: string | undefined;
45918
+ purgeDirectory?: boolean | undefined;
45852
45919
  commitAuthorName?: string | undefined;
45853
45920
  commitAuthorEmail?: string | undefined;
45854
45921
  connectionId?: string | undefined;
@@ -45859,6 +45926,7 @@ declare const DTOExportJob: z.ZodObject<{
45859
45926
  userId?: number | null | undefined;
45860
45927
  credentialId?: string | undefined;
45861
45928
  relativePath?: string | null | undefined;
45929
+ purgeDirectory?: boolean | null | undefined;
45862
45930
  commitAuthorName?: string | null | undefined;
45863
45931
  commitAuthorEmail?: string | null | undefined;
45864
45932
  connectionId?: string | null | undefined;
@@ -45903,6 +45971,7 @@ declare const DTOExportJob: z.ZodObject<{
45903
45971
  userId?: number | undefined;
45904
45972
  credentialId?: string | undefined;
45905
45973
  relativePath?: string | undefined;
45974
+ purgeDirectory?: boolean | undefined;
45906
45975
  commitAuthorName?: string | undefined;
45907
45976
  commitAuthorEmail?: string | undefined;
45908
45977
  connectionId?: string | undefined;
@@ -45915,6 +45984,7 @@ declare const DTOExportJob: z.ZodObject<{
45915
45984
  userId?: number | undefined;
45916
45985
  credentialId?: string | undefined;
45917
45986
  relativePath?: string | undefined;
45987
+ purgeDirectory?: boolean | undefined;
45918
45988
  commitAuthorName?: string | undefined;
45919
45989
  commitAuthorEmail?: string | undefined;
45920
45990
  connectionId?: string | undefined;
@@ -45925,6 +45995,7 @@ declare const DTOExportJob: z.ZodObject<{
45925
45995
  userId?: number | undefined;
45926
45996
  credentialId?: string | undefined;
45927
45997
  relativePath?: string | undefined;
45998
+ purgeDirectory?: boolean | undefined;
45928
45999
  commitAuthorName?: string | undefined;
45929
46000
  commitAuthorEmail?: string | undefined;
45930
46001
  connectionId?: string | undefined;
@@ -45936,6 +46007,7 @@ declare const DTOExportJob: z.ZodObject<{
45936
46007
  userId?: number | undefined;
45937
46008
  credentialId?: string | undefined;
45938
46009
  relativePath?: string | undefined;
46010
+ purgeDirectory?: boolean | undefined;
45939
46011
  commitAuthorName?: string | undefined;
45940
46012
  commitAuthorEmail?: string | undefined;
45941
46013
  connectionId?: string | undefined;
@@ -45959,6 +46031,7 @@ declare const DTOExportJob: z.ZodObject<{
45959
46031
  userId?: number | null | undefined;
45960
46032
  credentialId?: string | undefined;
45961
46033
  relativePath?: string | null | undefined;
46034
+ purgeDirectory?: boolean | null | undefined;
45962
46035
  commitAuthorName?: string | null | undefined;
45963
46036
  commitAuthorEmail?: string | null | undefined;
45964
46037
  connectionId?: string | null | undefined;
@@ -45971,6 +46044,7 @@ declare const DTOExportJob: z.ZodObject<{
45971
46044
  userId?: number | null | undefined;
45972
46045
  credentialId?: string | undefined;
45973
46046
  relativePath?: string | null | undefined;
46047
+ purgeDirectory?: boolean | null | undefined;
45974
46048
  commitAuthorName?: string | null | undefined;
45975
46049
  commitAuthorEmail?: string | null | undefined;
45976
46050
  connectionId?: string | null | undefined;
@@ -45981,6 +46055,7 @@ declare const DTOExportJob: z.ZodObject<{
45981
46055
  userId?: number | null | undefined;
45982
46056
  credentialId?: string | undefined;
45983
46057
  relativePath?: string | null | undefined;
46058
+ purgeDirectory?: boolean | null | undefined;
45984
46059
  commitAuthorName?: string | null | undefined;
45985
46060
  commitAuthorEmail?: string | null | undefined;
45986
46061
  connectionId?: string | null | undefined;
@@ -45992,6 +46067,7 @@ declare const DTOExportJob: z.ZodObject<{
45992
46067
  userId?: number | null | undefined;
45993
46068
  credentialId?: string | undefined;
45994
46069
  relativePath?: string | null | undefined;
46070
+ purgeDirectory?: boolean | null | undefined;
45995
46071
  commitAuthorName?: string | null | undefined;
45996
46072
  commitAuthorEmail?: string | null | undefined;
45997
46073
  connectionId?: string | null | undefined;
@@ -46201,6 +46277,7 @@ declare const DTOExportJob: z.ZodObject<{
46201
46277
  userId?: number | undefined;
46202
46278
  credentialId?: string | undefined;
46203
46279
  relativePath?: string | undefined;
46280
+ purgeDirectory?: boolean | undefined;
46204
46281
  commitAuthorName?: string | undefined;
46205
46282
  commitAuthorEmail?: string | undefined;
46206
46283
  connectionId?: string | undefined;
@@ -46213,6 +46290,7 @@ declare const DTOExportJob: z.ZodObject<{
46213
46290
  userId?: number | undefined;
46214
46291
  credentialId?: string | undefined;
46215
46292
  relativePath?: string | undefined;
46293
+ purgeDirectory?: boolean | undefined;
46216
46294
  commitAuthorName?: string | undefined;
46217
46295
  commitAuthorEmail?: string | undefined;
46218
46296
  connectionId?: string | undefined;
@@ -46223,6 +46301,7 @@ declare const DTOExportJob: z.ZodObject<{
46223
46301
  userId?: number | undefined;
46224
46302
  credentialId?: string | undefined;
46225
46303
  relativePath?: string | undefined;
46304
+ purgeDirectory?: boolean | undefined;
46226
46305
  commitAuthorName?: string | undefined;
46227
46306
  commitAuthorEmail?: string | undefined;
46228
46307
  connectionId?: string | undefined;
@@ -46234,6 +46313,7 @@ declare const DTOExportJob: z.ZodObject<{
46234
46313
  userId?: number | undefined;
46235
46314
  credentialId?: string | undefined;
46236
46315
  relativePath?: string | undefined;
46316
+ purgeDirectory?: boolean | undefined;
46237
46317
  commitAuthorName?: string | undefined;
46238
46318
  commitAuthorEmail?: string | undefined;
46239
46319
  connectionId?: string | undefined;
@@ -46322,6 +46402,7 @@ declare const DTOExportJob: z.ZodObject<{
46322
46402
  userId?: number | null | undefined;
46323
46403
  credentialId?: string | undefined;
46324
46404
  relativePath?: string | null | undefined;
46405
+ purgeDirectory?: boolean | null | undefined;
46325
46406
  commitAuthorName?: string | null | undefined;
46326
46407
  commitAuthorEmail?: string | null | undefined;
46327
46408
  connectionId?: string | null | undefined;
@@ -46334,6 +46415,7 @@ declare const DTOExportJob: z.ZodObject<{
46334
46415
  userId?: number | null | undefined;
46335
46416
  credentialId?: string | undefined;
46336
46417
  relativePath?: string | null | undefined;
46418
+ purgeDirectory?: boolean | null | undefined;
46337
46419
  commitAuthorName?: string | null | undefined;
46338
46420
  commitAuthorEmail?: string | null | undefined;
46339
46421
  connectionId?: string | null | undefined;
@@ -46344,6 +46426,7 @@ declare const DTOExportJob: z.ZodObject<{
46344
46426
  userId?: number | null | undefined;
46345
46427
  credentialId?: string | undefined;
46346
46428
  relativePath?: string | null | undefined;
46429
+ purgeDirectory?: boolean | null | undefined;
46347
46430
  commitAuthorName?: string | null | undefined;
46348
46431
  commitAuthorEmail?: string | null | undefined;
46349
46432
  connectionId?: string | null | undefined;
@@ -46355,6 +46438,7 @@ declare const DTOExportJob: z.ZodObject<{
46355
46438
  userId?: number | null | undefined;
46356
46439
  credentialId?: string | undefined;
46357
46440
  relativePath?: string | null | undefined;
46441
+ purgeDirectory?: boolean | null | undefined;
46358
46442
  commitAuthorName?: string | null | undefined;
46359
46443
  commitAuthorEmail?: string | null | undefined;
46360
46444
  connectionId?: string | null | undefined;
@@ -46507,6 +46591,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46507
46591
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46508
46592
  branch: z.ZodString;
46509
46593
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46594
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
46510
46595
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46511
46596
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46512
46597
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -46519,6 +46604,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46519
46604
  userId?: number | undefined;
46520
46605
  credentialId?: string | undefined;
46521
46606
  relativePath?: string | undefined;
46607
+ purgeDirectory?: boolean | undefined;
46522
46608
  commitAuthorName?: string | undefined;
46523
46609
  commitAuthorEmail?: string | undefined;
46524
46610
  connectionId?: string | undefined;
@@ -46531,6 +46617,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46531
46617
  userId?: number | null | undefined;
46532
46618
  credentialId?: string | undefined;
46533
46619
  relativePath?: string | null | undefined;
46620
+ purgeDirectory?: boolean | null | undefined;
46534
46621
  commitAuthorName?: string | null | undefined;
46535
46622
  commitAuthorEmail?: string | null | undefined;
46536
46623
  connectionId?: string | null | undefined;
@@ -46544,6 +46631,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46544
46631
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46545
46632
  branch: z.ZodString;
46546
46633
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46634
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
46547
46635
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46548
46636
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
46549
46637
  }, "strip", z.ZodTypeAny, {
@@ -46554,6 +46642,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46554
46642
  userId?: number | undefined;
46555
46643
  credentialId?: string | undefined;
46556
46644
  relativePath?: string | undefined;
46645
+ purgeDirectory?: boolean | undefined;
46557
46646
  commitAuthorName?: string | undefined;
46558
46647
  commitAuthorEmail?: string | undefined;
46559
46648
  connectionId?: string | undefined;
@@ -46565,6 +46654,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46565
46654
  userId?: number | null | undefined;
46566
46655
  credentialId?: string | undefined;
46567
46656
  relativePath?: string | null | undefined;
46657
+ purgeDirectory?: boolean | null | undefined;
46568
46658
  commitAuthorName?: string | null | undefined;
46569
46659
  commitAuthorEmail?: string | null | undefined;
46570
46660
  connectionId?: string | null | undefined;
@@ -46574,6 +46664,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46574
46664
  url: z.ZodString;
46575
46665
  branch: z.ZodString;
46576
46666
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46667
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
46577
46668
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46578
46669
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46579
46670
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -46584,6 +46675,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46584
46675
  userId?: number | undefined;
46585
46676
  credentialId?: string | undefined;
46586
46677
  relativePath?: string | undefined;
46678
+ purgeDirectory?: boolean | undefined;
46587
46679
  commitAuthorName?: string | undefined;
46588
46680
  commitAuthorEmail?: string | undefined;
46589
46681
  connectionId?: string | undefined;
@@ -46593,6 +46685,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46593
46685
  userId?: number | null | undefined;
46594
46686
  credentialId?: string | undefined;
46595
46687
  relativePath?: string | null | undefined;
46688
+ purgeDirectory?: boolean | null | undefined;
46596
46689
  commitAuthorName?: string | null | undefined;
46597
46690
  commitAuthorEmail?: string | null | undefined;
46598
46691
  connectionId?: string | null | undefined;
@@ -46604,6 +46697,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46604
46697
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46605
46698
  branch: z.ZodString;
46606
46699
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46700
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
46607
46701
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46608
46702
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
46609
46703
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -46614,6 +46708,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46614
46708
  userId?: number | undefined;
46615
46709
  credentialId?: string | undefined;
46616
46710
  relativePath?: string | undefined;
46711
+ purgeDirectory?: boolean | undefined;
46617
46712
  commitAuthorName?: string | undefined;
46618
46713
  commitAuthorEmail?: string | undefined;
46619
46714
  connectionId?: string | undefined;
@@ -46624,6 +46719,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46624
46719
  userId?: number | null | undefined;
46625
46720
  credentialId?: string | undefined;
46626
46721
  relativePath?: string | null | undefined;
46722
+ purgeDirectory?: boolean | null | undefined;
46627
46723
  commitAuthorName?: string | null | undefined;
46628
46724
  commitAuthorEmail?: string | null | undefined;
46629
46725
  connectionId?: string | null | undefined;
@@ -46668,6 +46764,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46668
46764
  userId?: number | undefined;
46669
46765
  credentialId?: string | undefined;
46670
46766
  relativePath?: string | undefined;
46767
+ purgeDirectory?: boolean | undefined;
46671
46768
  commitAuthorName?: string | undefined;
46672
46769
  commitAuthorEmail?: string | undefined;
46673
46770
  connectionId?: string | undefined;
@@ -46680,6 +46777,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46680
46777
  userId?: number | undefined;
46681
46778
  credentialId?: string | undefined;
46682
46779
  relativePath?: string | undefined;
46780
+ purgeDirectory?: boolean | undefined;
46683
46781
  commitAuthorName?: string | undefined;
46684
46782
  commitAuthorEmail?: string | undefined;
46685
46783
  connectionId?: string | undefined;
@@ -46690,6 +46788,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46690
46788
  userId?: number | undefined;
46691
46789
  credentialId?: string | undefined;
46692
46790
  relativePath?: string | undefined;
46791
+ purgeDirectory?: boolean | undefined;
46693
46792
  commitAuthorName?: string | undefined;
46694
46793
  commitAuthorEmail?: string | undefined;
46695
46794
  connectionId?: string | undefined;
@@ -46701,6 +46800,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46701
46800
  userId?: number | undefined;
46702
46801
  credentialId?: string | undefined;
46703
46802
  relativePath?: string | undefined;
46803
+ purgeDirectory?: boolean | undefined;
46704
46804
  commitAuthorName?: string | undefined;
46705
46805
  commitAuthorEmail?: string | undefined;
46706
46806
  connectionId?: string | undefined;
@@ -46724,6 +46824,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46724
46824
  userId?: number | null | undefined;
46725
46825
  credentialId?: string | undefined;
46726
46826
  relativePath?: string | null | undefined;
46827
+ purgeDirectory?: boolean | null | undefined;
46727
46828
  commitAuthorName?: string | null | undefined;
46728
46829
  commitAuthorEmail?: string | null | undefined;
46729
46830
  connectionId?: string | null | undefined;
@@ -46736,6 +46837,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46736
46837
  userId?: number | null | undefined;
46737
46838
  credentialId?: string | undefined;
46738
46839
  relativePath?: string | null | undefined;
46840
+ purgeDirectory?: boolean | null | undefined;
46739
46841
  commitAuthorName?: string | null | undefined;
46740
46842
  commitAuthorEmail?: string | null | undefined;
46741
46843
  connectionId?: string | null | undefined;
@@ -46746,6 +46848,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46746
46848
  userId?: number | null | undefined;
46747
46849
  credentialId?: string | undefined;
46748
46850
  relativePath?: string | null | undefined;
46851
+ purgeDirectory?: boolean | null | undefined;
46749
46852
  commitAuthorName?: string | null | undefined;
46750
46853
  commitAuthorEmail?: string | null | undefined;
46751
46854
  connectionId?: string | null | undefined;
@@ -46757,6 +46860,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46757
46860
  userId?: number | null | undefined;
46758
46861
  credentialId?: string | undefined;
46759
46862
  relativePath?: string | null | undefined;
46863
+ purgeDirectory?: boolean | null | undefined;
46760
46864
  commitAuthorName?: string | null | undefined;
46761
46865
  commitAuthorEmail?: string | null | undefined;
46762
46866
  connectionId?: string | null | undefined;
@@ -46966,6 +47070,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46966
47070
  userId?: number | undefined;
46967
47071
  credentialId?: string | undefined;
46968
47072
  relativePath?: string | undefined;
47073
+ purgeDirectory?: boolean | undefined;
46969
47074
  commitAuthorName?: string | undefined;
46970
47075
  commitAuthorEmail?: string | undefined;
46971
47076
  connectionId?: string | undefined;
@@ -46978,6 +47083,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46978
47083
  userId?: number | undefined;
46979
47084
  credentialId?: string | undefined;
46980
47085
  relativePath?: string | undefined;
47086
+ purgeDirectory?: boolean | undefined;
46981
47087
  commitAuthorName?: string | undefined;
46982
47088
  commitAuthorEmail?: string | undefined;
46983
47089
  connectionId?: string | undefined;
@@ -46988,6 +47094,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46988
47094
  userId?: number | undefined;
46989
47095
  credentialId?: string | undefined;
46990
47096
  relativePath?: string | undefined;
47097
+ purgeDirectory?: boolean | undefined;
46991
47098
  commitAuthorName?: string | undefined;
46992
47099
  commitAuthorEmail?: string | undefined;
46993
47100
  connectionId?: string | undefined;
@@ -46999,6 +47106,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
46999
47106
  userId?: number | undefined;
47000
47107
  credentialId?: string | undefined;
47001
47108
  relativePath?: string | undefined;
47109
+ purgeDirectory?: boolean | undefined;
47002
47110
  commitAuthorName?: string | undefined;
47003
47111
  commitAuthorEmail?: string | undefined;
47004
47112
  connectionId?: string | undefined;
@@ -47087,6 +47195,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47087
47195
  userId?: number | null | undefined;
47088
47196
  credentialId?: string | undefined;
47089
47197
  relativePath?: string | null | undefined;
47198
+ purgeDirectory?: boolean | null | undefined;
47090
47199
  commitAuthorName?: string | null | undefined;
47091
47200
  commitAuthorEmail?: string | null | undefined;
47092
47201
  connectionId?: string | null | undefined;
@@ -47099,6 +47208,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47099
47208
  userId?: number | null | undefined;
47100
47209
  credentialId?: string | undefined;
47101
47210
  relativePath?: string | null | undefined;
47211
+ purgeDirectory?: boolean | null | undefined;
47102
47212
  commitAuthorName?: string | null | undefined;
47103
47213
  commitAuthorEmail?: string | null | undefined;
47104
47214
  connectionId?: string | null | undefined;
@@ -47109,6 +47219,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47109
47219
  userId?: number | null | undefined;
47110
47220
  credentialId?: string | undefined;
47111
47221
  relativePath?: string | null | undefined;
47222
+ purgeDirectory?: boolean | null | undefined;
47112
47223
  commitAuthorName?: string | null | undefined;
47113
47224
  commitAuthorEmail?: string | null | undefined;
47114
47225
  connectionId?: string | null | undefined;
@@ -47120,6 +47231,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47120
47231
  userId?: number | null | undefined;
47121
47232
  credentialId?: string | undefined;
47122
47233
  relativePath?: string | null | undefined;
47234
+ purgeDirectory?: boolean | null | undefined;
47123
47235
  commitAuthorName?: string | null | undefined;
47124
47236
  commitAuthorEmail?: string | null | undefined;
47125
47237
  connectionId?: string | null | undefined;
@@ -47210,6 +47322,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47210
47322
  userId?: number | undefined;
47211
47323
  credentialId?: string | undefined;
47212
47324
  relativePath?: string | undefined;
47325
+ purgeDirectory?: boolean | undefined;
47213
47326
  commitAuthorName?: string | undefined;
47214
47327
  commitAuthorEmail?: string | undefined;
47215
47328
  connectionId?: string | undefined;
@@ -47222,6 +47335,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47222
47335
  userId?: number | undefined;
47223
47336
  credentialId?: string | undefined;
47224
47337
  relativePath?: string | undefined;
47338
+ purgeDirectory?: boolean | undefined;
47225
47339
  commitAuthorName?: string | undefined;
47226
47340
  commitAuthorEmail?: string | undefined;
47227
47341
  connectionId?: string | undefined;
@@ -47232,6 +47346,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47232
47346
  userId?: number | undefined;
47233
47347
  credentialId?: string | undefined;
47234
47348
  relativePath?: string | undefined;
47349
+ purgeDirectory?: boolean | undefined;
47235
47350
  commitAuthorName?: string | undefined;
47236
47351
  commitAuthorEmail?: string | undefined;
47237
47352
  connectionId?: string | undefined;
@@ -47243,6 +47358,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47243
47358
  userId?: number | undefined;
47244
47359
  credentialId?: string | undefined;
47245
47360
  relativePath?: string | undefined;
47361
+ purgeDirectory?: boolean | undefined;
47246
47362
  commitAuthorName?: string | undefined;
47247
47363
  commitAuthorEmail?: string | undefined;
47248
47364
  connectionId?: string | undefined;
@@ -47333,6 +47449,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47333
47449
  userId?: number | null | undefined;
47334
47450
  credentialId?: string | undefined;
47335
47451
  relativePath?: string | null | undefined;
47452
+ purgeDirectory?: boolean | null | undefined;
47336
47453
  commitAuthorName?: string | null | undefined;
47337
47454
  commitAuthorEmail?: string | null | undefined;
47338
47455
  connectionId?: string | null | undefined;
@@ -47345,6 +47462,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47345
47462
  userId?: number | null | undefined;
47346
47463
  credentialId?: string | undefined;
47347
47464
  relativePath?: string | null | undefined;
47465
+ purgeDirectory?: boolean | null | undefined;
47348
47466
  commitAuthorName?: string | null | undefined;
47349
47467
  commitAuthorEmail?: string | null | undefined;
47350
47468
  connectionId?: string | null | undefined;
@@ -47355,6 +47473,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47355
47473
  userId?: number | null | undefined;
47356
47474
  credentialId?: string | undefined;
47357
47475
  relativePath?: string | null | undefined;
47476
+ purgeDirectory?: boolean | null | undefined;
47358
47477
  commitAuthorName?: string | null | undefined;
47359
47478
  commitAuthorEmail?: string | null | undefined;
47360
47479
  connectionId?: string | null | undefined;
@@ -47366,6 +47485,7 @@ declare const DTOExportJobResponse: z.ZodObject<{
47366
47485
  userId?: number | null | undefined;
47367
47486
  credentialId?: string | undefined;
47368
47487
  relativePath?: string | null | undefined;
47488
+ purgeDirectory?: boolean | null | undefined;
47369
47489
  commitAuthorName?: string | null | undefined;
47370
47490
  commitAuthorEmail?: string | null | undefined;
47371
47491
  connectionId?: string | null | undefined;
@@ -47534,6 +47654,7 @@ declare const DTOPipeline: z.ZodObject<{
47534
47654
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47535
47655
  branch: z.ZodString;
47536
47656
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47657
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
47537
47658
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47538
47659
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47539
47660
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -47546,6 +47667,7 @@ declare const DTOPipeline: z.ZodObject<{
47546
47667
  userId?: number | undefined;
47547
47668
  credentialId?: string | undefined;
47548
47669
  relativePath?: string | undefined;
47670
+ purgeDirectory?: boolean | undefined;
47549
47671
  commitAuthorName?: string | undefined;
47550
47672
  commitAuthorEmail?: string | undefined;
47551
47673
  connectionId?: string | undefined;
@@ -47558,6 +47680,7 @@ declare const DTOPipeline: z.ZodObject<{
47558
47680
  userId?: number | null | undefined;
47559
47681
  credentialId?: string | undefined;
47560
47682
  relativePath?: string | null | undefined;
47683
+ purgeDirectory?: boolean | null | undefined;
47561
47684
  commitAuthorName?: string | null | undefined;
47562
47685
  commitAuthorEmail?: string | null | undefined;
47563
47686
  connectionId?: string | null | undefined;
@@ -47571,6 +47694,7 @@ declare const DTOPipeline: z.ZodObject<{
47571
47694
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47572
47695
  branch: z.ZodString;
47573
47696
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47697
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
47574
47698
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47575
47699
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
47576
47700
  }, "strip", z.ZodTypeAny, {
@@ -47581,6 +47705,7 @@ declare const DTOPipeline: z.ZodObject<{
47581
47705
  userId?: number | undefined;
47582
47706
  credentialId?: string | undefined;
47583
47707
  relativePath?: string | undefined;
47708
+ purgeDirectory?: boolean | undefined;
47584
47709
  commitAuthorName?: string | undefined;
47585
47710
  commitAuthorEmail?: string | undefined;
47586
47711
  connectionId?: string | undefined;
@@ -47592,6 +47717,7 @@ declare const DTOPipeline: z.ZodObject<{
47592
47717
  userId?: number | null | undefined;
47593
47718
  credentialId?: string | undefined;
47594
47719
  relativePath?: string | null | undefined;
47720
+ purgeDirectory?: boolean | null | undefined;
47595
47721
  commitAuthorName?: string | null | undefined;
47596
47722
  commitAuthorEmail?: string | null | undefined;
47597
47723
  connectionId?: string | null | undefined;
@@ -47601,6 +47727,7 @@ declare const DTOPipeline: z.ZodObject<{
47601
47727
  url: z.ZodString;
47602
47728
  branch: z.ZodString;
47603
47729
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47730
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
47604
47731
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47605
47732
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47606
47733
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -47611,6 +47738,7 @@ declare const DTOPipeline: z.ZodObject<{
47611
47738
  userId?: number | undefined;
47612
47739
  credentialId?: string | undefined;
47613
47740
  relativePath?: string | undefined;
47741
+ purgeDirectory?: boolean | undefined;
47614
47742
  commitAuthorName?: string | undefined;
47615
47743
  commitAuthorEmail?: string | undefined;
47616
47744
  connectionId?: string | undefined;
@@ -47620,6 +47748,7 @@ declare const DTOPipeline: z.ZodObject<{
47620
47748
  userId?: number | null | undefined;
47621
47749
  credentialId?: string | undefined;
47622
47750
  relativePath?: string | null | undefined;
47751
+ purgeDirectory?: boolean | null | undefined;
47623
47752
  commitAuthorName?: string | null | undefined;
47624
47753
  commitAuthorEmail?: string | null | undefined;
47625
47754
  connectionId?: string | null | undefined;
@@ -47631,6 +47760,7 @@ declare const DTOPipeline: z.ZodObject<{
47631
47760
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47632
47761
  branch: z.ZodString;
47633
47762
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47763
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
47634
47764
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47635
47765
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
47636
47766
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -47641,6 +47771,7 @@ declare const DTOPipeline: z.ZodObject<{
47641
47771
  userId?: number | undefined;
47642
47772
  credentialId?: string | undefined;
47643
47773
  relativePath?: string | undefined;
47774
+ purgeDirectory?: boolean | undefined;
47644
47775
  commitAuthorName?: string | undefined;
47645
47776
  commitAuthorEmail?: string | undefined;
47646
47777
  connectionId?: string | undefined;
@@ -47651,6 +47782,7 @@ declare const DTOPipeline: z.ZodObject<{
47651
47782
  userId?: number | null | undefined;
47652
47783
  credentialId?: string | undefined;
47653
47784
  relativePath?: string | null | undefined;
47785
+ purgeDirectory?: boolean | null | undefined;
47654
47786
  commitAuthorName?: string | null | undefined;
47655
47787
  commitAuthorEmail?: string | null | undefined;
47656
47788
  connectionId?: string | null | undefined;
@@ -47695,6 +47827,7 @@ declare const DTOPipeline: z.ZodObject<{
47695
47827
  userId?: number | undefined;
47696
47828
  credentialId?: string | undefined;
47697
47829
  relativePath?: string | undefined;
47830
+ purgeDirectory?: boolean | undefined;
47698
47831
  commitAuthorName?: string | undefined;
47699
47832
  commitAuthorEmail?: string | undefined;
47700
47833
  connectionId?: string | undefined;
@@ -47707,6 +47840,7 @@ declare const DTOPipeline: z.ZodObject<{
47707
47840
  userId?: number | undefined;
47708
47841
  credentialId?: string | undefined;
47709
47842
  relativePath?: string | undefined;
47843
+ purgeDirectory?: boolean | undefined;
47710
47844
  commitAuthorName?: string | undefined;
47711
47845
  commitAuthorEmail?: string | undefined;
47712
47846
  connectionId?: string | undefined;
@@ -47717,6 +47851,7 @@ declare const DTOPipeline: z.ZodObject<{
47717
47851
  userId?: number | undefined;
47718
47852
  credentialId?: string | undefined;
47719
47853
  relativePath?: string | undefined;
47854
+ purgeDirectory?: boolean | undefined;
47720
47855
  commitAuthorName?: string | undefined;
47721
47856
  commitAuthorEmail?: string | undefined;
47722
47857
  connectionId?: string | undefined;
@@ -47728,6 +47863,7 @@ declare const DTOPipeline: z.ZodObject<{
47728
47863
  userId?: number | undefined;
47729
47864
  credentialId?: string | undefined;
47730
47865
  relativePath?: string | undefined;
47866
+ purgeDirectory?: boolean | undefined;
47731
47867
  commitAuthorName?: string | undefined;
47732
47868
  commitAuthorEmail?: string | undefined;
47733
47869
  connectionId?: string | undefined;
@@ -47751,6 +47887,7 @@ declare const DTOPipeline: z.ZodObject<{
47751
47887
  userId?: number | null | undefined;
47752
47888
  credentialId?: string | undefined;
47753
47889
  relativePath?: string | null | undefined;
47890
+ purgeDirectory?: boolean | null | undefined;
47754
47891
  commitAuthorName?: string | null | undefined;
47755
47892
  commitAuthorEmail?: string | null | undefined;
47756
47893
  connectionId?: string | null | undefined;
@@ -47763,6 +47900,7 @@ declare const DTOPipeline: z.ZodObject<{
47763
47900
  userId?: number | null | undefined;
47764
47901
  credentialId?: string | undefined;
47765
47902
  relativePath?: string | null | undefined;
47903
+ purgeDirectory?: boolean | null | undefined;
47766
47904
  commitAuthorName?: string | null | undefined;
47767
47905
  commitAuthorEmail?: string | null | undefined;
47768
47906
  connectionId?: string | null | undefined;
@@ -47773,6 +47911,7 @@ declare const DTOPipeline: z.ZodObject<{
47773
47911
  userId?: number | null | undefined;
47774
47912
  credentialId?: string | undefined;
47775
47913
  relativePath?: string | null | undefined;
47914
+ purgeDirectory?: boolean | null | undefined;
47776
47915
  commitAuthorName?: string | null | undefined;
47777
47916
  commitAuthorEmail?: string | null | undefined;
47778
47917
  connectionId?: string | null | undefined;
@@ -47784,6 +47923,7 @@ declare const DTOPipeline: z.ZodObject<{
47784
47923
  userId?: number | null | undefined;
47785
47924
  credentialId?: string | undefined;
47786
47925
  relativePath?: string | null | undefined;
47926
+ purgeDirectory?: boolean | null | undefined;
47787
47927
  commitAuthorName?: string | null | undefined;
47788
47928
  commitAuthorEmail?: string | null | undefined;
47789
47929
  connectionId?: string | null | undefined;
@@ -47993,6 +48133,7 @@ declare const DTOPipeline: z.ZodObject<{
47993
48133
  userId?: number | undefined;
47994
48134
  credentialId?: string | undefined;
47995
48135
  relativePath?: string | undefined;
48136
+ purgeDirectory?: boolean | undefined;
47996
48137
  commitAuthorName?: string | undefined;
47997
48138
  commitAuthorEmail?: string | undefined;
47998
48139
  connectionId?: string | undefined;
@@ -48005,6 +48146,7 @@ declare const DTOPipeline: z.ZodObject<{
48005
48146
  userId?: number | undefined;
48006
48147
  credentialId?: string | undefined;
48007
48148
  relativePath?: string | undefined;
48149
+ purgeDirectory?: boolean | undefined;
48008
48150
  commitAuthorName?: string | undefined;
48009
48151
  commitAuthorEmail?: string | undefined;
48010
48152
  connectionId?: string | undefined;
@@ -48015,6 +48157,7 @@ declare const DTOPipeline: z.ZodObject<{
48015
48157
  userId?: number | undefined;
48016
48158
  credentialId?: string | undefined;
48017
48159
  relativePath?: string | undefined;
48160
+ purgeDirectory?: boolean | undefined;
48018
48161
  commitAuthorName?: string | undefined;
48019
48162
  commitAuthorEmail?: string | undefined;
48020
48163
  connectionId?: string | undefined;
@@ -48026,6 +48169,7 @@ declare const DTOPipeline: z.ZodObject<{
48026
48169
  userId?: number | undefined;
48027
48170
  credentialId?: string | undefined;
48028
48171
  relativePath?: string | undefined;
48172
+ purgeDirectory?: boolean | undefined;
48029
48173
  commitAuthorName?: string | undefined;
48030
48174
  commitAuthorEmail?: string | undefined;
48031
48175
  connectionId?: string | undefined;
@@ -48114,6 +48258,7 @@ declare const DTOPipeline: z.ZodObject<{
48114
48258
  userId?: number | null | undefined;
48115
48259
  credentialId?: string | undefined;
48116
48260
  relativePath?: string | null | undefined;
48261
+ purgeDirectory?: boolean | null | undefined;
48117
48262
  commitAuthorName?: string | null | undefined;
48118
48263
  commitAuthorEmail?: string | null | undefined;
48119
48264
  connectionId?: string | null | undefined;
@@ -48126,6 +48271,7 @@ declare const DTOPipeline: z.ZodObject<{
48126
48271
  userId?: number | null | undefined;
48127
48272
  credentialId?: string | undefined;
48128
48273
  relativePath?: string | null | undefined;
48274
+ purgeDirectory?: boolean | null | undefined;
48129
48275
  commitAuthorName?: string | null | undefined;
48130
48276
  commitAuthorEmail?: string | null | undefined;
48131
48277
  connectionId?: string | null | undefined;
@@ -48136,6 +48282,7 @@ declare const DTOPipeline: z.ZodObject<{
48136
48282
  userId?: number | null | undefined;
48137
48283
  credentialId?: string | undefined;
48138
48284
  relativePath?: string | null | undefined;
48285
+ purgeDirectory?: boolean | null | undefined;
48139
48286
  commitAuthorName?: string | null | undefined;
48140
48287
  commitAuthorEmail?: string | null | undefined;
48141
48288
  connectionId?: string | null | undefined;
@@ -48147,6 +48294,7 @@ declare const DTOPipeline: z.ZodObject<{
48147
48294
  userId?: number | null | undefined;
48148
48295
  credentialId?: string | undefined;
48149
48296
  relativePath?: string | null | undefined;
48297
+ purgeDirectory?: boolean | null | undefined;
48150
48298
  commitAuthorName?: string | null | undefined;
48151
48299
  commitAuthorEmail?: string | null | undefined;
48152
48300
  connectionId?: string | null | undefined;
@@ -48248,6 +48396,7 @@ declare const DTOPipeline: z.ZodObject<{
48248
48396
  url: z.ZodString;
48249
48397
  branch: z.ZodString;
48250
48398
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48399
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
48251
48400
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48252
48401
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48253
48402
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -48258,6 +48407,7 @@ declare const DTOPipeline: z.ZodObject<{
48258
48407
  userId?: number | undefined;
48259
48408
  credentialId?: string | undefined;
48260
48409
  relativePath?: string | undefined;
48410
+ purgeDirectory?: boolean | undefined;
48261
48411
  commitAuthorName?: string | undefined;
48262
48412
  commitAuthorEmail?: string | undefined;
48263
48413
  connectionId?: string | undefined;
@@ -48267,6 +48417,7 @@ declare const DTOPipeline: z.ZodObject<{
48267
48417
  userId?: number | null | undefined;
48268
48418
  credentialId?: string | undefined;
48269
48419
  relativePath?: string | null | undefined;
48420
+ purgeDirectory?: boolean | null | undefined;
48270
48421
  commitAuthorName?: string | null | undefined;
48271
48422
  commitAuthorEmail?: string | null | undefined;
48272
48423
  connectionId?: string | null | undefined;
@@ -48280,6 +48431,7 @@ declare const DTOPipeline: z.ZodObject<{
48280
48431
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48281
48432
  branch: z.ZodString;
48282
48433
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48434
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
48283
48435
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48284
48436
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48285
48437
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -48292,6 +48444,7 @@ declare const DTOPipeline: z.ZodObject<{
48292
48444
  userId?: number | undefined;
48293
48445
  credentialId?: string | undefined;
48294
48446
  relativePath?: string | undefined;
48447
+ purgeDirectory?: boolean | undefined;
48295
48448
  commitAuthorName?: string | undefined;
48296
48449
  commitAuthorEmail?: string | undefined;
48297
48450
  connectionId?: string | undefined;
@@ -48304,6 +48457,7 @@ declare const DTOPipeline: z.ZodObject<{
48304
48457
  userId?: number | null | undefined;
48305
48458
  credentialId?: string | undefined;
48306
48459
  relativePath?: string | null | undefined;
48460
+ purgeDirectory?: boolean | null | undefined;
48307
48461
  commitAuthorName?: string | null | undefined;
48308
48462
  commitAuthorEmail?: string | null | undefined;
48309
48463
  connectionId?: string | null | undefined;
@@ -48315,6 +48469,7 @@ declare const DTOPipeline: z.ZodObject<{
48315
48469
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48316
48470
  branch: z.ZodString;
48317
48471
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48472
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
48318
48473
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48319
48474
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48320
48475
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -48325,6 +48480,7 @@ declare const DTOPipeline: z.ZodObject<{
48325
48480
  userId?: number | undefined;
48326
48481
  credentialId?: string | undefined;
48327
48482
  relativePath?: string | undefined;
48483
+ purgeDirectory?: boolean | undefined;
48328
48484
  commitAuthorName?: string | undefined;
48329
48485
  commitAuthorEmail?: string | undefined;
48330
48486
  connectionId?: string | undefined;
@@ -48335,6 +48491,7 @@ declare const DTOPipeline: z.ZodObject<{
48335
48491
  userId?: number | null | undefined;
48336
48492
  credentialId?: string | undefined;
48337
48493
  relativePath?: string | null | undefined;
48494
+ purgeDirectory?: boolean | null | undefined;
48338
48495
  commitAuthorName?: string | null | undefined;
48339
48496
  commitAuthorEmail?: string | null | undefined;
48340
48497
  connectionId?: string | null | undefined;
@@ -48348,6 +48505,7 @@ declare const DTOPipeline: z.ZodObject<{
48348
48505
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48349
48506
  branch: z.ZodString;
48350
48507
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48508
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
48351
48509
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48352
48510
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
48353
48511
  }, "strip", z.ZodTypeAny, {
@@ -48358,6 +48516,7 @@ declare const DTOPipeline: z.ZodObject<{
48358
48516
  userId?: number | undefined;
48359
48517
  credentialId?: string | undefined;
48360
48518
  relativePath?: string | undefined;
48519
+ purgeDirectory?: boolean | undefined;
48361
48520
  commitAuthorName?: string | undefined;
48362
48521
  commitAuthorEmail?: string | undefined;
48363
48522
  connectionId?: string | undefined;
@@ -48369,6 +48528,7 @@ declare const DTOPipeline: z.ZodObject<{
48369
48528
  userId?: number | null | undefined;
48370
48529
  credentialId?: string | undefined;
48371
48530
  relativePath?: string | null | undefined;
48531
+ purgeDirectory?: boolean | null | undefined;
48372
48532
  commitAuthorName?: string | null | undefined;
48373
48533
  commitAuthorEmail?: string | null | undefined;
48374
48534
  connectionId?: string | null | undefined;
@@ -48414,6 +48574,7 @@ declare const DTOPipeline: z.ZodObject<{
48414
48574
  userId?: number | undefined;
48415
48575
  credentialId?: string | undefined;
48416
48576
  relativePath?: string | undefined;
48577
+ purgeDirectory?: boolean | undefined;
48417
48578
  commitAuthorName?: string | undefined;
48418
48579
  commitAuthorEmail?: string | undefined;
48419
48580
  connectionId?: string | undefined;
@@ -48426,6 +48587,7 @@ declare const DTOPipeline: z.ZodObject<{
48426
48587
  userId?: number | undefined;
48427
48588
  credentialId?: string | undefined;
48428
48589
  relativePath?: string | undefined;
48590
+ purgeDirectory?: boolean | undefined;
48429
48591
  commitAuthorName?: string | undefined;
48430
48592
  commitAuthorEmail?: string | undefined;
48431
48593
  connectionId?: string | undefined;
@@ -48436,6 +48598,7 @@ declare const DTOPipeline: z.ZodObject<{
48436
48598
  userId?: number | undefined;
48437
48599
  credentialId?: string | undefined;
48438
48600
  relativePath?: string | undefined;
48601
+ purgeDirectory?: boolean | undefined;
48439
48602
  commitAuthorName?: string | undefined;
48440
48603
  commitAuthorEmail?: string | undefined;
48441
48604
  connectionId?: string | undefined;
@@ -48447,6 +48610,7 @@ declare const DTOPipeline: z.ZodObject<{
48447
48610
  userId?: number | undefined;
48448
48611
  credentialId?: string | undefined;
48449
48612
  relativePath?: string | undefined;
48613
+ purgeDirectory?: boolean | undefined;
48450
48614
  commitAuthorName?: string | undefined;
48451
48615
  commitAuthorEmail?: string | undefined;
48452
48616
  connectionId?: string | undefined;
@@ -48531,6 +48695,7 @@ declare const DTOPipeline: z.ZodObject<{
48531
48695
  userId?: number | undefined;
48532
48696
  credentialId?: string | undefined;
48533
48697
  relativePath?: string | undefined;
48698
+ purgeDirectory?: boolean | undefined;
48534
48699
  commitAuthorName?: string | undefined;
48535
48700
  commitAuthorEmail?: string | undefined;
48536
48701
  connectionId?: string | undefined;
@@ -48544,6 +48709,7 @@ declare const DTOPipeline: z.ZodObject<{
48544
48709
  userId?: number | undefined;
48545
48710
  credentialId?: string | undefined;
48546
48711
  relativePath?: string | undefined;
48712
+ purgeDirectory?: boolean | undefined;
48547
48713
  commitAuthorName?: string | undefined;
48548
48714
  commitAuthorEmail?: string | undefined;
48549
48715
  connectionId?: string | undefined;
@@ -48555,6 +48721,7 @@ declare const DTOPipeline: z.ZodObject<{
48555
48721
  userId?: number | undefined;
48556
48722
  credentialId?: string | undefined;
48557
48723
  relativePath?: string | undefined;
48724
+ purgeDirectory?: boolean | undefined;
48558
48725
  commitAuthorName?: string | undefined;
48559
48726
  commitAuthorEmail?: string | undefined;
48560
48727
  connectionId?: string | undefined;
@@ -48567,6 +48734,7 @@ declare const DTOPipeline: z.ZodObject<{
48567
48734
  userId?: number | undefined;
48568
48735
  credentialId?: string | undefined;
48569
48736
  relativePath?: string | undefined;
48737
+ purgeDirectory?: boolean | undefined;
48570
48738
  commitAuthorName?: string | undefined;
48571
48739
  commitAuthorEmail?: string | undefined;
48572
48740
  connectionId?: string | undefined;
@@ -48602,6 +48770,7 @@ declare const DTOPipeline: z.ZodObject<{
48602
48770
  userId?: number | null | undefined;
48603
48771
  credentialId?: string | undefined;
48604
48772
  relativePath?: string | null | undefined;
48773
+ purgeDirectory?: boolean | null | undefined;
48605
48774
  commitAuthorName?: string | null | undefined;
48606
48775
  commitAuthorEmail?: string | null | undefined;
48607
48776
  connectionId?: string | null | undefined;
@@ -48614,6 +48783,7 @@ declare const DTOPipeline: z.ZodObject<{
48614
48783
  userId?: number | null | undefined;
48615
48784
  credentialId?: string | undefined;
48616
48785
  relativePath?: string | null | undefined;
48786
+ purgeDirectory?: boolean | null | undefined;
48617
48787
  commitAuthorName?: string | null | undefined;
48618
48788
  commitAuthorEmail?: string | null | undefined;
48619
48789
  connectionId?: string | null | undefined;
@@ -48624,6 +48794,7 @@ declare const DTOPipeline: z.ZodObject<{
48624
48794
  userId?: number | null | undefined;
48625
48795
  credentialId?: string | undefined;
48626
48796
  relativePath?: string | null | undefined;
48797
+ purgeDirectory?: boolean | null | undefined;
48627
48798
  commitAuthorName?: string | null | undefined;
48628
48799
  commitAuthorEmail?: string | null | undefined;
48629
48800
  connectionId?: string | null | undefined;
@@ -48635,6 +48806,7 @@ declare const DTOPipeline: z.ZodObject<{
48635
48806
  userId?: number | null | undefined;
48636
48807
  credentialId?: string | undefined;
48637
48808
  relativePath?: string | null | undefined;
48809
+ purgeDirectory?: boolean | null | undefined;
48638
48810
  commitAuthorName?: string | null | undefined;
48639
48811
  commitAuthorEmail?: string | null | undefined;
48640
48812
  connectionId?: string | null | undefined;
@@ -48719,6 +48891,7 @@ declare const DTOPipeline: z.ZodObject<{
48719
48891
  userId?: number | null | undefined;
48720
48892
  credentialId?: string | undefined;
48721
48893
  relativePath?: string | null | undefined;
48894
+ purgeDirectory?: boolean | null | undefined;
48722
48895
  commitAuthorName?: string | null | undefined;
48723
48896
  commitAuthorEmail?: string | null | undefined;
48724
48897
  connectionId?: string | null | undefined;
@@ -48732,6 +48905,7 @@ declare const DTOPipeline: z.ZodObject<{
48732
48905
  userId?: number | null | undefined;
48733
48906
  credentialId?: string | undefined;
48734
48907
  relativePath?: string | null | undefined;
48908
+ purgeDirectory?: boolean | null | undefined;
48735
48909
  commitAuthorName?: string | null | undefined;
48736
48910
  commitAuthorEmail?: string | null | undefined;
48737
48911
  connectionId?: string | null | undefined;
@@ -48743,6 +48917,7 @@ declare const DTOPipeline: z.ZodObject<{
48743
48917
  userId?: number | null | undefined;
48744
48918
  credentialId?: string | undefined;
48745
48919
  relativePath?: string | null | undefined;
48920
+ purgeDirectory?: boolean | null | undefined;
48746
48921
  commitAuthorName?: string | null | undefined;
48747
48922
  commitAuthorEmail?: string | null | undefined;
48748
48923
  connectionId?: string | null | undefined;
@@ -48755,6 +48930,7 @@ declare const DTOPipeline: z.ZodObject<{
48755
48930
  userId?: number | null | undefined;
48756
48931
  credentialId?: string | undefined;
48757
48932
  relativePath?: string | null | undefined;
48933
+ purgeDirectory?: boolean | null | undefined;
48758
48934
  commitAuthorName?: string | null | undefined;
48759
48935
  commitAuthorEmail?: string | null | undefined;
48760
48936
  connectionId?: string | null | undefined;
@@ -48847,6 +49023,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48847
49023
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48848
49024
  branch: z.ZodString;
48849
49025
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49026
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
48850
49027
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48851
49028
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48852
49029
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -48859,6 +49036,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48859
49036
  userId?: number | undefined;
48860
49037
  credentialId?: string | undefined;
48861
49038
  relativePath?: string | undefined;
49039
+ purgeDirectory?: boolean | undefined;
48862
49040
  commitAuthorName?: string | undefined;
48863
49041
  commitAuthorEmail?: string | undefined;
48864
49042
  connectionId?: string | undefined;
@@ -48871,6 +49049,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48871
49049
  userId?: number | null | undefined;
48872
49050
  credentialId?: string | undefined;
48873
49051
  relativePath?: string | null | undefined;
49052
+ purgeDirectory?: boolean | null | undefined;
48874
49053
  commitAuthorName?: string | null | undefined;
48875
49054
  commitAuthorEmail?: string | null | undefined;
48876
49055
  connectionId?: string | null | undefined;
@@ -48884,6 +49063,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48884
49063
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48885
49064
  branch: z.ZodString;
48886
49065
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49066
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
48887
49067
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48888
49068
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
48889
49069
  }, "strip", z.ZodTypeAny, {
@@ -48894,6 +49074,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48894
49074
  userId?: number | undefined;
48895
49075
  credentialId?: string | undefined;
48896
49076
  relativePath?: string | undefined;
49077
+ purgeDirectory?: boolean | undefined;
48897
49078
  commitAuthorName?: string | undefined;
48898
49079
  commitAuthorEmail?: string | undefined;
48899
49080
  connectionId?: string | undefined;
@@ -48905,6 +49086,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48905
49086
  userId?: number | null | undefined;
48906
49087
  credentialId?: string | undefined;
48907
49088
  relativePath?: string | null | undefined;
49089
+ purgeDirectory?: boolean | null | undefined;
48908
49090
  commitAuthorName?: string | null | undefined;
48909
49091
  commitAuthorEmail?: string | null | undefined;
48910
49092
  connectionId?: string | null | undefined;
@@ -48914,6 +49096,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48914
49096
  url: z.ZodString;
48915
49097
  branch: z.ZodString;
48916
49098
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49099
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
48917
49100
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48918
49101
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48919
49102
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -48924,6 +49107,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48924
49107
  userId?: number | undefined;
48925
49108
  credentialId?: string | undefined;
48926
49109
  relativePath?: string | undefined;
49110
+ purgeDirectory?: boolean | undefined;
48927
49111
  commitAuthorName?: string | undefined;
48928
49112
  commitAuthorEmail?: string | undefined;
48929
49113
  connectionId?: string | undefined;
@@ -48933,6 +49117,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48933
49117
  userId?: number | null | undefined;
48934
49118
  credentialId?: string | undefined;
48935
49119
  relativePath?: string | null | undefined;
49120
+ purgeDirectory?: boolean | null | undefined;
48936
49121
  commitAuthorName?: string | null | undefined;
48937
49122
  commitAuthorEmail?: string | null | undefined;
48938
49123
  connectionId?: string | null | undefined;
@@ -48944,6 +49129,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48944
49129
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48945
49130
  branch: z.ZodString;
48946
49131
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49132
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
48947
49133
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48948
49134
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
48949
49135
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -48954,6 +49140,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48954
49140
  userId?: number | undefined;
48955
49141
  credentialId?: string | undefined;
48956
49142
  relativePath?: string | undefined;
49143
+ purgeDirectory?: boolean | undefined;
48957
49144
  commitAuthorName?: string | undefined;
48958
49145
  commitAuthorEmail?: string | undefined;
48959
49146
  connectionId?: string | undefined;
@@ -48964,6 +49151,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
48964
49151
  userId?: number | null | undefined;
48965
49152
  credentialId?: string | undefined;
48966
49153
  relativePath?: string | null | undefined;
49154
+ purgeDirectory?: boolean | null | undefined;
48967
49155
  commitAuthorName?: string | null | undefined;
48968
49156
  commitAuthorEmail?: string | null | undefined;
48969
49157
  connectionId?: string | null | undefined;
@@ -49008,6 +49196,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49008
49196
  userId?: number | undefined;
49009
49197
  credentialId?: string | undefined;
49010
49198
  relativePath?: string | undefined;
49199
+ purgeDirectory?: boolean | undefined;
49011
49200
  commitAuthorName?: string | undefined;
49012
49201
  commitAuthorEmail?: string | undefined;
49013
49202
  connectionId?: string | undefined;
@@ -49020,6 +49209,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49020
49209
  userId?: number | undefined;
49021
49210
  credentialId?: string | undefined;
49022
49211
  relativePath?: string | undefined;
49212
+ purgeDirectory?: boolean | undefined;
49023
49213
  commitAuthorName?: string | undefined;
49024
49214
  commitAuthorEmail?: string | undefined;
49025
49215
  connectionId?: string | undefined;
@@ -49030,6 +49220,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49030
49220
  userId?: number | undefined;
49031
49221
  credentialId?: string | undefined;
49032
49222
  relativePath?: string | undefined;
49223
+ purgeDirectory?: boolean | undefined;
49033
49224
  commitAuthorName?: string | undefined;
49034
49225
  commitAuthorEmail?: string | undefined;
49035
49226
  connectionId?: string | undefined;
@@ -49041,6 +49232,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49041
49232
  userId?: number | undefined;
49042
49233
  credentialId?: string | undefined;
49043
49234
  relativePath?: string | undefined;
49235
+ purgeDirectory?: boolean | undefined;
49044
49236
  commitAuthorName?: string | undefined;
49045
49237
  commitAuthorEmail?: string | undefined;
49046
49238
  connectionId?: string | undefined;
@@ -49064,6 +49256,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49064
49256
  userId?: number | null | undefined;
49065
49257
  credentialId?: string | undefined;
49066
49258
  relativePath?: string | null | undefined;
49259
+ purgeDirectory?: boolean | null | undefined;
49067
49260
  commitAuthorName?: string | null | undefined;
49068
49261
  commitAuthorEmail?: string | null | undefined;
49069
49262
  connectionId?: string | null | undefined;
@@ -49076,6 +49269,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49076
49269
  userId?: number | null | undefined;
49077
49270
  credentialId?: string | undefined;
49078
49271
  relativePath?: string | null | undefined;
49272
+ purgeDirectory?: boolean | null | undefined;
49079
49273
  commitAuthorName?: string | null | undefined;
49080
49274
  commitAuthorEmail?: string | null | undefined;
49081
49275
  connectionId?: string | null | undefined;
@@ -49086,6 +49280,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49086
49280
  userId?: number | null | undefined;
49087
49281
  credentialId?: string | undefined;
49088
49282
  relativePath?: string | null | undefined;
49283
+ purgeDirectory?: boolean | null | undefined;
49089
49284
  commitAuthorName?: string | null | undefined;
49090
49285
  commitAuthorEmail?: string | null | undefined;
49091
49286
  connectionId?: string | null | undefined;
@@ -49097,6 +49292,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49097
49292
  userId?: number | null | undefined;
49098
49293
  credentialId?: string | undefined;
49099
49294
  relativePath?: string | null | undefined;
49295
+ purgeDirectory?: boolean | null | undefined;
49100
49296
  commitAuthorName?: string | null | undefined;
49101
49297
  commitAuthorEmail?: string | null | undefined;
49102
49298
  connectionId?: string | null | undefined;
@@ -49306,6 +49502,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49306
49502
  userId?: number | undefined;
49307
49503
  credentialId?: string | undefined;
49308
49504
  relativePath?: string | undefined;
49505
+ purgeDirectory?: boolean | undefined;
49309
49506
  commitAuthorName?: string | undefined;
49310
49507
  commitAuthorEmail?: string | undefined;
49311
49508
  connectionId?: string | undefined;
@@ -49318,6 +49515,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49318
49515
  userId?: number | undefined;
49319
49516
  credentialId?: string | undefined;
49320
49517
  relativePath?: string | undefined;
49518
+ purgeDirectory?: boolean | undefined;
49321
49519
  commitAuthorName?: string | undefined;
49322
49520
  commitAuthorEmail?: string | undefined;
49323
49521
  connectionId?: string | undefined;
@@ -49328,6 +49526,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49328
49526
  userId?: number | undefined;
49329
49527
  credentialId?: string | undefined;
49330
49528
  relativePath?: string | undefined;
49529
+ purgeDirectory?: boolean | undefined;
49331
49530
  commitAuthorName?: string | undefined;
49332
49531
  commitAuthorEmail?: string | undefined;
49333
49532
  connectionId?: string | undefined;
@@ -49339,6 +49538,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49339
49538
  userId?: number | undefined;
49340
49539
  credentialId?: string | undefined;
49341
49540
  relativePath?: string | undefined;
49541
+ purgeDirectory?: boolean | undefined;
49342
49542
  commitAuthorName?: string | undefined;
49343
49543
  commitAuthorEmail?: string | undefined;
49344
49544
  connectionId?: string | undefined;
@@ -49427,6 +49627,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49427
49627
  userId?: number | null | undefined;
49428
49628
  credentialId?: string | undefined;
49429
49629
  relativePath?: string | null | undefined;
49630
+ purgeDirectory?: boolean | null | undefined;
49430
49631
  commitAuthorName?: string | null | undefined;
49431
49632
  commitAuthorEmail?: string | null | undefined;
49432
49633
  connectionId?: string | null | undefined;
@@ -49439,6 +49640,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49439
49640
  userId?: number | null | undefined;
49440
49641
  credentialId?: string | undefined;
49441
49642
  relativePath?: string | null | undefined;
49643
+ purgeDirectory?: boolean | null | undefined;
49442
49644
  commitAuthorName?: string | null | undefined;
49443
49645
  commitAuthorEmail?: string | null | undefined;
49444
49646
  connectionId?: string | null | undefined;
@@ -49449,6 +49651,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49449
49651
  userId?: number | null | undefined;
49450
49652
  credentialId?: string | undefined;
49451
49653
  relativePath?: string | null | undefined;
49654
+ purgeDirectory?: boolean | null | undefined;
49452
49655
  commitAuthorName?: string | null | undefined;
49453
49656
  commitAuthorEmail?: string | null | undefined;
49454
49657
  connectionId?: string | null | undefined;
@@ -49460,6 +49663,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49460
49663
  userId?: number | null | undefined;
49461
49664
  credentialId?: string | undefined;
49462
49665
  relativePath?: string | null | undefined;
49666
+ purgeDirectory?: boolean | null | undefined;
49463
49667
  commitAuthorName?: string | null | undefined;
49464
49668
  commitAuthorEmail?: string | null | undefined;
49465
49669
  connectionId?: string | null | undefined;
@@ -49561,6 +49765,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49561
49765
  url: z.ZodString;
49562
49766
  branch: z.ZodString;
49563
49767
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49768
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
49564
49769
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49565
49770
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49566
49771
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -49571,6 +49776,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49571
49776
  userId?: number | undefined;
49572
49777
  credentialId?: string | undefined;
49573
49778
  relativePath?: string | undefined;
49779
+ purgeDirectory?: boolean | undefined;
49574
49780
  commitAuthorName?: string | undefined;
49575
49781
  commitAuthorEmail?: string | undefined;
49576
49782
  connectionId?: string | undefined;
@@ -49580,6 +49786,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49580
49786
  userId?: number | null | undefined;
49581
49787
  credentialId?: string | undefined;
49582
49788
  relativePath?: string | null | undefined;
49789
+ purgeDirectory?: boolean | null | undefined;
49583
49790
  commitAuthorName?: string | null | undefined;
49584
49791
  commitAuthorEmail?: string | null | undefined;
49585
49792
  connectionId?: string | null | undefined;
@@ -49593,6 +49800,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49593
49800
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49594
49801
  branch: z.ZodString;
49595
49802
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49803
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
49596
49804
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49597
49805
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49598
49806
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -49605,6 +49813,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49605
49813
  userId?: number | undefined;
49606
49814
  credentialId?: string | undefined;
49607
49815
  relativePath?: string | undefined;
49816
+ purgeDirectory?: boolean | undefined;
49608
49817
  commitAuthorName?: string | undefined;
49609
49818
  commitAuthorEmail?: string | undefined;
49610
49819
  connectionId?: string | undefined;
@@ -49617,6 +49826,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49617
49826
  userId?: number | null | undefined;
49618
49827
  credentialId?: string | undefined;
49619
49828
  relativePath?: string | null | undefined;
49829
+ purgeDirectory?: boolean | null | undefined;
49620
49830
  commitAuthorName?: string | null | undefined;
49621
49831
  commitAuthorEmail?: string | null | undefined;
49622
49832
  connectionId?: string | null | undefined;
@@ -49628,6 +49838,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49628
49838
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49629
49839
  branch: z.ZodString;
49630
49840
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49841
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
49631
49842
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49632
49843
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49633
49844
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -49638,6 +49849,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49638
49849
  userId?: number | undefined;
49639
49850
  credentialId?: string | undefined;
49640
49851
  relativePath?: string | undefined;
49852
+ purgeDirectory?: boolean | undefined;
49641
49853
  commitAuthorName?: string | undefined;
49642
49854
  commitAuthorEmail?: string | undefined;
49643
49855
  connectionId?: string | undefined;
@@ -49648,6 +49860,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49648
49860
  userId?: number | null | undefined;
49649
49861
  credentialId?: string | undefined;
49650
49862
  relativePath?: string | null | undefined;
49863
+ purgeDirectory?: boolean | null | undefined;
49651
49864
  commitAuthorName?: string | null | undefined;
49652
49865
  commitAuthorEmail?: string | null | undefined;
49653
49866
  connectionId?: string | null | undefined;
@@ -49661,6 +49874,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49661
49874
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49662
49875
  branch: z.ZodString;
49663
49876
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49877
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
49664
49878
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
49665
49879
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
49666
49880
  }, "strip", z.ZodTypeAny, {
@@ -49671,6 +49885,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49671
49885
  userId?: number | undefined;
49672
49886
  credentialId?: string | undefined;
49673
49887
  relativePath?: string | undefined;
49888
+ purgeDirectory?: boolean | undefined;
49674
49889
  commitAuthorName?: string | undefined;
49675
49890
  commitAuthorEmail?: string | undefined;
49676
49891
  connectionId?: string | undefined;
@@ -49682,6 +49897,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49682
49897
  userId?: number | null | undefined;
49683
49898
  credentialId?: string | undefined;
49684
49899
  relativePath?: string | null | undefined;
49900
+ purgeDirectory?: boolean | null | undefined;
49685
49901
  commitAuthorName?: string | null | undefined;
49686
49902
  commitAuthorEmail?: string | null | undefined;
49687
49903
  connectionId?: string | null | undefined;
@@ -49727,6 +49943,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49727
49943
  userId?: number | undefined;
49728
49944
  credentialId?: string | undefined;
49729
49945
  relativePath?: string | undefined;
49946
+ purgeDirectory?: boolean | undefined;
49730
49947
  commitAuthorName?: string | undefined;
49731
49948
  commitAuthorEmail?: string | undefined;
49732
49949
  connectionId?: string | undefined;
@@ -49739,6 +49956,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49739
49956
  userId?: number | undefined;
49740
49957
  credentialId?: string | undefined;
49741
49958
  relativePath?: string | undefined;
49959
+ purgeDirectory?: boolean | undefined;
49742
49960
  commitAuthorName?: string | undefined;
49743
49961
  commitAuthorEmail?: string | undefined;
49744
49962
  connectionId?: string | undefined;
@@ -49749,6 +49967,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49749
49967
  userId?: number | undefined;
49750
49968
  credentialId?: string | undefined;
49751
49969
  relativePath?: string | undefined;
49970
+ purgeDirectory?: boolean | undefined;
49752
49971
  commitAuthorName?: string | undefined;
49753
49972
  commitAuthorEmail?: string | undefined;
49754
49973
  connectionId?: string | undefined;
@@ -49760,6 +49979,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49760
49979
  userId?: number | undefined;
49761
49980
  credentialId?: string | undefined;
49762
49981
  relativePath?: string | undefined;
49982
+ purgeDirectory?: boolean | undefined;
49763
49983
  commitAuthorName?: string | undefined;
49764
49984
  commitAuthorEmail?: string | undefined;
49765
49985
  connectionId?: string | undefined;
@@ -49844,6 +50064,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49844
50064
  userId?: number | undefined;
49845
50065
  credentialId?: string | undefined;
49846
50066
  relativePath?: string | undefined;
50067
+ purgeDirectory?: boolean | undefined;
49847
50068
  commitAuthorName?: string | undefined;
49848
50069
  commitAuthorEmail?: string | undefined;
49849
50070
  connectionId?: string | undefined;
@@ -49857,6 +50078,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49857
50078
  userId?: number | undefined;
49858
50079
  credentialId?: string | undefined;
49859
50080
  relativePath?: string | undefined;
50081
+ purgeDirectory?: boolean | undefined;
49860
50082
  commitAuthorName?: string | undefined;
49861
50083
  commitAuthorEmail?: string | undefined;
49862
50084
  connectionId?: string | undefined;
@@ -49868,6 +50090,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49868
50090
  userId?: number | undefined;
49869
50091
  credentialId?: string | undefined;
49870
50092
  relativePath?: string | undefined;
50093
+ purgeDirectory?: boolean | undefined;
49871
50094
  commitAuthorName?: string | undefined;
49872
50095
  commitAuthorEmail?: string | undefined;
49873
50096
  connectionId?: string | undefined;
@@ -49880,6 +50103,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49880
50103
  userId?: number | undefined;
49881
50104
  credentialId?: string | undefined;
49882
50105
  relativePath?: string | undefined;
50106
+ purgeDirectory?: boolean | undefined;
49883
50107
  commitAuthorName?: string | undefined;
49884
50108
  commitAuthorEmail?: string | undefined;
49885
50109
  connectionId?: string | undefined;
@@ -49915,6 +50139,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49915
50139
  userId?: number | null | undefined;
49916
50140
  credentialId?: string | undefined;
49917
50141
  relativePath?: string | null | undefined;
50142
+ purgeDirectory?: boolean | null | undefined;
49918
50143
  commitAuthorName?: string | null | undefined;
49919
50144
  commitAuthorEmail?: string | null | undefined;
49920
50145
  connectionId?: string | null | undefined;
@@ -49927,6 +50152,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49927
50152
  userId?: number | null | undefined;
49928
50153
  credentialId?: string | undefined;
49929
50154
  relativePath?: string | null | undefined;
50155
+ purgeDirectory?: boolean | null | undefined;
49930
50156
  commitAuthorName?: string | null | undefined;
49931
50157
  commitAuthorEmail?: string | null | undefined;
49932
50158
  connectionId?: string | null | undefined;
@@ -49937,6 +50163,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49937
50163
  userId?: number | null | undefined;
49938
50164
  credentialId?: string | undefined;
49939
50165
  relativePath?: string | null | undefined;
50166
+ purgeDirectory?: boolean | null | undefined;
49940
50167
  commitAuthorName?: string | null | undefined;
49941
50168
  commitAuthorEmail?: string | null | undefined;
49942
50169
  connectionId?: string | null | undefined;
@@ -49948,6 +50175,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
49948
50175
  userId?: number | null | undefined;
49949
50176
  credentialId?: string | undefined;
49950
50177
  relativePath?: string | null | undefined;
50178
+ purgeDirectory?: boolean | null | undefined;
49951
50179
  commitAuthorName?: string | null | undefined;
49952
50180
  commitAuthorEmail?: string | null | undefined;
49953
50181
  connectionId?: string | null | undefined;
@@ -50032,6 +50260,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50032
50260
  userId?: number | null | undefined;
50033
50261
  credentialId?: string | undefined;
50034
50262
  relativePath?: string | null | undefined;
50263
+ purgeDirectory?: boolean | null | undefined;
50035
50264
  commitAuthorName?: string | null | undefined;
50036
50265
  commitAuthorEmail?: string | null | undefined;
50037
50266
  connectionId?: string | null | undefined;
@@ -50045,6 +50274,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50045
50274
  userId?: number | null | undefined;
50046
50275
  credentialId?: string | undefined;
50047
50276
  relativePath?: string | null | undefined;
50277
+ purgeDirectory?: boolean | null | undefined;
50048
50278
  commitAuthorName?: string | null | undefined;
50049
50279
  commitAuthorEmail?: string | null | undefined;
50050
50280
  connectionId?: string | null | undefined;
@@ -50056,6 +50286,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50056
50286
  userId?: number | null | undefined;
50057
50287
  credentialId?: string | undefined;
50058
50288
  relativePath?: string | null | undefined;
50289
+ purgeDirectory?: boolean | null | undefined;
50059
50290
  commitAuthorName?: string | null | undefined;
50060
50291
  commitAuthorEmail?: string | null | undefined;
50061
50292
  connectionId?: string | null | undefined;
@@ -50068,6 +50299,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50068
50299
  userId?: number | null | undefined;
50069
50300
  credentialId?: string | undefined;
50070
50301
  relativePath?: string | null | undefined;
50302
+ purgeDirectory?: boolean | null | undefined;
50071
50303
  commitAuthorName?: string | null | undefined;
50072
50304
  commitAuthorEmail?: string | null | undefined;
50073
50305
  connectionId?: string | null | undefined;
@@ -50105,6 +50337,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50105
50337
  userId?: number | undefined;
50106
50338
  credentialId?: string | undefined;
50107
50339
  relativePath?: string | undefined;
50340
+ purgeDirectory?: boolean | undefined;
50108
50341
  commitAuthorName?: string | undefined;
50109
50342
  commitAuthorEmail?: string | undefined;
50110
50343
  connectionId?: string | undefined;
@@ -50117,6 +50350,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50117
50350
  userId?: number | undefined;
50118
50351
  credentialId?: string | undefined;
50119
50352
  relativePath?: string | undefined;
50353
+ purgeDirectory?: boolean | undefined;
50120
50354
  commitAuthorName?: string | undefined;
50121
50355
  commitAuthorEmail?: string | undefined;
50122
50356
  connectionId?: string | undefined;
@@ -50127,6 +50361,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50127
50361
  userId?: number | undefined;
50128
50362
  credentialId?: string | undefined;
50129
50363
  relativePath?: string | undefined;
50364
+ purgeDirectory?: boolean | undefined;
50130
50365
  commitAuthorName?: string | undefined;
50131
50366
  commitAuthorEmail?: string | undefined;
50132
50367
  connectionId?: string | undefined;
@@ -50138,6 +50373,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50138
50373
  userId?: number | undefined;
50139
50374
  credentialId?: string | undefined;
50140
50375
  relativePath?: string | undefined;
50376
+ purgeDirectory?: boolean | undefined;
50141
50377
  commitAuthorName?: string | undefined;
50142
50378
  commitAuthorEmail?: string | undefined;
50143
50379
  connectionId?: string | undefined;
@@ -50222,6 +50458,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50222
50458
  userId?: number | undefined;
50223
50459
  credentialId?: string | undefined;
50224
50460
  relativePath?: string | undefined;
50461
+ purgeDirectory?: boolean | undefined;
50225
50462
  commitAuthorName?: string | undefined;
50226
50463
  commitAuthorEmail?: string | undefined;
50227
50464
  connectionId?: string | undefined;
@@ -50235,6 +50472,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50235
50472
  userId?: number | undefined;
50236
50473
  credentialId?: string | undefined;
50237
50474
  relativePath?: string | undefined;
50475
+ purgeDirectory?: boolean | undefined;
50238
50476
  commitAuthorName?: string | undefined;
50239
50477
  commitAuthorEmail?: string | undefined;
50240
50478
  connectionId?: string | undefined;
@@ -50246,6 +50484,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50246
50484
  userId?: number | undefined;
50247
50485
  credentialId?: string | undefined;
50248
50486
  relativePath?: string | undefined;
50487
+ purgeDirectory?: boolean | undefined;
50249
50488
  commitAuthorName?: string | undefined;
50250
50489
  commitAuthorEmail?: string | undefined;
50251
50490
  connectionId?: string | undefined;
@@ -50258,6 +50497,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50258
50497
  userId?: number | undefined;
50259
50498
  credentialId?: string | undefined;
50260
50499
  relativePath?: string | undefined;
50500
+ purgeDirectory?: boolean | undefined;
50261
50501
  commitAuthorName?: string | undefined;
50262
50502
  commitAuthorEmail?: string | undefined;
50263
50503
  connectionId?: string | undefined;
@@ -50295,6 +50535,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50295
50535
  userId?: number | null | undefined;
50296
50536
  credentialId?: string | undefined;
50297
50537
  relativePath?: string | null | undefined;
50538
+ purgeDirectory?: boolean | null | undefined;
50298
50539
  commitAuthorName?: string | null | undefined;
50299
50540
  commitAuthorEmail?: string | null | undefined;
50300
50541
  connectionId?: string | null | undefined;
@@ -50307,6 +50548,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50307
50548
  userId?: number | null | undefined;
50308
50549
  credentialId?: string | undefined;
50309
50550
  relativePath?: string | null | undefined;
50551
+ purgeDirectory?: boolean | null | undefined;
50310
50552
  commitAuthorName?: string | null | undefined;
50311
50553
  commitAuthorEmail?: string | null | undefined;
50312
50554
  connectionId?: string | null | undefined;
@@ -50317,6 +50559,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50317
50559
  userId?: number | null | undefined;
50318
50560
  credentialId?: string | undefined;
50319
50561
  relativePath?: string | null | undefined;
50562
+ purgeDirectory?: boolean | null | undefined;
50320
50563
  commitAuthorName?: string | null | undefined;
50321
50564
  commitAuthorEmail?: string | null | undefined;
50322
50565
  connectionId?: string | null | undefined;
@@ -50328,6 +50571,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50328
50571
  userId?: number | null | undefined;
50329
50572
  credentialId?: string | undefined;
50330
50573
  relativePath?: string | null | undefined;
50574
+ purgeDirectory?: boolean | null | undefined;
50331
50575
  commitAuthorName?: string | null | undefined;
50332
50576
  commitAuthorEmail?: string | null | undefined;
50333
50577
  connectionId?: string | null | undefined;
@@ -50412,6 +50656,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50412
50656
  userId?: number | null | undefined;
50413
50657
  credentialId?: string | undefined;
50414
50658
  relativePath?: string | null | undefined;
50659
+ purgeDirectory?: boolean | null | undefined;
50415
50660
  commitAuthorName?: string | null | undefined;
50416
50661
  commitAuthorEmail?: string | null | undefined;
50417
50662
  connectionId?: string | null | undefined;
@@ -50425,6 +50670,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50425
50670
  userId?: number | null | undefined;
50426
50671
  credentialId?: string | undefined;
50427
50672
  relativePath?: string | null | undefined;
50673
+ purgeDirectory?: boolean | null | undefined;
50428
50674
  commitAuthorName?: string | null | undefined;
50429
50675
  commitAuthorEmail?: string | null | undefined;
50430
50676
  connectionId?: string | null | undefined;
@@ -50436,6 +50682,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50436
50682
  userId?: number | null | undefined;
50437
50683
  credentialId?: string | undefined;
50438
50684
  relativePath?: string | null | undefined;
50685
+ purgeDirectory?: boolean | null | undefined;
50439
50686
  commitAuthorName?: string | null | undefined;
50440
50687
  commitAuthorEmail?: string | null | undefined;
50441
50688
  connectionId?: string | null | undefined;
@@ -50448,6 +50695,7 @@ declare const DTOPipelineResponse: z.ZodObject<{
50448
50695
  userId?: number | null | undefined;
50449
50696
  credentialId?: string | undefined;
50450
50697
  relativePath?: string | null | undefined;
50698
+ purgeDirectory?: boolean | null | undefined;
50451
50699
  commitAuthorName?: string | null | undefined;
50452
50700
  commitAuthorEmail?: string | null | undefined;
50453
50701
  connectionId?: string | null | undefined;
@@ -50541,6 +50789,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50541
50789
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50542
50790
  branch: z.ZodString;
50543
50791
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50792
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
50544
50793
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50545
50794
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50546
50795
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -50553,6 +50802,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50553
50802
  userId?: number | undefined;
50554
50803
  credentialId?: string | undefined;
50555
50804
  relativePath?: string | undefined;
50805
+ purgeDirectory?: boolean | undefined;
50556
50806
  commitAuthorName?: string | undefined;
50557
50807
  commitAuthorEmail?: string | undefined;
50558
50808
  connectionId?: string | undefined;
@@ -50565,6 +50815,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50565
50815
  userId?: number | null | undefined;
50566
50816
  credentialId?: string | undefined;
50567
50817
  relativePath?: string | null | undefined;
50818
+ purgeDirectory?: boolean | null | undefined;
50568
50819
  commitAuthorName?: string | null | undefined;
50569
50820
  commitAuthorEmail?: string | null | undefined;
50570
50821
  connectionId?: string | null | undefined;
@@ -50578,6 +50829,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50578
50829
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50579
50830
  branch: z.ZodString;
50580
50831
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50832
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
50581
50833
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50582
50834
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
50583
50835
  }, "strip", z.ZodTypeAny, {
@@ -50588,6 +50840,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50588
50840
  userId?: number | undefined;
50589
50841
  credentialId?: string | undefined;
50590
50842
  relativePath?: string | undefined;
50843
+ purgeDirectory?: boolean | undefined;
50591
50844
  commitAuthorName?: string | undefined;
50592
50845
  commitAuthorEmail?: string | undefined;
50593
50846
  connectionId?: string | undefined;
@@ -50599,6 +50852,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50599
50852
  userId?: number | null | undefined;
50600
50853
  credentialId?: string | undefined;
50601
50854
  relativePath?: string | null | undefined;
50855
+ purgeDirectory?: boolean | null | undefined;
50602
50856
  commitAuthorName?: string | null | undefined;
50603
50857
  commitAuthorEmail?: string | null | undefined;
50604
50858
  connectionId?: string | null | undefined;
@@ -50608,6 +50862,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50608
50862
  url: z.ZodString;
50609
50863
  branch: z.ZodString;
50610
50864
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50865
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
50611
50866
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50612
50867
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50613
50868
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -50618,6 +50873,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50618
50873
  userId?: number | undefined;
50619
50874
  credentialId?: string | undefined;
50620
50875
  relativePath?: string | undefined;
50876
+ purgeDirectory?: boolean | undefined;
50621
50877
  commitAuthorName?: string | undefined;
50622
50878
  commitAuthorEmail?: string | undefined;
50623
50879
  connectionId?: string | undefined;
@@ -50627,6 +50883,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50627
50883
  userId?: number | null | undefined;
50628
50884
  credentialId?: string | undefined;
50629
50885
  relativePath?: string | null | undefined;
50886
+ purgeDirectory?: boolean | null | undefined;
50630
50887
  commitAuthorName?: string | null | undefined;
50631
50888
  commitAuthorEmail?: string | null | undefined;
50632
50889
  connectionId?: string | null | undefined;
@@ -50638,6 +50895,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50638
50895
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50639
50896
  branch: z.ZodString;
50640
50897
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50898
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
50641
50899
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50642
50900
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
50643
50901
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -50648,6 +50906,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50648
50906
  userId?: number | undefined;
50649
50907
  credentialId?: string | undefined;
50650
50908
  relativePath?: string | undefined;
50909
+ purgeDirectory?: boolean | undefined;
50651
50910
  commitAuthorName?: string | undefined;
50652
50911
  commitAuthorEmail?: string | undefined;
50653
50912
  connectionId?: string | undefined;
@@ -50658,6 +50917,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50658
50917
  userId?: number | null | undefined;
50659
50918
  credentialId?: string | undefined;
50660
50919
  relativePath?: string | null | undefined;
50920
+ purgeDirectory?: boolean | null | undefined;
50661
50921
  commitAuthorName?: string | null | undefined;
50662
50922
  commitAuthorEmail?: string | null | undefined;
50663
50923
  connectionId?: string | null | undefined;
@@ -50702,6 +50962,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50702
50962
  userId?: number | undefined;
50703
50963
  credentialId?: string | undefined;
50704
50964
  relativePath?: string | undefined;
50965
+ purgeDirectory?: boolean | undefined;
50705
50966
  commitAuthorName?: string | undefined;
50706
50967
  commitAuthorEmail?: string | undefined;
50707
50968
  connectionId?: string | undefined;
@@ -50714,6 +50975,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50714
50975
  userId?: number | undefined;
50715
50976
  credentialId?: string | undefined;
50716
50977
  relativePath?: string | undefined;
50978
+ purgeDirectory?: boolean | undefined;
50717
50979
  commitAuthorName?: string | undefined;
50718
50980
  commitAuthorEmail?: string | undefined;
50719
50981
  connectionId?: string | undefined;
@@ -50724,6 +50986,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50724
50986
  userId?: number | undefined;
50725
50987
  credentialId?: string | undefined;
50726
50988
  relativePath?: string | undefined;
50989
+ purgeDirectory?: boolean | undefined;
50727
50990
  commitAuthorName?: string | undefined;
50728
50991
  commitAuthorEmail?: string | undefined;
50729
50992
  connectionId?: string | undefined;
@@ -50735,6 +50998,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50735
50998
  userId?: number | undefined;
50736
50999
  credentialId?: string | undefined;
50737
51000
  relativePath?: string | undefined;
51001
+ purgeDirectory?: boolean | undefined;
50738
51002
  commitAuthorName?: string | undefined;
50739
51003
  commitAuthorEmail?: string | undefined;
50740
51004
  connectionId?: string | undefined;
@@ -50758,6 +51022,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50758
51022
  userId?: number | null | undefined;
50759
51023
  credentialId?: string | undefined;
50760
51024
  relativePath?: string | null | undefined;
51025
+ purgeDirectory?: boolean | null | undefined;
50761
51026
  commitAuthorName?: string | null | undefined;
50762
51027
  commitAuthorEmail?: string | null | undefined;
50763
51028
  connectionId?: string | null | undefined;
@@ -50770,6 +51035,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50770
51035
  userId?: number | null | undefined;
50771
51036
  credentialId?: string | undefined;
50772
51037
  relativePath?: string | null | undefined;
51038
+ purgeDirectory?: boolean | null | undefined;
50773
51039
  commitAuthorName?: string | null | undefined;
50774
51040
  commitAuthorEmail?: string | null | undefined;
50775
51041
  connectionId?: string | null | undefined;
@@ -50780,6 +51046,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50780
51046
  userId?: number | null | undefined;
50781
51047
  credentialId?: string | undefined;
50782
51048
  relativePath?: string | null | undefined;
51049
+ purgeDirectory?: boolean | null | undefined;
50783
51050
  commitAuthorName?: string | null | undefined;
50784
51051
  commitAuthorEmail?: string | null | undefined;
50785
51052
  connectionId?: string | null | undefined;
@@ -50791,6 +51058,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
50791
51058
  userId?: number | null | undefined;
50792
51059
  credentialId?: string | undefined;
50793
51060
  relativePath?: string | null | undefined;
51061
+ purgeDirectory?: boolean | null | undefined;
50794
51062
  commitAuthorName?: string | null | undefined;
50795
51063
  commitAuthorEmail?: string | null | undefined;
50796
51064
  connectionId?: string | null | undefined;
@@ -51000,6 +51268,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51000
51268
  userId?: number | undefined;
51001
51269
  credentialId?: string | undefined;
51002
51270
  relativePath?: string | undefined;
51271
+ purgeDirectory?: boolean | undefined;
51003
51272
  commitAuthorName?: string | undefined;
51004
51273
  commitAuthorEmail?: string | undefined;
51005
51274
  connectionId?: string | undefined;
@@ -51012,6 +51281,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51012
51281
  userId?: number | undefined;
51013
51282
  credentialId?: string | undefined;
51014
51283
  relativePath?: string | undefined;
51284
+ purgeDirectory?: boolean | undefined;
51015
51285
  commitAuthorName?: string | undefined;
51016
51286
  commitAuthorEmail?: string | undefined;
51017
51287
  connectionId?: string | undefined;
@@ -51022,6 +51292,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51022
51292
  userId?: number | undefined;
51023
51293
  credentialId?: string | undefined;
51024
51294
  relativePath?: string | undefined;
51295
+ purgeDirectory?: boolean | undefined;
51025
51296
  commitAuthorName?: string | undefined;
51026
51297
  commitAuthorEmail?: string | undefined;
51027
51298
  connectionId?: string | undefined;
@@ -51033,6 +51304,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51033
51304
  userId?: number | undefined;
51034
51305
  credentialId?: string | undefined;
51035
51306
  relativePath?: string | undefined;
51307
+ purgeDirectory?: boolean | undefined;
51036
51308
  commitAuthorName?: string | undefined;
51037
51309
  commitAuthorEmail?: string | undefined;
51038
51310
  connectionId?: string | undefined;
@@ -51121,6 +51393,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51121
51393
  userId?: number | null | undefined;
51122
51394
  credentialId?: string | undefined;
51123
51395
  relativePath?: string | null | undefined;
51396
+ purgeDirectory?: boolean | null | undefined;
51124
51397
  commitAuthorName?: string | null | undefined;
51125
51398
  commitAuthorEmail?: string | null | undefined;
51126
51399
  connectionId?: string | null | undefined;
@@ -51133,6 +51406,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51133
51406
  userId?: number | null | undefined;
51134
51407
  credentialId?: string | undefined;
51135
51408
  relativePath?: string | null | undefined;
51409
+ purgeDirectory?: boolean | null | undefined;
51136
51410
  commitAuthorName?: string | null | undefined;
51137
51411
  commitAuthorEmail?: string | null | undefined;
51138
51412
  connectionId?: string | null | undefined;
@@ -51143,6 +51417,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51143
51417
  userId?: number | null | undefined;
51144
51418
  credentialId?: string | undefined;
51145
51419
  relativePath?: string | null | undefined;
51420
+ purgeDirectory?: boolean | null | undefined;
51146
51421
  commitAuthorName?: string | null | undefined;
51147
51422
  commitAuthorEmail?: string | null | undefined;
51148
51423
  connectionId?: string | null | undefined;
@@ -51154,6 +51429,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51154
51429
  userId?: number | null | undefined;
51155
51430
  credentialId?: string | undefined;
51156
51431
  relativePath?: string | null | undefined;
51432
+ purgeDirectory?: boolean | null | undefined;
51157
51433
  commitAuthorName?: string | null | undefined;
51158
51434
  commitAuthorEmail?: string | null | undefined;
51159
51435
  connectionId?: string | null | undefined;
@@ -51255,6 +51531,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51255
51531
  url: z.ZodString;
51256
51532
  branch: z.ZodString;
51257
51533
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51534
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
51258
51535
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51259
51536
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51260
51537
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -51265,6 +51542,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51265
51542
  userId?: number | undefined;
51266
51543
  credentialId?: string | undefined;
51267
51544
  relativePath?: string | undefined;
51545
+ purgeDirectory?: boolean | undefined;
51268
51546
  commitAuthorName?: string | undefined;
51269
51547
  commitAuthorEmail?: string | undefined;
51270
51548
  connectionId?: string | undefined;
@@ -51274,6 +51552,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51274
51552
  userId?: number | null | undefined;
51275
51553
  credentialId?: string | undefined;
51276
51554
  relativePath?: string | null | undefined;
51555
+ purgeDirectory?: boolean | null | undefined;
51277
51556
  commitAuthorName?: string | null | undefined;
51278
51557
  commitAuthorEmail?: string | null | undefined;
51279
51558
  connectionId?: string | null | undefined;
@@ -51287,6 +51566,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51287
51566
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51288
51567
  branch: z.ZodString;
51289
51568
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51569
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
51290
51570
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51291
51571
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51292
51572
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -51299,6 +51579,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51299
51579
  userId?: number | undefined;
51300
51580
  credentialId?: string | undefined;
51301
51581
  relativePath?: string | undefined;
51582
+ purgeDirectory?: boolean | undefined;
51302
51583
  commitAuthorName?: string | undefined;
51303
51584
  commitAuthorEmail?: string | undefined;
51304
51585
  connectionId?: string | undefined;
@@ -51311,6 +51592,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51311
51592
  userId?: number | null | undefined;
51312
51593
  credentialId?: string | undefined;
51313
51594
  relativePath?: string | null | undefined;
51595
+ purgeDirectory?: boolean | null | undefined;
51314
51596
  commitAuthorName?: string | null | undefined;
51315
51597
  commitAuthorEmail?: string | null | undefined;
51316
51598
  connectionId?: string | null | undefined;
@@ -51322,6 +51604,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51322
51604
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51323
51605
  branch: z.ZodString;
51324
51606
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51607
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
51325
51608
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51326
51609
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51327
51610
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -51332,6 +51615,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51332
51615
  userId?: number | undefined;
51333
51616
  credentialId?: string | undefined;
51334
51617
  relativePath?: string | undefined;
51618
+ purgeDirectory?: boolean | undefined;
51335
51619
  commitAuthorName?: string | undefined;
51336
51620
  commitAuthorEmail?: string | undefined;
51337
51621
  connectionId?: string | undefined;
@@ -51342,6 +51626,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51342
51626
  userId?: number | null | undefined;
51343
51627
  credentialId?: string | undefined;
51344
51628
  relativePath?: string | null | undefined;
51629
+ purgeDirectory?: boolean | null | undefined;
51345
51630
  commitAuthorName?: string | null | undefined;
51346
51631
  commitAuthorEmail?: string | null | undefined;
51347
51632
  connectionId?: string | null | undefined;
@@ -51355,6 +51640,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51355
51640
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51356
51641
  branch: z.ZodString;
51357
51642
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51643
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
51358
51644
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
51359
51645
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
51360
51646
  }, "strip", z.ZodTypeAny, {
@@ -51365,6 +51651,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51365
51651
  userId?: number | undefined;
51366
51652
  credentialId?: string | undefined;
51367
51653
  relativePath?: string | undefined;
51654
+ purgeDirectory?: boolean | undefined;
51368
51655
  commitAuthorName?: string | undefined;
51369
51656
  commitAuthorEmail?: string | undefined;
51370
51657
  connectionId?: string | undefined;
@@ -51376,6 +51663,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51376
51663
  userId?: number | null | undefined;
51377
51664
  credentialId?: string | undefined;
51378
51665
  relativePath?: string | null | undefined;
51666
+ purgeDirectory?: boolean | null | undefined;
51379
51667
  commitAuthorName?: string | null | undefined;
51380
51668
  commitAuthorEmail?: string | null | undefined;
51381
51669
  connectionId?: string | null | undefined;
@@ -51421,6 +51709,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51421
51709
  userId?: number | undefined;
51422
51710
  credentialId?: string | undefined;
51423
51711
  relativePath?: string | undefined;
51712
+ purgeDirectory?: boolean | undefined;
51424
51713
  commitAuthorName?: string | undefined;
51425
51714
  commitAuthorEmail?: string | undefined;
51426
51715
  connectionId?: string | undefined;
@@ -51433,6 +51722,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51433
51722
  userId?: number | undefined;
51434
51723
  credentialId?: string | undefined;
51435
51724
  relativePath?: string | undefined;
51725
+ purgeDirectory?: boolean | undefined;
51436
51726
  commitAuthorName?: string | undefined;
51437
51727
  commitAuthorEmail?: string | undefined;
51438
51728
  connectionId?: string | undefined;
@@ -51443,6 +51733,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51443
51733
  userId?: number | undefined;
51444
51734
  credentialId?: string | undefined;
51445
51735
  relativePath?: string | undefined;
51736
+ purgeDirectory?: boolean | undefined;
51446
51737
  commitAuthorName?: string | undefined;
51447
51738
  commitAuthorEmail?: string | undefined;
51448
51739
  connectionId?: string | undefined;
@@ -51454,6 +51745,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51454
51745
  userId?: number | undefined;
51455
51746
  credentialId?: string | undefined;
51456
51747
  relativePath?: string | undefined;
51748
+ purgeDirectory?: boolean | undefined;
51457
51749
  commitAuthorName?: string | undefined;
51458
51750
  commitAuthorEmail?: string | undefined;
51459
51751
  connectionId?: string | undefined;
@@ -51538,6 +51830,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51538
51830
  userId?: number | undefined;
51539
51831
  credentialId?: string | undefined;
51540
51832
  relativePath?: string | undefined;
51833
+ purgeDirectory?: boolean | undefined;
51541
51834
  commitAuthorName?: string | undefined;
51542
51835
  commitAuthorEmail?: string | undefined;
51543
51836
  connectionId?: string | undefined;
@@ -51551,6 +51844,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51551
51844
  userId?: number | undefined;
51552
51845
  credentialId?: string | undefined;
51553
51846
  relativePath?: string | undefined;
51847
+ purgeDirectory?: boolean | undefined;
51554
51848
  commitAuthorName?: string | undefined;
51555
51849
  commitAuthorEmail?: string | undefined;
51556
51850
  connectionId?: string | undefined;
@@ -51562,6 +51856,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51562
51856
  userId?: number | undefined;
51563
51857
  credentialId?: string | undefined;
51564
51858
  relativePath?: string | undefined;
51859
+ purgeDirectory?: boolean | undefined;
51565
51860
  commitAuthorName?: string | undefined;
51566
51861
  commitAuthorEmail?: string | undefined;
51567
51862
  connectionId?: string | undefined;
@@ -51574,6 +51869,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51574
51869
  userId?: number | undefined;
51575
51870
  credentialId?: string | undefined;
51576
51871
  relativePath?: string | undefined;
51872
+ purgeDirectory?: boolean | undefined;
51577
51873
  commitAuthorName?: string | undefined;
51578
51874
  commitAuthorEmail?: string | undefined;
51579
51875
  connectionId?: string | undefined;
@@ -51609,6 +51905,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51609
51905
  userId?: number | null | undefined;
51610
51906
  credentialId?: string | undefined;
51611
51907
  relativePath?: string | null | undefined;
51908
+ purgeDirectory?: boolean | null | undefined;
51612
51909
  commitAuthorName?: string | null | undefined;
51613
51910
  commitAuthorEmail?: string | null | undefined;
51614
51911
  connectionId?: string | null | undefined;
@@ -51621,6 +51918,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51621
51918
  userId?: number | null | undefined;
51622
51919
  credentialId?: string | undefined;
51623
51920
  relativePath?: string | null | undefined;
51921
+ purgeDirectory?: boolean | null | undefined;
51624
51922
  commitAuthorName?: string | null | undefined;
51625
51923
  commitAuthorEmail?: string | null | undefined;
51626
51924
  connectionId?: string | null | undefined;
@@ -51631,6 +51929,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51631
51929
  userId?: number | null | undefined;
51632
51930
  credentialId?: string | undefined;
51633
51931
  relativePath?: string | null | undefined;
51932
+ purgeDirectory?: boolean | null | undefined;
51634
51933
  commitAuthorName?: string | null | undefined;
51635
51934
  commitAuthorEmail?: string | null | undefined;
51636
51935
  connectionId?: string | null | undefined;
@@ -51642,6 +51941,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51642
51941
  userId?: number | null | undefined;
51643
51942
  credentialId?: string | undefined;
51644
51943
  relativePath?: string | null | undefined;
51944
+ purgeDirectory?: boolean | null | undefined;
51645
51945
  commitAuthorName?: string | null | undefined;
51646
51946
  commitAuthorEmail?: string | null | undefined;
51647
51947
  connectionId?: string | null | undefined;
@@ -51726,6 +52026,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51726
52026
  userId?: number | null | undefined;
51727
52027
  credentialId?: string | undefined;
51728
52028
  relativePath?: string | null | undefined;
52029
+ purgeDirectory?: boolean | null | undefined;
51729
52030
  commitAuthorName?: string | null | undefined;
51730
52031
  commitAuthorEmail?: string | null | undefined;
51731
52032
  connectionId?: string | null | undefined;
@@ -51739,6 +52040,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51739
52040
  userId?: number | null | undefined;
51740
52041
  credentialId?: string | undefined;
51741
52042
  relativePath?: string | null | undefined;
52043
+ purgeDirectory?: boolean | null | undefined;
51742
52044
  commitAuthorName?: string | null | undefined;
51743
52045
  commitAuthorEmail?: string | null | undefined;
51744
52046
  connectionId?: string | null | undefined;
@@ -51750,6 +52052,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51750
52052
  userId?: number | null | undefined;
51751
52053
  credentialId?: string | undefined;
51752
52054
  relativePath?: string | null | undefined;
52055
+ purgeDirectory?: boolean | null | undefined;
51753
52056
  commitAuthorName?: string | null | undefined;
51754
52057
  commitAuthorEmail?: string | null | undefined;
51755
52058
  connectionId?: string | null | undefined;
@@ -51762,6 +52065,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51762
52065
  userId?: number | null | undefined;
51763
52066
  credentialId?: string | undefined;
51764
52067
  relativePath?: string | null | undefined;
52068
+ purgeDirectory?: boolean | null | undefined;
51765
52069
  commitAuthorName?: string | null | undefined;
51766
52070
  commitAuthorEmail?: string | null | undefined;
51767
52071
  connectionId?: string | null | undefined;
@@ -51799,6 +52103,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51799
52103
  userId?: number | undefined;
51800
52104
  credentialId?: string | undefined;
51801
52105
  relativePath?: string | undefined;
52106
+ purgeDirectory?: boolean | undefined;
51802
52107
  commitAuthorName?: string | undefined;
51803
52108
  commitAuthorEmail?: string | undefined;
51804
52109
  connectionId?: string | undefined;
@@ -51811,6 +52116,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51811
52116
  userId?: number | undefined;
51812
52117
  credentialId?: string | undefined;
51813
52118
  relativePath?: string | undefined;
52119
+ purgeDirectory?: boolean | undefined;
51814
52120
  commitAuthorName?: string | undefined;
51815
52121
  commitAuthorEmail?: string | undefined;
51816
52122
  connectionId?: string | undefined;
@@ -51821,6 +52127,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51821
52127
  userId?: number | undefined;
51822
52128
  credentialId?: string | undefined;
51823
52129
  relativePath?: string | undefined;
52130
+ purgeDirectory?: boolean | undefined;
51824
52131
  commitAuthorName?: string | undefined;
51825
52132
  commitAuthorEmail?: string | undefined;
51826
52133
  connectionId?: string | undefined;
@@ -51832,6 +52139,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51832
52139
  userId?: number | undefined;
51833
52140
  credentialId?: string | undefined;
51834
52141
  relativePath?: string | undefined;
52142
+ purgeDirectory?: boolean | undefined;
51835
52143
  commitAuthorName?: string | undefined;
51836
52144
  commitAuthorEmail?: string | undefined;
51837
52145
  connectionId?: string | undefined;
@@ -51916,6 +52224,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51916
52224
  userId?: number | undefined;
51917
52225
  credentialId?: string | undefined;
51918
52226
  relativePath?: string | undefined;
52227
+ purgeDirectory?: boolean | undefined;
51919
52228
  commitAuthorName?: string | undefined;
51920
52229
  commitAuthorEmail?: string | undefined;
51921
52230
  connectionId?: string | undefined;
@@ -51929,6 +52238,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51929
52238
  userId?: number | undefined;
51930
52239
  credentialId?: string | undefined;
51931
52240
  relativePath?: string | undefined;
52241
+ purgeDirectory?: boolean | undefined;
51932
52242
  commitAuthorName?: string | undefined;
51933
52243
  commitAuthorEmail?: string | undefined;
51934
52244
  connectionId?: string | undefined;
@@ -51940,6 +52250,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51940
52250
  userId?: number | undefined;
51941
52251
  credentialId?: string | undefined;
51942
52252
  relativePath?: string | undefined;
52253
+ purgeDirectory?: boolean | undefined;
51943
52254
  commitAuthorName?: string | undefined;
51944
52255
  commitAuthorEmail?: string | undefined;
51945
52256
  connectionId?: string | undefined;
@@ -51952,6 +52263,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51952
52263
  userId?: number | undefined;
51953
52264
  credentialId?: string | undefined;
51954
52265
  relativePath?: string | undefined;
52266
+ purgeDirectory?: boolean | undefined;
51955
52267
  commitAuthorName?: string | undefined;
51956
52268
  commitAuthorEmail?: string | undefined;
51957
52269
  connectionId?: string | undefined;
@@ -51989,6 +52301,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
51989
52301
  userId?: number | null | undefined;
51990
52302
  credentialId?: string | undefined;
51991
52303
  relativePath?: string | null | undefined;
52304
+ purgeDirectory?: boolean | null | undefined;
51992
52305
  commitAuthorName?: string | null | undefined;
51993
52306
  commitAuthorEmail?: string | null | undefined;
51994
52307
  connectionId?: string | null | undefined;
@@ -52001,6 +52314,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52001
52314
  userId?: number | null | undefined;
52002
52315
  credentialId?: string | undefined;
52003
52316
  relativePath?: string | null | undefined;
52317
+ purgeDirectory?: boolean | null | undefined;
52004
52318
  commitAuthorName?: string | null | undefined;
52005
52319
  commitAuthorEmail?: string | null | undefined;
52006
52320
  connectionId?: string | null | undefined;
@@ -52011,6 +52325,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52011
52325
  userId?: number | null | undefined;
52012
52326
  credentialId?: string | undefined;
52013
52327
  relativePath?: string | null | undefined;
52328
+ purgeDirectory?: boolean | null | undefined;
52014
52329
  commitAuthorName?: string | null | undefined;
52015
52330
  commitAuthorEmail?: string | null | undefined;
52016
52331
  connectionId?: string | null | undefined;
@@ -52022,6 +52337,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52022
52337
  userId?: number | null | undefined;
52023
52338
  credentialId?: string | undefined;
52024
52339
  relativePath?: string | null | undefined;
52340
+ purgeDirectory?: boolean | null | undefined;
52025
52341
  commitAuthorName?: string | null | undefined;
52026
52342
  commitAuthorEmail?: string | null | undefined;
52027
52343
  connectionId?: string | null | undefined;
@@ -52106,6 +52422,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52106
52422
  userId?: number | null | undefined;
52107
52423
  credentialId?: string | undefined;
52108
52424
  relativePath?: string | null | undefined;
52425
+ purgeDirectory?: boolean | null | undefined;
52109
52426
  commitAuthorName?: string | null | undefined;
52110
52427
  commitAuthorEmail?: string | null | undefined;
52111
52428
  connectionId?: string | null | undefined;
@@ -52119,6 +52436,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52119
52436
  userId?: number | null | undefined;
52120
52437
  credentialId?: string | undefined;
52121
52438
  relativePath?: string | null | undefined;
52439
+ purgeDirectory?: boolean | null | undefined;
52122
52440
  commitAuthorName?: string | null | undefined;
52123
52441
  commitAuthorEmail?: string | null | undefined;
52124
52442
  connectionId?: string | null | undefined;
@@ -52130,6 +52448,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52130
52448
  userId?: number | null | undefined;
52131
52449
  credentialId?: string | undefined;
52132
52450
  relativePath?: string | null | undefined;
52451
+ purgeDirectory?: boolean | null | undefined;
52133
52452
  commitAuthorName?: string | null | undefined;
52134
52453
  commitAuthorEmail?: string | null | undefined;
52135
52454
  connectionId?: string | null | undefined;
@@ -52142,6 +52461,7 @@ declare const DTOPipelineListResponse: z.ZodObject<{
52142
52461
  userId?: number | null | undefined;
52143
52462
  credentialId?: string | undefined;
52144
52463
  relativePath?: string | null | undefined;
52464
+ purgeDirectory?: boolean | null | undefined;
52145
52465
  commitAuthorName?: string | null | undefined;
52146
52466
  commitAuthorEmail?: string | null | undefined;
52147
52467
  connectionId?: string | null | undefined;
@@ -78212,6 +78532,116 @@ declare const DTONpmRegistryConfig: z.ZodObject<{
78212
78532
  }>;
78213
78533
  type DTONpmRegistryConfig = z.infer<typeof DTONpmRegistryConfig>;
78214
78534
 
78535
+ declare const DTOWorkspaceProfile: z.ZodObject<{
78536
+ name: z.ZodString;
78537
+ handle: z.ZodString;
78538
+ color: z.ZodString;
78539
+ avatar: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
78540
+ billingDetails: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
78541
+ address?: {
78542
+ street1?: string | undefined;
78543
+ street2?: string | undefined;
78544
+ city?: string | undefined;
78545
+ postal?: string | undefined;
78546
+ country?: string | undefined;
78547
+ state?: string | undefined;
78548
+ } | undefined;
78549
+ email?: string | undefined;
78550
+ companyName?: string | undefined;
78551
+ companyId?: string | undefined;
78552
+ notes?: string | undefined;
78553
+ vat?: string | undefined;
78554
+ poNumber?: string | undefined;
78555
+ }, z.ZodTypeDef, {
78556
+ address?: {
78557
+ street1?: string | null | undefined;
78558
+ street2?: string | null | undefined;
78559
+ city?: string | null | undefined;
78560
+ postal?: string | null | undefined;
78561
+ country?: string | null | undefined;
78562
+ state?: string | null | undefined;
78563
+ } | null | undefined;
78564
+ email?: string | null | undefined;
78565
+ companyName?: string | null | undefined;
78566
+ companyId?: string | null | undefined;
78567
+ notes?: string | null | undefined;
78568
+ vat?: string | null | undefined;
78569
+ poNumber?: string | null | undefined;
78570
+ }>>>, {
78571
+ address?: {
78572
+ street1?: string | undefined;
78573
+ street2?: string | undefined;
78574
+ city?: string | undefined;
78575
+ postal?: string | undefined;
78576
+ country?: string | undefined;
78577
+ state?: string | undefined;
78578
+ } | undefined;
78579
+ email?: string | undefined;
78580
+ companyName?: string | undefined;
78581
+ companyId?: string | undefined;
78582
+ notes?: string | undefined;
78583
+ vat?: string | undefined;
78584
+ poNumber?: string | undefined;
78585
+ } | undefined, {
78586
+ address?: {
78587
+ street1?: string | null | undefined;
78588
+ street2?: string | null | undefined;
78589
+ city?: string | null | undefined;
78590
+ postal?: string | null | undefined;
78591
+ country?: string | null | undefined;
78592
+ state?: string | null | undefined;
78593
+ } | null | undefined;
78594
+ email?: string | null | undefined;
78595
+ companyName?: string | null | undefined;
78596
+ companyId?: string | null | undefined;
78597
+ notes?: string | null | undefined;
78598
+ vat?: string | null | undefined;
78599
+ poNumber?: string | null | undefined;
78600
+ } | null | undefined>;
78601
+ }, "strip", z.ZodTypeAny, {
78602
+ name: string;
78603
+ color: string;
78604
+ handle: string;
78605
+ avatar?: string | undefined;
78606
+ billingDetails?: {
78607
+ address?: {
78608
+ street1?: string | undefined;
78609
+ street2?: string | undefined;
78610
+ city?: string | undefined;
78611
+ postal?: string | undefined;
78612
+ country?: string | undefined;
78613
+ state?: string | undefined;
78614
+ } | undefined;
78615
+ email?: string | undefined;
78616
+ companyName?: string | undefined;
78617
+ companyId?: string | undefined;
78618
+ notes?: string | undefined;
78619
+ vat?: string | undefined;
78620
+ poNumber?: string | undefined;
78621
+ } | undefined;
78622
+ }, {
78623
+ name: string;
78624
+ color: string;
78625
+ handle: string;
78626
+ avatar?: string | null | undefined;
78627
+ billingDetails?: {
78628
+ address?: {
78629
+ street1?: string | null | undefined;
78630
+ street2?: string | null | undefined;
78631
+ city?: string | null | undefined;
78632
+ postal?: string | null | undefined;
78633
+ country?: string | null | undefined;
78634
+ state?: string | null | undefined;
78635
+ } | null | undefined;
78636
+ email?: string | null | undefined;
78637
+ companyName?: string | null | undefined;
78638
+ companyId?: string | null | undefined;
78639
+ notes?: string | null | undefined;
78640
+ vat?: string | null | undefined;
78641
+ poNumber?: string | null | undefined;
78642
+ } | null | undefined;
78643
+ }>;
78644
+ type DTOWorkspaceProfile = z.infer<typeof DTOWorkspaceProfile>;
78215
78645
  declare const DTOWorkspace: z.ZodObject<{
78216
78646
  id: z.ZodString;
78217
78647
  profile: z.ZodObject<{
@@ -82363,6 +82793,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82363
82793
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82364
82794
  branch: z.ZodString;
82365
82795
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82796
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
82366
82797
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82367
82798
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82368
82799
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -82375,6 +82806,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82375
82806
  userId?: number | undefined;
82376
82807
  credentialId?: string | undefined;
82377
82808
  relativePath?: string | undefined;
82809
+ purgeDirectory?: boolean | undefined;
82378
82810
  commitAuthorName?: string | undefined;
82379
82811
  commitAuthorEmail?: string | undefined;
82380
82812
  connectionId?: string | undefined;
@@ -82387,6 +82819,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82387
82819
  userId?: number | null | undefined;
82388
82820
  credentialId?: string | undefined;
82389
82821
  relativePath?: string | null | undefined;
82822
+ purgeDirectory?: boolean | null | undefined;
82390
82823
  commitAuthorName?: string | null | undefined;
82391
82824
  commitAuthorEmail?: string | null | undefined;
82392
82825
  connectionId?: string | null | undefined;
@@ -82400,6 +82833,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82400
82833
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82401
82834
  branch: z.ZodString;
82402
82835
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82836
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
82403
82837
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82404
82838
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
82405
82839
  }, "strip", z.ZodTypeAny, {
@@ -82410,6 +82844,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82410
82844
  userId?: number | undefined;
82411
82845
  credentialId?: string | undefined;
82412
82846
  relativePath?: string | undefined;
82847
+ purgeDirectory?: boolean | undefined;
82413
82848
  commitAuthorName?: string | undefined;
82414
82849
  commitAuthorEmail?: string | undefined;
82415
82850
  connectionId?: string | undefined;
@@ -82421,6 +82856,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82421
82856
  userId?: number | null | undefined;
82422
82857
  credentialId?: string | undefined;
82423
82858
  relativePath?: string | null | undefined;
82859
+ purgeDirectory?: boolean | null | undefined;
82424
82860
  commitAuthorName?: string | null | undefined;
82425
82861
  commitAuthorEmail?: string | null | undefined;
82426
82862
  connectionId?: string | null | undefined;
@@ -82430,6 +82866,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82430
82866
  url: z.ZodString;
82431
82867
  branch: z.ZodString;
82432
82868
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82869
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
82433
82870
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82434
82871
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82435
82872
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -82440,6 +82877,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82440
82877
  userId?: number | undefined;
82441
82878
  credentialId?: string | undefined;
82442
82879
  relativePath?: string | undefined;
82880
+ purgeDirectory?: boolean | undefined;
82443
82881
  commitAuthorName?: string | undefined;
82444
82882
  commitAuthorEmail?: string | undefined;
82445
82883
  connectionId?: string | undefined;
@@ -82449,6 +82887,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82449
82887
  userId?: number | null | undefined;
82450
82888
  credentialId?: string | undefined;
82451
82889
  relativePath?: string | null | undefined;
82890
+ purgeDirectory?: boolean | null | undefined;
82452
82891
  commitAuthorName?: string | null | undefined;
82453
82892
  commitAuthorEmail?: string | null | undefined;
82454
82893
  connectionId?: string | null | undefined;
@@ -82460,6 +82899,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82460
82899
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82461
82900
  branch: z.ZodString;
82462
82901
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82902
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
82463
82903
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82464
82904
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82465
82905
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -82470,6 +82910,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82470
82910
  userId?: number | undefined;
82471
82911
  credentialId?: string | undefined;
82472
82912
  relativePath?: string | undefined;
82913
+ purgeDirectory?: boolean | undefined;
82473
82914
  commitAuthorName?: string | undefined;
82474
82915
  commitAuthorEmail?: string | undefined;
82475
82916
  connectionId?: string | undefined;
@@ -82480,6 +82921,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82480
82921
  userId?: number | null | undefined;
82481
82922
  credentialId?: string | undefined;
82482
82923
  relativePath?: string | null | undefined;
82924
+ purgeDirectory?: boolean | null | undefined;
82483
82925
  commitAuthorName?: string | null | undefined;
82484
82926
  commitAuthorEmail?: string | null | undefined;
82485
82927
  connectionId?: string | null | undefined;
@@ -82524,6 +82966,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82524
82966
  userId?: number | undefined;
82525
82967
  credentialId?: string | undefined;
82526
82968
  relativePath?: string | undefined;
82969
+ purgeDirectory?: boolean | undefined;
82527
82970
  commitAuthorName?: string | undefined;
82528
82971
  commitAuthorEmail?: string | undefined;
82529
82972
  connectionId?: string | undefined;
@@ -82536,6 +82979,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82536
82979
  userId?: number | undefined;
82537
82980
  credentialId?: string | undefined;
82538
82981
  relativePath?: string | undefined;
82982
+ purgeDirectory?: boolean | undefined;
82539
82983
  commitAuthorName?: string | undefined;
82540
82984
  commitAuthorEmail?: string | undefined;
82541
82985
  connectionId?: string | undefined;
@@ -82546,6 +82990,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82546
82990
  userId?: number | undefined;
82547
82991
  credentialId?: string | undefined;
82548
82992
  relativePath?: string | undefined;
82993
+ purgeDirectory?: boolean | undefined;
82549
82994
  commitAuthorName?: string | undefined;
82550
82995
  commitAuthorEmail?: string | undefined;
82551
82996
  connectionId?: string | undefined;
@@ -82557,6 +83002,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82557
83002
  userId?: number | undefined;
82558
83003
  credentialId?: string | undefined;
82559
83004
  relativePath?: string | undefined;
83005
+ purgeDirectory?: boolean | undefined;
82560
83006
  commitAuthorName?: string | undefined;
82561
83007
  commitAuthorEmail?: string | undefined;
82562
83008
  connectionId?: string | undefined;
@@ -82580,6 +83026,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82580
83026
  userId?: number | null | undefined;
82581
83027
  credentialId?: string | undefined;
82582
83028
  relativePath?: string | null | undefined;
83029
+ purgeDirectory?: boolean | null | undefined;
82583
83030
  commitAuthorName?: string | null | undefined;
82584
83031
  commitAuthorEmail?: string | null | undefined;
82585
83032
  connectionId?: string | null | undefined;
@@ -82592,6 +83039,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82592
83039
  userId?: number | null | undefined;
82593
83040
  credentialId?: string | undefined;
82594
83041
  relativePath?: string | null | undefined;
83042
+ purgeDirectory?: boolean | null | undefined;
82595
83043
  commitAuthorName?: string | null | undefined;
82596
83044
  commitAuthorEmail?: string | null | undefined;
82597
83045
  connectionId?: string | null | undefined;
@@ -82602,6 +83050,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82602
83050
  userId?: number | null | undefined;
82603
83051
  credentialId?: string | undefined;
82604
83052
  relativePath?: string | null | undefined;
83053
+ purgeDirectory?: boolean | null | undefined;
82605
83054
  commitAuthorName?: string | null | undefined;
82606
83055
  commitAuthorEmail?: string | null | undefined;
82607
83056
  connectionId?: string | null | undefined;
@@ -82613,6 +83062,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82613
83062
  userId?: number | null | undefined;
82614
83063
  credentialId?: string | undefined;
82615
83064
  relativePath?: string | null | undefined;
83065
+ purgeDirectory?: boolean | null | undefined;
82616
83066
  commitAuthorName?: string | null | undefined;
82617
83067
  commitAuthorEmail?: string | null | undefined;
82618
83068
  connectionId?: string | null | undefined;
@@ -82650,6 +83100,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82650
83100
  userId?: number | undefined;
82651
83101
  credentialId?: string | undefined;
82652
83102
  relativePath?: string | undefined;
83103
+ purgeDirectory?: boolean | undefined;
82653
83104
  commitAuthorName?: string | undefined;
82654
83105
  commitAuthorEmail?: string | undefined;
82655
83106
  connectionId?: string | undefined;
@@ -82662,6 +83113,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82662
83113
  userId?: number | undefined;
82663
83114
  credentialId?: string | undefined;
82664
83115
  relativePath?: string | undefined;
83116
+ purgeDirectory?: boolean | undefined;
82665
83117
  commitAuthorName?: string | undefined;
82666
83118
  commitAuthorEmail?: string | undefined;
82667
83119
  connectionId?: string | undefined;
@@ -82672,6 +83124,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82672
83124
  userId?: number | undefined;
82673
83125
  credentialId?: string | undefined;
82674
83126
  relativePath?: string | undefined;
83127
+ purgeDirectory?: boolean | undefined;
82675
83128
  commitAuthorName?: string | undefined;
82676
83129
  commitAuthorEmail?: string | undefined;
82677
83130
  connectionId?: string | undefined;
@@ -82683,6 +83136,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82683
83136
  userId?: number | undefined;
82684
83137
  credentialId?: string | undefined;
82685
83138
  relativePath?: string | undefined;
83139
+ purgeDirectory?: boolean | undefined;
82686
83140
  commitAuthorName?: string | undefined;
82687
83141
  commitAuthorEmail?: string | undefined;
82688
83142
  connectionId?: string | undefined;
@@ -82724,6 +83178,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82724
83178
  userId?: number | null | undefined;
82725
83179
  credentialId?: string | undefined;
82726
83180
  relativePath?: string | null | undefined;
83181
+ purgeDirectory?: boolean | null | undefined;
82727
83182
  commitAuthorName?: string | null | undefined;
82728
83183
  commitAuthorEmail?: string | null | undefined;
82729
83184
  connectionId?: string | null | undefined;
@@ -82736,6 +83191,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82736
83191
  userId?: number | null | undefined;
82737
83192
  credentialId?: string | undefined;
82738
83193
  relativePath?: string | null | undefined;
83194
+ purgeDirectory?: boolean | null | undefined;
82739
83195
  commitAuthorName?: string | null | undefined;
82740
83196
  commitAuthorEmail?: string | null | undefined;
82741
83197
  connectionId?: string | null | undefined;
@@ -82746,6 +83202,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82746
83202
  userId?: number | null | undefined;
82747
83203
  credentialId?: string | undefined;
82748
83204
  relativePath?: string | null | undefined;
83205
+ purgeDirectory?: boolean | null | undefined;
82749
83206
  commitAuthorName?: string | null | undefined;
82750
83207
  commitAuthorEmail?: string | null | undefined;
82751
83208
  connectionId?: string | null | undefined;
@@ -82757,6 +83214,7 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
82757
83214
  userId?: number | null | undefined;
82758
83215
  credentialId?: string | undefined;
82759
83216
  relativePath?: string | null | undefined;
83217
+ purgeDirectory?: boolean | null | undefined;
82760
83218
  commitAuthorName?: string | null | undefined;
82761
83219
  commitAuthorEmail?: string | null | undefined;
82762
83220
  connectionId?: string | null | undefined;
@@ -82816,6 +83274,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82816
83274
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82817
83275
  branch: z.ZodString;
82818
83276
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
83277
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
82819
83278
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82820
83279
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82821
83280
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -82828,6 +83287,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82828
83287
  userId?: number | undefined;
82829
83288
  credentialId?: string | undefined;
82830
83289
  relativePath?: string | undefined;
83290
+ purgeDirectory?: boolean | undefined;
82831
83291
  commitAuthorName?: string | undefined;
82832
83292
  commitAuthorEmail?: string | undefined;
82833
83293
  connectionId?: string | undefined;
@@ -82840,6 +83300,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82840
83300
  userId?: number | null | undefined;
82841
83301
  credentialId?: string | undefined;
82842
83302
  relativePath?: string | null | undefined;
83303
+ purgeDirectory?: boolean | null | undefined;
82843
83304
  commitAuthorName?: string | null | undefined;
82844
83305
  commitAuthorEmail?: string | null | undefined;
82845
83306
  connectionId?: string | null | undefined;
@@ -82853,6 +83314,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82853
83314
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82854
83315
  branch: z.ZodString;
82855
83316
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
83317
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
82856
83318
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82857
83319
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
82858
83320
  }, "strip", z.ZodTypeAny, {
@@ -82863,6 +83325,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82863
83325
  userId?: number | undefined;
82864
83326
  credentialId?: string | undefined;
82865
83327
  relativePath?: string | undefined;
83328
+ purgeDirectory?: boolean | undefined;
82866
83329
  commitAuthorName?: string | undefined;
82867
83330
  commitAuthorEmail?: string | undefined;
82868
83331
  connectionId?: string | undefined;
@@ -82874,6 +83337,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82874
83337
  userId?: number | null | undefined;
82875
83338
  credentialId?: string | undefined;
82876
83339
  relativePath?: string | null | undefined;
83340
+ purgeDirectory?: boolean | null | undefined;
82877
83341
  commitAuthorName?: string | null | undefined;
82878
83342
  commitAuthorEmail?: string | null | undefined;
82879
83343
  connectionId?: string | null | undefined;
@@ -82883,6 +83347,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82883
83347
  url: z.ZodString;
82884
83348
  branch: z.ZodString;
82885
83349
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
83350
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
82886
83351
  commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82887
83352
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82888
83353
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -82893,6 +83358,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82893
83358
  userId?: number | undefined;
82894
83359
  credentialId?: string | undefined;
82895
83360
  relativePath?: string | undefined;
83361
+ purgeDirectory?: boolean | undefined;
82896
83362
  commitAuthorName?: string | undefined;
82897
83363
  commitAuthorEmail?: string | undefined;
82898
83364
  connectionId?: string | undefined;
@@ -82902,6 +83368,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82902
83368
  userId?: number | null | undefined;
82903
83369
  credentialId?: string | undefined;
82904
83370
  relativePath?: string | null | undefined;
83371
+ purgeDirectory?: boolean | null | undefined;
82905
83372
  commitAuthorName?: string | null | undefined;
82906
83373
  commitAuthorEmail?: string | null | undefined;
82907
83374
  connectionId?: string | null | undefined;
@@ -82913,6 +83380,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82913
83380
  commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82914
83381
  branch: z.ZodString;
82915
83382
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
83383
+ purgeDirectory: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
82916
83384
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82917
83385
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
82918
83386
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
@@ -82923,6 +83391,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82923
83391
  userId?: number | undefined;
82924
83392
  credentialId?: string | undefined;
82925
83393
  relativePath?: string | undefined;
83394
+ purgeDirectory?: boolean | undefined;
82926
83395
  commitAuthorName?: string | undefined;
82927
83396
  commitAuthorEmail?: string | undefined;
82928
83397
  connectionId?: string | undefined;
@@ -82933,6 +83402,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82933
83402
  userId?: number | null | undefined;
82934
83403
  credentialId?: string | undefined;
82935
83404
  relativePath?: string | null | undefined;
83405
+ purgeDirectory?: boolean | null | undefined;
82936
83406
  commitAuthorName?: string | null | undefined;
82937
83407
  commitAuthorEmail?: string | null | undefined;
82938
83408
  connectionId?: string | null | undefined;
@@ -82977,6 +83447,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82977
83447
  userId?: number | undefined;
82978
83448
  credentialId?: string | undefined;
82979
83449
  relativePath?: string | undefined;
83450
+ purgeDirectory?: boolean | undefined;
82980
83451
  commitAuthorName?: string | undefined;
82981
83452
  commitAuthorEmail?: string | undefined;
82982
83453
  connectionId?: string | undefined;
@@ -82989,6 +83460,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82989
83460
  userId?: number | undefined;
82990
83461
  credentialId?: string | undefined;
82991
83462
  relativePath?: string | undefined;
83463
+ purgeDirectory?: boolean | undefined;
82992
83464
  commitAuthorName?: string | undefined;
82993
83465
  commitAuthorEmail?: string | undefined;
82994
83466
  connectionId?: string | undefined;
@@ -82999,6 +83471,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
82999
83471
  userId?: number | undefined;
83000
83472
  credentialId?: string | undefined;
83001
83473
  relativePath?: string | undefined;
83474
+ purgeDirectory?: boolean | undefined;
83002
83475
  commitAuthorName?: string | undefined;
83003
83476
  commitAuthorEmail?: string | undefined;
83004
83477
  connectionId?: string | undefined;
@@ -83010,6 +83483,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83010
83483
  userId?: number | undefined;
83011
83484
  credentialId?: string | undefined;
83012
83485
  relativePath?: string | undefined;
83486
+ purgeDirectory?: boolean | undefined;
83013
83487
  commitAuthorName?: string | undefined;
83014
83488
  commitAuthorEmail?: string | undefined;
83015
83489
  connectionId?: string | undefined;
@@ -83033,6 +83507,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83033
83507
  userId?: number | null | undefined;
83034
83508
  credentialId?: string | undefined;
83035
83509
  relativePath?: string | null | undefined;
83510
+ purgeDirectory?: boolean | null | undefined;
83036
83511
  commitAuthorName?: string | null | undefined;
83037
83512
  commitAuthorEmail?: string | null | undefined;
83038
83513
  connectionId?: string | null | undefined;
@@ -83045,6 +83520,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83045
83520
  userId?: number | null | undefined;
83046
83521
  credentialId?: string | undefined;
83047
83522
  relativePath?: string | null | undefined;
83523
+ purgeDirectory?: boolean | null | undefined;
83048
83524
  commitAuthorName?: string | null | undefined;
83049
83525
  commitAuthorEmail?: string | null | undefined;
83050
83526
  connectionId?: string | null | undefined;
@@ -83055,6 +83531,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83055
83531
  userId?: number | null | undefined;
83056
83532
  credentialId?: string | undefined;
83057
83533
  relativePath?: string | null | undefined;
83534
+ purgeDirectory?: boolean | null | undefined;
83058
83535
  commitAuthorName?: string | null | undefined;
83059
83536
  commitAuthorEmail?: string | null | undefined;
83060
83537
  connectionId?: string | null | undefined;
@@ -83066,6 +83543,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83066
83543
  userId?: number | null | undefined;
83067
83544
  credentialId?: string | undefined;
83068
83545
  relativePath?: string | null | undefined;
83546
+ purgeDirectory?: boolean | null | undefined;
83069
83547
  commitAuthorName?: string | null | undefined;
83070
83548
  commitAuthorEmail?: string | null | undefined;
83071
83549
  connectionId?: string | null | undefined;
@@ -83106,6 +83584,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83106
83584
  userId?: number | undefined;
83107
83585
  credentialId?: string | undefined;
83108
83586
  relativePath?: string | undefined;
83587
+ purgeDirectory?: boolean | undefined;
83109
83588
  commitAuthorName?: string | undefined;
83110
83589
  commitAuthorEmail?: string | undefined;
83111
83590
  connectionId?: string | undefined;
@@ -83118,6 +83597,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83118
83597
  userId?: number | undefined;
83119
83598
  credentialId?: string | undefined;
83120
83599
  relativePath?: string | undefined;
83600
+ purgeDirectory?: boolean | undefined;
83121
83601
  commitAuthorName?: string | undefined;
83122
83602
  commitAuthorEmail?: string | undefined;
83123
83603
  connectionId?: string | undefined;
@@ -83128,6 +83608,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83128
83608
  userId?: number | undefined;
83129
83609
  credentialId?: string | undefined;
83130
83610
  relativePath?: string | undefined;
83611
+ purgeDirectory?: boolean | undefined;
83131
83612
  commitAuthorName?: string | undefined;
83132
83613
  commitAuthorEmail?: string | undefined;
83133
83614
  connectionId?: string | undefined;
@@ -83139,6 +83620,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83139
83620
  userId?: number | undefined;
83140
83621
  credentialId?: string | undefined;
83141
83622
  relativePath?: string | undefined;
83623
+ purgeDirectory?: boolean | undefined;
83142
83624
  commitAuthorName?: string | undefined;
83143
83625
  commitAuthorEmail?: string | undefined;
83144
83626
  connectionId?: string | undefined;
@@ -83181,6 +83663,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83181
83663
  userId?: number | null | undefined;
83182
83664
  credentialId?: string | undefined;
83183
83665
  relativePath?: string | null | undefined;
83666
+ purgeDirectory?: boolean | null | undefined;
83184
83667
  commitAuthorName?: string | null | undefined;
83185
83668
  commitAuthorEmail?: string | null | undefined;
83186
83669
  connectionId?: string | null | undefined;
@@ -83193,6 +83676,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83193
83676
  userId?: number | null | undefined;
83194
83677
  credentialId?: string | undefined;
83195
83678
  relativePath?: string | null | undefined;
83679
+ purgeDirectory?: boolean | null | undefined;
83196
83680
  commitAuthorName?: string | null | undefined;
83197
83681
  commitAuthorEmail?: string | null | undefined;
83198
83682
  connectionId?: string | null | undefined;
@@ -83203,6 +83687,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83203
83687
  userId?: number | null | undefined;
83204
83688
  credentialId?: string | undefined;
83205
83689
  relativePath?: string | null | undefined;
83690
+ purgeDirectory?: boolean | null | undefined;
83206
83691
  commitAuthorName?: string | null | undefined;
83207
83692
  commitAuthorEmail?: string | null | undefined;
83208
83693
  connectionId?: string | null | undefined;
@@ -83214,6 +83699,7 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
83214
83699
  userId?: number | null | undefined;
83215
83700
  credentialId?: string | undefined;
83216
83701
  relativePath?: string | null | undefined;
83702
+ purgeDirectory?: boolean | null | undefined;
83217
83703
  commitAuthorName?: string | null | undefined;
83218
83704
  commitAuthorEmail?: string | null | undefined;
83219
83705
  connectionId?: string | null | undefined;
@@ -83960,6 +84446,7 @@ declare class PipelinesEndpoint {
83960
84446
  userId?: number | undefined;
83961
84447
  credentialId?: string | undefined;
83962
84448
  relativePath?: string | undefined;
84449
+ purgeDirectory?: boolean | undefined;
83963
84450
  commitAuthorName?: string | undefined;
83964
84451
  commitAuthorEmail?: string | undefined;
83965
84452
  connectionId?: string | undefined;
@@ -83972,6 +84459,7 @@ declare class PipelinesEndpoint {
83972
84459
  userId?: number | undefined;
83973
84460
  credentialId?: string | undefined;
83974
84461
  relativePath?: string | undefined;
84462
+ purgeDirectory?: boolean | undefined;
83975
84463
  commitAuthorName?: string | undefined;
83976
84464
  commitAuthorEmail?: string | undefined;
83977
84465
  connectionId?: string | undefined;
@@ -83982,6 +84470,7 @@ declare class PipelinesEndpoint {
83982
84470
  userId?: number | undefined;
83983
84471
  credentialId?: string | undefined;
83984
84472
  relativePath?: string | undefined;
84473
+ purgeDirectory?: boolean | undefined;
83985
84474
  commitAuthorName?: string | undefined;
83986
84475
  commitAuthorEmail?: string | undefined;
83987
84476
  connectionId?: string | undefined;
@@ -83993,6 +84482,7 @@ declare class PipelinesEndpoint {
83993
84482
  userId?: number | undefined;
83994
84483
  credentialId?: string | undefined;
83995
84484
  relativePath?: string | undefined;
84485
+ purgeDirectory?: boolean | undefined;
83996
84486
  commitAuthorName?: string | undefined;
83997
84487
  commitAuthorEmail?: string | undefined;
83998
84488
  connectionId?: string | undefined;
@@ -84077,6 +84567,7 @@ declare class PipelinesEndpoint {
84077
84567
  userId?: number | undefined;
84078
84568
  credentialId?: string | undefined;
84079
84569
  relativePath?: string | undefined;
84570
+ purgeDirectory?: boolean | undefined;
84080
84571
  commitAuthorName?: string | undefined;
84081
84572
  commitAuthorEmail?: string | undefined;
84082
84573
  connectionId?: string | undefined;
@@ -84090,6 +84581,7 @@ declare class PipelinesEndpoint {
84090
84581
  userId?: number | undefined;
84091
84582
  credentialId?: string | undefined;
84092
84583
  relativePath?: string | undefined;
84584
+ purgeDirectory?: boolean | undefined;
84093
84585
  commitAuthorName?: string | undefined;
84094
84586
  commitAuthorEmail?: string | undefined;
84095
84587
  connectionId?: string | undefined;
@@ -84101,6 +84593,7 @@ declare class PipelinesEndpoint {
84101
84593
  userId?: number | undefined;
84102
84594
  credentialId?: string | undefined;
84103
84595
  relativePath?: string | undefined;
84596
+ purgeDirectory?: boolean | undefined;
84104
84597
  commitAuthorName?: string | undefined;
84105
84598
  commitAuthorEmail?: string | undefined;
84106
84599
  connectionId?: string | undefined;
@@ -84113,6 +84606,7 @@ declare class PipelinesEndpoint {
84113
84606
  userId?: number | undefined;
84114
84607
  credentialId?: string | undefined;
84115
84608
  relativePath?: string | undefined;
84609
+ purgeDirectory?: boolean | undefined;
84116
84610
  commitAuthorName?: string | undefined;
84117
84611
  commitAuthorEmail?: string | undefined;
84118
84612
  connectionId?: string | undefined;
@@ -84151,6 +84645,7 @@ declare class PipelinesEndpoint {
84151
84645
  userId?: number | undefined;
84152
84646
  credentialId?: string | undefined;
84153
84647
  relativePath?: string | undefined;
84648
+ purgeDirectory?: boolean | undefined;
84154
84649
  commitAuthorName?: string | undefined;
84155
84650
  commitAuthorEmail?: string | undefined;
84156
84651
  connectionId?: string | undefined;
@@ -84163,6 +84658,7 @@ declare class PipelinesEndpoint {
84163
84658
  userId?: number | undefined;
84164
84659
  credentialId?: string | undefined;
84165
84660
  relativePath?: string | undefined;
84661
+ purgeDirectory?: boolean | undefined;
84166
84662
  commitAuthorName?: string | undefined;
84167
84663
  commitAuthorEmail?: string | undefined;
84168
84664
  connectionId?: string | undefined;
@@ -84173,6 +84669,7 @@ declare class PipelinesEndpoint {
84173
84669
  userId?: number | undefined;
84174
84670
  credentialId?: string | undefined;
84175
84671
  relativePath?: string | undefined;
84672
+ purgeDirectory?: boolean | undefined;
84176
84673
  commitAuthorName?: string | undefined;
84177
84674
  commitAuthorEmail?: string | undefined;
84178
84675
  connectionId?: string | undefined;
@@ -84184,6 +84681,7 @@ declare class PipelinesEndpoint {
84184
84681
  userId?: number | undefined;
84185
84682
  credentialId?: string | undefined;
84186
84683
  relativePath?: string | undefined;
84684
+ purgeDirectory?: boolean | undefined;
84187
84685
  commitAuthorName?: string | undefined;
84188
84686
  commitAuthorEmail?: string | undefined;
84189
84687
  connectionId?: string | undefined;
@@ -84268,6 +84766,7 @@ declare class PipelinesEndpoint {
84268
84766
  userId?: number | undefined;
84269
84767
  credentialId?: string | undefined;
84270
84768
  relativePath?: string | undefined;
84769
+ purgeDirectory?: boolean | undefined;
84271
84770
  commitAuthorName?: string | undefined;
84272
84771
  commitAuthorEmail?: string | undefined;
84273
84772
  connectionId?: string | undefined;
@@ -84281,6 +84780,7 @@ declare class PipelinesEndpoint {
84281
84780
  userId?: number | undefined;
84282
84781
  credentialId?: string | undefined;
84283
84782
  relativePath?: string | undefined;
84783
+ purgeDirectory?: boolean | undefined;
84284
84784
  commitAuthorName?: string | undefined;
84285
84785
  commitAuthorEmail?: string | undefined;
84286
84786
  connectionId?: string | undefined;
@@ -84292,6 +84792,7 @@ declare class PipelinesEndpoint {
84292
84792
  userId?: number | undefined;
84293
84793
  credentialId?: string | undefined;
84294
84794
  relativePath?: string | undefined;
84795
+ purgeDirectory?: boolean | undefined;
84295
84796
  commitAuthorName?: string | undefined;
84296
84797
  commitAuthorEmail?: string | undefined;
84297
84798
  connectionId?: string | undefined;
@@ -84304,6 +84805,7 @@ declare class PipelinesEndpoint {
84304
84805
  userId?: number | undefined;
84305
84806
  credentialId?: string | undefined;
84306
84807
  relativePath?: string | undefined;
84808
+ purgeDirectory?: boolean | undefined;
84307
84809
  commitAuthorName?: string | undefined;
84308
84810
  commitAuthorEmail?: string | undefined;
84309
84811
  connectionId?: string | undefined;
@@ -84334,6 +84836,7 @@ declare class PipelinesEndpoint {
84334
84836
  userId?: number | undefined;
84335
84837
  credentialId?: string | undefined;
84336
84838
  relativePath?: string | undefined;
84839
+ purgeDirectory?: boolean | undefined;
84337
84840
  commitAuthorName?: string | undefined;
84338
84841
  commitAuthorEmail?: string | undefined;
84339
84842
  connectionId?: string | undefined;
@@ -84346,6 +84849,7 @@ declare class PipelinesEndpoint {
84346
84849
  userId?: number | undefined;
84347
84850
  credentialId?: string | undefined;
84348
84851
  relativePath?: string | undefined;
84852
+ purgeDirectory?: boolean | undefined;
84349
84853
  commitAuthorName?: string | undefined;
84350
84854
  commitAuthorEmail?: string | undefined;
84351
84855
  connectionId?: string | undefined;
@@ -84356,6 +84860,7 @@ declare class PipelinesEndpoint {
84356
84860
  userId?: number | undefined;
84357
84861
  credentialId?: string | undefined;
84358
84862
  relativePath?: string | undefined;
84863
+ purgeDirectory?: boolean | undefined;
84359
84864
  commitAuthorName?: string | undefined;
84360
84865
  commitAuthorEmail?: string | undefined;
84361
84866
  connectionId?: string | undefined;
@@ -84367,6 +84872,7 @@ declare class PipelinesEndpoint {
84367
84872
  userId?: number | undefined;
84368
84873
  credentialId?: string | undefined;
84369
84874
  relativePath?: string | undefined;
84875
+ purgeDirectory?: boolean | undefined;
84370
84876
  commitAuthorName?: string | undefined;
84371
84877
  commitAuthorEmail?: string | undefined;
84372
84878
  connectionId?: string | undefined;
@@ -84542,6 +85048,31 @@ declare class ElementPropertyDefinitionsEndpoint {
84542
85048
  }>;
84543
85049
  }
84544
85050
 
85051
+ declare class ElementPropertyValuesEndpoint {
85052
+ private readonly requestExecutor;
85053
+ constructor(requestExecutor: RequestExecutor);
85054
+ list(designSystemId: string, versionId: string): Promise<{
85055
+ values: {
85056
+ id: string;
85057
+ designSystemVersionId: string;
85058
+ definitionId: string;
85059
+ targetElementId: string;
85060
+ value?: string | number | boolean | undefined;
85061
+ valuePreview?: string | undefined;
85062
+ }[];
85063
+ }>;
85064
+ upsert(designSystemId: string, versionId: string, body: DTOElementPropertyValueUpsertPaylod): Promise<{
85065
+ value: {
85066
+ id: string;
85067
+ designSystemVersionId: string;
85068
+ definitionId: string;
85069
+ targetElementId: string;
85070
+ value?: string | number | boolean | undefined;
85071
+ valuePreview?: string | undefined;
85072
+ };
85073
+ }>;
85074
+ }
85075
+
84545
85076
  declare class VersionStatsEndpoint {
84546
85077
  private readonly requestExecutor;
84547
85078
  constructor(requestExecutor: RequestExecutor);
@@ -86110,31 +86641,6 @@ declare class TokensEndpoint {
86110
86641
  get(dsId: string, versionId: string, tokenId: string): Promise<DTODesignTokenListResponse>;
86111
86642
  }
86112
86643
 
86113
- declare class ElementPropertyValuesEndpoint {
86114
- private readonly requestExecutor;
86115
- constructor(requestExecutor: RequestExecutor);
86116
- list(designSystemId: string, versionId: string): Promise<{
86117
- values: {
86118
- id: string;
86119
- designSystemVersionId: string;
86120
- definitionId: string;
86121
- targetElementId: string;
86122
- value?: string | number | boolean | undefined;
86123
- valuePreview?: string | undefined;
86124
- }[];
86125
- }>;
86126
- upsert(designSystemId: string, versionId: string, body: DTOElementPropertyValueUpsertPaylod): Promise<{
86127
- value: {
86128
- id: string;
86129
- designSystemVersionId: string;
86130
- definitionId: string;
86131
- targetElementId: string;
86132
- value?: string | number | boolean | undefined;
86133
- valuePreview?: string | undefined;
86134
- };
86135
- }>;
86136
- }
86137
-
86138
86644
  declare class DesignSystemVersionsEndpoint {
86139
86645
  private readonly requestExecutor;
86140
86646
  readonly themes: ThemesEndpoint;
@@ -90381,4 +90887,4 @@ declare class FrontendVersionRoomYDoc {
90381
90887
 
90382
90888
  declare function generatePageContentHash(content: DocumentationPageEditorModel, definitions: PageBlockDefinition[], debug?: boolean): string;
90383
90889
 
90384
- export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionDeletePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemMembersEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ExportersEndpoint, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };
90890
+ export { BackendVersionRoomYDoc, BlockDefinitionUtils, BlockParsingUtils, BrandsEndpoint, CodegenEndpoint, Collection, DTOAppBootstrapDataQuery, DTOAppBootstrapDataResponse, DTOAssetRenderConfiguration, DTOAuthenticatedUser, DTOAuthenticatedUserProfile, DTOAuthenticatedUserResponse, DTOBffFigmaImportRequestBody, DTOBffImportRequestBody, DTOBffUploadImportRequestBody, DTOBrand, DTOBrandCreateResponse, DTOBrandGetResponse, DTOBrandsListResponse, DTOCreateBrandInput, DTOCreateDocumentationGroupInput, DTOCreateDocumentationPageInputV2, DTOCreateDocumentationTabInput, DTOCreateVersionInput, DTODataSource, DTODataSourceCreationResponse, DTODataSourceFigma, DTODataSourceFigmaCloud, DTODataSourceFigmaVariablesPlugin, DTODataSourceTokenStudio, DTODataSourcesListResponse, DTODeleteDocumentationGroupInput, DTODeleteDocumentationPageInputV2, DTODeleteDocumentationTabGroupInput, DTODesignElementsDataDiffResponse, DTODesignSystem, DTODesignSystemCreateInput, DTODesignSystemInvitation, DTODesignSystemMember, DTODesignSystemMemberListResponse, DTODesignSystemMembersUpdatePayload, DTODesignSystemMembersUpdateResponse, DTODesignSystemResponse, DTODesignSystemRole, DTODesignSystemUpdateAccessModeInput, DTODesignSystemUpdateInput, DTODesignSystemVersion, DTODesignSystemVersionCreationResponse, DTODesignSystemVersionGetResponse, DTODesignSystemVersionJobStatusResponse, DTODesignSystemVersionJobsResponse, DTODesignSystemVersionStats, DTODesignSystemVersionStatsQuery, DTODesignSystemVersionsListResponse, DTODesignSystemsListResponse, DTODesignToken, DTODesignTokenCreatePayload, DTODesignTokenListResponse, DTODesignTokenResponse, DTODiffCountBase, DTODocumentationDraftChangeType, DTODocumentationDraftState, DTODocumentationDraftStateCreated, DTODocumentationDraftStateDeleted, DTODocumentationDraftStateUpdated, DTODocumentationGroupApprovalState, DTODocumentationGroupCreateActionInputV2, DTODocumentationGroupCreateActionOutputV2, DTODocumentationGroupDeleteActionInputV2, DTODocumentationGroupDeleteActionOutputV2, DTODocumentationGroupDuplicateActionInputV2, DTODocumentationGroupDuplicateActionOutputV2, DTODocumentationGroupMoveActionInputV2, DTODocumentationGroupMoveActionOutputV2, DTODocumentationGroupRestoreActionInput, DTODocumentationGroupRestoreActionOutput, DTODocumentationGroupStructureV1, DTODocumentationGroupUpdateActionInputV2, DTODocumentationGroupUpdateActionOutputV2, DTODocumentationGroupV1, DTODocumentationGroupV2, DTODocumentationHierarchyV2, DTODocumentationItemConfigurationV1, DTODocumentationItemConfigurationV2, DTODocumentationItemHeaderV2, DTODocumentationLinkPreviewRequest, DTODocumentationLinkPreviewResponse, DTODocumentationPageAnchor, DTODocumentationPageApprovalState, DTODocumentationPageApprovalStateChangeActionInput, DTODocumentationPageApprovalStateChangeActionOutput, DTODocumentationPageApprovalStateChangeInput, DTODocumentationPageContent, DTODocumentationPageContentGetResponse, DTODocumentationPageCreateActionInputV2, DTODocumentationPageCreateActionOutputV2, DTODocumentationPageDeleteActionInputV2, DTODocumentationPageDeleteActionOutputV2, DTODocumentationPageDuplicateActionInputV2, DTODocumentationPageDuplicateActionOutputV2, DTODocumentationPageMoveActionInputV2, DTODocumentationPageMoveActionOutputV2, DTODocumentationPageRestoreActionInput, DTODocumentationPageRestoreActionOutput, DTODocumentationPageRoomHeaderData, DTODocumentationPageRoomHeaderDataUpdate, DTODocumentationPageSnapshot, DTODocumentationPageUpdateActionInputV2, DTODocumentationPageUpdateActionOutputV2, DTODocumentationPageV2, DTODocumentationPublishMetadata, DTODocumentationPublishTypeQueryParams, DTODocumentationTabCreateActionInputV2, DTODocumentationTabCreateActionOutputV2, type DTODocumentationTabGroupCreateActionInputV2, DTODocumentationTabGroupDeleteActionInputV2, DTODocumentationTabGroupDeleteActionOutputV2, DTODownloadAssetsRequest, DTODownloadAssetsResponse, DTODuplicateDocumentationGroupInput, DTODuplicateDocumentationPageInputV2, DTOElementActionInput, DTOElementActionOutput, DTOElementPropertyDefinition, DTOElementPropertyDefinitionCreatePayload, DTOElementPropertyDefinitionDeletePayload, DTOElementPropertyDefinitionListResponse, DTOElementPropertyDefinitionResponse, DTOElementPropertyDefinitionUpdatePayload, DTOElementPropertyValue, DTOElementPropertyValueListResponse, DTOElementPropertyValueResponse, DTOElementPropertyValueUpsertPaylod, DTOElementView, DTOElementViewBasePropertyColumn, DTOElementViewColumn, DTOElementViewColumnSharedAttributes, DTOElementViewPropertyDefinitionColumn, DTOElementViewThemeColumn, DTOElementViewsListResponse, DTOElementsGetOutput, type DTOElementsGetQueryParsed, type DTOElementsGetQueryRaw, DTOElementsGetQuerySchema, DTOElementsGetTypeFilter, DTOExportJob, DTOExportJobCreatedBy, DTOExportJobDesignSystemPreview, DTOExportJobDesignSystemVersionPreview, DTOExportJobDestinations, DTOExportJobResponse, DTOExportJobResult, DTOExportJobsListFilter, DTOExporter, DTOExporterCreateInput, DTOExporterCreateOutput, DTOExporterGitProviderEnum, DTOExporterListQuery, DTOExporterListResponse, DTOExporterMembership, DTOExporterMembershipRole, DTOExporterProperty, DTOExporterPropertyListResponse, DTOExporterSource, DTOExporterType, DTOExporterUpdateInput, DTOFigmaComponent, DTOFigmaComponentBooleanProperty, DTOFigmaComponentInstanceSwapProperty, DTOFigmaComponentListResponse, DTOFigmaComponentProperty, DTOFigmaComponentPropertyMap, DTOFigmaComponentTextProperty, DTOFigmaComponentVariantProperty, DTOFigmaNode, DTOFigmaNodeData, DTOFigmaNodeOrigin, DTOFigmaNodeRenderActionInput, DTOFigmaNodeRenderActionOutput, DTOFigmaNodeRenderFormat, DTOFigmaNodeRenderInput, DTOGetBlockDefinitionsOutput, DTOGetDocumentationPageAnchorsResponse, DTOGitBranch, DTOGitOrganization, DTOGitProject, DTOGitRepository, DTOImportJob, DTOImportJobResponse, DTOIntegration, DTOIntegrationCredentials, DTOIntegrationOAuthGetResponse, DTOIntegrationPostResponse, DTOIntegrationsGetListResponse, DTOLiveblocksAuthRequest, DTOLiveblocksAuthResponse, DTOMoveDocumentationGroupInput, DTOMoveDocumentationPageInputV2, DTONpmRegistryConfig, DTONpmRegistryConfigConstants, DTOPageBlockColorV2, DTOPageBlockDefinition, DTOPageBlockDefinitionBehavior, DTOPageBlockDefinitionItem, DTOPageBlockDefinitionLayout, DTOPageBlockDefinitionProperty, DTOPageBlockDefinitionVariant, DTOPageBlockItemV2, DTOPagination, DTOPipeline, DTOPipelineCreateBody, DTOPipelineListQuery, DTOPipelineListResponse, DTOPipelineResponse, DTOPipelineTriggerBody, DTOPipelineUpdateBody, DTOPropertyDefinitionCreateActionInputV2, DTOPropertyDefinitionCreateActionOutputV2, DTOPropertyDefinitionDeleteActionInputV2, DTOPropertyDefinitionDeleteActionOutputV2, DTOPropertyDefinitionUpdateActionInputV2, DTOPropertyDefinitionUpdateActionOutputV2, DTOPublishDocumentationChanges, DTOPublishDocumentationRequest, DTOPublishDocumentationResponse, DTORenderedAssetFile, DTORestoreDocumentationGroupInput, DTORestoreDocumentationPageInput, DTOTheme, DTOThemeCreatePayload, DTOThemeListResponse, DTOThemeOverride, DTOThemeOverrideCreatePayload, DTOThemeResponse, DTOTokenCollection, DTOTokenCollectionsListReponse, DTOUpdateDocumentationGroupInput, DTOUpdateDocumentationPageInputV2, DTOUpdateUserNotificationSettingsPayload, DTOUpdateVersionInput, DTOUser, DTOUserGetResponse, DTOUserNotificationSettingsResponse, DTOUserOnboarding, DTOUserOnboardingDepartment, DTOUserOnboardingJobLevel, DTOUserProfile, DTOUserProfileUpdate, DTOUserProfileUpdatePayload, DTOUserProfileUpdateResponse, DTOUserSource, DTOUserWorkspaceMembership, DTOUserWorkspaceMembershipsResponse, DTOWorkspace, DTOWorkspaceCreateInput, DTOWorkspaceIntegrationGetGitObjectsInput, DTOWorkspaceIntegrationOauthInput, DTOWorkspaceIntegrationPATInput, DTOWorkspaceInvitationInput, DTOWorkspaceInvitationUpdateResponse, DTOWorkspaceInvitationsListInput, DTOWorkspaceInvitationsResponse, DTOWorkspaceInviteUpdate, DTOWorkspaceMember, DTOWorkspaceMembersListResponse, DTOWorkspaceProfile, DTOWorkspaceResponse, DTOWorkspaceRole, DesignSystemBffEndpoint, DesignSystemMembersEndpoint, DesignSystemSourcesEndpoint, DesignSystemVersionsEndpoint, DesignSystemsEndpoint, DimensionsVariableScopeType, DocumentationHierarchySettings, DocumentationPageEditorModel, DocumentationPageV1DTO, ElementPropertyDefinitionsEndpoint, ElementPropertyValuesEndpoint, ExportersEndpoint, FormattedCollections, FrontendVersionRoomYDoc, ImportJobsEndpoint, type ListItemNode, type ListNode, ListTreeBuilder, NpmRegistryInput, ObjectMeta, OverridesEndpoint, PageBlockEditorModel, PageSectionEditorModel, PipelinesEndpoint, type ProsemirrorBlockItem, type ProsemirrorMark, type ProsemirrorNode, RGB, RGBA, type RequestEexecutorServerErrorCode, RequestExecutor, type RequestExecutorConfig, RequestExecutorError, type RequestExecutorErrorType, type RequestExecutorJSONRequest, ResolvedVariableType, StringVariableScopeType, SupernovaApiClient, ThemesEndpoint, TokenCollectionsEndpoint, TokensEndpoint, UsersEndpoint, Variable, VariableAlias, VariableMode, VariableValue, VariablesMapping, VersionRoomBaseYDoc, VersionSQSPayload, VersionStatsEndpoint, WorkspaceConfigurationPayload, WorkspaceInvitationsEndpoint, WorkspaceMembersEndpoint, WorkspacesEndpoint, applyPrivacyConfigurationToNestedItems, blockToProsemirrorNode, buildDocPagePublishPaths, calculateElementParentChain, documentationItemConfigurationToDTOV1, documentationItemConfigurationToDTOV2, documentationPageToDTOV2, documentationPagesFixedConfigurationToDTOV1, documentationPagesFixedConfigurationToDTOV2, documentationPagesToDTOV1, documentationPagesToDTOV2, elementGroupsToDocumentationGroupDTOV1, elementGroupsToDocumentationGroupDTOV2, elementGroupsToDocumentationGroupFixedConfigurationDTOV1, elementGroupsToDocumentationGroupFixedConfigurationDTOV2, elementGroupsToDocumentationGroupStructureDTOV1, generateHash, generatePageContentHash, getDtoDefaultItemConfigurationV1, getDtoDefaultItemConfigurationV2, getMockPageBlockDefinitions, gitBranchToDto, gitOrganizationToDto, gitProjectToDto, gitRepositoryToDto, innerEditorProsemirrorSchema, integrationCredentialToDto, integrationToDto, itemConfigurationToYjs, mainEditorProsemirrorSchema, pageToProsemirrorDoc, pageToYDoc, pageToYXmlFragment, pipelineToDto, prosemirrorDocToPage, prosemirrorDocToRichTextPropertyValue, prosemirrorNodeToSection, prosemirrorNodesToBlocks, richTextPropertyValueToProsemirror, serializeAsCustomBlock, shallowProsemirrorNodeToBlock, validateDesignSystemVersion, validateSsoPayload, yDocToPage, yXmlFragmentToPage, yjsToDocumentationHierarchy, yjsToItemConfiguration };