@supernova-studio/client 0.52.3 → 0.52.5

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.ts CHANGED
@@ -8036,6 +8036,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8036
8036
  organizationId: z.ZodString;
8037
8037
  projectId: z.ZodString;
8038
8038
  repositoryId: z.ZodString;
8039
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8040
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8039
8041
  branch: z.ZodString;
8040
8042
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8041
8043
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -8049,6 +8051,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8049
8051
  url?: string | undefined;
8050
8052
  credentialId?: string | undefined;
8051
8053
  relativePath?: string | undefined;
8054
+ commitAuthorName?: string | undefined;
8055
+ commitAuthorEmail?: string | undefined;
8052
8056
  connectionId?: string | undefined;
8053
8057
  userId?: number | undefined;
8054
8058
  }, {
@@ -8059,6 +8063,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8059
8063
  url?: string | null | undefined;
8060
8064
  credentialId?: string | undefined;
8061
8065
  relativePath?: string | null | undefined;
8066
+ commitAuthorName?: string | null | undefined;
8067
+ commitAuthorEmail?: string | null | undefined;
8062
8068
  connectionId?: string | null | undefined;
8063
8069
  userId?: number | null | undefined;
8064
8070
  }>>;
@@ -8067,6 +8073,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8067
8073
  workspaceSlug: z.ZodString;
8068
8074
  projectKey: z.ZodString;
8069
8075
  repoSlug: z.ZodString;
8076
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8077
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8070
8078
  branch: z.ZodString;
8071
8079
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8072
8080
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -8078,6 +8086,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8078
8086
  repoSlug: string;
8079
8087
  credentialId?: string | undefined;
8080
8088
  relativePath?: string | undefined;
8089
+ commitAuthorName?: string | undefined;
8090
+ commitAuthorEmail?: string | undefined;
8081
8091
  connectionId?: string | undefined;
8082
8092
  userId?: number | undefined;
8083
8093
  }, {
@@ -8087,6 +8097,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8087
8097
  repoSlug: string;
8088
8098
  credentialId?: string | undefined;
8089
8099
  relativePath?: string | null | undefined;
8100
+ commitAuthorName?: string | null | undefined;
8101
+ commitAuthorEmail?: string | null | undefined;
8090
8102
  connectionId?: string | null | undefined;
8091
8103
  userId?: number | null | undefined;
8092
8104
  }>>;
@@ -8095,6 +8107,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8095
8107
  url: z.ZodString;
8096
8108
  branch: z.ZodString;
8097
8109
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8110
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8111
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8098
8112
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8099
8113
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
8100
8114
  }, "strip", z.ZodTypeAny, {
@@ -8102,6 +8116,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8102
8116
  branch: string;
8103
8117
  credentialId?: string | undefined;
8104
8118
  relativePath?: string | undefined;
8119
+ commitAuthorName?: string | undefined;
8120
+ commitAuthorEmail?: string | undefined;
8105
8121
  connectionId?: string | undefined;
8106
8122
  userId?: number | undefined;
8107
8123
  }, {
@@ -8109,12 +8125,16 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8109
8125
  branch: string;
8110
8126
  credentialId?: string | undefined;
8111
8127
  relativePath?: string | null | undefined;
8128
+ commitAuthorName?: string | null | undefined;
8129
+ commitAuthorEmail?: string | null | undefined;
8112
8130
  connectionId?: string | null | undefined;
8113
8131
  userId?: number | null | undefined;
8114
8132
  }>>;
8115
8133
  gitlab: z.ZodOptional<z.ZodObject<{
8116
8134
  credentialId: z.ZodOptional<z.ZodString>;
8117
8135
  projectId: z.ZodString;
8136
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8137
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8118
8138
  branch: z.ZodString;
8119
8139
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
8120
8140
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -8126,6 +8146,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8126
8146
  url?: string | undefined;
8127
8147
  credentialId?: string | undefined;
8128
8148
  relativePath?: string | undefined;
8149
+ commitAuthorName?: string | undefined;
8150
+ commitAuthorEmail?: string | undefined;
8129
8151
  connectionId?: string | undefined;
8130
8152
  userId?: number | undefined;
8131
8153
  }, {
@@ -8134,6 +8156,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8134
8156
  url?: string | null | undefined;
8135
8157
  credentialId?: string | undefined;
8136
8158
  relativePath?: string | null | undefined;
8159
+ commitAuthorName?: string | null | undefined;
8160
+ commitAuthorEmail?: string | null | undefined;
8137
8161
  connectionId?: string | null | undefined;
8138
8162
  userId?: number | null | undefined;
8139
8163
  }>>;
@@ -8176,6 +8200,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8176
8200
  url?: string | undefined;
8177
8201
  credentialId?: string | undefined;
8178
8202
  relativePath?: string | undefined;
8203
+ commitAuthorName?: string | undefined;
8204
+ commitAuthorEmail?: string | undefined;
8179
8205
  connectionId?: string | undefined;
8180
8206
  userId?: number | undefined;
8181
8207
  } | undefined;
@@ -8186,6 +8212,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8186
8212
  repoSlug: string;
8187
8213
  credentialId?: string | undefined;
8188
8214
  relativePath?: string | undefined;
8215
+ commitAuthorName?: string | undefined;
8216
+ commitAuthorEmail?: string | undefined;
8189
8217
  connectionId?: string | undefined;
8190
8218
  userId?: number | undefined;
8191
8219
  } | undefined;
@@ -8194,6 +8222,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8194
8222
  branch: string;
8195
8223
  credentialId?: string | undefined;
8196
8224
  relativePath?: string | undefined;
8225
+ commitAuthorName?: string | undefined;
8226
+ commitAuthorEmail?: string | undefined;
8197
8227
  connectionId?: string | undefined;
8198
8228
  userId?: number | undefined;
8199
8229
  } | undefined;
@@ -8203,6 +8233,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8203
8233
  url?: string | undefined;
8204
8234
  credentialId?: string | undefined;
8205
8235
  relativePath?: string | undefined;
8236
+ commitAuthorName?: string | undefined;
8237
+ commitAuthorEmail?: string | undefined;
8206
8238
  connectionId?: string | undefined;
8207
8239
  userId?: number | undefined;
8208
8240
  } | undefined;
@@ -8224,6 +8256,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8224
8256
  url?: string | null | undefined;
8225
8257
  credentialId?: string | undefined;
8226
8258
  relativePath?: string | null | undefined;
8259
+ commitAuthorName?: string | null | undefined;
8260
+ commitAuthorEmail?: string | null | undefined;
8227
8261
  connectionId?: string | null | undefined;
8228
8262
  userId?: number | null | undefined;
8229
8263
  } | undefined;
@@ -8234,6 +8268,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8234
8268
  repoSlug: string;
8235
8269
  credentialId?: string | undefined;
8236
8270
  relativePath?: string | null | undefined;
8271
+ commitAuthorName?: string | null | undefined;
8272
+ commitAuthorEmail?: string | null | undefined;
8237
8273
  connectionId?: string | null | undefined;
8238
8274
  userId?: number | null | undefined;
8239
8275
  } | undefined;
@@ -8242,6 +8278,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8242
8278
  branch: string;
8243
8279
  credentialId?: string | undefined;
8244
8280
  relativePath?: string | null | undefined;
8281
+ commitAuthorName?: string | null | undefined;
8282
+ commitAuthorEmail?: string | null | undefined;
8245
8283
  connectionId?: string | null | undefined;
8246
8284
  userId?: number | null | undefined;
8247
8285
  } | undefined;
@@ -8251,6 +8289,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8251
8289
  url?: string | null | undefined;
8252
8290
  credentialId?: string | undefined;
8253
8291
  relativePath?: string | null | undefined;
8292
+ commitAuthorName?: string | null | undefined;
8293
+ commitAuthorEmail?: string | null | undefined;
8254
8294
  connectionId?: string | null | undefined;
8255
8295
  userId?: number | null | undefined;
8256
8296
  } | undefined;
@@ -8450,6 +8490,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8450
8490
  url?: string | undefined;
8451
8491
  credentialId?: string | undefined;
8452
8492
  relativePath?: string | undefined;
8493
+ commitAuthorName?: string | undefined;
8494
+ commitAuthorEmail?: string | undefined;
8453
8495
  connectionId?: string | undefined;
8454
8496
  userId?: number | undefined;
8455
8497
  } | undefined;
@@ -8460,6 +8502,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8460
8502
  repoSlug: string;
8461
8503
  credentialId?: string | undefined;
8462
8504
  relativePath?: string | undefined;
8505
+ commitAuthorName?: string | undefined;
8506
+ commitAuthorEmail?: string | undefined;
8463
8507
  connectionId?: string | undefined;
8464
8508
  userId?: number | undefined;
8465
8509
  } | undefined;
@@ -8468,6 +8512,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8468
8512
  branch: string;
8469
8513
  credentialId?: string | undefined;
8470
8514
  relativePath?: string | undefined;
8515
+ commitAuthorName?: string | undefined;
8516
+ commitAuthorEmail?: string | undefined;
8471
8517
  connectionId?: string | undefined;
8472
8518
  userId?: number | undefined;
8473
8519
  } | undefined;
@@ -8477,6 +8523,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8477
8523
  url?: string | undefined;
8478
8524
  credentialId?: string | undefined;
8479
8525
  relativePath?: string | undefined;
8526
+ commitAuthorName?: string | undefined;
8527
+ commitAuthorEmail?: string | undefined;
8480
8528
  connectionId?: string | undefined;
8481
8529
  userId?: number | undefined;
8482
8530
  } | undefined;
@@ -8562,6 +8610,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8562
8610
  url?: string | null | undefined;
8563
8611
  credentialId?: string | undefined;
8564
8612
  relativePath?: string | null | undefined;
8613
+ commitAuthorName?: string | null | undefined;
8614
+ commitAuthorEmail?: string | null | undefined;
8565
8615
  connectionId?: string | null | undefined;
8566
8616
  userId?: number | null | undefined;
8567
8617
  } | undefined;
@@ -8572,6 +8622,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8572
8622
  repoSlug: string;
8573
8623
  credentialId?: string | undefined;
8574
8624
  relativePath?: string | null | undefined;
8625
+ commitAuthorName?: string | null | undefined;
8626
+ commitAuthorEmail?: string | null | undefined;
8575
8627
  connectionId?: string | null | undefined;
8576
8628
  userId?: number | null | undefined;
8577
8629
  } | undefined;
@@ -8580,6 +8632,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8580
8632
  branch: string;
8581
8633
  credentialId?: string | undefined;
8582
8634
  relativePath?: string | null | undefined;
8635
+ commitAuthorName?: string | null | undefined;
8636
+ commitAuthorEmail?: string | null | undefined;
8583
8637
  connectionId?: string | null | undefined;
8584
8638
  userId?: number | null | undefined;
8585
8639
  } | undefined;
@@ -8589,6 +8643,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8589
8643
  url?: string | null | undefined;
8590
8644
  credentialId?: string | undefined;
8591
8645
  relativePath?: string | null | undefined;
8646
+ commitAuthorName?: string | null | undefined;
8647
+ commitAuthorEmail?: string | null | undefined;
8592
8648
  connectionId?: string | null | undefined;
8593
8649
  userId?: number | null | undefined;
8594
8650
  } | undefined;
@@ -8676,6 +8732,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8676
8732
  url?: string | undefined;
8677
8733
  credentialId?: string | undefined;
8678
8734
  relativePath?: string | undefined;
8735
+ commitAuthorName?: string | undefined;
8736
+ commitAuthorEmail?: string | undefined;
8679
8737
  connectionId?: string | undefined;
8680
8738
  userId?: number | undefined;
8681
8739
  } | undefined;
@@ -8686,6 +8744,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8686
8744
  repoSlug: string;
8687
8745
  credentialId?: string | undefined;
8688
8746
  relativePath?: string | undefined;
8747
+ commitAuthorName?: string | undefined;
8748
+ commitAuthorEmail?: string | undefined;
8689
8749
  connectionId?: string | undefined;
8690
8750
  userId?: number | undefined;
8691
8751
  } | undefined;
@@ -8694,6 +8754,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8694
8754
  branch: string;
8695
8755
  credentialId?: string | undefined;
8696
8756
  relativePath?: string | undefined;
8757
+ commitAuthorName?: string | undefined;
8758
+ commitAuthorEmail?: string | undefined;
8697
8759
  connectionId?: string | undefined;
8698
8760
  userId?: number | undefined;
8699
8761
  } | undefined;
@@ -8703,6 +8765,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8703
8765
  url?: string | undefined;
8704
8766
  credentialId?: string | undefined;
8705
8767
  relativePath?: string | undefined;
8768
+ commitAuthorName?: string | undefined;
8769
+ commitAuthorEmail?: string | undefined;
8706
8770
  connectionId?: string | undefined;
8707
8771
  userId?: number | undefined;
8708
8772
  } | undefined;
@@ -8790,6 +8854,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8790
8854
  url?: string | null | undefined;
8791
8855
  credentialId?: string | undefined;
8792
8856
  relativePath?: string | null | undefined;
8857
+ commitAuthorName?: string | null | undefined;
8858
+ commitAuthorEmail?: string | null | undefined;
8793
8859
  connectionId?: string | null | undefined;
8794
8860
  userId?: number | null | undefined;
8795
8861
  } | undefined;
@@ -8800,6 +8866,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8800
8866
  repoSlug: string;
8801
8867
  credentialId?: string | undefined;
8802
8868
  relativePath?: string | null | undefined;
8869
+ commitAuthorName?: string | null | undefined;
8870
+ commitAuthorEmail?: string | null | undefined;
8803
8871
  connectionId?: string | null | undefined;
8804
8872
  userId?: number | null | undefined;
8805
8873
  } | undefined;
@@ -8808,6 +8876,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8808
8876
  branch: string;
8809
8877
  credentialId?: string | undefined;
8810
8878
  relativePath?: string | null | undefined;
8879
+ commitAuthorName?: string | null | undefined;
8880
+ commitAuthorEmail?: string | null | undefined;
8811
8881
  connectionId?: string | null | undefined;
8812
8882
  userId?: number | null | undefined;
8813
8883
  } | undefined;
@@ -8817,6 +8887,8 @@ declare const DTOPublishDocumentationResponse: z.ZodObject<{
8817
8887
  url?: string | null | undefined;
8818
8888
  credentialId?: string | undefined;
8819
8889
  relativePath?: string | null | undefined;
8890
+ commitAuthorName?: string | null | undefined;
8891
+ commitAuthorEmail?: string | null | undefined;
8820
8892
  connectionId?: string | null | undefined;
8821
8893
  userId?: number | null | undefined;
8822
8894
  } | undefined;
@@ -28503,6 +28575,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28503
28575
  organizationId: z.ZodString;
28504
28576
  projectId: z.ZodString;
28505
28577
  repositoryId: z.ZodString;
28578
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28579
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28506
28580
  branch: z.ZodString;
28507
28581
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28508
28582
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -28516,6 +28590,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28516
28590
  url?: string | undefined;
28517
28591
  credentialId?: string | undefined;
28518
28592
  relativePath?: string | undefined;
28593
+ commitAuthorName?: string | undefined;
28594
+ commitAuthorEmail?: string | undefined;
28519
28595
  connectionId?: string | undefined;
28520
28596
  userId?: number | undefined;
28521
28597
  }, {
@@ -28526,6 +28602,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28526
28602
  url?: string | null | undefined;
28527
28603
  credentialId?: string | undefined;
28528
28604
  relativePath?: string | null | undefined;
28605
+ commitAuthorName?: string | null | undefined;
28606
+ commitAuthorEmail?: string | null | undefined;
28529
28607
  connectionId?: string | null | undefined;
28530
28608
  userId?: number | null | undefined;
28531
28609
  }>>;
@@ -28534,6 +28612,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28534
28612
  workspaceSlug: z.ZodString;
28535
28613
  projectKey: z.ZodString;
28536
28614
  repoSlug: z.ZodString;
28615
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28616
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28537
28617
  branch: z.ZodString;
28538
28618
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28539
28619
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -28545,6 +28625,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28545
28625
  repoSlug: string;
28546
28626
  credentialId?: string | undefined;
28547
28627
  relativePath?: string | undefined;
28628
+ commitAuthorName?: string | undefined;
28629
+ commitAuthorEmail?: string | undefined;
28548
28630
  connectionId?: string | undefined;
28549
28631
  userId?: number | undefined;
28550
28632
  }, {
@@ -28554,6 +28636,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28554
28636
  repoSlug: string;
28555
28637
  credentialId?: string | undefined;
28556
28638
  relativePath?: string | null | undefined;
28639
+ commitAuthorName?: string | null | undefined;
28640
+ commitAuthorEmail?: string | null | undefined;
28557
28641
  connectionId?: string | null | undefined;
28558
28642
  userId?: number | null | undefined;
28559
28643
  }>>;
@@ -28562,6 +28646,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28562
28646
  url: z.ZodString;
28563
28647
  branch: z.ZodString;
28564
28648
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28649
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28650
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28565
28651
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28566
28652
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
28567
28653
  }, "strip", z.ZodTypeAny, {
@@ -28569,6 +28655,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28569
28655
  branch: string;
28570
28656
  credentialId?: string | undefined;
28571
28657
  relativePath?: string | undefined;
28658
+ commitAuthorName?: string | undefined;
28659
+ commitAuthorEmail?: string | undefined;
28572
28660
  connectionId?: string | undefined;
28573
28661
  userId?: number | undefined;
28574
28662
  }, {
@@ -28576,12 +28664,16 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28576
28664
  branch: string;
28577
28665
  credentialId?: string | undefined;
28578
28666
  relativePath?: string | null | undefined;
28667
+ commitAuthorName?: string | null | undefined;
28668
+ commitAuthorEmail?: string | null | undefined;
28579
28669
  connectionId?: string | null | undefined;
28580
28670
  userId?: number | null | undefined;
28581
28671
  }>>;
28582
28672
  gitlab: z.ZodOptional<z.ZodObject<{
28583
28673
  credentialId: z.ZodOptional<z.ZodString>;
28584
28674
  projectId: z.ZodString;
28675
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28676
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28585
28677
  branch: z.ZodString;
28586
28678
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28587
28679
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -28593,6 +28685,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28593
28685
  url?: string | undefined;
28594
28686
  credentialId?: string | undefined;
28595
28687
  relativePath?: string | undefined;
28688
+ commitAuthorName?: string | undefined;
28689
+ commitAuthorEmail?: string | undefined;
28596
28690
  connectionId?: string | undefined;
28597
28691
  userId?: number | undefined;
28598
28692
  }, {
@@ -28601,6 +28695,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28601
28695
  url?: string | null | undefined;
28602
28696
  credentialId?: string | undefined;
28603
28697
  relativePath?: string | null | undefined;
28698
+ commitAuthorName?: string | null | undefined;
28699
+ commitAuthorEmail?: string | null | undefined;
28604
28700
  connectionId?: string | null | undefined;
28605
28701
  userId?: number | null | undefined;
28606
28702
  }>>;
@@ -28643,6 +28739,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28643
28739
  url?: string | undefined;
28644
28740
  credentialId?: string | undefined;
28645
28741
  relativePath?: string | undefined;
28742
+ commitAuthorName?: string | undefined;
28743
+ commitAuthorEmail?: string | undefined;
28646
28744
  connectionId?: string | undefined;
28647
28745
  userId?: number | undefined;
28648
28746
  } | undefined;
@@ -28653,6 +28751,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28653
28751
  repoSlug: string;
28654
28752
  credentialId?: string | undefined;
28655
28753
  relativePath?: string | undefined;
28754
+ commitAuthorName?: string | undefined;
28755
+ commitAuthorEmail?: string | undefined;
28656
28756
  connectionId?: string | undefined;
28657
28757
  userId?: number | undefined;
28658
28758
  } | undefined;
@@ -28661,6 +28761,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28661
28761
  branch: string;
28662
28762
  credentialId?: string | undefined;
28663
28763
  relativePath?: string | undefined;
28764
+ commitAuthorName?: string | undefined;
28765
+ commitAuthorEmail?: string | undefined;
28664
28766
  connectionId?: string | undefined;
28665
28767
  userId?: number | undefined;
28666
28768
  } | undefined;
@@ -28670,6 +28772,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28670
28772
  url?: string | undefined;
28671
28773
  credentialId?: string | undefined;
28672
28774
  relativePath?: string | undefined;
28775
+ commitAuthorName?: string | undefined;
28776
+ commitAuthorEmail?: string | undefined;
28673
28777
  connectionId?: string | undefined;
28674
28778
  userId?: number | undefined;
28675
28779
  } | undefined;
@@ -28691,6 +28795,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28691
28795
  url?: string | null | undefined;
28692
28796
  credentialId?: string | undefined;
28693
28797
  relativePath?: string | null | undefined;
28798
+ commitAuthorName?: string | null | undefined;
28799
+ commitAuthorEmail?: string | null | undefined;
28694
28800
  connectionId?: string | null | undefined;
28695
28801
  userId?: number | null | undefined;
28696
28802
  } | undefined;
@@ -28701,6 +28807,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28701
28807
  repoSlug: string;
28702
28808
  credentialId?: string | undefined;
28703
28809
  relativePath?: string | null | undefined;
28810
+ commitAuthorName?: string | null | undefined;
28811
+ commitAuthorEmail?: string | null | undefined;
28704
28812
  connectionId?: string | null | undefined;
28705
28813
  userId?: number | null | undefined;
28706
28814
  } | undefined;
@@ -28709,6 +28817,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28709
28817
  branch: string;
28710
28818
  credentialId?: string | undefined;
28711
28819
  relativePath?: string | null | undefined;
28820
+ commitAuthorName?: string | null | undefined;
28821
+ commitAuthorEmail?: string | null | undefined;
28712
28822
  connectionId?: string | null | undefined;
28713
28823
  userId?: number | null | undefined;
28714
28824
  } | undefined;
@@ -28718,6 +28828,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
28718
28828
  url?: string | null | undefined;
28719
28829
  credentialId?: string | undefined;
28720
28830
  relativePath?: string | null | undefined;
28831
+ commitAuthorName?: string | null | undefined;
28832
+ commitAuthorEmail?: string | null | undefined;
28721
28833
  connectionId?: string | null | undefined;
28722
28834
  userId?: number | null | undefined;
28723
28835
  } | undefined;
@@ -28980,6 +29092,8 @@ declare const DTOExportJob: z.ZodObject<{
28980
29092
  organizationId: z.ZodString;
28981
29093
  projectId: z.ZodString;
28982
29094
  repositoryId: z.ZodString;
29095
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29096
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28983
29097
  branch: z.ZodString;
28984
29098
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
28985
29099
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -28993,6 +29107,8 @@ declare const DTOExportJob: z.ZodObject<{
28993
29107
  url?: string | undefined;
28994
29108
  credentialId?: string | undefined;
28995
29109
  relativePath?: string | undefined;
29110
+ commitAuthorName?: string | undefined;
29111
+ commitAuthorEmail?: string | undefined;
28996
29112
  connectionId?: string | undefined;
28997
29113
  userId?: number | undefined;
28998
29114
  }, {
@@ -29003,6 +29119,8 @@ declare const DTOExportJob: z.ZodObject<{
29003
29119
  url?: string | null | undefined;
29004
29120
  credentialId?: string | undefined;
29005
29121
  relativePath?: string | null | undefined;
29122
+ commitAuthorName?: string | null | undefined;
29123
+ commitAuthorEmail?: string | null | undefined;
29006
29124
  connectionId?: string | null | undefined;
29007
29125
  userId?: number | null | undefined;
29008
29126
  }>>;
@@ -29011,6 +29129,8 @@ declare const DTOExportJob: z.ZodObject<{
29011
29129
  workspaceSlug: z.ZodString;
29012
29130
  projectKey: z.ZodString;
29013
29131
  repoSlug: z.ZodString;
29132
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29133
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29014
29134
  branch: z.ZodString;
29015
29135
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29016
29136
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -29022,6 +29142,8 @@ declare const DTOExportJob: z.ZodObject<{
29022
29142
  repoSlug: string;
29023
29143
  credentialId?: string | undefined;
29024
29144
  relativePath?: string | undefined;
29145
+ commitAuthorName?: string | undefined;
29146
+ commitAuthorEmail?: string | undefined;
29025
29147
  connectionId?: string | undefined;
29026
29148
  userId?: number | undefined;
29027
29149
  }, {
@@ -29031,6 +29153,8 @@ declare const DTOExportJob: z.ZodObject<{
29031
29153
  repoSlug: string;
29032
29154
  credentialId?: string | undefined;
29033
29155
  relativePath?: string | null | undefined;
29156
+ commitAuthorName?: string | null | undefined;
29157
+ commitAuthorEmail?: string | null | undefined;
29034
29158
  connectionId?: string | null | undefined;
29035
29159
  userId?: number | null | undefined;
29036
29160
  }>>;
@@ -29039,6 +29163,8 @@ declare const DTOExportJob: z.ZodObject<{
29039
29163
  url: z.ZodString;
29040
29164
  branch: z.ZodString;
29041
29165
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29166
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29167
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29042
29168
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29043
29169
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
29044
29170
  }, "strip", z.ZodTypeAny, {
@@ -29046,6 +29172,8 @@ declare const DTOExportJob: z.ZodObject<{
29046
29172
  branch: string;
29047
29173
  credentialId?: string | undefined;
29048
29174
  relativePath?: string | undefined;
29175
+ commitAuthorName?: string | undefined;
29176
+ commitAuthorEmail?: string | undefined;
29049
29177
  connectionId?: string | undefined;
29050
29178
  userId?: number | undefined;
29051
29179
  }, {
@@ -29053,12 +29181,16 @@ declare const DTOExportJob: z.ZodObject<{
29053
29181
  branch: string;
29054
29182
  credentialId?: string | undefined;
29055
29183
  relativePath?: string | null | undefined;
29184
+ commitAuthorName?: string | null | undefined;
29185
+ commitAuthorEmail?: string | null | undefined;
29056
29186
  connectionId?: string | null | undefined;
29057
29187
  userId?: number | null | undefined;
29058
29188
  }>>;
29059
29189
  gitlab: z.ZodOptional<z.ZodObject<{
29060
29190
  credentialId: z.ZodOptional<z.ZodString>;
29061
29191
  projectId: z.ZodString;
29192
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29193
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29062
29194
  branch: z.ZodString;
29063
29195
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29064
29196
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -29070,6 +29202,8 @@ declare const DTOExportJob: z.ZodObject<{
29070
29202
  url?: string | undefined;
29071
29203
  credentialId?: string | undefined;
29072
29204
  relativePath?: string | undefined;
29205
+ commitAuthorName?: string | undefined;
29206
+ commitAuthorEmail?: string | undefined;
29073
29207
  connectionId?: string | undefined;
29074
29208
  userId?: number | undefined;
29075
29209
  }, {
@@ -29078,6 +29212,8 @@ declare const DTOExportJob: z.ZodObject<{
29078
29212
  url?: string | null | undefined;
29079
29213
  credentialId?: string | undefined;
29080
29214
  relativePath?: string | null | undefined;
29215
+ commitAuthorName?: string | null | undefined;
29216
+ commitAuthorEmail?: string | null | undefined;
29081
29217
  connectionId?: string | null | undefined;
29082
29218
  userId?: number | null | undefined;
29083
29219
  }>>;
@@ -29120,6 +29256,8 @@ declare const DTOExportJob: z.ZodObject<{
29120
29256
  url?: string | undefined;
29121
29257
  credentialId?: string | undefined;
29122
29258
  relativePath?: string | undefined;
29259
+ commitAuthorName?: string | undefined;
29260
+ commitAuthorEmail?: string | undefined;
29123
29261
  connectionId?: string | undefined;
29124
29262
  userId?: number | undefined;
29125
29263
  } | undefined;
@@ -29130,6 +29268,8 @@ declare const DTOExportJob: z.ZodObject<{
29130
29268
  repoSlug: string;
29131
29269
  credentialId?: string | undefined;
29132
29270
  relativePath?: string | undefined;
29271
+ commitAuthorName?: string | undefined;
29272
+ commitAuthorEmail?: string | undefined;
29133
29273
  connectionId?: string | undefined;
29134
29274
  userId?: number | undefined;
29135
29275
  } | undefined;
@@ -29138,6 +29278,8 @@ declare const DTOExportJob: z.ZodObject<{
29138
29278
  branch: string;
29139
29279
  credentialId?: string | undefined;
29140
29280
  relativePath?: string | undefined;
29281
+ commitAuthorName?: string | undefined;
29282
+ commitAuthorEmail?: string | undefined;
29141
29283
  connectionId?: string | undefined;
29142
29284
  userId?: number | undefined;
29143
29285
  } | undefined;
@@ -29147,6 +29289,8 @@ declare const DTOExportJob: z.ZodObject<{
29147
29289
  url?: string | undefined;
29148
29290
  credentialId?: string | undefined;
29149
29291
  relativePath?: string | undefined;
29292
+ commitAuthorName?: string | undefined;
29293
+ commitAuthorEmail?: string | undefined;
29150
29294
  connectionId?: string | undefined;
29151
29295
  userId?: number | undefined;
29152
29296
  } | undefined;
@@ -29168,6 +29312,8 @@ declare const DTOExportJob: z.ZodObject<{
29168
29312
  url?: string | null | undefined;
29169
29313
  credentialId?: string | undefined;
29170
29314
  relativePath?: string | null | undefined;
29315
+ commitAuthorName?: string | null | undefined;
29316
+ commitAuthorEmail?: string | null | undefined;
29171
29317
  connectionId?: string | null | undefined;
29172
29318
  userId?: number | null | undefined;
29173
29319
  } | undefined;
@@ -29178,6 +29324,8 @@ declare const DTOExportJob: z.ZodObject<{
29178
29324
  repoSlug: string;
29179
29325
  credentialId?: string | undefined;
29180
29326
  relativePath?: string | null | undefined;
29327
+ commitAuthorName?: string | null | undefined;
29328
+ commitAuthorEmail?: string | null | undefined;
29181
29329
  connectionId?: string | null | undefined;
29182
29330
  userId?: number | null | undefined;
29183
29331
  } | undefined;
@@ -29186,6 +29334,8 @@ declare const DTOExportJob: z.ZodObject<{
29186
29334
  branch: string;
29187
29335
  credentialId?: string | undefined;
29188
29336
  relativePath?: string | null | undefined;
29337
+ commitAuthorName?: string | null | undefined;
29338
+ commitAuthorEmail?: string | null | undefined;
29189
29339
  connectionId?: string | null | undefined;
29190
29340
  userId?: number | null | undefined;
29191
29341
  } | undefined;
@@ -29195,6 +29345,8 @@ declare const DTOExportJob: z.ZodObject<{
29195
29345
  url?: string | null | undefined;
29196
29346
  credentialId?: string | undefined;
29197
29347
  relativePath?: string | null | undefined;
29348
+ commitAuthorName?: string | null | undefined;
29349
+ commitAuthorEmail?: string | null | undefined;
29198
29350
  connectionId?: string | null | undefined;
29199
29351
  userId?: number | null | undefined;
29200
29352
  } | undefined;
@@ -29394,6 +29546,8 @@ declare const DTOExportJob: z.ZodObject<{
29394
29546
  url?: string | undefined;
29395
29547
  credentialId?: string | undefined;
29396
29548
  relativePath?: string | undefined;
29549
+ commitAuthorName?: string | undefined;
29550
+ commitAuthorEmail?: string | undefined;
29397
29551
  connectionId?: string | undefined;
29398
29552
  userId?: number | undefined;
29399
29553
  } | undefined;
@@ -29404,6 +29558,8 @@ declare const DTOExportJob: z.ZodObject<{
29404
29558
  repoSlug: string;
29405
29559
  credentialId?: string | undefined;
29406
29560
  relativePath?: string | undefined;
29561
+ commitAuthorName?: string | undefined;
29562
+ commitAuthorEmail?: string | undefined;
29407
29563
  connectionId?: string | undefined;
29408
29564
  userId?: number | undefined;
29409
29565
  } | undefined;
@@ -29412,6 +29568,8 @@ declare const DTOExportJob: z.ZodObject<{
29412
29568
  branch: string;
29413
29569
  credentialId?: string | undefined;
29414
29570
  relativePath?: string | undefined;
29571
+ commitAuthorName?: string | undefined;
29572
+ commitAuthorEmail?: string | undefined;
29415
29573
  connectionId?: string | undefined;
29416
29574
  userId?: number | undefined;
29417
29575
  } | undefined;
@@ -29421,6 +29579,8 @@ declare const DTOExportJob: z.ZodObject<{
29421
29579
  url?: string | undefined;
29422
29580
  credentialId?: string | undefined;
29423
29581
  relativePath?: string | undefined;
29582
+ commitAuthorName?: string | undefined;
29583
+ commitAuthorEmail?: string | undefined;
29424
29584
  connectionId?: string | undefined;
29425
29585
  userId?: number | undefined;
29426
29586
  } | undefined;
@@ -29506,6 +29666,8 @@ declare const DTOExportJob: z.ZodObject<{
29506
29666
  url?: string | null | undefined;
29507
29667
  credentialId?: string | undefined;
29508
29668
  relativePath?: string | null | undefined;
29669
+ commitAuthorName?: string | null | undefined;
29670
+ commitAuthorEmail?: string | null | undefined;
29509
29671
  connectionId?: string | null | undefined;
29510
29672
  userId?: number | null | undefined;
29511
29673
  } | undefined;
@@ -29516,6 +29678,8 @@ declare const DTOExportJob: z.ZodObject<{
29516
29678
  repoSlug: string;
29517
29679
  credentialId?: string | undefined;
29518
29680
  relativePath?: string | null | undefined;
29681
+ commitAuthorName?: string | null | undefined;
29682
+ commitAuthorEmail?: string | null | undefined;
29519
29683
  connectionId?: string | null | undefined;
29520
29684
  userId?: number | null | undefined;
29521
29685
  } | undefined;
@@ -29524,6 +29688,8 @@ declare const DTOExportJob: z.ZodObject<{
29524
29688
  branch: string;
29525
29689
  credentialId?: string | undefined;
29526
29690
  relativePath?: string | null | undefined;
29691
+ commitAuthorName?: string | null | undefined;
29692
+ commitAuthorEmail?: string | null | undefined;
29527
29693
  connectionId?: string | null | undefined;
29528
29694
  userId?: number | null | undefined;
29529
29695
  } | undefined;
@@ -29533,6 +29699,8 @@ declare const DTOExportJob: z.ZodObject<{
29533
29699
  url?: string | null | undefined;
29534
29700
  credentialId?: string | undefined;
29535
29701
  relativePath?: string | null | undefined;
29702
+ commitAuthorName?: string | null | undefined;
29703
+ commitAuthorEmail?: string | null | undefined;
29536
29704
  connectionId?: string | null | undefined;
29537
29705
  userId?: number | null | undefined;
29538
29706
  } | undefined;
@@ -29686,6 +29854,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29686
29854
  organizationId: z.ZodString;
29687
29855
  projectId: z.ZodString;
29688
29856
  repositoryId: z.ZodString;
29857
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29858
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29689
29859
  branch: z.ZodString;
29690
29860
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29691
29861
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -29699,6 +29869,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29699
29869
  url?: string | undefined;
29700
29870
  credentialId?: string | undefined;
29701
29871
  relativePath?: string | undefined;
29872
+ commitAuthorName?: string | undefined;
29873
+ commitAuthorEmail?: string | undefined;
29702
29874
  connectionId?: string | undefined;
29703
29875
  userId?: number | undefined;
29704
29876
  }, {
@@ -29709,6 +29881,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29709
29881
  url?: string | null | undefined;
29710
29882
  credentialId?: string | undefined;
29711
29883
  relativePath?: string | null | undefined;
29884
+ commitAuthorName?: string | null | undefined;
29885
+ commitAuthorEmail?: string | null | undefined;
29712
29886
  connectionId?: string | null | undefined;
29713
29887
  userId?: number | null | undefined;
29714
29888
  }>>;
@@ -29717,6 +29891,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29717
29891
  workspaceSlug: z.ZodString;
29718
29892
  projectKey: z.ZodString;
29719
29893
  repoSlug: z.ZodString;
29894
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29895
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29720
29896
  branch: z.ZodString;
29721
29897
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29722
29898
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -29728,6 +29904,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29728
29904
  repoSlug: string;
29729
29905
  credentialId?: string | undefined;
29730
29906
  relativePath?: string | undefined;
29907
+ commitAuthorName?: string | undefined;
29908
+ commitAuthorEmail?: string | undefined;
29731
29909
  connectionId?: string | undefined;
29732
29910
  userId?: number | undefined;
29733
29911
  }, {
@@ -29737,6 +29915,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29737
29915
  repoSlug: string;
29738
29916
  credentialId?: string | undefined;
29739
29917
  relativePath?: string | null | undefined;
29918
+ commitAuthorName?: string | null | undefined;
29919
+ commitAuthorEmail?: string | null | undefined;
29740
29920
  connectionId?: string | null | undefined;
29741
29921
  userId?: number | null | undefined;
29742
29922
  }>>;
@@ -29745,6 +29925,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29745
29925
  url: z.ZodString;
29746
29926
  branch: z.ZodString;
29747
29927
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29928
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29929
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29748
29930
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29749
29931
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
29750
29932
  }, "strip", z.ZodTypeAny, {
@@ -29752,6 +29934,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29752
29934
  branch: string;
29753
29935
  credentialId?: string | undefined;
29754
29936
  relativePath?: string | undefined;
29937
+ commitAuthorName?: string | undefined;
29938
+ commitAuthorEmail?: string | undefined;
29755
29939
  connectionId?: string | undefined;
29756
29940
  userId?: number | undefined;
29757
29941
  }, {
@@ -29759,12 +29943,16 @@ declare const DTOExportJobResponse: z.ZodObject<{
29759
29943
  branch: string;
29760
29944
  credentialId?: string | undefined;
29761
29945
  relativePath?: string | null | undefined;
29946
+ commitAuthorName?: string | null | undefined;
29947
+ commitAuthorEmail?: string | null | undefined;
29762
29948
  connectionId?: string | null | undefined;
29763
29949
  userId?: number | null | undefined;
29764
29950
  }>>;
29765
29951
  gitlab: z.ZodOptional<z.ZodObject<{
29766
29952
  credentialId: z.ZodOptional<z.ZodString>;
29767
29953
  projectId: z.ZodString;
29954
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29955
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29768
29956
  branch: z.ZodString;
29769
29957
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
29770
29958
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -29776,6 +29964,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29776
29964
  url?: string | undefined;
29777
29965
  credentialId?: string | undefined;
29778
29966
  relativePath?: string | undefined;
29967
+ commitAuthorName?: string | undefined;
29968
+ commitAuthorEmail?: string | undefined;
29779
29969
  connectionId?: string | undefined;
29780
29970
  userId?: number | undefined;
29781
29971
  }, {
@@ -29784,6 +29974,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29784
29974
  url?: string | null | undefined;
29785
29975
  credentialId?: string | undefined;
29786
29976
  relativePath?: string | null | undefined;
29977
+ commitAuthorName?: string | null | undefined;
29978
+ commitAuthorEmail?: string | null | undefined;
29787
29979
  connectionId?: string | null | undefined;
29788
29980
  userId?: number | null | undefined;
29789
29981
  }>>;
@@ -29826,6 +30018,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29826
30018
  url?: string | undefined;
29827
30019
  credentialId?: string | undefined;
29828
30020
  relativePath?: string | undefined;
30021
+ commitAuthorName?: string | undefined;
30022
+ commitAuthorEmail?: string | undefined;
29829
30023
  connectionId?: string | undefined;
29830
30024
  userId?: number | undefined;
29831
30025
  } | undefined;
@@ -29836,6 +30030,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29836
30030
  repoSlug: string;
29837
30031
  credentialId?: string | undefined;
29838
30032
  relativePath?: string | undefined;
30033
+ commitAuthorName?: string | undefined;
30034
+ commitAuthorEmail?: string | undefined;
29839
30035
  connectionId?: string | undefined;
29840
30036
  userId?: number | undefined;
29841
30037
  } | undefined;
@@ -29844,6 +30040,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29844
30040
  branch: string;
29845
30041
  credentialId?: string | undefined;
29846
30042
  relativePath?: string | undefined;
30043
+ commitAuthorName?: string | undefined;
30044
+ commitAuthorEmail?: string | undefined;
29847
30045
  connectionId?: string | undefined;
29848
30046
  userId?: number | undefined;
29849
30047
  } | undefined;
@@ -29853,6 +30051,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29853
30051
  url?: string | undefined;
29854
30052
  credentialId?: string | undefined;
29855
30053
  relativePath?: string | undefined;
30054
+ commitAuthorName?: string | undefined;
30055
+ commitAuthorEmail?: string | undefined;
29856
30056
  connectionId?: string | undefined;
29857
30057
  userId?: number | undefined;
29858
30058
  } | undefined;
@@ -29874,6 +30074,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29874
30074
  url?: string | null | undefined;
29875
30075
  credentialId?: string | undefined;
29876
30076
  relativePath?: string | null | undefined;
30077
+ commitAuthorName?: string | null | undefined;
30078
+ commitAuthorEmail?: string | null | undefined;
29877
30079
  connectionId?: string | null | undefined;
29878
30080
  userId?: number | null | undefined;
29879
30081
  } | undefined;
@@ -29884,6 +30086,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29884
30086
  repoSlug: string;
29885
30087
  credentialId?: string | undefined;
29886
30088
  relativePath?: string | null | undefined;
30089
+ commitAuthorName?: string | null | undefined;
30090
+ commitAuthorEmail?: string | null | undefined;
29887
30091
  connectionId?: string | null | undefined;
29888
30092
  userId?: number | null | undefined;
29889
30093
  } | undefined;
@@ -29892,6 +30096,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29892
30096
  branch: string;
29893
30097
  credentialId?: string | undefined;
29894
30098
  relativePath?: string | null | undefined;
30099
+ commitAuthorName?: string | null | undefined;
30100
+ commitAuthorEmail?: string | null | undefined;
29895
30101
  connectionId?: string | null | undefined;
29896
30102
  userId?: number | null | undefined;
29897
30103
  } | undefined;
@@ -29901,6 +30107,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
29901
30107
  url?: string | null | undefined;
29902
30108
  credentialId?: string | undefined;
29903
30109
  relativePath?: string | null | undefined;
30110
+ commitAuthorName?: string | null | undefined;
30111
+ commitAuthorEmail?: string | null | undefined;
29904
30112
  connectionId?: string | null | undefined;
29905
30113
  userId?: number | null | undefined;
29906
30114
  } | undefined;
@@ -30100,6 +30308,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30100
30308
  url?: string | undefined;
30101
30309
  credentialId?: string | undefined;
30102
30310
  relativePath?: string | undefined;
30311
+ commitAuthorName?: string | undefined;
30312
+ commitAuthorEmail?: string | undefined;
30103
30313
  connectionId?: string | undefined;
30104
30314
  userId?: number | undefined;
30105
30315
  } | undefined;
@@ -30110,6 +30320,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30110
30320
  repoSlug: string;
30111
30321
  credentialId?: string | undefined;
30112
30322
  relativePath?: string | undefined;
30323
+ commitAuthorName?: string | undefined;
30324
+ commitAuthorEmail?: string | undefined;
30113
30325
  connectionId?: string | undefined;
30114
30326
  userId?: number | undefined;
30115
30327
  } | undefined;
@@ -30118,6 +30330,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30118
30330
  branch: string;
30119
30331
  credentialId?: string | undefined;
30120
30332
  relativePath?: string | undefined;
30333
+ commitAuthorName?: string | undefined;
30334
+ commitAuthorEmail?: string | undefined;
30121
30335
  connectionId?: string | undefined;
30122
30336
  userId?: number | undefined;
30123
30337
  } | undefined;
@@ -30127,6 +30341,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30127
30341
  url?: string | undefined;
30128
30342
  credentialId?: string | undefined;
30129
30343
  relativePath?: string | undefined;
30344
+ commitAuthorName?: string | undefined;
30345
+ commitAuthorEmail?: string | undefined;
30130
30346
  connectionId?: string | undefined;
30131
30347
  userId?: number | undefined;
30132
30348
  } | undefined;
@@ -30212,6 +30428,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30212
30428
  url?: string | null | undefined;
30213
30429
  credentialId?: string | undefined;
30214
30430
  relativePath?: string | null | undefined;
30431
+ commitAuthorName?: string | null | undefined;
30432
+ commitAuthorEmail?: string | null | undefined;
30215
30433
  connectionId?: string | null | undefined;
30216
30434
  userId?: number | null | undefined;
30217
30435
  } | undefined;
@@ -30222,6 +30440,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30222
30440
  repoSlug: string;
30223
30441
  credentialId?: string | undefined;
30224
30442
  relativePath?: string | null | undefined;
30443
+ commitAuthorName?: string | null | undefined;
30444
+ commitAuthorEmail?: string | null | undefined;
30225
30445
  connectionId?: string | null | undefined;
30226
30446
  userId?: number | null | undefined;
30227
30447
  } | undefined;
@@ -30230,6 +30450,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30230
30450
  branch: string;
30231
30451
  credentialId?: string | undefined;
30232
30452
  relativePath?: string | null | undefined;
30453
+ commitAuthorName?: string | null | undefined;
30454
+ commitAuthorEmail?: string | null | undefined;
30233
30455
  connectionId?: string | null | undefined;
30234
30456
  userId?: number | null | undefined;
30235
30457
  } | undefined;
@@ -30239,6 +30461,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30239
30461
  url?: string | null | undefined;
30240
30462
  credentialId?: string | undefined;
30241
30463
  relativePath?: string | null | undefined;
30464
+ commitAuthorName?: string | null | undefined;
30465
+ commitAuthorEmail?: string | null | undefined;
30242
30466
  connectionId?: string | null | undefined;
30243
30467
  userId?: number | null | undefined;
30244
30468
  } | undefined;
@@ -30326,6 +30550,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30326
30550
  url?: string | undefined;
30327
30551
  credentialId?: string | undefined;
30328
30552
  relativePath?: string | undefined;
30553
+ commitAuthorName?: string | undefined;
30554
+ commitAuthorEmail?: string | undefined;
30329
30555
  connectionId?: string | undefined;
30330
30556
  userId?: number | undefined;
30331
30557
  } | undefined;
@@ -30336,6 +30562,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30336
30562
  repoSlug: string;
30337
30563
  credentialId?: string | undefined;
30338
30564
  relativePath?: string | undefined;
30565
+ commitAuthorName?: string | undefined;
30566
+ commitAuthorEmail?: string | undefined;
30339
30567
  connectionId?: string | undefined;
30340
30568
  userId?: number | undefined;
30341
30569
  } | undefined;
@@ -30344,6 +30572,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30344
30572
  branch: string;
30345
30573
  credentialId?: string | undefined;
30346
30574
  relativePath?: string | undefined;
30575
+ commitAuthorName?: string | undefined;
30576
+ commitAuthorEmail?: string | undefined;
30347
30577
  connectionId?: string | undefined;
30348
30578
  userId?: number | undefined;
30349
30579
  } | undefined;
@@ -30353,6 +30583,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30353
30583
  url?: string | undefined;
30354
30584
  credentialId?: string | undefined;
30355
30585
  relativePath?: string | undefined;
30586
+ commitAuthorName?: string | undefined;
30587
+ commitAuthorEmail?: string | undefined;
30356
30588
  connectionId?: string | undefined;
30357
30589
  userId?: number | undefined;
30358
30590
  } | undefined;
@@ -30440,6 +30672,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30440
30672
  url?: string | null | undefined;
30441
30673
  credentialId?: string | undefined;
30442
30674
  relativePath?: string | null | undefined;
30675
+ commitAuthorName?: string | null | undefined;
30676
+ commitAuthorEmail?: string | null | undefined;
30443
30677
  connectionId?: string | null | undefined;
30444
30678
  userId?: number | null | undefined;
30445
30679
  } | undefined;
@@ -30450,6 +30684,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30450
30684
  repoSlug: string;
30451
30685
  credentialId?: string | undefined;
30452
30686
  relativePath?: string | null | undefined;
30687
+ commitAuthorName?: string | null | undefined;
30688
+ commitAuthorEmail?: string | null | undefined;
30453
30689
  connectionId?: string | null | undefined;
30454
30690
  userId?: number | null | undefined;
30455
30691
  } | undefined;
@@ -30458,6 +30694,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30458
30694
  branch: string;
30459
30695
  credentialId?: string | undefined;
30460
30696
  relativePath?: string | null | undefined;
30697
+ commitAuthorName?: string | null | undefined;
30698
+ commitAuthorEmail?: string | null | undefined;
30461
30699
  connectionId?: string | null | undefined;
30462
30700
  userId?: number | null | undefined;
30463
30701
  } | undefined;
@@ -30467,6 +30705,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
30467
30705
  url?: string | null | undefined;
30468
30706
  credentialId?: string | undefined;
30469
30707
  relativePath?: string | null | undefined;
30708
+ commitAuthorName?: string | null | undefined;
30709
+ commitAuthorEmail?: string | null | undefined;
30470
30710
  connectionId?: string | null | undefined;
30471
30711
  userId?: number | null | undefined;
30472
30712
  } | undefined;
@@ -30622,6 +30862,8 @@ declare const DTOPipeline: z.ZodObject<{
30622
30862
  organizationId: z.ZodString;
30623
30863
  projectId: z.ZodString;
30624
30864
  repositoryId: z.ZodString;
30865
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30866
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30625
30867
  branch: z.ZodString;
30626
30868
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30627
30869
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -30635,6 +30877,8 @@ declare const DTOPipeline: z.ZodObject<{
30635
30877
  url?: string | undefined;
30636
30878
  credentialId?: string | undefined;
30637
30879
  relativePath?: string | undefined;
30880
+ commitAuthorName?: string | undefined;
30881
+ commitAuthorEmail?: string | undefined;
30638
30882
  connectionId?: string | undefined;
30639
30883
  userId?: number | undefined;
30640
30884
  }, {
@@ -30645,6 +30889,8 @@ declare const DTOPipeline: z.ZodObject<{
30645
30889
  url?: string | null | undefined;
30646
30890
  credentialId?: string | undefined;
30647
30891
  relativePath?: string | null | undefined;
30892
+ commitAuthorName?: string | null | undefined;
30893
+ commitAuthorEmail?: string | null | undefined;
30648
30894
  connectionId?: string | null | undefined;
30649
30895
  userId?: number | null | undefined;
30650
30896
  }>>;
@@ -30653,6 +30899,8 @@ declare const DTOPipeline: z.ZodObject<{
30653
30899
  workspaceSlug: z.ZodString;
30654
30900
  projectKey: z.ZodString;
30655
30901
  repoSlug: z.ZodString;
30902
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30903
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30656
30904
  branch: z.ZodString;
30657
30905
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30658
30906
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -30664,6 +30912,8 @@ declare const DTOPipeline: z.ZodObject<{
30664
30912
  repoSlug: string;
30665
30913
  credentialId?: string | undefined;
30666
30914
  relativePath?: string | undefined;
30915
+ commitAuthorName?: string | undefined;
30916
+ commitAuthorEmail?: string | undefined;
30667
30917
  connectionId?: string | undefined;
30668
30918
  userId?: number | undefined;
30669
30919
  }, {
@@ -30673,6 +30923,8 @@ declare const DTOPipeline: z.ZodObject<{
30673
30923
  repoSlug: string;
30674
30924
  credentialId?: string | undefined;
30675
30925
  relativePath?: string | null | undefined;
30926
+ commitAuthorName?: string | null | undefined;
30927
+ commitAuthorEmail?: string | null | undefined;
30676
30928
  connectionId?: string | null | undefined;
30677
30929
  userId?: number | null | undefined;
30678
30930
  }>>;
@@ -30681,6 +30933,8 @@ declare const DTOPipeline: z.ZodObject<{
30681
30933
  url: z.ZodString;
30682
30934
  branch: z.ZodString;
30683
30935
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30936
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30937
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30684
30938
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30685
30939
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
30686
30940
  }, "strip", z.ZodTypeAny, {
@@ -30688,6 +30942,8 @@ declare const DTOPipeline: z.ZodObject<{
30688
30942
  branch: string;
30689
30943
  credentialId?: string | undefined;
30690
30944
  relativePath?: string | undefined;
30945
+ commitAuthorName?: string | undefined;
30946
+ commitAuthorEmail?: string | undefined;
30691
30947
  connectionId?: string | undefined;
30692
30948
  userId?: number | undefined;
30693
30949
  }, {
@@ -30695,12 +30951,16 @@ declare const DTOPipeline: z.ZodObject<{
30695
30951
  branch: string;
30696
30952
  credentialId?: string | undefined;
30697
30953
  relativePath?: string | null | undefined;
30954
+ commitAuthorName?: string | null | undefined;
30955
+ commitAuthorEmail?: string | null | undefined;
30698
30956
  connectionId?: string | null | undefined;
30699
30957
  userId?: number | null | undefined;
30700
30958
  }>>;
30701
30959
  gitlab: z.ZodOptional<z.ZodObject<{
30702
30960
  credentialId: z.ZodOptional<z.ZodString>;
30703
30961
  projectId: z.ZodString;
30962
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30963
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30704
30964
  branch: z.ZodString;
30705
30965
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
30706
30966
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -30712,6 +30972,8 @@ declare const DTOPipeline: z.ZodObject<{
30712
30972
  url?: string | undefined;
30713
30973
  credentialId?: string | undefined;
30714
30974
  relativePath?: string | undefined;
30975
+ commitAuthorName?: string | undefined;
30976
+ commitAuthorEmail?: string | undefined;
30715
30977
  connectionId?: string | undefined;
30716
30978
  userId?: number | undefined;
30717
30979
  }, {
@@ -30720,6 +30982,8 @@ declare const DTOPipeline: z.ZodObject<{
30720
30982
  url?: string | null | undefined;
30721
30983
  credentialId?: string | undefined;
30722
30984
  relativePath?: string | null | undefined;
30985
+ commitAuthorName?: string | null | undefined;
30986
+ commitAuthorEmail?: string | null | undefined;
30723
30987
  connectionId?: string | null | undefined;
30724
30988
  userId?: number | null | undefined;
30725
30989
  }>>;
@@ -30762,6 +31026,8 @@ declare const DTOPipeline: z.ZodObject<{
30762
31026
  url?: string | undefined;
30763
31027
  credentialId?: string | undefined;
30764
31028
  relativePath?: string | undefined;
31029
+ commitAuthorName?: string | undefined;
31030
+ commitAuthorEmail?: string | undefined;
30765
31031
  connectionId?: string | undefined;
30766
31032
  userId?: number | undefined;
30767
31033
  } | undefined;
@@ -30772,6 +31038,8 @@ declare const DTOPipeline: z.ZodObject<{
30772
31038
  repoSlug: string;
30773
31039
  credentialId?: string | undefined;
30774
31040
  relativePath?: string | undefined;
31041
+ commitAuthorName?: string | undefined;
31042
+ commitAuthorEmail?: string | undefined;
30775
31043
  connectionId?: string | undefined;
30776
31044
  userId?: number | undefined;
30777
31045
  } | undefined;
@@ -30780,6 +31048,8 @@ declare const DTOPipeline: z.ZodObject<{
30780
31048
  branch: string;
30781
31049
  credentialId?: string | undefined;
30782
31050
  relativePath?: string | undefined;
31051
+ commitAuthorName?: string | undefined;
31052
+ commitAuthorEmail?: string | undefined;
30783
31053
  connectionId?: string | undefined;
30784
31054
  userId?: number | undefined;
30785
31055
  } | undefined;
@@ -30789,6 +31059,8 @@ declare const DTOPipeline: z.ZodObject<{
30789
31059
  url?: string | undefined;
30790
31060
  credentialId?: string | undefined;
30791
31061
  relativePath?: string | undefined;
31062
+ commitAuthorName?: string | undefined;
31063
+ commitAuthorEmail?: string | undefined;
30792
31064
  connectionId?: string | undefined;
30793
31065
  userId?: number | undefined;
30794
31066
  } | undefined;
@@ -30810,6 +31082,8 @@ declare const DTOPipeline: z.ZodObject<{
30810
31082
  url?: string | null | undefined;
30811
31083
  credentialId?: string | undefined;
30812
31084
  relativePath?: string | null | undefined;
31085
+ commitAuthorName?: string | null | undefined;
31086
+ commitAuthorEmail?: string | null | undefined;
30813
31087
  connectionId?: string | null | undefined;
30814
31088
  userId?: number | null | undefined;
30815
31089
  } | undefined;
@@ -30820,6 +31094,8 @@ declare const DTOPipeline: z.ZodObject<{
30820
31094
  repoSlug: string;
30821
31095
  credentialId?: string | undefined;
30822
31096
  relativePath?: string | null | undefined;
31097
+ commitAuthorName?: string | null | undefined;
31098
+ commitAuthorEmail?: string | null | undefined;
30823
31099
  connectionId?: string | null | undefined;
30824
31100
  userId?: number | null | undefined;
30825
31101
  } | undefined;
@@ -30828,6 +31104,8 @@ declare const DTOPipeline: z.ZodObject<{
30828
31104
  branch: string;
30829
31105
  credentialId?: string | undefined;
30830
31106
  relativePath?: string | null | undefined;
31107
+ commitAuthorName?: string | null | undefined;
31108
+ commitAuthorEmail?: string | null | undefined;
30831
31109
  connectionId?: string | null | undefined;
30832
31110
  userId?: number | null | undefined;
30833
31111
  } | undefined;
@@ -30837,6 +31115,8 @@ declare const DTOPipeline: z.ZodObject<{
30837
31115
  url?: string | null | undefined;
30838
31116
  credentialId?: string | undefined;
30839
31117
  relativePath?: string | null | undefined;
31118
+ commitAuthorName?: string | null | undefined;
31119
+ commitAuthorEmail?: string | null | undefined;
30840
31120
  connectionId?: string | null | undefined;
30841
31121
  userId?: number | null | undefined;
30842
31122
  } | undefined;
@@ -31036,6 +31316,8 @@ declare const DTOPipeline: z.ZodObject<{
31036
31316
  url?: string | undefined;
31037
31317
  credentialId?: string | undefined;
31038
31318
  relativePath?: string | undefined;
31319
+ commitAuthorName?: string | undefined;
31320
+ commitAuthorEmail?: string | undefined;
31039
31321
  connectionId?: string | undefined;
31040
31322
  userId?: number | undefined;
31041
31323
  } | undefined;
@@ -31046,6 +31328,8 @@ declare const DTOPipeline: z.ZodObject<{
31046
31328
  repoSlug: string;
31047
31329
  credentialId?: string | undefined;
31048
31330
  relativePath?: string | undefined;
31331
+ commitAuthorName?: string | undefined;
31332
+ commitAuthorEmail?: string | undefined;
31049
31333
  connectionId?: string | undefined;
31050
31334
  userId?: number | undefined;
31051
31335
  } | undefined;
@@ -31054,6 +31338,8 @@ declare const DTOPipeline: z.ZodObject<{
31054
31338
  branch: string;
31055
31339
  credentialId?: string | undefined;
31056
31340
  relativePath?: string | undefined;
31341
+ commitAuthorName?: string | undefined;
31342
+ commitAuthorEmail?: string | undefined;
31057
31343
  connectionId?: string | undefined;
31058
31344
  userId?: number | undefined;
31059
31345
  } | undefined;
@@ -31063,6 +31349,8 @@ declare const DTOPipeline: z.ZodObject<{
31063
31349
  url?: string | undefined;
31064
31350
  credentialId?: string | undefined;
31065
31351
  relativePath?: string | undefined;
31352
+ commitAuthorName?: string | undefined;
31353
+ commitAuthorEmail?: string | undefined;
31066
31354
  connectionId?: string | undefined;
31067
31355
  userId?: number | undefined;
31068
31356
  } | undefined;
@@ -31148,6 +31436,8 @@ declare const DTOPipeline: z.ZodObject<{
31148
31436
  url?: string | null | undefined;
31149
31437
  credentialId?: string | undefined;
31150
31438
  relativePath?: string | null | undefined;
31439
+ commitAuthorName?: string | null | undefined;
31440
+ commitAuthorEmail?: string | null | undefined;
31151
31441
  connectionId?: string | null | undefined;
31152
31442
  userId?: number | null | undefined;
31153
31443
  } | undefined;
@@ -31158,6 +31448,8 @@ declare const DTOPipeline: z.ZodObject<{
31158
31448
  repoSlug: string;
31159
31449
  credentialId?: string | undefined;
31160
31450
  relativePath?: string | null | undefined;
31451
+ commitAuthorName?: string | null | undefined;
31452
+ commitAuthorEmail?: string | null | undefined;
31161
31453
  connectionId?: string | null | undefined;
31162
31454
  userId?: number | null | undefined;
31163
31455
  } | undefined;
@@ -31166,6 +31458,8 @@ declare const DTOPipeline: z.ZodObject<{
31166
31458
  branch: string;
31167
31459
  credentialId?: string | undefined;
31168
31460
  relativePath?: string | null | undefined;
31461
+ commitAuthorName?: string | null | undefined;
31462
+ commitAuthorEmail?: string | null | undefined;
31169
31463
  connectionId?: string | null | undefined;
31170
31464
  userId?: number | null | undefined;
31171
31465
  } | undefined;
@@ -31175,6 +31469,8 @@ declare const DTOPipeline: z.ZodObject<{
31175
31469
  url?: string | null | undefined;
31176
31470
  credentialId?: string | undefined;
31177
31471
  relativePath?: string | null | undefined;
31472
+ commitAuthorName?: string | null | undefined;
31473
+ commitAuthorEmail?: string | null | undefined;
31178
31474
  connectionId?: string | null | undefined;
31179
31475
  userId?: number | null | undefined;
31180
31476
  } | undefined;
@@ -31281,6 +31577,8 @@ declare const DTOPipeline: z.ZodObject<{
31281
31577
  url: z.ZodString;
31282
31578
  branch: z.ZodString;
31283
31579
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31580
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31581
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31284
31582
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31285
31583
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
31286
31584
  }, "strip", z.ZodTypeAny, {
@@ -31288,6 +31586,8 @@ declare const DTOPipeline: z.ZodObject<{
31288
31586
  branch: string;
31289
31587
  credentialId?: string | undefined;
31290
31588
  relativePath?: string | undefined;
31589
+ commitAuthorName?: string | undefined;
31590
+ commitAuthorEmail?: string | undefined;
31291
31591
  connectionId?: string | undefined;
31292
31592
  userId?: number | undefined;
31293
31593
  }, {
@@ -31295,6 +31595,8 @@ declare const DTOPipeline: z.ZodObject<{
31295
31595
  branch: string;
31296
31596
  credentialId?: string | undefined;
31297
31597
  relativePath?: string | null | undefined;
31598
+ commitAuthorName?: string | null | undefined;
31599
+ commitAuthorEmail?: string | null | undefined;
31298
31600
  connectionId?: string | null | undefined;
31299
31601
  userId?: number | null | undefined;
31300
31602
  }>>;
@@ -31303,6 +31605,8 @@ declare const DTOPipeline: z.ZodObject<{
31303
31605
  organizationId: z.ZodString;
31304
31606
  projectId: z.ZodString;
31305
31607
  repositoryId: z.ZodString;
31608
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31609
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31306
31610
  branch: z.ZodString;
31307
31611
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31308
31612
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -31316,6 +31620,8 @@ declare const DTOPipeline: z.ZodObject<{
31316
31620
  url?: string | undefined;
31317
31621
  credentialId?: string | undefined;
31318
31622
  relativePath?: string | undefined;
31623
+ commitAuthorName?: string | undefined;
31624
+ commitAuthorEmail?: string | undefined;
31319
31625
  connectionId?: string | undefined;
31320
31626
  userId?: number | undefined;
31321
31627
  }, {
@@ -31326,12 +31632,16 @@ declare const DTOPipeline: z.ZodObject<{
31326
31632
  url?: string | null | undefined;
31327
31633
  credentialId?: string | undefined;
31328
31634
  relativePath?: string | null | undefined;
31635
+ commitAuthorName?: string | null | undefined;
31636
+ commitAuthorEmail?: string | null | undefined;
31329
31637
  connectionId?: string | null | undefined;
31330
31638
  userId?: number | null | undefined;
31331
31639
  }>>;
31332
31640
  destinationGitlab: z.ZodOptional<z.ZodObject<{
31333
31641
  credentialId: z.ZodOptional<z.ZodString>;
31334
31642
  projectId: z.ZodString;
31643
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31644
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31335
31645
  branch: z.ZodString;
31336
31646
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31337
31647
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -31343,6 +31653,8 @@ declare const DTOPipeline: z.ZodObject<{
31343
31653
  url?: string | undefined;
31344
31654
  credentialId?: string | undefined;
31345
31655
  relativePath?: string | undefined;
31656
+ commitAuthorName?: string | undefined;
31657
+ commitAuthorEmail?: string | undefined;
31346
31658
  connectionId?: string | undefined;
31347
31659
  userId?: number | undefined;
31348
31660
  }, {
@@ -31351,6 +31663,8 @@ declare const DTOPipeline: z.ZodObject<{
31351
31663
  url?: string | null | undefined;
31352
31664
  credentialId?: string | undefined;
31353
31665
  relativePath?: string | null | undefined;
31666
+ commitAuthorName?: string | null | undefined;
31667
+ commitAuthorEmail?: string | null | undefined;
31354
31668
  connectionId?: string | null | undefined;
31355
31669
  userId?: number | null | undefined;
31356
31670
  }>>;
@@ -31359,6 +31673,8 @@ declare const DTOPipeline: z.ZodObject<{
31359
31673
  workspaceSlug: z.ZodString;
31360
31674
  projectKey: z.ZodString;
31361
31675
  repoSlug: z.ZodString;
31676
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31677
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31362
31678
  branch: z.ZodString;
31363
31679
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
31364
31680
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -31370,6 +31686,8 @@ declare const DTOPipeline: z.ZodObject<{
31370
31686
  repoSlug: string;
31371
31687
  credentialId?: string | undefined;
31372
31688
  relativePath?: string | undefined;
31689
+ commitAuthorName?: string | undefined;
31690
+ commitAuthorEmail?: string | undefined;
31373
31691
  connectionId?: string | undefined;
31374
31692
  userId?: number | undefined;
31375
31693
  }, {
@@ -31379,6 +31697,8 @@ declare const DTOPipeline: z.ZodObject<{
31379
31697
  repoSlug: string;
31380
31698
  credentialId?: string | undefined;
31381
31699
  relativePath?: string | null | undefined;
31700
+ commitAuthorName?: string | null | undefined;
31701
+ commitAuthorEmail?: string | null | undefined;
31382
31702
  connectionId?: string | null | undefined;
31383
31703
  userId?: number | null | undefined;
31384
31704
  }>>;
@@ -31414,6 +31734,8 @@ declare const DTOPipeline: z.ZodObject<{
31414
31734
  url?: string | undefined;
31415
31735
  credentialId?: string | undefined;
31416
31736
  relativePath?: string | undefined;
31737
+ commitAuthorName?: string | undefined;
31738
+ commitAuthorEmail?: string | undefined;
31417
31739
  connectionId?: string | undefined;
31418
31740
  userId?: number | undefined;
31419
31741
  } | undefined;
@@ -31424,6 +31746,8 @@ declare const DTOPipeline: z.ZodObject<{
31424
31746
  repoSlug: string;
31425
31747
  credentialId?: string | undefined;
31426
31748
  relativePath?: string | undefined;
31749
+ commitAuthorName?: string | undefined;
31750
+ commitAuthorEmail?: string | undefined;
31427
31751
  connectionId?: string | undefined;
31428
31752
  userId?: number | undefined;
31429
31753
  } | undefined;
@@ -31432,6 +31756,8 @@ declare const DTOPipeline: z.ZodObject<{
31432
31756
  branch: string;
31433
31757
  credentialId?: string | undefined;
31434
31758
  relativePath?: string | undefined;
31759
+ commitAuthorName?: string | undefined;
31760
+ commitAuthorEmail?: string | undefined;
31435
31761
  connectionId?: string | undefined;
31436
31762
  userId?: number | undefined;
31437
31763
  } | undefined;
@@ -31441,6 +31767,8 @@ declare const DTOPipeline: z.ZodObject<{
31441
31767
  url?: string | undefined;
31442
31768
  credentialId?: string | undefined;
31443
31769
  relativePath?: string | undefined;
31770
+ commitAuthorName?: string | undefined;
31771
+ commitAuthorEmail?: string | undefined;
31444
31772
  connectionId?: string | undefined;
31445
31773
  userId?: number | undefined;
31446
31774
  } | undefined;
@@ -31528,6 +31856,8 @@ declare const DTOPipeline: z.ZodObject<{
31528
31856
  branch: string;
31529
31857
  credentialId?: string | undefined;
31530
31858
  relativePath?: string | undefined;
31859
+ commitAuthorName?: string | undefined;
31860
+ commitAuthorEmail?: string | undefined;
31531
31861
  connectionId?: string | undefined;
31532
31862
  userId?: number | undefined;
31533
31863
  } | undefined;
@@ -31539,6 +31869,8 @@ declare const DTOPipeline: z.ZodObject<{
31539
31869
  url?: string | undefined;
31540
31870
  credentialId?: string | undefined;
31541
31871
  relativePath?: string | undefined;
31872
+ commitAuthorName?: string | undefined;
31873
+ commitAuthorEmail?: string | undefined;
31542
31874
  connectionId?: string | undefined;
31543
31875
  userId?: number | undefined;
31544
31876
  } | undefined;
@@ -31548,6 +31880,8 @@ declare const DTOPipeline: z.ZodObject<{
31548
31880
  url?: string | undefined;
31549
31881
  credentialId?: string | undefined;
31550
31882
  relativePath?: string | undefined;
31883
+ commitAuthorName?: string | undefined;
31884
+ commitAuthorEmail?: string | undefined;
31551
31885
  connectionId?: string | undefined;
31552
31886
  userId?: number | undefined;
31553
31887
  } | undefined;
@@ -31558,6 +31892,8 @@ declare const DTOPipeline: z.ZodObject<{
31558
31892
  repoSlug: string;
31559
31893
  credentialId?: string | undefined;
31560
31894
  relativePath?: string | undefined;
31895
+ commitAuthorName?: string | undefined;
31896
+ commitAuthorEmail?: string | undefined;
31561
31897
  connectionId?: string | undefined;
31562
31898
  userId?: number | undefined;
31563
31899
  } | undefined;
@@ -31584,6 +31920,8 @@ declare const DTOPipeline: z.ZodObject<{
31584
31920
  url?: string | null | undefined;
31585
31921
  credentialId?: string | undefined;
31586
31922
  relativePath?: string | null | undefined;
31923
+ commitAuthorName?: string | null | undefined;
31924
+ commitAuthorEmail?: string | null | undefined;
31587
31925
  connectionId?: string | null | undefined;
31588
31926
  userId?: number | null | undefined;
31589
31927
  } | undefined;
@@ -31594,6 +31932,8 @@ declare const DTOPipeline: z.ZodObject<{
31594
31932
  repoSlug: string;
31595
31933
  credentialId?: string | undefined;
31596
31934
  relativePath?: string | null | undefined;
31935
+ commitAuthorName?: string | null | undefined;
31936
+ commitAuthorEmail?: string | null | undefined;
31597
31937
  connectionId?: string | null | undefined;
31598
31938
  userId?: number | null | undefined;
31599
31939
  } | undefined;
@@ -31602,6 +31942,8 @@ declare const DTOPipeline: z.ZodObject<{
31602
31942
  branch: string;
31603
31943
  credentialId?: string | undefined;
31604
31944
  relativePath?: string | null | undefined;
31945
+ commitAuthorName?: string | null | undefined;
31946
+ commitAuthorEmail?: string | null | undefined;
31605
31947
  connectionId?: string | null | undefined;
31606
31948
  userId?: number | null | undefined;
31607
31949
  } | undefined;
@@ -31611,6 +31953,8 @@ declare const DTOPipeline: z.ZodObject<{
31611
31953
  url?: string | null | undefined;
31612
31954
  credentialId?: string | undefined;
31613
31955
  relativePath?: string | null | undefined;
31956
+ commitAuthorName?: string | null | undefined;
31957
+ commitAuthorEmail?: string | null | undefined;
31614
31958
  connectionId?: string | null | undefined;
31615
31959
  userId?: number | null | undefined;
31616
31960
  } | undefined;
@@ -31698,6 +32042,8 @@ declare const DTOPipeline: z.ZodObject<{
31698
32042
  branch: string;
31699
32043
  credentialId?: string | undefined;
31700
32044
  relativePath?: string | null | undefined;
32045
+ commitAuthorName?: string | null | undefined;
32046
+ commitAuthorEmail?: string | null | undefined;
31701
32047
  connectionId?: string | null | undefined;
31702
32048
  userId?: number | null | undefined;
31703
32049
  } | undefined;
@@ -31709,6 +32055,8 @@ declare const DTOPipeline: z.ZodObject<{
31709
32055
  url?: string | null | undefined;
31710
32056
  credentialId?: string | undefined;
31711
32057
  relativePath?: string | null | undefined;
32058
+ commitAuthorName?: string | null | undefined;
32059
+ commitAuthorEmail?: string | null | undefined;
31712
32060
  connectionId?: string | null | undefined;
31713
32061
  userId?: number | null | undefined;
31714
32062
  } | undefined;
@@ -31718,6 +32066,8 @@ declare const DTOPipeline: z.ZodObject<{
31718
32066
  url?: string | null | undefined;
31719
32067
  credentialId?: string | undefined;
31720
32068
  relativePath?: string | null | undefined;
32069
+ commitAuthorName?: string | null | undefined;
32070
+ commitAuthorEmail?: string | null | undefined;
31721
32071
  connectionId?: string | null | undefined;
31722
32072
  userId?: number | null | undefined;
31723
32073
  } | undefined;
@@ -31728,6 +32078,8 @@ declare const DTOPipeline: z.ZodObject<{
31728
32078
  repoSlug: string;
31729
32079
  credentialId?: string | undefined;
31730
32080
  relativePath?: string | null | undefined;
32081
+ commitAuthorName?: string | null | undefined;
32082
+ commitAuthorEmail?: string | null | undefined;
31731
32083
  connectionId?: string | null | undefined;
31732
32084
  userId?: number | null | undefined;
31733
32085
  } | undefined;
@@ -39381,6 +39733,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39381
39733
  organizationId: z.ZodString;
39382
39734
  projectId: z.ZodString;
39383
39735
  repositoryId: z.ZodString;
39736
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39737
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39384
39738
  branch: z.ZodString;
39385
39739
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39386
39740
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -39394,6 +39748,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39394
39748
  url?: string | undefined;
39395
39749
  credentialId?: string | undefined;
39396
39750
  relativePath?: string | undefined;
39751
+ commitAuthorName?: string | undefined;
39752
+ commitAuthorEmail?: string | undefined;
39397
39753
  connectionId?: string | undefined;
39398
39754
  userId?: number | undefined;
39399
39755
  }, {
@@ -39404,6 +39760,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39404
39760
  url?: string | null | undefined;
39405
39761
  credentialId?: string | undefined;
39406
39762
  relativePath?: string | null | undefined;
39763
+ commitAuthorName?: string | null | undefined;
39764
+ commitAuthorEmail?: string | null | undefined;
39407
39765
  connectionId?: string | null | undefined;
39408
39766
  userId?: number | null | undefined;
39409
39767
  }>>>;
@@ -39412,6 +39770,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39412
39770
  workspaceSlug: z.ZodString;
39413
39771
  projectKey: z.ZodString;
39414
39772
  repoSlug: z.ZodString;
39773
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39774
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39415
39775
  branch: z.ZodString;
39416
39776
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39417
39777
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -39423,6 +39783,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39423
39783
  repoSlug: string;
39424
39784
  credentialId?: string | undefined;
39425
39785
  relativePath?: string | undefined;
39786
+ commitAuthorName?: string | undefined;
39787
+ commitAuthorEmail?: string | undefined;
39426
39788
  connectionId?: string | undefined;
39427
39789
  userId?: number | undefined;
39428
39790
  }, {
@@ -39432,6 +39794,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39432
39794
  repoSlug: string;
39433
39795
  credentialId?: string | undefined;
39434
39796
  relativePath?: string | null | undefined;
39797
+ commitAuthorName?: string | null | undefined;
39798
+ commitAuthorEmail?: string | null | undefined;
39435
39799
  connectionId?: string | null | undefined;
39436
39800
  userId?: number | null | undefined;
39437
39801
  }>>>;
@@ -39440,6 +39804,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39440
39804
  url: z.ZodString;
39441
39805
  branch: z.ZodString;
39442
39806
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39807
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39808
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39443
39809
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39444
39810
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
39445
39811
  }, "strip", z.ZodTypeAny, {
@@ -39447,6 +39813,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39447
39813
  branch: string;
39448
39814
  credentialId?: string | undefined;
39449
39815
  relativePath?: string | undefined;
39816
+ commitAuthorName?: string | undefined;
39817
+ commitAuthorEmail?: string | undefined;
39450
39818
  connectionId?: string | undefined;
39451
39819
  userId?: number | undefined;
39452
39820
  }, {
@@ -39454,12 +39822,16 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39454
39822
  branch: string;
39455
39823
  credentialId?: string | undefined;
39456
39824
  relativePath?: string | null | undefined;
39825
+ commitAuthorName?: string | null | undefined;
39826
+ commitAuthorEmail?: string | null | undefined;
39457
39827
  connectionId?: string | null | undefined;
39458
39828
  userId?: number | null | undefined;
39459
39829
  }>>>;
39460
39830
  gitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<{
39461
39831
  credentialId: z.ZodOptional<z.ZodString>;
39462
39832
  projectId: z.ZodString;
39833
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39834
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39463
39835
  branch: z.ZodString;
39464
39836
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39465
39837
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -39471,6 +39843,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39471
39843
  url?: string | undefined;
39472
39844
  credentialId?: string | undefined;
39473
39845
  relativePath?: string | undefined;
39846
+ commitAuthorName?: string | undefined;
39847
+ commitAuthorEmail?: string | undefined;
39474
39848
  connectionId?: string | undefined;
39475
39849
  userId?: number | undefined;
39476
39850
  }, {
@@ -39479,6 +39853,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39479
39853
  url?: string | null | undefined;
39480
39854
  credentialId?: string | undefined;
39481
39855
  relativePath?: string | null | undefined;
39856
+ commitAuthorName?: string | null | undefined;
39857
+ commitAuthorEmail?: string | null | undefined;
39482
39858
  connectionId?: string | null | undefined;
39483
39859
  userId?: number | null | undefined;
39484
39860
  }>>>;
@@ -39521,6 +39897,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39521
39897
  url?: string | undefined;
39522
39898
  credentialId?: string | undefined;
39523
39899
  relativePath?: string | undefined;
39900
+ commitAuthorName?: string | undefined;
39901
+ commitAuthorEmail?: string | undefined;
39524
39902
  connectionId?: string | undefined;
39525
39903
  userId?: number | undefined;
39526
39904
  } | null | undefined;
@@ -39531,6 +39909,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39531
39909
  repoSlug: string;
39532
39910
  credentialId?: string | undefined;
39533
39911
  relativePath?: string | undefined;
39912
+ commitAuthorName?: string | undefined;
39913
+ commitAuthorEmail?: string | undefined;
39534
39914
  connectionId?: string | undefined;
39535
39915
  userId?: number | undefined;
39536
39916
  } | null | undefined;
@@ -39539,6 +39919,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39539
39919
  branch: string;
39540
39920
  credentialId?: string | undefined;
39541
39921
  relativePath?: string | undefined;
39922
+ commitAuthorName?: string | undefined;
39923
+ commitAuthorEmail?: string | undefined;
39542
39924
  connectionId?: string | undefined;
39543
39925
  userId?: number | undefined;
39544
39926
  } | null | undefined;
@@ -39548,6 +39930,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39548
39930
  url?: string | undefined;
39549
39931
  credentialId?: string | undefined;
39550
39932
  relativePath?: string | undefined;
39933
+ commitAuthorName?: string | undefined;
39934
+ commitAuthorEmail?: string | undefined;
39551
39935
  connectionId?: string | undefined;
39552
39936
  userId?: number | undefined;
39553
39937
  } | null | undefined;
@@ -39569,6 +39953,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39569
39953
  url?: string | null | undefined;
39570
39954
  credentialId?: string | undefined;
39571
39955
  relativePath?: string | null | undefined;
39956
+ commitAuthorName?: string | null | undefined;
39957
+ commitAuthorEmail?: string | null | undefined;
39572
39958
  connectionId?: string | null | undefined;
39573
39959
  userId?: number | null | undefined;
39574
39960
  } | null | undefined;
@@ -39579,6 +39965,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39579
39965
  repoSlug: string;
39580
39966
  credentialId?: string | undefined;
39581
39967
  relativePath?: string | null | undefined;
39968
+ commitAuthorName?: string | null | undefined;
39969
+ commitAuthorEmail?: string | null | undefined;
39582
39970
  connectionId?: string | null | undefined;
39583
39971
  userId?: number | null | undefined;
39584
39972
  } | null | undefined;
@@ -39587,6 +39975,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39587
39975
  branch: string;
39588
39976
  credentialId?: string | undefined;
39589
39977
  relativePath?: string | null | undefined;
39978
+ commitAuthorName?: string | null | undefined;
39979
+ commitAuthorEmail?: string | null | undefined;
39590
39980
  connectionId?: string | null | undefined;
39591
39981
  userId?: number | null | undefined;
39592
39982
  } | null | undefined;
@@ -39596,6 +39986,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39596
39986
  url?: string | null | undefined;
39597
39987
  credentialId?: string | undefined;
39598
39988
  relativePath?: string | null | undefined;
39989
+ commitAuthorName?: string | null | undefined;
39990
+ commitAuthorEmail?: string | null | undefined;
39599
39991
  connectionId?: string | null | undefined;
39600
39992
  userId?: number | null | undefined;
39601
39993
  } | null | undefined;
@@ -39631,6 +40023,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39631
40023
  url?: string | undefined;
39632
40024
  credentialId?: string | undefined;
39633
40025
  relativePath?: string | undefined;
40026
+ commitAuthorName?: string | undefined;
40027
+ commitAuthorEmail?: string | undefined;
39634
40028
  connectionId?: string | undefined;
39635
40029
  userId?: number | undefined;
39636
40030
  } | null | undefined;
@@ -39641,6 +40035,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39641
40035
  repoSlug: string;
39642
40036
  credentialId?: string | undefined;
39643
40037
  relativePath?: string | undefined;
40038
+ commitAuthorName?: string | undefined;
40039
+ commitAuthorEmail?: string | undefined;
39644
40040
  connectionId?: string | undefined;
39645
40041
  userId?: number | undefined;
39646
40042
  } | null | undefined;
@@ -39649,6 +40045,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39649
40045
  branch: string;
39650
40046
  credentialId?: string | undefined;
39651
40047
  relativePath?: string | undefined;
40048
+ commitAuthorName?: string | undefined;
40049
+ commitAuthorEmail?: string | undefined;
39652
40050
  connectionId?: string | undefined;
39653
40051
  userId?: number | undefined;
39654
40052
  } | null | undefined;
@@ -39658,6 +40056,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39658
40056
  url?: string | undefined;
39659
40057
  credentialId?: string | undefined;
39660
40058
  relativePath?: string | undefined;
40059
+ commitAuthorName?: string | undefined;
40060
+ commitAuthorEmail?: string | undefined;
39661
40061
  connectionId?: string | undefined;
39662
40062
  userId?: number | undefined;
39663
40063
  } | null | undefined;
@@ -39696,6 +40096,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39696
40096
  url?: string | null | undefined;
39697
40097
  credentialId?: string | undefined;
39698
40098
  relativePath?: string | null | undefined;
40099
+ commitAuthorName?: string | null | undefined;
40100
+ commitAuthorEmail?: string | null | undefined;
39699
40101
  connectionId?: string | null | undefined;
39700
40102
  userId?: number | null | undefined;
39701
40103
  } | null | undefined;
@@ -39706,6 +40108,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39706
40108
  repoSlug: string;
39707
40109
  credentialId?: string | undefined;
39708
40110
  relativePath?: string | null | undefined;
40111
+ commitAuthorName?: string | null | undefined;
40112
+ commitAuthorEmail?: string | null | undefined;
39709
40113
  connectionId?: string | null | undefined;
39710
40114
  userId?: number | null | undefined;
39711
40115
  } | null | undefined;
@@ -39714,6 +40118,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39714
40118
  branch: string;
39715
40119
  credentialId?: string | undefined;
39716
40120
  relativePath?: string | null | undefined;
40121
+ commitAuthorName?: string | null | undefined;
40122
+ commitAuthorEmail?: string | null | undefined;
39717
40123
  connectionId?: string | null | undefined;
39718
40124
  userId?: number | null | undefined;
39719
40125
  } | null | undefined;
@@ -39723,6 +40129,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
39723
40129
  url?: string | null | undefined;
39724
40130
  credentialId?: string | undefined;
39725
40131
  relativePath?: string | null | undefined;
40132
+ commitAuthorName?: string | null | undefined;
40133
+ commitAuthorEmail?: string | null | undefined;
39726
40134
  connectionId?: string | null | undefined;
39727
40135
  userId?: number | null | undefined;
39728
40136
  } | null | undefined;
@@ -39775,6 +40183,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39775
40183
  organizationId: z.ZodString;
39776
40184
  projectId: z.ZodString;
39777
40185
  repositoryId: z.ZodString;
40186
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
40187
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39778
40188
  branch: z.ZodString;
39779
40189
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39780
40190
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -39788,6 +40198,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39788
40198
  url?: string | undefined;
39789
40199
  credentialId?: string | undefined;
39790
40200
  relativePath?: string | undefined;
40201
+ commitAuthorName?: string | undefined;
40202
+ commitAuthorEmail?: string | undefined;
39791
40203
  connectionId?: string | undefined;
39792
40204
  userId?: number | undefined;
39793
40205
  }, {
@@ -39798,6 +40210,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39798
40210
  url?: string | null | undefined;
39799
40211
  credentialId?: string | undefined;
39800
40212
  relativePath?: string | null | undefined;
40213
+ commitAuthorName?: string | null | undefined;
40214
+ commitAuthorEmail?: string | null | undefined;
39801
40215
  connectionId?: string | null | undefined;
39802
40216
  userId?: number | null | undefined;
39803
40217
  }>>>;
@@ -39806,6 +40220,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39806
40220
  workspaceSlug: z.ZodString;
39807
40221
  projectKey: z.ZodString;
39808
40222
  repoSlug: z.ZodString;
40223
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
40224
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39809
40225
  branch: z.ZodString;
39810
40226
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39811
40227
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -39817,6 +40233,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39817
40233
  repoSlug: string;
39818
40234
  credentialId?: string | undefined;
39819
40235
  relativePath?: string | undefined;
40236
+ commitAuthorName?: string | undefined;
40237
+ commitAuthorEmail?: string | undefined;
39820
40238
  connectionId?: string | undefined;
39821
40239
  userId?: number | undefined;
39822
40240
  }, {
@@ -39826,6 +40244,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39826
40244
  repoSlug: string;
39827
40245
  credentialId?: string | undefined;
39828
40246
  relativePath?: string | null | undefined;
40247
+ commitAuthorName?: string | null | undefined;
40248
+ commitAuthorEmail?: string | null | undefined;
39829
40249
  connectionId?: string | null | undefined;
39830
40250
  userId?: number | null | undefined;
39831
40251
  }>>>;
@@ -39834,6 +40254,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39834
40254
  url: z.ZodString;
39835
40255
  branch: z.ZodString;
39836
40256
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
40257
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
40258
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39837
40259
  connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39838
40260
  userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
39839
40261
  }, "strip", z.ZodTypeAny, {
@@ -39841,6 +40263,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39841
40263
  branch: string;
39842
40264
  credentialId?: string | undefined;
39843
40265
  relativePath?: string | undefined;
40266
+ commitAuthorName?: string | undefined;
40267
+ commitAuthorEmail?: string | undefined;
39844
40268
  connectionId?: string | undefined;
39845
40269
  userId?: number | undefined;
39846
40270
  }, {
@@ -39848,12 +40272,16 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39848
40272
  branch: string;
39849
40273
  credentialId?: string | undefined;
39850
40274
  relativePath?: string | null | undefined;
40275
+ commitAuthorName?: string | null | undefined;
40276
+ commitAuthorEmail?: string | null | undefined;
39851
40277
  connectionId?: string | null | undefined;
39852
40278
  userId?: number | null | undefined;
39853
40279
  }>>>;
39854
40280
  gitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<{
39855
40281
  credentialId: z.ZodOptional<z.ZodString>;
39856
40282
  projectId: z.ZodString;
40283
+ commitAuthorName: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
40284
+ commitAuthorEmail: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39857
40285
  branch: z.ZodString;
39858
40286
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
39859
40287
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
@@ -39865,6 +40293,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39865
40293
  url?: string | undefined;
39866
40294
  credentialId?: string | undefined;
39867
40295
  relativePath?: string | undefined;
40296
+ commitAuthorName?: string | undefined;
40297
+ commitAuthorEmail?: string | undefined;
39868
40298
  connectionId?: string | undefined;
39869
40299
  userId?: number | undefined;
39870
40300
  }, {
@@ -39873,6 +40303,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39873
40303
  url?: string | null | undefined;
39874
40304
  credentialId?: string | undefined;
39875
40305
  relativePath?: string | null | undefined;
40306
+ commitAuthorName?: string | null | undefined;
40307
+ commitAuthorEmail?: string | null | undefined;
39876
40308
  connectionId?: string | null | undefined;
39877
40309
  userId?: number | null | undefined;
39878
40310
  }>>>;
@@ -39915,6 +40347,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39915
40347
  url?: string | undefined;
39916
40348
  credentialId?: string | undefined;
39917
40349
  relativePath?: string | undefined;
40350
+ commitAuthorName?: string | undefined;
40351
+ commitAuthorEmail?: string | undefined;
39918
40352
  connectionId?: string | undefined;
39919
40353
  userId?: number | undefined;
39920
40354
  } | null | undefined;
@@ -39925,6 +40359,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39925
40359
  repoSlug: string;
39926
40360
  credentialId?: string | undefined;
39927
40361
  relativePath?: string | undefined;
40362
+ commitAuthorName?: string | undefined;
40363
+ commitAuthorEmail?: string | undefined;
39928
40364
  connectionId?: string | undefined;
39929
40365
  userId?: number | undefined;
39930
40366
  } | null | undefined;
@@ -39933,6 +40369,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39933
40369
  branch: string;
39934
40370
  credentialId?: string | undefined;
39935
40371
  relativePath?: string | undefined;
40372
+ commitAuthorName?: string | undefined;
40373
+ commitAuthorEmail?: string | undefined;
39936
40374
  connectionId?: string | undefined;
39937
40375
  userId?: number | undefined;
39938
40376
  } | null | undefined;
@@ -39942,6 +40380,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39942
40380
  url?: string | undefined;
39943
40381
  credentialId?: string | undefined;
39944
40382
  relativePath?: string | undefined;
40383
+ commitAuthorName?: string | undefined;
40384
+ commitAuthorEmail?: string | undefined;
39945
40385
  connectionId?: string | undefined;
39946
40386
  userId?: number | undefined;
39947
40387
  } | null | undefined;
@@ -39963,6 +40403,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39963
40403
  url?: string | null | undefined;
39964
40404
  credentialId?: string | undefined;
39965
40405
  relativePath?: string | null | undefined;
40406
+ commitAuthorName?: string | null | undefined;
40407
+ commitAuthorEmail?: string | null | undefined;
39966
40408
  connectionId?: string | null | undefined;
39967
40409
  userId?: number | null | undefined;
39968
40410
  } | null | undefined;
@@ -39973,6 +40415,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39973
40415
  repoSlug: string;
39974
40416
  credentialId?: string | undefined;
39975
40417
  relativePath?: string | null | undefined;
40418
+ commitAuthorName?: string | null | undefined;
40419
+ commitAuthorEmail?: string | null | undefined;
39976
40420
  connectionId?: string | null | undefined;
39977
40421
  userId?: number | null | undefined;
39978
40422
  } | null | undefined;
@@ -39981,6 +40425,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39981
40425
  branch: string;
39982
40426
  credentialId?: string | undefined;
39983
40427
  relativePath?: string | null | undefined;
40428
+ commitAuthorName?: string | null | undefined;
40429
+ commitAuthorEmail?: string | null | undefined;
39984
40430
  connectionId?: string | null | undefined;
39985
40431
  userId?: number | null | undefined;
39986
40432
  } | null | undefined;
@@ -39990,6 +40436,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
39990
40436
  url?: string | null | undefined;
39991
40437
  credentialId?: string | undefined;
39992
40438
  relativePath?: string | null | undefined;
40439
+ commitAuthorName?: string | null | undefined;
40440
+ commitAuthorEmail?: string | null | undefined;
39993
40441
  connectionId?: string | null | undefined;
39994
40442
  userId?: number | null | undefined;
39995
40443
  } | null | undefined;
@@ -40028,6 +40476,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
40028
40476
  url?: string | undefined;
40029
40477
  credentialId?: string | undefined;
40030
40478
  relativePath?: string | undefined;
40479
+ commitAuthorName?: string | undefined;
40480
+ commitAuthorEmail?: string | undefined;
40031
40481
  connectionId?: string | undefined;
40032
40482
  userId?: number | undefined;
40033
40483
  } | null | undefined;
@@ -40038,6 +40488,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
40038
40488
  repoSlug: string;
40039
40489
  credentialId?: string | undefined;
40040
40490
  relativePath?: string | undefined;
40491
+ commitAuthorName?: string | undefined;
40492
+ commitAuthorEmail?: string | undefined;
40041
40493
  connectionId?: string | undefined;
40042
40494
  userId?: number | undefined;
40043
40495
  } | null | undefined;
@@ -40046,6 +40498,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
40046
40498
  branch: string;
40047
40499
  credentialId?: string | undefined;
40048
40500
  relativePath?: string | undefined;
40501
+ commitAuthorName?: string | undefined;
40502
+ commitAuthorEmail?: string | undefined;
40049
40503
  connectionId?: string | undefined;
40050
40504
  userId?: number | undefined;
40051
40505
  } | null | undefined;
@@ -40055,6 +40509,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
40055
40509
  url?: string | undefined;
40056
40510
  credentialId?: string | undefined;
40057
40511
  relativePath?: string | undefined;
40512
+ commitAuthorName?: string | undefined;
40513
+ commitAuthorEmail?: string | undefined;
40058
40514
  connectionId?: string | undefined;
40059
40515
  userId?: number | undefined;
40060
40516
  } | null | undefined;
@@ -40094,6 +40550,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
40094
40550
  url?: string | null | undefined;
40095
40551
  credentialId?: string | undefined;
40096
40552
  relativePath?: string | null | undefined;
40553
+ commitAuthorName?: string | null | undefined;
40554
+ commitAuthorEmail?: string | null | undefined;
40097
40555
  connectionId?: string | null | undefined;
40098
40556
  userId?: number | null | undefined;
40099
40557
  } | null | undefined;
@@ -40104,6 +40562,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
40104
40562
  repoSlug: string;
40105
40563
  credentialId?: string | undefined;
40106
40564
  relativePath?: string | null | undefined;
40565
+ commitAuthorName?: string | null | undefined;
40566
+ commitAuthorEmail?: string | null | undefined;
40107
40567
  connectionId?: string | null | undefined;
40108
40568
  userId?: number | null | undefined;
40109
40569
  } | null | undefined;
@@ -40112,6 +40572,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
40112
40572
  branch: string;
40113
40573
  credentialId?: string | undefined;
40114
40574
  relativePath?: string | null | undefined;
40575
+ commitAuthorName?: string | null | undefined;
40576
+ commitAuthorEmail?: string | null | undefined;
40115
40577
  connectionId?: string | null | undefined;
40116
40578
  userId?: number | null | undefined;
40117
40579
  } | null | undefined;
@@ -40121,6 +40583,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
40121
40583
  url?: string | null | undefined;
40122
40584
  credentialId?: string | undefined;
40123
40585
  relativePath?: string | null | undefined;
40586
+ commitAuthorName?: string | null | undefined;
40587
+ commitAuthorEmail?: string | null | undefined;
40124
40588
  connectionId?: string | null | undefined;
40125
40589
  userId?: number | null | undefined;
40126
40590
  } | null | undefined;