@supernova-studio/client 0.47.28 → 0.47.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -23700,8 +23700,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
23700
23700
  branch: z.ZodString;
23701
23701
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23702
23702
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23703
- connectionId: z.ZodOptional<z.ZodString>;
23704
- userId: z.ZodOptional<z.ZodNumber>;
23703
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23704
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
23705
23705
  }, "strip", z.ZodTypeAny, {
23706
23706
  branch: string;
23707
23707
  organizationId: string;
@@ -23718,10 +23718,10 @@ declare const DTOExportJobDestinations: z.ZodObject<{
23718
23718
  projectId: string;
23719
23719
  repositoryId: string;
23720
23720
  url?: string | null | undefined;
23721
- userId?: number | undefined;
23721
+ userId?: number | null | undefined;
23722
23722
  credentialId?: string | undefined;
23723
23723
  relativePath?: string | null | undefined;
23724
- connectionId?: string | undefined;
23724
+ connectionId?: string | null | undefined;
23725
23725
  }>>;
23726
23726
  bitbucket: z.ZodOptional<z.ZodObject<{
23727
23727
  credentialId: z.ZodOptional<z.ZodString>;
@@ -23730,8 +23730,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
23730
23730
  repoSlug: z.ZodString;
23731
23731
  branch: z.ZodString;
23732
23732
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23733
- connectionId: z.ZodOptional<z.ZodString>;
23734
- userId: z.ZodOptional<z.ZodNumber>;
23733
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23734
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
23735
23735
  }, "strip", z.ZodTypeAny, {
23736
23736
  branch: string;
23737
23737
  workspaceSlug: string;
@@ -23746,18 +23746,18 @@ declare const DTOExportJobDestinations: z.ZodObject<{
23746
23746
  workspaceSlug: string;
23747
23747
  projectKey: string;
23748
23748
  repoSlug: string;
23749
- userId?: number | undefined;
23749
+ userId?: number | null | undefined;
23750
23750
  credentialId?: string | undefined;
23751
23751
  relativePath?: string | null | undefined;
23752
- connectionId?: string | undefined;
23752
+ connectionId?: string | null | undefined;
23753
23753
  }>>;
23754
23754
  github: z.ZodOptional<z.ZodObject<{
23755
23755
  credentialId: z.ZodOptional<z.ZodString>;
23756
23756
  url: z.ZodString;
23757
23757
  branch: z.ZodString;
23758
23758
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23759
- connectionId: z.ZodOptional<z.ZodString>;
23760
- userId: z.ZodOptional<z.ZodNumber>;
23759
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23760
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
23761
23761
  }, "strip", z.ZodTypeAny, {
23762
23762
  url: string;
23763
23763
  branch: string;
@@ -23768,10 +23768,10 @@ declare const DTOExportJobDestinations: z.ZodObject<{
23768
23768
  }, {
23769
23769
  url: string;
23770
23770
  branch: string;
23771
- userId?: number | undefined;
23771
+ userId?: number | null | undefined;
23772
23772
  credentialId?: string | undefined;
23773
23773
  relativePath?: string | null | undefined;
23774
- connectionId?: string | undefined;
23774
+ connectionId?: string | null | undefined;
23775
23775
  }>>;
23776
23776
  gitlab: z.ZodOptional<z.ZodObject<{
23777
23777
  credentialId: z.ZodOptional<z.ZodString>;
@@ -23779,8 +23779,8 @@ declare const DTOExportJobDestinations: z.ZodObject<{
23779
23779
  branch: z.ZodString;
23780
23780
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23781
23781
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23782
- connectionId: z.ZodOptional<z.ZodString>;
23783
- userId: z.ZodOptional<z.ZodNumber>;
23782
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23783
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
23784
23784
  }, "strip", z.ZodTypeAny, {
23785
23785
  branch: string;
23786
23786
  projectId: string;
@@ -23793,10 +23793,10 @@ declare const DTOExportJobDestinations: z.ZodObject<{
23793
23793
  branch: string;
23794
23794
  projectId: string;
23795
23795
  url?: string | null | undefined;
23796
- userId?: number | undefined;
23796
+ userId?: number | null | undefined;
23797
23797
  credentialId?: string | undefined;
23798
23798
  relativePath?: string | null | undefined;
23799
- connectionId?: string | undefined;
23799
+ connectionId?: string | null | undefined;
23800
23800
  }>>;
23801
23801
  documentation: z.ZodOptional<z.ZodObject<{
23802
23802
  environment: z.ZodEnum<["Live", "Preview"]>;
@@ -23858,37 +23858,37 @@ declare const DTOExportJobDestinations: z.ZodObject<{
23858
23858
  projectId: string;
23859
23859
  repositoryId: string;
23860
23860
  url?: string | null | undefined;
23861
- userId?: number | undefined;
23861
+ userId?: number | null | undefined;
23862
23862
  credentialId?: string | undefined;
23863
23863
  relativePath?: string | null | undefined;
23864
- connectionId?: string | undefined;
23864
+ connectionId?: string | null | undefined;
23865
23865
  } | undefined;
23866
23866
  bitbucket?: {
23867
23867
  branch: string;
23868
23868
  workspaceSlug: string;
23869
23869
  projectKey: string;
23870
23870
  repoSlug: string;
23871
- userId?: number | undefined;
23871
+ userId?: number | null | undefined;
23872
23872
  credentialId?: string | undefined;
23873
23873
  relativePath?: string | null | undefined;
23874
- connectionId?: string | undefined;
23874
+ connectionId?: string | null | undefined;
23875
23875
  } | undefined;
23876
23876
  github?: {
23877
23877
  url: string;
23878
23878
  branch: string;
23879
- userId?: number | undefined;
23879
+ userId?: number | null | undefined;
23880
23880
  credentialId?: string | undefined;
23881
23881
  relativePath?: string | null | undefined;
23882
- connectionId?: string | undefined;
23882
+ connectionId?: string | null | undefined;
23883
23883
  } | undefined;
23884
23884
  gitlab?: {
23885
23885
  branch: string;
23886
23886
  projectId: string;
23887
23887
  url?: string | null | undefined;
23888
- userId?: number | undefined;
23888
+ userId?: number | null | undefined;
23889
23889
  credentialId?: string | undefined;
23890
23890
  relativePath?: string | null | undefined;
23891
- connectionId?: string | undefined;
23891
+ connectionId?: string | null | undefined;
23892
23892
  } | undefined;
23893
23893
  documentation?: {
23894
23894
  environment: "Live" | "Preview";
@@ -23979,8 +23979,8 @@ declare const DTOExportJob: z.ZodObject<{
23979
23979
  branch: z.ZodString;
23980
23980
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23981
23981
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23982
- connectionId: z.ZodOptional<z.ZodString>;
23983
- userId: z.ZodOptional<z.ZodNumber>;
23982
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
23983
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
23984
23984
  }, "strip", z.ZodTypeAny, {
23985
23985
  branch: string;
23986
23986
  organizationId: string;
@@ -23997,10 +23997,10 @@ declare const DTOExportJob: z.ZodObject<{
23997
23997
  projectId: string;
23998
23998
  repositoryId: string;
23999
23999
  url?: string | null | undefined;
24000
- userId?: number | undefined;
24000
+ userId?: number | null | undefined;
24001
24001
  credentialId?: string | undefined;
24002
24002
  relativePath?: string | null | undefined;
24003
- connectionId?: string | undefined;
24003
+ connectionId?: string | null | undefined;
24004
24004
  }>>;
24005
24005
  bitbucket: z.ZodOptional<z.ZodObject<{
24006
24006
  credentialId: z.ZodOptional<z.ZodString>;
@@ -24009,8 +24009,8 @@ declare const DTOExportJob: z.ZodObject<{
24009
24009
  repoSlug: z.ZodString;
24010
24010
  branch: z.ZodString;
24011
24011
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24012
- connectionId: z.ZodOptional<z.ZodString>;
24013
- userId: z.ZodOptional<z.ZodNumber>;
24012
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24013
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
24014
24014
  }, "strip", z.ZodTypeAny, {
24015
24015
  branch: string;
24016
24016
  workspaceSlug: string;
@@ -24025,18 +24025,18 @@ declare const DTOExportJob: z.ZodObject<{
24025
24025
  workspaceSlug: string;
24026
24026
  projectKey: string;
24027
24027
  repoSlug: string;
24028
- userId?: number | undefined;
24028
+ userId?: number | null | undefined;
24029
24029
  credentialId?: string | undefined;
24030
24030
  relativePath?: string | null | undefined;
24031
- connectionId?: string | undefined;
24031
+ connectionId?: string | null | undefined;
24032
24032
  }>>;
24033
24033
  github: z.ZodOptional<z.ZodObject<{
24034
24034
  credentialId: z.ZodOptional<z.ZodString>;
24035
24035
  url: z.ZodString;
24036
24036
  branch: z.ZodString;
24037
24037
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24038
- connectionId: z.ZodOptional<z.ZodString>;
24039
- userId: z.ZodOptional<z.ZodNumber>;
24038
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24039
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
24040
24040
  }, "strip", z.ZodTypeAny, {
24041
24041
  url: string;
24042
24042
  branch: string;
@@ -24047,10 +24047,10 @@ declare const DTOExportJob: z.ZodObject<{
24047
24047
  }, {
24048
24048
  url: string;
24049
24049
  branch: string;
24050
- userId?: number | undefined;
24050
+ userId?: number | null | undefined;
24051
24051
  credentialId?: string | undefined;
24052
24052
  relativePath?: string | null | undefined;
24053
- connectionId?: string | undefined;
24053
+ connectionId?: string | null | undefined;
24054
24054
  }>>;
24055
24055
  gitlab: z.ZodOptional<z.ZodObject<{
24056
24056
  credentialId: z.ZodOptional<z.ZodString>;
@@ -24058,8 +24058,8 @@ declare const DTOExportJob: z.ZodObject<{
24058
24058
  branch: z.ZodString;
24059
24059
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24060
24060
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24061
- connectionId: z.ZodOptional<z.ZodString>;
24062
- userId: z.ZodOptional<z.ZodNumber>;
24061
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24062
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
24063
24063
  }, "strip", z.ZodTypeAny, {
24064
24064
  branch: string;
24065
24065
  projectId: string;
@@ -24072,10 +24072,10 @@ declare const DTOExportJob: z.ZodObject<{
24072
24072
  branch: string;
24073
24073
  projectId: string;
24074
24074
  url?: string | null | undefined;
24075
- userId?: number | undefined;
24075
+ userId?: number | null | undefined;
24076
24076
  credentialId?: string | undefined;
24077
24077
  relativePath?: string | null | undefined;
24078
- connectionId?: string | undefined;
24078
+ connectionId?: string | null | undefined;
24079
24079
  }>>;
24080
24080
  documentation: z.ZodOptional<z.ZodObject<{
24081
24081
  environment: z.ZodEnum<["Live", "Preview"]>;
@@ -24137,37 +24137,37 @@ declare const DTOExportJob: z.ZodObject<{
24137
24137
  projectId: string;
24138
24138
  repositoryId: string;
24139
24139
  url?: string | null | undefined;
24140
- userId?: number | undefined;
24140
+ userId?: number | null | undefined;
24141
24141
  credentialId?: string | undefined;
24142
24142
  relativePath?: string | null | undefined;
24143
- connectionId?: string | undefined;
24143
+ connectionId?: string | null | undefined;
24144
24144
  } | undefined;
24145
24145
  bitbucket?: {
24146
24146
  branch: string;
24147
24147
  workspaceSlug: string;
24148
24148
  projectKey: string;
24149
24149
  repoSlug: string;
24150
- userId?: number | undefined;
24150
+ userId?: number | null | undefined;
24151
24151
  credentialId?: string | undefined;
24152
24152
  relativePath?: string | null | undefined;
24153
- connectionId?: string | undefined;
24153
+ connectionId?: string | null | undefined;
24154
24154
  } | undefined;
24155
24155
  github?: {
24156
24156
  url: string;
24157
24157
  branch: string;
24158
- userId?: number | undefined;
24158
+ userId?: number | null | undefined;
24159
24159
  credentialId?: string | undefined;
24160
24160
  relativePath?: string | null | undefined;
24161
- connectionId?: string | undefined;
24161
+ connectionId?: string | null | undefined;
24162
24162
  } | undefined;
24163
24163
  gitlab?: {
24164
24164
  branch: string;
24165
24165
  projectId: string;
24166
24166
  url?: string | null | undefined;
24167
- userId?: number | undefined;
24167
+ userId?: number | null | undefined;
24168
24168
  credentialId?: string | undefined;
24169
24169
  relativePath?: string | null | undefined;
24170
- connectionId?: string | undefined;
24170
+ connectionId?: string | null | undefined;
24171
24171
  } | undefined;
24172
24172
  documentation?: {
24173
24173
  environment: "Live" | "Preview";
@@ -24182,22 +24182,30 @@ declare const DTOExportJob: z.ZodObject<{
24182
24182
  path: string;
24183
24183
  files: string[];
24184
24184
  bucket: string;
24185
+ url?: string | undefined;
24185
24186
  urlPrefix?: string | undefined;
24187
+ urls?: string[] | undefined;
24186
24188
  }, z.ZodTypeDef, {
24187
24189
  path: string;
24188
24190
  files: string[];
24189
24191
  bucket: string;
24192
+ url?: string | null | undefined;
24190
24193
  urlPrefix?: string | undefined;
24194
+ urls?: string[] | null | undefined;
24191
24195
  }>>>, {
24192
24196
  path: string;
24193
24197
  files: string[];
24194
24198
  bucket: string;
24199
+ url?: string | undefined;
24195
24200
  urlPrefix?: string | undefined;
24201
+ urls?: string[] | undefined;
24196
24202
  } | undefined, {
24197
24203
  path: string;
24198
24204
  files: string[];
24199
24205
  bucket: string;
24206
+ url?: string | null | undefined;
24200
24207
  urlPrefix?: string | undefined;
24208
+ urls?: string[] | null | undefined;
24201
24209
  } | null | undefined>;
24202
24210
  github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24203
24211
  pullRequestUrl: string;
@@ -24244,6 +24252,27 @@ declare const DTOExportJob: z.ZodObject<{
24244
24252
  } | undefined, {
24245
24253
  url: string;
24246
24254
  } | null | undefined>;
24255
+ logs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24256
+ message: string;
24257
+ type: "user" | "success" | "warning" | "error" | "info";
24258
+ time: Date;
24259
+ id?: string | undefined;
24260
+ }[], z.ZodTypeDef, {
24261
+ message: string;
24262
+ type: "user" | "success" | "warning" | "error" | "info";
24263
+ time: Date;
24264
+ id?: string | undefined;
24265
+ }[]>>>, {
24266
+ message: string;
24267
+ type: "user" | "success" | "warning" | "error" | "info";
24268
+ time: Date;
24269
+ id?: string | undefined;
24270
+ }[] | undefined, {
24271
+ message: string;
24272
+ type: "user" | "success" | "warning" | "error" | "info";
24273
+ time: Date;
24274
+ id?: string | undefined;
24275
+ }[] | null | undefined>;
24247
24276
  }, "strip", z.ZodTypeAny, {
24248
24277
  error?: string | undefined;
24249
24278
  github?: {
@@ -24258,11 +24287,19 @@ declare const DTOExportJob: z.ZodObject<{
24258
24287
  bitbucket?: {
24259
24288
  pullRequestUrl: string;
24260
24289
  } | undefined;
24290
+ logs?: {
24291
+ message: string;
24292
+ type: "user" | "success" | "warning" | "error" | "info";
24293
+ time: Date;
24294
+ id?: string | undefined;
24295
+ }[] | undefined;
24261
24296
  s3?: {
24262
24297
  path: string;
24263
24298
  files: string[];
24264
24299
  bucket: string;
24300
+ url?: string | undefined;
24265
24301
  urlPrefix?: string | undefined;
24302
+ urls?: string[] | undefined;
24266
24303
  } | undefined;
24267
24304
  sndocs?: {
24268
24305
  url: string;
@@ -24281,11 +24318,19 @@ declare const DTOExportJob: z.ZodObject<{
24281
24318
  bitbucket?: {
24282
24319
  pullRequestUrl: string;
24283
24320
  } | null | undefined;
24321
+ logs?: {
24322
+ message: string;
24323
+ type: "user" | "success" | "warning" | "error" | "info";
24324
+ time: Date;
24325
+ id?: string | undefined;
24326
+ }[] | null | undefined;
24284
24327
  s3?: {
24285
24328
  path: string;
24286
24329
  files: string[];
24287
24330
  bucket: string;
24331
+ url?: string | null | undefined;
24288
24332
  urlPrefix?: string | undefined;
24333
+ urls?: string[] | null | undefined;
24289
24334
  } | null | undefined;
24290
24335
  sndocs?: {
24291
24336
  url: string;
@@ -24383,11 +24428,19 @@ declare const DTOExportJob: z.ZodObject<{
24383
24428
  bitbucket?: {
24384
24429
  pullRequestUrl: string;
24385
24430
  } | undefined;
24431
+ logs?: {
24432
+ message: string;
24433
+ type: "user" | "success" | "warning" | "error" | "info";
24434
+ time: Date;
24435
+ id?: string | undefined;
24436
+ }[] | undefined;
24386
24437
  s3?: {
24387
24438
  path: string;
24388
24439
  files: string[];
24389
24440
  bucket: string;
24441
+ url?: string | undefined;
24390
24442
  urlPrefix?: string | undefined;
24443
+ urls?: string[] | undefined;
24391
24444
  } | undefined;
24392
24445
  sndocs?: {
24393
24446
  url: string;
@@ -24406,37 +24459,37 @@ declare const DTOExportJob: z.ZodObject<{
24406
24459
  projectId: string;
24407
24460
  repositoryId: string;
24408
24461
  url?: string | null | undefined;
24409
- userId?: number | undefined;
24462
+ userId?: number | null | undefined;
24410
24463
  credentialId?: string | undefined;
24411
24464
  relativePath?: string | null | undefined;
24412
- connectionId?: string | undefined;
24465
+ connectionId?: string | null | undefined;
24413
24466
  } | undefined;
24414
24467
  bitbucket?: {
24415
24468
  branch: string;
24416
24469
  workspaceSlug: string;
24417
24470
  projectKey: string;
24418
24471
  repoSlug: string;
24419
- userId?: number | undefined;
24472
+ userId?: number | null | undefined;
24420
24473
  credentialId?: string | undefined;
24421
24474
  relativePath?: string | null | undefined;
24422
- connectionId?: string | undefined;
24475
+ connectionId?: string | null | undefined;
24423
24476
  } | undefined;
24424
24477
  github?: {
24425
24478
  url: string;
24426
24479
  branch: string;
24427
- userId?: number | undefined;
24480
+ userId?: number | null | undefined;
24428
24481
  credentialId?: string | undefined;
24429
24482
  relativePath?: string | null | undefined;
24430
- connectionId?: string | undefined;
24483
+ connectionId?: string | null | undefined;
24431
24484
  } | undefined;
24432
24485
  gitlab?: {
24433
24486
  branch: string;
24434
24487
  projectId: string;
24435
24488
  url?: string | null | undefined;
24436
- userId?: number | undefined;
24489
+ userId?: number | null | undefined;
24437
24490
  credentialId?: string | undefined;
24438
24491
  relativePath?: string | null | undefined;
24439
- connectionId?: string | undefined;
24492
+ connectionId?: string | null | undefined;
24440
24493
  } | undefined;
24441
24494
  documentation?: {
24442
24495
  environment: "Live" | "Preview";
@@ -24483,11 +24536,19 @@ declare const DTOExportJob: z.ZodObject<{
24483
24536
  bitbucket?: {
24484
24537
  pullRequestUrl: string;
24485
24538
  } | null | undefined;
24539
+ logs?: {
24540
+ message: string;
24541
+ type: "user" | "success" | "warning" | "error" | "info";
24542
+ time: Date;
24543
+ id?: string | undefined;
24544
+ }[] | null | undefined;
24486
24545
  s3?: {
24487
24546
  path: string;
24488
24547
  files: string[];
24489
24548
  bucket: string;
24549
+ url?: string | null | undefined;
24490
24550
  urlPrefix?: string | undefined;
24551
+ urls?: string[] | null | undefined;
24491
24552
  } | null | undefined;
24492
24553
  sndocs?: {
24493
24554
  url: string;
@@ -24579,8 +24640,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
24579
24640
  branch: z.ZodString;
24580
24641
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24581
24642
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24582
- connectionId: z.ZodOptional<z.ZodString>;
24583
- userId: z.ZodOptional<z.ZodNumber>;
24643
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24644
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
24584
24645
  }, "strip", z.ZodTypeAny, {
24585
24646
  branch: string;
24586
24647
  organizationId: string;
@@ -24597,10 +24658,10 @@ declare const DTOExportJobResponse: z.ZodObject<{
24597
24658
  projectId: string;
24598
24659
  repositoryId: string;
24599
24660
  url?: string | null | undefined;
24600
- userId?: number | undefined;
24661
+ userId?: number | null | undefined;
24601
24662
  credentialId?: string | undefined;
24602
24663
  relativePath?: string | null | undefined;
24603
- connectionId?: string | undefined;
24664
+ connectionId?: string | null | undefined;
24604
24665
  }>>;
24605
24666
  bitbucket: z.ZodOptional<z.ZodObject<{
24606
24667
  credentialId: z.ZodOptional<z.ZodString>;
@@ -24609,8 +24670,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
24609
24670
  repoSlug: z.ZodString;
24610
24671
  branch: z.ZodString;
24611
24672
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24612
- connectionId: z.ZodOptional<z.ZodString>;
24613
- userId: z.ZodOptional<z.ZodNumber>;
24673
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24674
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
24614
24675
  }, "strip", z.ZodTypeAny, {
24615
24676
  branch: string;
24616
24677
  workspaceSlug: string;
@@ -24625,18 +24686,18 @@ declare const DTOExportJobResponse: z.ZodObject<{
24625
24686
  workspaceSlug: string;
24626
24687
  projectKey: string;
24627
24688
  repoSlug: string;
24628
- userId?: number | undefined;
24689
+ userId?: number | null | undefined;
24629
24690
  credentialId?: string | undefined;
24630
24691
  relativePath?: string | null | undefined;
24631
- connectionId?: string | undefined;
24692
+ connectionId?: string | null | undefined;
24632
24693
  }>>;
24633
24694
  github: z.ZodOptional<z.ZodObject<{
24634
24695
  credentialId: z.ZodOptional<z.ZodString>;
24635
24696
  url: z.ZodString;
24636
24697
  branch: z.ZodString;
24637
24698
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24638
- connectionId: z.ZodOptional<z.ZodString>;
24639
- userId: z.ZodOptional<z.ZodNumber>;
24699
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24700
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
24640
24701
  }, "strip", z.ZodTypeAny, {
24641
24702
  url: string;
24642
24703
  branch: string;
@@ -24647,10 +24708,10 @@ declare const DTOExportJobResponse: z.ZodObject<{
24647
24708
  }, {
24648
24709
  url: string;
24649
24710
  branch: string;
24650
- userId?: number | undefined;
24711
+ userId?: number | null | undefined;
24651
24712
  credentialId?: string | undefined;
24652
24713
  relativePath?: string | null | undefined;
24653
- connectionId?: string | undefined;
24714
+ connectionId?: string | null | undefined;
24654
24715
  }>>;
24655
24716
  gitlab: z.ZodOptional<z.ZodObject<{
24656
24717
  credentialId: z.ZodOptional<z.ZodString>;
@@ -24658,8 +24719,8 @@ declare const DTOExportJobResponse: z.ZodObject<{
24658
24719
  branch: z.ZodString;
24659
24720
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24660
24721
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24661
- connectionId: z.ZodOptional<z.ZodString>;
24662
- userId: z.ZodOptional<z.ZodNumber>;
24722
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
24723
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
24663
24724
  }, "strip", z.ZodTypeAny, {
24664
24725
  branch: string;
24665
24726
  projectId: string;
@@ -24672,10 +24733,10 @@ declare const DTOExportJobResponse: z.ZodObject<{
24672
24733
  branch: string;
24673
24734
  projectId: string;
24674
24735
  url?: string | null | undefined;
24675
- userId?: number | undefined;
24736
+ userId?: number | null | undefined;
24676
24737
  credentialId?: string | undefined;
24677
24738
  relativePath?: string | null | undefined;
24678
- connectionId?: string | undefined;
24739
+ connectionId?: string | null | undefined;
24679
24740
  }>>;
24680
24741
  documentation: z.ZodOptional<z.ZodObject<{
24681
24742
  environment: z.ZodEnum<["Live", "Preview"]>;
@@ -24737,37 +24798,37 @@ declare const DTOExportJobResponse: z.ZodObject<{
24737
24798
  projectId: string;
24738
24799
  repositoryId: string;
24739
24800
  url?: string | null | undefined;
24740
- userId?: number | undefined;
24801
+ userId?: number | null | undefined;
24741
24802
  credentialId?: string | undefined;
24742
24803
  relativePath?: string | null | undefined;
24743
- connectionId?: string | undefined;
24804
+ connectionId?: string | null | undefined;
24744
24805
  } | undefined;
24745
24806
  bitbucket?: {
24746
24807
  branch: string;
24747
24808
  workspaceSlug: string;
24748
24809
  projectKey: string;
24749
24810
  repoSlug: string;
24750
- userId?: number | undefined;
24811
+ userId?: number | null | undefined;
24751
24812
  credentialId?: string | undefined;
24752
24813
  relativePath?: string | null | undefined;
24753
- connectionId?: string | undefined;
24814
+ connectionId?: string | null | undefined;
24754
24815
  } | undefined;
24755
24816
  github?: {
24756
24817
  url: string;
24757
24818
  branch: string;
24758
- userId?: number | undefined;
24819
+ userId?: number | null | undefined;
24759
24820
  credentialId?: string | undefined;
24760
24821
  relativePath?: string | null | undefined;
24761
- connectionId?: string | undefined;
24822
+ connectionId?: string | null | undefined;
24762
24823
  } | undefined;
24763
24824
  gitlab?: {
24764
24825
  branch: string;
24765
24826
  projectId: string;
24766
24827
  url?: string | null | undefined;
24767
- userId?: number | undefined;
24828
+ userId?: number | null | undefined;
24768
24829
  credentialId?: string | undefined;
24769
24830
  relativePath?: string | null | undefined;
24770
- connectionId?: string | undefined;
24831
+ connectionId?: string | null | undefined;
24771
24832
  } | undefined;
24772
24833
  documentation?: {
24773
24834
  environment: "Live" | "Preview";
@@ -24782,22 +24843,30 @@ declare const DTOExportJobResponse: z.ZodObject<{
24782
24843
  path: string;
24783
24844
  files: string[];
24784
24845
  bucket: string;
24846
+ url?: string | undefined;
24785
24847
  urlPrefix?: string | undefined;
24848
+ urls?: string[] | undefined;
24786
24849
  }, z.ZodTypeDef, {
24787
24850
  path: string;
24788
24851
  files: string[];
24789
24852
  bucket: string;
24853
+ url?: string | null | undefined;
24790
24854
  urlPrefix?: string | undefined;
24855
+ urls?: string[] | null | undefined;
24791
24856
  }>>>, {
24792
24857
  path: string;
24793
24858
  files: string[];
24794
24859
  bucket: string;
24860
+ url?: string | undefined;
24795
24861
  urlPrefix?: string | undefined;
24862
+ urls?: string[] | undefined;
24796
24863
  } | undefined, {
24797
24864
  path: string;
24798
24865
  files: string[];
24799
24866
  bucket: string;
24867
+ url?: string | null | undefined;
24800
24868
  urlPrefix?: string | undefined;
24869
+ urls?: string[] | null | undefined;
24801
24870
  } | null | undefined>;
24802
24871
  github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24803
24872
  pullRequestUrl: string;
@@ -24844,6 +24913,27 @@ declare const DTOExportJobResponse: z.ZodObject<{
24844
24913
  } | undefined, {
24845
24914
  url: string;
24846
24915
  } | null | undefined>;
24916
+ logs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
24917
+ message: string;
24918
+ type: "user" | "success" | "warning" | "error" | "info";
24919
+ time: Date;
24920
+ id?: string | undefined;
24921
+ }[], z.ZodTypeDef, {
24922
+ message: string;
24923
+ type: "user" | "success" | "warning" | "error" | "info";
24924
+ time: Date;
24925
+ id?: string | undefined;
24926
+ }[]>>>, {
24927
+ message: string;
24928
+ type: "user" | "success" | "warning" | "error" | "info";
24929
+ time: Date;
24930
+ id?: string | undefined;
24931
+ }[] | undefined, {
24932
+ message: string;
24933
+ type: "user" | "success" | "warning" | "error" | "info";
24934
+ time: Date;
24935
+ id?: string | undefined;
24936
+ }[] | null | undefined>;
24847
24937
  }, "strip", z.ZodTypeAny, {
24848
24938
  error?: string | undefined;
24849
24939
  github?: {
@@ -24858,11 +24948,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
24858
24948
  bitbucket?: {
24859
24949
  pullRequestUrl: string;
24860
24950
  } | undefined;
24951
+ logs?: {
24952
+ message: string;
24953
+ type: "user" | "success" | "warning" | "error" | "info";
24954
+ time: Date;
24955
+ id?: string | undefined;
24956
+ }[] | undefined;
24861
24957
  s3?: {
24862
24958
  path: string;
24863
24959
  files: string[];
24864
24960
  bucket: string;
24961
+ url?: string | undefined;
24865
24962
  urlPrefix?: string | undefined;
24963
+ urls?: string[] | undefined;
24866
24964
  } | undefined;
24867
24965
  sndocs?: {
24868
24966
  url: string;
@@ -24881,11 +24979,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
24881
24979
  bitbucket?: {
24882
24980
  pullRequestUrl: string;
24883
24981
  } | null | undefined;
24982
+ logs?: {
24983
+ message: string;
24984
+ type: "user" | "success" | "warning" | "error" | "info";
24985
+ time: Date;
24986
+ id?: string | undefined;
24987
+ }[] | null | undefined;
24884
24988
  s3?: {
24885
24989
  path: string;
24886
24990
  files: string[];
24887
24991
  bucket: string;
24992
+ url?: string | null | undefined;
24888
24993
  urlPrefix?: string | undefined;
24994
+ urls?: string[] | null | undefined;
24889
24995
  } | null | undefined;
24890
24996
  sndocs?: {
24891
24997
  url: string;
@@ -24983,11 +25089,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
24983
25089
  bitbucket?: {
24984
25090
  pullRequestUrl: string;
24985
25091
  } | undefined;
25092
+ logs?: {
25093
+ message: string;
25094
+ type: "user" | "success" | "warning" | "error" | "info";
25095
+ time: Date;
25096
+ id?: string | undefined;
25097
+ }[] | undefined;
24986
25098
  s3?: {
24987
25099
  path: string;
24988
25100
  files: string[];
24989
25101
  bucket: string;
25102
+ url?: string | undefined;
24990
25103
  urlPrefix?: string | undefined;
25104
+ urls?: string[] | undefined;
24991
25105
  } | undefined;
24992
25106
  sndocs?: {
24993
25107
  url: string;
@@ -25006,37 +25120,37 @@ declare const DTOExportJobResponse: z.ZodObject<{
25006
25120
  projectId: string;
25007
25121
  repositoryId: string;
25008
25122
  url?: string | null | undefined;
25009
- userId?: number | undefined;
25123
+ userId?: number | null | undefined;
25010
25124
  credentialId?: string | undefined;
25011
25125
  relativePath?: string | null | undefined;
25012
- connectionId?: string | undefined;
25126
+ connectionId?: string | null | undefined;
25013
25127
  } | undefined;
25014
25128
  bitbucket?: {
25015
25129
  branch: string;
25016
25130
  workspaceSlug: string;
25017
25131
  projectKey: string;
25018
25132
  repoSlug: string;
25019
- userId?: number | undefined;
25133
+ userId?: number | null | undefined;
25020
25134
  credentialId?: string | undefined;
25021
25135
  relativePath?: string | null | undefined;
25022
- connectionId?: string | undefined;
25136
+ connectionId?: string | null | undefined;
25023
25137
  } | undefined;
25024
25138
  github?: {
25025
25139
  url: string;
25026
25140
  branch: string;
25027
- userId?: number | undefined;
25141
+ userId?: number | null | undefined;
25028
25142
  credentialId?: string | undefined;
25029
25143
  relativePath?: string | null | undefined;
25030
- connectionId?: string | undefined;
25144
+ connectionId?: string | null | undefined;
25031
25145
  } | undefined;
25032
25146
  gitlab?: {
25033
25147
  branch: string;
25034
25148
  projectId: string;
25035
25149
  url?: string | null | undefined;
25036
- userId?: number | undefined;
25150
+ userId?: number | null | undefined;
25037
25151
  credentialId?: string | undefined;
25038
25152
  relativePath?: string | null | undefined;
25039
- connectionId?: string | undefined;
25153
+ connectionId?: string | null | undefined;
25040
25154
  } | undefined;
25041
25155
  documentation?: {
25042
25156
  environment: "Live" | "Preview";
@@ -25083,11 +25197,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
25083
25197
  bitbucket?: {
25084
25198
  pullRequestUrl: string;
25085
25199
  } | null | undefined;
25200
+ logs?: {
25201
+ message: string;
25202
+ type: "user" | "success" | "warning" | "error" | "info";
25203
+ time: Date;
25204
+ id?: string | undefined;
25205
+ }[] | null | undefined;
25086
25206
  s3?: {
25087
25207
  path: string;
25088
25208
  files: string[];
25089
25209
  bucket: string;
25210
+ url?: string | null | undefined;
25090
25211
  urlPrefix?: string | undefined;
25212
+ urls?: string[] | null | undefined;
25091
25213
  } | null | undefined;
25092
25214
  sndocs?: {
25093
25215
  url: string;
@@ -25185,11 +25307,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
25185
25307
  bitbucket?: {
25186
25308
  pullRequestUrl: string;
25187
25309
  } | undefined;
25310
+ logs?: {
25311
+ message: string;
25312
+ type: "user" | "success" | "warning" | "error" | "info";
25313
+ time: Date;
25314
+ id?: string | undefined;
25315
+ }[] | undefined;
25188
25316
  s3?: {
25189
25317
  path: string;
25190
25318
  files: string[];
25191
25319
  bucket: string;
25320
+ url?: string | undefined;
25192
25321
  urlPrefix?: string | undefined;
25322
+ urls?: string[] | undefined;
25193
25323
  } | undefined;
25194
25324
  sndocs?: {
25195
25325
  url: string;
@@ -25210,37 +25340,37 @@ declare const DTOExportJobResponse: z.ZodObject<{
25210
25340
  projectId: string;
25211
25341
  repositoryId: string;
25212
25342
  url?: string | null | undefined;
25213
- userId?: number | undefined;
25343
+ userId?: number | null | undefined;
25214
25344
  credentialId?: string | undefined;
25215
25345
  relativePath?: string | null | undefined;
25216
- connectionId?: string | undefined;
25346
+ connectionId?: string | null | undefined;
25217
25347
  } | undefined;
25218
25348
  bitbucket?: {
25219
25349
  branch: string;
25220
25350
  workspaceSlug: string;
25221
25351
  projectKey: string;
25222
25352
  repoSlug: string;
25223
- userId?: number | undefined;
25353
+ userId?: number | null | undefined;
25224
25354
  credentialId?: string | undefined;
25225
25355
  relativePath?: string | null | undefined;
25226
- connectionId?: string | undefined;
25356
+ connectionId?: string | null | undefined;
25227
25357
  } | undefined;
25228
25358
  github?: {
25229
25359
  url: string;
25230
25360
  branch: string;
25231
- userId?: number | undefined;
25361
+ userId?: number | null | undefined;
25232
25362
  credentialId?: string | undefined;
25233
25363
  relativePath?: string | null | undefined;
25234
- connectionId?: string | undefined;
25364
+ connectionId?: string | null | undefined;
25235
25365
  } | undefined;
25236
25366
  gitlab?: {
25237
25367
  branch: string;
25238
25368
  projectId: string;
25239
25369
  url?: string | null | undefined;
25240
- userId?: number | undefined;
25370
+ userId?: number | null | undefined;
25241
25371
  credentialId?: string | undefined;
25242
25372
  relativePath?: string | null | undefined;
25243
- connectionId?: string | undefined;
25373
+ connectionId?: string | null | undefined;
25244
25374
  } | undefined;
25245
25375
  documentation?: {
25246
25376
  environment: "Live" | "Preview";
@@ -25287,11 +25417,19 @@ declare const DTOExportJobResponse: z.ZodObject<{
25287
25417
  bitbucket?: {
25288
25418
  pullRequestUrl: string;
25289
25419
  } | null | undefined;
25420
+ logs?: {
25421
+ message: string;
25422
+ type: "user" | "success" | "warning" | "error" | "info";
25423
+ time: Date;
25424
+ id?: string | undefined;
25425
+ }[] | null | undefined;
25290
25426
  s3?: {
25291
25427
  path: string;
25292
25428
  files: string[];
25293
25429
  bucket: string;
25430
+ url?: string | null | undefined;
25294
25431
  urlPrefix?: string | undefined;
25432
+ urls?: string[] | null | undefined;
25295
25433
  } | null | undefined;
25296
25434
  sndocs?: {
25297
25435
  url: string;
@@ -25385,8 +25523,8 @@ declare const DTOPipeline: z.ZodObject<{
25385
25523
  branch: z.ZodString;
25386
25524
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25387
25525
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25388
- connectionId: z.ZodOptional<z.ZodString>;
25389
- userId: z.ZodOptional<z.ZodNumber>;
25526
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25527
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
25390
25528
  }, "strip", z.ZodTypeAny, {
25391
25529
  branch: string;
25392
25530
  organizationId: string;
@@ -25403,10 +25541,10 @@ declare const DTOPipeline: z.ZodObject<{
25403
25541
  projectId: string;
25404
25542
  repositoryId: string;
25405
25543
  url?: string | null | undefined;
25406
- userId?: number | undefined;
25544
+ userId?: number | null | undefined;
25407
25545
  credentialId?: string | undefined;
25408
25546
  relativePath?: string | null | undefined;
25409
- connectionId?: string | undefined;
25547
+ connectionId?: string | null | undefined;
25410
25548
  }>>;
25411
25549
  bitbucket: z.ZodOptional<z.ZodObject<{
25412
25550
  credentialId: z.ZodOptional<z.ZodString>;
@@ -25415,8 +25553,8 @@ declare const DTOPipeline: z.ZodObject<{
25415
25553
  repoSlug: z.ZodString;
25416
25554
  branch: z.ZodString;
25417
25555
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25418
- connectionId: z.ZodOptional<z.ZodString>;
25419
- userId: z.ZodOptional<z.ZodNumber>;
25556
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25557
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
25420
25558
  }, "strip", z.ZodTypeAny, {
25421
25559
  branch: string;
25422
25560
  workspaceSlug: string;
@@ -25431,18 +25569,18 @@ declare const DTOPipeline: z.ZodObject<{
25431
25569
  workspaceSlug: string;
25432
25570
  projectKey: string;
25433
25571
  repoSlug: string;
25434
- userId?: number | undefined;
25572
+ userId?: number | null | undefined;
25435
25573
  credentialId?: string | undefined;
25436
25574
  relativePath?: string | null | undefined;
25437
- connectionId?: string | undefined;
25575
+ connectionId?: string | null | undefined;
25438
25576
  }>>;
25439
25577
  github: z.ZodOptional<z.ZodObject<{
25440
25578
  credentialId: z.ZodOptional<z.ZodString>;
25441
25579
  url: z.ZodString;
25442
25580
  branch: z.ZodString;
25443
25581
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25444
- connectionId: z.ZodOptional<z.ZodString>;
25445
- userId: z.ZodOptional<z.ZodNumber>;
25582
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25583
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
25446
25584
  }, "strip", z.ZodTypeAny, {
25447
25585
  url: string;
25448
25586
  branch: string;
@@ -25453,10 +25591,10 @@ declare const DTOPipeline: z.ZodObject<{
25453
25591
  }, {
25454
25592
  url: string;
25455
25593
  branch: string;
25456
- userId?: number | undefined;
25594
+ userId?: number | null | undefined;
25457
25595
  credentialId?: string | undefined;
25458
25596
  relativePath?: string | null | undefined;
25459
- connectionId?: string | undefined;
25597
+ connectionId?: string | null | undefined;
25460
25598
  }>>;
25461
25599
  gitlab: z.ZodOptional<z.ZodObject<{
25462
25600
  credentialId: z.ZodOptional<z.ZodString>;
@@ -25464,8 +25602,8 @@ declare const DTOPipeline: z.ZodObject<{
25464
25602
  branch: z.ZodString;
25465
25603
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25466
25604
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25467
- connectionId: z.ZodOptional<z.ZodString>;
25468
- userId: z.ZodOptional<z.ZodNumber>;
25605
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25606
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
25469
25607
  }, "strip", z.ZodTypeAny, {
25470
25608
  branch: string;
25471
25609
  projectId: string;
@@ -25478,10 +25616,10 @@ declare const DTOPipeline: z.ZodObject<{
25478
25616
  branch: string;
25479
25617
  projectId: string;
25480
25618
  url?: string | null | undefined;
25481
- userId?: number | undefined;
25619
+ userId?: number | null | undefined;
25482
25620
  credentialId?: string | undefined;
25483
25621
  relativePath?: string | null | undefined;
25484
- connectionId?: string | undefined;
25622
+ connectionId?: string | null | undefined;
25485
25623
  }>>;
25486
25624
  documentation: z.ZodOptional<z.ZodObject<{
25487
25625
  environment: z.ZodEnum<["Live", "Preview"]>;
@@ -25543,37 +25681,37 @@ declare const DTOPipeline: z.ZodObject<{
25543
25681
  projectId: string;
25544
25682
  repositoryId: string;
25545
25683
  url?: string | null | undefined;
25546
- userId?: number | undefined;
25684
+ userId?: number | null | undefined;
25547
25685
  credentialId?: string | undefined;
25548
25686
  relativePath?: string | null | undefined;
25549
- connectionId?: string | undefined;
25687
+ connectionId?: string | null | undefined;
25550
25688
  } | undefined;
25551
25689
  bitbucket?: {
25552
25690
  branch: string;
25553
25691
  workspaceSlug: string;
25554
25692
  projectKey: string;
25555
25693
  repoSlug: string;
25556
- userId?: number | undefined;
25694
+ userId?: number | null | undefined;
25557
25695
  credentialId?: string | undefined;
25558
25696
  relativePath?: string | null | undefined;
25559
- connectionId?: string | undefined;
25697
+ connectionId?: string | null | undefined;
25560
25698
  } | undefined;
25561
25699
  github?: {
25562
25700
  url: string;
25563
25701
  branch: string;
25564
- userId?: number | undefined;
25702
+ userId?: number | null | undefined;
25565
25703
  credentialId?: string | undefined;
25566
25704
  relativePath?: string | null | undefined;
25567
- connectionId?: string | undefined;
25705
+ connectionId?: string | null | undefined;
25568
25706
  } | undefined;
25569
25707
  gitlab?: {
25570
25708
  branch: string;
25571
25709
  projectId: string;
25572
25710
  url?: string | null | undefined;
25573
- userId?: number | undefined;
25711
+ userId?: number | null | undefined;
25574
25712
  credentialId?: string | undefined;
25575
25713
  relativePath?: string | null | undefined;
25576
- connectionId?: string | undefined;
25714
+ connectionId?: string | null | undefined;
25577
25715
  } | undefined;
25578
25716
  documentation?: {
25579
25717
  environment: "Live" | "Preview";
@@ -25588,22 +25726,30 @@ declare const DTOPipeline: z.ZodObject<{
25588
25726
  path: string;
25589
25727
  files: string[];
25590
25728
  bucket: string;
25729
+ url?: string | undefined;
25591
25730
  urlPrefix?: string | undefined;
25731
+ urls?: string[] | undefined;
25592
25732
  }, z.ZodTypeDef, {
25593
25733
  path: string;
25594
25734
  files: string[];
25595
25735
  bucket: string;
25736
+ url?: string | null | undefined;
25596
25737
  urlPrefix?: string | undefined;
25738
+ urls?: string[] | null | undefined;
25597
25739
  }>>>, {
25598
25740
  path: string;
25599
25741
  files: string[];
25600
25742
  bucket: string;
25743
+ url?: string | undefined;
25601
25744
  urlPrefix?: string | undefined;
25745
+ urls?: string[] | undefined;
25602
25746
  } | undefined, {
25603
25747
  path: string;
25604
25748
  files: string[];
25605
25749
  bucket: string;
25750
+ url?: string | null | undefined;
25606
25751
  urlPrefix?: string | undefined;
25752
+ urls?: string[] | null | undefined;
25607
25753
  } | null | undefined>;
25608
25754
  github: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
25609
25755
  pullRequestUrl: string;
@@ -25650,6 +25796,27 @@ declare const DTOPipeline: z.ZodObject<{
25650
25796
  } | undefined, {
25651
25797
  url: string;
25652
25798
  } | null | undefined>;
25799
+ logs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
25800
+ message: string;
25801
+ type: "user" | "success" | "warning" | "error" | "info";
25802
+ time: Date;
25803
+ id?: string | undefined;
25804
+ }[], z.ZodTypeDef, {
25805
+ message: string;
25806
+ type: "user" | "success" | "warning" | "error" | "info";
25807
+ time: Date;
25808
+ id?: string | undefined;
25809
+ }[]>>>, {
25810
+ message: string;
25811
+ type: "user" | "success" | "warning" | "error" | "info";
25812
+ time: Date;
25813
+ id?: string | undefined;
25814
+ }[] | undefined, {
25815
+ message: string;
25816
+ type: "user" | "success" | "warning" | "error" | "info";
25817
+ time: Date;
25818
+ id?: string | undefined;
25819
+ }[] | null | undefined>;
25653
25820
  }, "strip", z.ZodTypeAny, {
25654
25821
  error?: string | undefined;
25655
25822
  github?: {
@@ -25664,11 +25831,19 @@ declare const DTOPipeline: z.ZodObject<{
25664
25831
  bitbucket?: {
25665
25832
  pullRequestUrl: string;
25666
25833
  } | undefined;
25834
+ logs?: {
25835
+ message: string;
25836
+ type: "user" | "success" | "warning" | "error" | "info";
25837
+ time: Date;
25838
+ id?: string | undefined;
25839
+ }[] | undefined;
25667
25840
  s3?: {
25668
25841
  path: string;
25669
25842
  files: string[];
25670
25843
  bucket: string;
25844
+ url?: string | undefined;
25671
25845
  urlPrefix?: string | undefined;
25846
+ urls?: string[] | undefined;
25672
25847
  } | undefined;
25673
25848
  sndocs?: {
25674
25849
  url: string;
@@ -25687,11 +25862,19 @@ declare const DTOPipeline: z.ZodObject<{
25687
25862
  bitbucket?: {
25688
25863
  pullRequestUrl: string;
25689
25864
  } | null | undefined;
25865
+ logs?: {
25866
+ message: string;
25867
+ type: "user" | "success" | "warning" | "error" | "info";
25868
+ time: Date;
25869
+ id?: string | undefined;
25870
+ }[] | null | undefined;
25690
25871
  s3?: {
25691
25872
  path: string;
25692
25873
  files: string[];
25693
25874
  bucket: string;
25875
+ url?: string | null | undefined;
25694
25876
  urlPrefix?: string | undefined;
25877
+ urls?: string[] | null | undefined;
25695
25878
  } | null | undefined;
25696
25879
  sndocs?: {
25697
25880
  url: string;
@@ -25789,11 +25972,19 @@ declare const DTOPipeline: z.ZodObject<{
25789
25972
  bitbucket?: {
25790
25973
  pullRequestUrl: string;
25791
25974
  } | undefined;
25975
+ logs?: {
25976
+ message: string;
25977
+ type: "user" | "success" | "warning" | "error" | "info";
25978
+ time: Date;
25979
+ id?: string | undefined;
25980
+ }[] | undefined;
25792
25981
  s3?: {
25793
25982
  path: string;
25794
25983
  files: string[];
25795
25984
  bucket: string;
25985
+ url?: string | undefined;
25796
25986
  urlPrefix?: string | undefined;
25987
+ urls?: string[] | undefined;
25797
25988
  } | undefined;
25798
25989
  sndocs?: {
25799
25990
  url: string;
@@ -25812,37 +26003,37 @@ declare const DTOPipeline: z.ZodObject<{
25812
26003
  projectId: string;
25813
26004
  repositoryId: string;
25814
26005
  url?: string | null | undefined;
25815
- userId?: number | undefined;
26006
+ userId?: number | null | undefined;
25816
26007
  credentialId?: string | undefined;
25817
26008
  relativePath?: string | null | undefined;
25818
- connectionId?: string | undefined;
26009
+ connectionId?: string | null | undefined;
25819
26010
  } | undefined;
25820
26011
  bitbucket?: {
25821
26012
  branch: string;
25822
26013
  workspaceSlug: string;
25823
26014
  projectKey: string;
25824
26015
  repoSlug: string;
25825
- userId?: number | undefined;
26016
+ userId?: number | null | undefined;
25826
26017
  credentialId?: string | undefined;
25827
26018
  relativePath?: string | null | undefined;
25828
- connectionId?: string | undefined;
26019
+ connectionId?: string | null | undefined;
25829
26020
  } | undefined;
25830
26021
  github?: {
25831
26022
  url: string;
25832
26023
  branch: string;
25833
- userId?: number | undefined;
26024
+ userId?: number | null | undefined;
25834
26025
  credentialId?: string | undefined;
25835
26026
  relativePath?: string | null | undefined;
25836
- connectionId?: string | undefined;
26027
+ connectionId?: string | null | undefined;
25837
26028
  } | undefined;
25838
26029
  gitlab?: {
25839
26030
  branch: string;
25840
26031
  projectId: string;
25841
26032
  url?: string | null | undefined;
25842
- userId?: number | undefined;
26033
+ userId?: number | null | undefined;
25843
26034
  credentialId?: string | undefined;
25844
26035
  relativePath?: string | null | undefined;
25845
- connectionId?: string | undefined;
26036
+ connectionId?: string | null | undefined;
25846
26037
  } | undefined;
25847
26038
  documentation?: {
25848
26039
  environment: "Live" | "Preview";
@@ -25889,11 +26080,19 @@ declare const DTOPipeline: z.ZodObject<{
25889
26080
  bitbucket?: {
25890
26081
  pullRequestUrl: string;
25891
26082
  } | null | undefined;
26083
+ logs?: {
26084
+ message: string;
26085
+ type: "user" | "success" | "warning" | "error" | "info";
26086
+ time: Date;
26087
+ id?: string | undefined;
26088
+ }[] | null | undefined;
25892
26089
  s3?: {
25893
26090
  path: string;
25894
26091
  files: string[];
25895
26092
  bucket: string;
26093
+ url?: string | null | undefined;
25896
26094
  urlPrefix?: string | undefined;
26095
+ urls?: string[] | null | undefined;
25897
26096
  } | null | undefined;
25898
26097
  sndocs?: {
25899
26098
  url: string;
@@ -25914,8 +26113,8 @@ declare const DTOPipeline: z.ZodObject<{
25914
26113
  url: z.ZodString;
25915
26114
  branch: z.ZodString;
25916
26115
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25917
- connectionId: z.ZodOptional<z.ZodString>;
25918
- userId: z.ZodOptional<z.ZodNumber>;
26116
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
26117
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
25919
26118
  }, "strip", z.ZodTypeAny, {
25920
26119
  url: string;
25921
26120
  branch: string;
@@ -25926,10 +26125,10 @@ declare const DTOPipeline: z.ZodObject<{
25926
26125
  }, {
25927
26126
  url: string;
25928
26127
  branch: string;
25929
- userId?: number | undefined;
26128
+ userId?: number | null | undefined;
25930
26129
  credentialId?: string | undefined;
25931
26130
  relativePath?: string | null | undefined;
25932
- connectionId?: string | undefined;
26131
+ connectionId?: string | null | undefined;
25933
26132
  }>>;
25934
26133
  destinationAzure: z.ZodOptional<z.ZodObject<{
25935
26134
  credentialId: z.ZodOptional<z.ZodString>;
@@ -25939,8 +26138,8 @@ declare const DTOPipeline: z.ZodObject<{
25939
26138
  branch: z.ZodString;
25940
26139
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25941
26140
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25942
- connectionId: z.ZodOptional<z.ZodString>;
25943
- userId: z.ZodOptional<z.ZodNumber>;
26141
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
26142
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
25944
26143
  }, "strip", z.ZodTypeAny, {
25945
26144
  branch: string;
25946
26145
  organizationId: string;
@@ -25957,10 +26156,10 @@ declare const DTOPipeline: z.ZodObject<{
25957
26156
  projectId: string;
25958
26157
  repositoryId: string;
25959
26158
  url?: string | null | undefined;
25960
- userId?: number | undefined;
26159
+ userId?: number | null | undefined;
25961
26160
  credentialId?: string | undefined;
25962
26161
  relativePath?: string | null | undefined;
25963
- connectionId?: string | undefined;
26162
+ connectionId?: string | null | undefined;
25964
26163
  }>>;
25965
26164
  destinationGitlab: z.ZodOptional<z.ZodObject<{
25966
26165
  credentialId: z.ZodOptional<z.ZodString>;
@@ -25968,8 +26167,8 @@ declare const DTOPipeline: z.ZodObject<{
25968
26167
  branch: z.ZodString;
25969
26168
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25970
26169
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25971
- connectionId: z.ZodOptional<z.ZodString>;
25972
- userId: z.ZodOptional<z.ZodNumber>;
26170
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
26171
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
25973
26172
  }, "strip", z.ZodTypeAny, {
25974
26173
  branch: string;
25975
26174
  projectId: string;
@@ -25982,10 +26181,10 @@ declare const DTOPipeline: z.ZodObject<{
25982
26181
  branch: string;
25983
26182
  projectId: string;
25984
26183
  url?: string | null | undefined;
25985
- userId?: number | undefined;
26184
+ userId?: number | null | undefined;
25986
26185
  credentialId?: string | undefined;
25987
26186
  relativePath?: string | null | undefined;
25988
- connectionId?: string | undefined;
26187
+ connectionId?: string | null | undefined;
25989
26188
  }>>;
25990
26189
  destinationBitbucket: z.ZodOptional<z.ZodObject<{
25991
26190
  credentialId: z.ZodOptional<z.ZodString>;
@@ -25994,8 +26193,8 @@ declare const DTOPipeline: z.ZodObject<{
25994
26193
  repoSlug: z.ZodString;
25995
26194
  branch: z.ZodString;
25996
26195
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
25997
- connectionId: z.ZodOptional<z.ZodString>;
25998
- userId: z.ZodOptional<z.ZodNumber>;
26196
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
26197
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
25999
26198
  }, "strip", z.ZodTypeAny, {
26000
26199
  branch: string;
26001
26200
  workspaceSlug: string;
@@ -26010,10 +26209,10 @@ declare const DTOPipeline: z.ZodObject<{
26010
26209
  workspaceSlug: string;
26011
26210
  projectKey: string;
26012
26211
  repoSlug: string;
26013
- userId?: number | undefined;
26212
+ userId?: number | null | undefined;
26014
26213
  credentialId?: string | undefined;
26015
26214
  relativePath?: string | null | undefined;
26016
- connectionId?: string | undefined;
26215
+ connectionId?: string | null | undefined;
26017
26216
  }>>;
26018
26217
  id: z.ZodString;
26019
26218
  name: z.ZodString;
@@ -26122,11 +26321,19 @@ declare const DTOPipeline: z.ZodObject<{
26122
26321
  bitbucket?: {
26123
26322
  pullRequestUrl: string;
26124
26323
  } | undefined;
26324
+ logs?: {
26325
+ message: string;
26326
+ type: "user" | "success" | "warning" | "error" | "info";
26327
+ time: Date;
26328
+ id?: string | undefined;
26329
+ }[] | undefined;
26125
26330
  s3?: {
26126
26331
  path: string;
26127
26332
  files: string[];
26128
26333
  bucket: string;
26334
+ url?: string | undefined;
26129
26335
  urlPrefix?: string | undefined;
26336
+ urls?: string[] | undefined;
26130
26337
  } | undefined;
26131
26338
  sndocs?: {
26132
26339
  url: string;
@@ -26199,37 +26406,37 @@ declare const DTOPipeline: z.ZodObject<{
26199
26406
  projectId: string;
26200
26407
  repositoryId: string;
26201
26408
  url?: string | null | undefined;
26202
- userId?: number | undefined;
26409
+ userId?: number | null | undefined;
26203
26410
  credentialId?: string | undefined;
26204
26411
  relativePath?: string | null | undefined;
26205
- connectionId?: string | undefined;
26412
+ connectionId?: string | null | undefined;
26206
26413
  } | undefined;
26207
26414
  bitbucket?: {
26208
26415
  branch: string;
26209
26416
  workspaceSlug: string;
26210
26417
  projectKey: string;
26211
26418
  repoSlug: string;
26212
- userId?: number | undefined;
26419
+ userId?: number | null | undefined;
26213
26420
  credentialId?: string | undefined;
26214
26421
  relativePath?: string | null | undefined;
26215
- connectionId?: string | undefined;
26422
+ connectionId?: string | null | undefined;
26216
26423
  } | undefined;
26217
26424
  github?: {
26218
26425
  url: string;
26219
26426
  branch: string;
26220
- userId?: number | undefined;
26427
+ userId?: number | null | undefined;
26221
26428
  credentialId?: string | undefined;
26222
26429
  relativePath?: string | null | undefined;
26223
- connectionId?: string | undefined;
26430
+ connectionId?: string | null | undefined;
26224
26431
  } | undefined;
26225
26432
  gitlab?: {
26226
26433
  branch: string;
26227
26434
  projectId: string;
26228
26435
  url?: string | null | undefined;
26229
- userId?: number | undefined;
26436
+ userId?: number | null | undefined;
26230
26437
  credentialId?: string | undefined;
26231
26438
  relativePath?: string | null | undefined;
26232
- connectionId?: string | undefined;
26439
+ connectionId?: string | null | undefined;
26233
26440
  } | undefined;
26234
26441
  documentation?: {
26235
26442
  environment: "Live" | "Preview";
@@ -26276,11 +26483,19 @@ declare const DTOPipeline: z.ZodObject<{
26276
26483
  bitbucket?: {
26277
26484
  pullRequestUrl: string;
26278
26485
  } | null | undefined;
26486
+ logs?: {
26487
+ message: string;
26488
+ type: "user" | "success" | "warning" | "error" | "info";
26489
+ time: Date;
26490
+ id?: string | undefined;
26491
+ }[] | null | undefined;
26279
26492
  s3?: {
26280
26493
  path: string;
26281
26494
  files: string[];
26282
26495
  bucket: string;
26496
+ url?: string | null | undefined;
26283
26497
  urlPrefix?: string | undefined;
26498
+ urls?: string[] | null | undefined;
26284
26499
  } | null | undefined;
26285
26500
  sndocs?: {
26286
26501
  url: string;
@@ -26297,10 +26512,10 @@ declare const DTOPipeline: z.ZodObject<{
26297
26512
  destinationGithub?: {
26298
26513
  url: string;
26299
26514
  branch: string;
26300
- userId?: number | undefined;
26515
+ userId?: number | null | undefined;
26301
26516
  credentialId?: string | undefined;
26302
26517
  relativePath?: string | null | undefined;
26303
- connectionId?: string | undefined;
26518
+ connectionId?: string | null | undefined;
26304
26519
  } | undefined;
26305
26520
  destinationAzure?: {
26306
26521
  branch: string;
@@ -26308,29 +26523,29 @@ declare const DTOPipeline: z.ZodObject<{
26308
26523
  projectId: string;
26309
26524
  repositoryId: string;
26310
26525
  url?: string | null | undefined;
26311
- userId?: number | undefined;
26526
+ userId?: number | null | undefined;
26312
26527
  credentialId?: string | undefined;
26313
26528
  relativePath?: string | null | undefined;
26314
- connectionId?: string | undefined;
26529
+ connectionId?: string | null | undefined;
26315
26530
  } | undefined;
26316
26531
  destinationGitlab?: {
26317
26532
  branch: string;
26318
26533
  projectId: string;
26319
26534
  url?: string | null | undefined;
26320
- userId?: number | undefined;
26535
+ userId?: number | null | undefined;
26321
26536
  credentialId?: string | undefined;
26322
26537
  relativePath?: string | null | undefined;
26323
- connectionId?: string | undefined;
26538
+ connectionId?: string | null | undefined;
26324
26539
  } | undefined;
26325
26540
  destinationBitbucket?: {
26326
26541
  branch: string;
26327
26542
  workspaceSlug: string;
26328
26543
  projectKey: string;
26329
26544
  repoSlug: string;
26330
- userId?: number | undefined;
26545
+ userId?: number | null | undefined;
26331
26546
  credentialId?: string | undefined;
26332
26547
  relativePath?: string | null | undefined;
26333
- connectionId?: string | undefined;
26548
+ connectionId?: string | null | undefined;
26334
26549
  } | undefined;
26335
26550
  }>;
26336
26551
  type DTOPipeline = z.infer<typeof DTOPipeline>;
@@ -26898,45 +27113,54 @@ declare const DTOGitOrganization: z.ZodObject<{
26898
27113
  id: z.ZodString;
26899
27114
  name: z.ZodString;
26900
27115
  url: z.ZodString;
27116
+ slug: z.ZodString;
26901
27117
  }, "strip", z.ZodTypeAny, {
26902
27118
  id: string;
26903
27119
  name: string;
26904
27120
  url: string;
27121
+ slug: string;
26905
27122
  }, {
26906
27123
  id: string;
26907
27124
  name: string;
26908
27125
  url: string;
27126
+ slug: string;
26909
27127
  }>;
26910
27128
  type DTOGitOrganization = z.infer<typeof DTOGitOrganization>;
26911
27129
  declare const DTOGitProject: z.ZodObject<{
26912
27130
  id: z.ZodString;
26913
27131
  name: z.ZodString;
26914
27132
  url: z.ZodString;
27133
+ slug: z.ZodString;
26915
27134
  }, "strip", z.ZodTypeAny, {
26916
27135
  id: string;
26917
27136
  name: string;
26918
27137
  url: string;
27138
+ slug: string;
26919
27139
  }, {
26920
27140
  id: string;
26921
27141
  name: string;
26922
27142
  url: string;
27143
+ slug: string;
26923
27144
  }>;
26924
27145
  type DTOGitProject = z.infer<typeof DTOGitProject>;
26925
27146
  declare const DTOGitRepository: z.ZodObject<{
26926
27147
  id: z.ZodString;
26927
27148
  name: z.ZodString;
26928
27149
  url: z.ZodString;
26929
- defaultBranch: z.ZodString;
27150
+ slug: z.ZodString;
27151
+ defaultBranch: z.ZodOptional<z.ZodString>;
26930
27152
  }, "strip", z.ZodTypeAny, {
26931
27153
  id: string;
26932
27154
  name: string;
26933
27155
  url: string;
26934
- defaultBranch: string;
27156
+ slug: string;
27157
+ defaultBranch?: string | undefined;
26935
27158
  }, {
26936
27159
  id: string;
26937
27160
  name: string;
26938
27161
  url: string;
26939
- defaultBranch: string;
27162
+ slug: string;
27163
+ defaultBranch?: string | undefined;
26940
27164
  }>;
26941
27165
  type DTOGitRepository = z.infer<typeof DTOGitRepository>;
26942
27166
  declare const DTOGitBranch: z.ZodObject<{
@@ -26976,6 +27200,7 @@ declare const DTOIntegration: z.ZodObject<{
26976
27200
  type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
26977
27201
  avatarUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
26978
27202
  organization: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27203
+ collection: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
26979
27204
  }, "strip", z.ZodTypeAny, {
26980
27205
  id?: string | undefined;
26981
27206
  type?: string | undefined;
@@ -26983,6 +27208,7 @@ declare const DTOIntegration: z.ZodObject<{
26983
27208
  handle?: string | undefined;
26984
27209
  avatarUrl?: string | undefined;
26985
27210
  organization?: string | undefined;
27211
+ collection?: string | undefined;
26986
27212
  }, {
26987
27213
  id?: string | null | undefined;
26988
27214
  type?: string | null | undefined;
@@ -26990,8 +27216,10 @@ declare const DTOIntegration: z.ZodObject<{
26990
27216
  handle?: string | null | undefined;
26991
27217
  avatarUrl?: string | null | undefined;
26992
27218
  organization?: string | null | undefined;
27219
+ collection?: string | null | undefined;
26993
27220
  }>>;
26994
27221
  customUrl: z.ZodOptional<z.ZodString>;
27222
+ state: z.ZodEnum<["Active", "Inactive"]>;
26995
27223
  user: z.ZodOptional<z.ZodObject<{
26996
27224
  id: z.ZodString;
26997
27225
  name: z.ZodString;
@@ -27011,6 +27239,7 @@ declare const DTOIntegration: z.ZodObject<{
27011
27239
  }, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
27012
27240
  id: string;
27013
27241
  type: "OAuth2" | "PAT" | "GithubApp";
27242
+ state: "Active" | "Inactive";
27014
27243
  createdAt: Date;
27015
27244
  userId: string;
27016
27245
  integrationId: string;
@@ -27022,6 +27251,7 @@ declare const DTOIntegration: z.ZodObject<{
27022
27251
  handle?: string | undefined;
27023
27252
  avatarUrl?: string | undefined;
27024
27253
  organization?: string | undefined;
27254
+ collection?: string | undefined;
27025
27255
  } | undefined;
27026
27256
  user?: {
27027
27257
  id: string;
@@ -27037,6 +27267,7 @@ declare const DTOIntegration: z.ZodObject<{
27037
27267
  }, {
27038
27268
  id: string;
27039
27269
  type: "OAuth2" | "PAT" | "GithubApp";
27270
+ state: "Active" | "Inactive";
27040
27271
  createdAt: Date;
27041
27272
  userId: string;
27042
27273
  integrationId: string;
@@ -27048,6 +27279,7 @@ declare const DTOIntegration: z.ZodObject<{
27048
27279
  handle?: string | null | undefined;
27049
27280
  avatarUrl?: string | null | undefined;
27050
27281
  organization?: string | null | undefined;
27282
+ collection?: string | null | undefined;
27051
27283
  } | undefined;
27052
27284
  user?: {
27053
27285
  id: string;
@@ -27088,6 +27320,7 @@ declare const DTOIntegration: z.ZodObject<{
27088
27320
  integrationCredentials?: {
27089
27321
  id: string;
27090
27322
  type: "OAuth2" | "PAT" | "GithubApp";
27323
+ state: "Active" | "Inactive";
27091
27324
  createdAt: Date;
27092
27325
  userId: string;
27093
27326
  integrationId: string;
@@ -27099,6 +27332,7 @@ declare const DTOIntegration: z.ZodObject<{
27099
27332
  handle?: string | undefined;
27100
27333
  avatarUrl?: string | undefined;
27101
27334
  organization?: string | undefined;
27335
+ collection?: string | undefined;
27102
27336
  } | undefined;
27103
27337
  user?: {
27104
27338
  id: string;
@@ -27127,6 +27361,7 @@ declare const DTOIntegration: z.ZodObject<{
27127
27361
  integrationCredentials?: {
27128
27362
  id: string;
27129
27363
  type: "OAuth2" | "PAT" | "GithubApp";
27364
+ state: "Active" | "Inactive";
27130
27365
  createdAt: Date;
27131
27366
  userId: string;
27132
27367
  integrationId: string;
@@ -27138,6 +27373,7 @@ declare const DTOIntegration: z.ZodObject<{
27138
27373
  handle?: string | null | undefined;
27139
27374
  avatarUrl?: string | null | undefined;
27140
27375
  organization?: string | null | undefined;
27376
+ collection?: string | null | undefined;
27141
27377
  } | undefined;
27142
27378
  user?: {
27143
27379
  id: string;
@@ -27180,6 +27416,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
27180
27416
  type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27181
27417
  avatarUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27182
27418
  organization: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27419
+ collection: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27183
27420
  }, "strip", z.ZodTypeAny, {
27184
27421
  id?: string | undefined;
27185
27422
  type?: string | undefined;
@@ -27187,6 +27424,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
27187
27424
  handle?: string | undefined;
27188
27425
  avatarUrl?: string | undefined;
27189
27426
  organization?: string | undefined;
27427
+ collection?: string | undefined;
27190
27428
  }, {
27191
27429
  id?: string | null | undefined;
27192
27430
  type?: string | null | undefined;
@@ -27194,8 +27432,10 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
27194
27432
  handle?: string | null | undefined;
27195
27433
  avatarUrl?: string | null | undefined;
27196
27434
  organization?: string | null | undefined;
27435
+ collection?: string | null | undefined;
27197
27436
  }>>;
27198
27437
  customUrl: z.ZodOptional<z.ZodString>;
27438
+ state: z.ZodEnum<["Active", "Inactive"]>;
27199
27439
  user: z.ZodOptional<z.ZodObject<{
27200
27440
  id: z.ZodString;
27201
27441
  name: z.ZodString;
@@ -27215,6 +27455,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
27215
27455
  }, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
27216
27456
  id: string;
27217
27457
  type: "OAuth2" | "PAT" | "GithubApp";
27458
+ state: "Active" | "Inactive";
27218
27459
  createdAt: Date;
27219
27460
  userId: string;
27220
27461
  integrationId: string;
@@ -27226,6 +27467,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
27226
27467
  handle?: string | undefined;
27227
27468
  avatarUrl?: string | undefined;
27228
27469
  organization?: string | undefined;
27470
+ collection?: string | undefined;
27229
27471
  } | undefined;
27230
27472
  user?: {
27231
27473
  id: string;
@@ -27241,6 +27483,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
27241
27483
  }, {
27242
27484
  id: string;
27243
27485
  type: "OAuth2" | "PAT" | "GithubApp";
27486
+ state: "Active" | "Inactive";
27244
27487
  createdAt: Date;
27245
27488
  userId: string;
27246
27489
  integrationId: string;
@@ -27252,6 +27495,7 @@ declare const DTOIntegrationCredentials: z.ZodObject<Omit<{
27252
27495
  handle?: string | null | undefined;
27253
27496
  avatarUrl?: string | null | undefined;
27254
27497
  organization?: string | null | undefined;
27498
+ collection?: string | null | undefined;
27255
27499
  } | undefined;
27256
27500
  user?: {
27257
27501
  id: string;
@@ -27300,6 +27544,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27300
27544
  type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27301
27545
  avatarUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27302
27546
  organization: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27547
+ collection: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27303
27548
  }, "strip", z.ZodTypeAny, {
27304
27549
  id?: string | undefined;
27305
27550
  type?: string | undefined;
@@ -27307,6 +27552,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27307
27552
  handle?: string | undefined;
27308
27553
  avatarUrl?: string | undefined;
27309
27554
  organization?: string | undefined;
27555
+ collection?: string | undefined;
27310
27556
  }, {
27311
27557
  id?: string | null | undefined;
27312
27558
  type?: string | null | undefined;
@@ -27314,8 +27560,10 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27314
27560
  handle?: string | null | undefined;
27315
27561
  avatarUrl?: string | null | undefined;
27316
27562
  organization?: string | null | undefined;
27563
+ collection?: string | null | undefined;
27317
27564
  }>>;
27318
27565
  customUrl: z.ZodOptional<z.ZodString>;
27566
+ state: z.ZodEnum<["Active", "Inactive"]>;
27319
27567
  user: z.ZodOptional<z.ZodObject<{
27320
27568
  id: z.ZodString;
27321
27569
  name: z.ZodString;
@@ -27335,6 +27583,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27335
27583
  }, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
27336
27584
  id: string;
27337
27585
  type: "OAuth2" | "PAT" | "GithubApp";
27586
+ state: "Active" | "Inactive";
27338
27587
  createdAt: Date;
27339
27588
  userId: string;
27340
27589
  integrationId: string;
@@ -27346,6 +27595,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27346
27595
  handle?: string | undefined;
27347
27596
  avatarUrl?: string | undefined;
27348
27597
  organization?: string | undefined;
27598
+ collection?: string | undefined;
27349
27599
  } | undefined;
27350
27600
  user?: {
27351
27601
  id: string;
@@ -27361,6 +27611,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27361
27611
  }, {
27362
27612
  id: string;
27363
27613
  type: "OAuth2" | "PAT" | "GithubApp";
27614
+ state: "Active" | "Inactive";
27364
27615
  createdAt: Date;
27365
27616
  userId: string;
27366
27617
  integrationId: string;
@@ -27372,6 +27623,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27372
27623
  handle?: string | null | undefined;
27373
27624
  avatarUrl?: string | null | undefined;
27374
27625
  organization?: string | null | undefined;
27626
+ collection?: string | null | undefined;
27375
27627
  } | undefined;
27376
27628
  user?: {
27377
27629
  id: string;
@@ -27412,6 +27664,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27412
27664
  integrationCredentials?: {
27413
27665
  id: string;
27414
27666
  type: "OAuth2" | "PAT" | "GithubApp";
27667
+ state: "Active" | "Inactive";
27415
27668
  createdAt: Date;
27416
27669
  userId: string;
27417
27670
  integrationId: string;
@@ -27423,6 +27676,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27423
27676
  handle?: string | undefined;
27424
27677
  avatarUrl?: string | undefined;
27425
27678
  organization?: string | undefined;
27679
+ collection?: string | undefined;
27426
27680
  } | undefined;
27427
27681
  user?: {
27428
27682
  id: string;
@@ -27451,6 +27705,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27451
27705
  integrationCredentials?: {
27452
27706
  id: string;
27453
27707
  type: "OAuth2" | "PAT" | "GithubApp";
27708
+ state: "Active" | "Inactive";
27454
27709
  createdAt: Date;
27455
27710
  userId: string;
27456
27711
  integrationId: string;
@@ -27462,6 +27717,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27462
27717
  handle?: string | null | undefined;
27463
27718
  avatarUrl?: string | null | undefined;
27464
27719
  organization?: string | null | undefined;
27720
+ collection?: string | null | undefined;
27465
27721
  } | undefined;
27466
27722
  user?: {
27467
27723
  id: string;
@@ -27492,6 +27748,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27492
27748
  integrationCredentials?: {
27493
27749
  id: string;
27494
27750
  type: "OAuth2" | "PAT" | "GithubApp";
27751
+ state: "Active" | "Inactive";
27495
27752
  createdAt: Date;
27496
27753
  userId: string;
27497
27754
  integrationId: string;
@@ -27503,6 +27760,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27503
27760
  handle?: string | undefined;
27504
27761
  avatarUrl?: string | undefined;
27505
27762
  organization?: string | undefined;
27763
+ collection?: string | undefined;
27506
27764
  } | undefined;
27507
27765
  user?: {
27508
27766
  id: string;
@@ -27533,6 +27791,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27533
27791
  integrationCredentials?: {
27534
27792
  id: string;
27535
27793
  type: "OAuth2" | "PAT" | "GithubApp";
27794
+ state: "Active" | "Inactive";
27536
27795
  createdAt: Date;
27537
27796
  userId: string;
27538
27797
  integrationId: string;
@@ -27544,6 +27803,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
27544
27803
  handle?: string | null | undefined;
27545
27804
  avatarUrl?: string | null | undefined;
27546
27805
  organization?: string | null | undefined;
27806
+ collection?: string | null | undefined;
27547
27807
  } | undefined;
27548
27808
  user?: {
27549
27809
  id: string;
@@ -27593,6 +27853,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27593
27853
  type: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27594
27854
  avatarUrl: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27595
27855
  organization: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27856
+ collection: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
27596
27857
  }, "strip", z.ZodTypeAny, {
27597
27858
  id?: string | undefined;
27598
27859
  type?: string | undefined;
@@ -27600,6 +27861,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27600
27861
  handle?: string | undefined;
27601
27862
  avatarUrl?: string | undefined;
27602
27863
  organization?: string | undefined;
27864
+ collection?: string | undefined;
27603
27865
  }, {
27604
27866
  id?: string | null | undefined;
27605
27867
  type?: string | null | undefined;
@@ -27607,8 +27869,10 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27607
27869
  handle?: string | null | undefined;
27608
27870
  avatarUrl?: string | null | undefined;
27609
27871
  organization?: string | null | undefined;
27872
+ collection?: string | null | undefined;
27610
27873
  }>>;
27611
27874
  customUrl: z.ZodOptional<z.ZodString>;
27875
+ state: z.ZodEnum<["Active", "Inactive"]>;
27612
27876
  user: z.ZodOptional<z.ZodObject<{
27613
27877
  id: z.ZodString;
27614
27878
  name: z.ZodString;
@@ -27628,6 +27892,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27628
27892
  }, "accessToken" | "refreshToken">, "strip", z.ZodTypeAny, {
27629
27893
  id: string;
27630
27894
  type: "OAuth2" | "PAT" | "GithubApp";
27895
+ state: "Active" | "Inactive";
27631
27896
  createdAt: Date;
27632
27897
  userId: string;
27633
27898
  integrationId: string;
@@ -27639,6 +27904,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27639
27904
  handle?: string | undefined;
27640
27905
  avatarUrl?: string | undefined;
27641
27906
  organization?: string | undefined;
27907
+ collection?: string | undefined;
27642
27908
  } | undefined;
27643
27909
  user?: {
27644
27910
  id: string;
@@ -27654,6 +27920,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27654
27920
  }, {
27655
27921
  id: string;
27656
27922
  type: "OAuth2" | "PAT" | "GithubApp";
27923
+ state: "Active" | "Inactive";
27657
27924
  createdAt: Date;
27658
27925
  userId: string;
27659
27926
  integrationId: string;
@@ -27665,6 +27932,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27665
27932
  handle?: string | null | undefined;
27666
27933
  avatarUrl?: string | null | undefined;
27667
27934
  organization?: string | null | undefined;
27935
+ collection?: string | null | undefined;
27668
27936
  } | undefined;
27669
27937
  user?: {
27670
27938
  id: string;
@@ -27705,6 +27973,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27705
27973
  integrationCredentials?: {
27706
27974
  id: string;
27707
27975
  type: "OAuth2" | "PAT" | "GithubApp";
27976
+ state: "Active" | "Inactive";
27708
27977
  createdAt: Date;
27709
27978
  userId: string;
27710
27979
  integrationId: string;
@@ -27716,6 +27985,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27716
27985
  handle?: string | undefined;
27717
27986
  avatarUrl?: string | undefined;
27718
27987
  organization?: string | undefined;
27988
+ collection?: string | undefined;
27719
27989
  } | undefined;
27720
27990
  user?: {
27721
27991
  id: string;
@@ -27744,6 +28014,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27744
28014
  integrationCredentials?: {
27745
28015
  id: string;
27746
28016
  type: "OAuth2" | "PAT" | "GithubApp";
28017
+ state: "Active" | "Inactive";
27747
28018
  createdAt: Date;
27748
28019
  userId: string;
27749
28020
  integrationId: string;
@@ -27755,6 +28026,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27755
28026
  handle?: string | null | undefined;
27756
28027
  avatarUrl?: string | null | undefined;
27757
28028
  organization?: string | null | undefined;
28029
+ collection?: string | null | undefined;
27758
28030
  } | undefined;
27759
28031
  user?: {
27760
28032
  id: string;
@@ -27785,6 +28057,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27785
28057
  integrationCredentials?: {
27786
28058
  id: string;
27787
28059
  type: "OAuth2" | "PAT" | "GithubApp";
28060
+ state: "Active" | "Inactive";
27788
28061
  createdAt: Date;
27789
28062
  userId: string;
27790
28063
  integrationId: string;
@@ -27796,6 +28069,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27796
28069
  handle?: string | undefined;
27797
28070
  avatarUrl?: string | undefined;
27798
28071
  organization?: string | undefined;
28072
+ collection?: string | undefined;
27799
28073
  } | undefined;
27800
28074
  user?: {
27801
28075
  id: string;
@@ -27826,6 +28100,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27826
28100
  integrationCredentials?: {
27827
28101
  id: string;
27828
28102
  type: "OAuth2" | "PAT" | "GithubApp";
28103
+ state: "Active" | "Inactive";
27829
28104
  createdAt: Date;
27830
28105
  userId: string;
27831
28106
  integrationId: string;
@@ -27837,6 +28112,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
27837
28112
  handle?: string | null | undefined;
27838
28113
  avatarUrl?: string | null | undefined;
27839
28114
  organization?: string | null | undefined;
28115
+ collection?: string | null | undefined;
27840
28116
  } | undefined;
27841
28117
  user?: {
27842
28118
  id: string;
@@ -33325,8 +33601,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33325
33601
  branch: z.ZodString;
33326
33602
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33327
33603
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33328
- connectionId: z.ZodOptional<z.ZodString>;
33329
- userId: z.ZodOptional<z.ZodNumber>;
33604
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33605
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
33330
33606
  }, "strip", z.ZodTypeAny, {
33331
33607
  branch: string;
33332
33608
  organizationId: string;
@@ -33343,10 +33619,10 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33343
33619
  projectId: string;
33344
33620
  repositoryId: string;
33345
33621
  url?: string | null | undefined;
33346
- userId?: number | undefined;
33622
+ userId?: number | null | undefined;
33347
33623
  credentialId?: string | undefined;
33348
33624
  relativePath?: string | null | undefined;
33349
- connectionId?: string | undefined;
33625
+ connectionId?: string | null | undefined;
33350
33626
  }>>>;
33351
33627
  bitbucket: z.ZodOptional<z.ZodNullable<z.ZodObject<{
33352
33628
  credentialId: z.ZodOptional<z.ZodString>;
@@ -33355,8 +33631,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33355
33631
  repoSlug: z.ZodString;
33356
33632
  branch: z.ZodString;
33357
33633
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33358
- connectionId: z.ZodOptional<z.ZodString>;
33359
- userId: z.ZodOptional<z.ZodNumber>;
33634
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33635
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
33360
33636
  }, "strip", z.ZodTypeAny, {
33361
33637
  branch: string;
33362
33638
  workspaceSlug: string;
@@ -33371,18 +33647,18 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33371
33647
  workspaceSlug: string;
33372
33648
  projectKey: string;
33373
33649
  repoSlug: string;
33374
- userId?: number | undefined;
33650
+ userId?: number | null | undefined;
33375
33651
  credentialId?: string | undefined;
33376
33652
  relativePath?: string | null | undefined;
33377
- connectionId?: string | undefined;
33653
+ connectionId?: string | null | undefined;
33378
33654
  }>>>;
33379
33655
  github: z.ZodOptional<z.ZodNullable<z.ZodObject<{
33380
33656
  credentialId: z.ZodOptional<z.ZodString>;
33381
33657
  url: z.ZodString;
33382
33658
  branch: z.ZodString;
33383
33659
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33384
- connectionId: z.ZodOptional<z.ZodString>;
33385
- userId: z.ZodOptional<z.ZodNumber>;
33660
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33661
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
33386
33662
  }, "strip", z.ZodTypeAny, {
33387
33663
  url: string;
33388
33664
  branch: string;
@@ -33393,10 +33669,10 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33393
33669
  }, {
33394
33670
  url: string;
33395
33671
  branch: string;
33396
- userId?: number | undefined;
33672
+ userId?: number | null | undefined;
33397
33673
  credentialId?: string | undefined;
33398
33674
  relativePath?: string | null | undefined;
33399
- connectionId?: string | undefined;
33675
+ connectionId?: string | null | undefined;
33400
33676
  }>>>;
33401
33677
  gitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<{
33402
33678
  credentialId: z.ZodOptional<z.ZodString>;
@@ -33404,8 +33680,8 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33404
33680
  branch: z.ZodString;
33405
33681
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33406
33682
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33407
- connectionId: z.ZodOptional<z.ZodString>;
33408
- userId: z.ZodOptional<z.ZodNumber>;
33683
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33684
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
33409
33685
  }, "strip", z.ZodTypeAny, {
33410
33686
  branch: string;
33411
33687
  projectId: string;
@@ -33418,10 +33694,10 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33418
33694
  branch: string;
33419
33695
  projectId: string;
33420
33696
  url?: string | null | undefined;
33421
- userId?: number | undefined;
33697
+ userId?: number | null | undefined;
33422
33698
  credentialId?: string | undefined;
33423
33699
  relativePath?: string | null | undefined;
33424
- connectionId?: string | undefined;
33700
+ connectionId?: string | null | undefined;
33425
33701
  }>>>;
33426
33702
  documentation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
33427
33703
  environment: z.ZodEnum<["Live", "Preview"]>;
@@ -33483,37 +33759,37 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33483
33759
  projectId: string;
33484
33760
  repositoryId: string;
33485
33761
  url?: string | null | undefined;
33486
- userId?: number | undefined;
33762
+ userId?: number | null | undefined;
33487
33763
  credentialId?: string | undefined;
33488
33764
  relativePath?: string | null | undefined;
33489
- connectionId?: string | undefined;
33765
+ connectionId?: string | null | undefined;
33490
33766
  } | null | undefined;
33491
33767
  bitbucket?: {
33492
33768
  branch: string;
33493
33769
  workspaceSlug: string;
33494
33770
  projectKey: string;
33495
33771
  repoSlug: string;
33496
- userId?: number | undefined;
33772
+ userId?: number | null | undefined;
33497
33773
  credentialId?: string | undefined;
33498
33774
  relativePath?: string | null | undefined;
33499
- connectionId?: string | undefined;
33775
+ connectionId?: string | null | undefined;
33500
33776
  } | null | undefined;
33501
33777
  github?: {
33502
33778
  url: string;
33503
33779
  branch: string;
33504
- userId?: number | undefined;
33780
+ userId?: number | null | undefined;
33505
33781
  credentialId?: string | undefined;
33506
33782
  relativePath?: string | null | undefined;
33507
- connectionId?: string | undefined;
33783
+ connectionId?: string | null | undefined;
33508
33784
  } | null | undefined;
33509
33785
  gitlab?: {
33510
33786
  branch: string;
33511
33787
  projectId: string;
33512
33788
  url?: string | null | undefined;
33513
- userId?: number | undefined;
33789
+ userId?: number | null | undefined;
33514
33790
  credentialId?: string | undefined;
33515
33791
  relativePath?: string | null | undefined;
33516
- connectionId?: string | undefined;
33792
+ connectionId?: string | null | undefined;
33517
33793
  } | null | undefined;
33518
33794
  documentation?: {
33519
33795
  environment: "Live" | "Preview";
@@ -33602,37 +33878,37 @@ declare const DTOPipelineCreateBody: z.ZodObject<{
33602
33878
  projectId: string;
33603
33879
  repositoryId: string;
33604
33880
  url?: string | null | undefined;
33605
- userId?: number | undefined;
33881
+ userId?: number | null | undefined;
33606
33882
  credentialId?: string | undefined;
33607
33883
  relativePath?: string | null | undefined;
33608
- connectionId?: string | undefined;
33884
+ connectionId?: string | null | undefined;
33609
33885
  } | null | undefined;
33610
33886
  bitbucket?: {
33611
33887
  branch: string;
33612
33888
  workspaceSlug: string;
33613
33889
  projectKey: string;
33614
33890
  repoSlug: string;
33615
- userId?: number | undefined;
33891
+ userId?: number | null | undefined;
33616
33892
  credentialId?: string | undefined;
33617
33893
  relativePath?: string | null | undefined;
33618
- connectionId?: string | undefined;
33894
+ connectionId?: string | null | undefined;
33619
33895
  } | null | undefined;
33620
33896
  github?: {
33621
33897
  url: string;
33622
33898
  branch: string;
33623
- userId?: number | undefined;
33899
+ userId?: number | null | undefined;
33624
33900
  credentialId?: string | undefined;
33625
33901
  relativePath?: string | null | undefined;
33626
- connectionId?: string | undefined;
33902
+ connectionId?: string | null | undefined;
33627
33903
  } | null | undefined;
33628
33904
  gitlab?: {
33629
33905
  branch: string;
33630
33906
  projectId: string;
33631
33907
  url?: string | null | undefined;
33632
- userId?: number | undefined;
33908
+ userId?: number | null | undefined;
33633
33909
  credentialId?: string | undefined;
33634
33910
  relativePath?: string | null | undefined;
33635
- connectionId?: string | undefined;
33911
+ connectionId?: string | null | undefined;
33636
33912
  } | null | undefined;
33637
33913
  documentation?: {
33638
33914
  environment: "Live" | "Preview";
@@ -33682,8 +33958,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33682
33958
  branch: z.ZodString;
33683
33959
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33684
33960
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33685
- connectionId: z.ZodOptional<z.ZodString>;
33686
- userId: z.ZodOptional<z.ZodNumber>;
33961
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33962
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
33687
33963
  }, "strip", z.ZodTypeAny, {
33688
33964
  branch: string;
33689
33965
  organizationId: string;
@@ -33700,10 +33976,10 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33700
33976
  projectId: string;
33701
33977
  repositoryId: string;
33702
33978
  url?: string | null | undefined;
33703
- userId?: number | undefined;
33979
+ userId?: number | null | undefined;
33704
33980
  credentialId?: string | undefined;
33705
33981
  relativePath?: string | null | undefined;
33706
- connectionId?: string | undefined;
33982
+ connectionId?: string | null | undefined;
33707
33983
  }>>>;
33708
33984
  bitbucket: z.ZodOptional<z.ZodNullable<z.ZodObject<{
33709
33985
  credentialId: z.ZodOptional<z.ZodString>;
@@ -33712,8 +33988,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33712
33988
  repoSlug: z.ZodString;
33713
33989
  branch: z.ZodString;
33714
33990
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33715
- connectionId: z.ZodOptional<z.ZodString>;
33716
- userId: z.ZodOptional<z.ZodNumber>;
33991
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33992
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
33717
33993
  }, "strip", z.ZodTypeAny, {
33718
33994
  branch: string;
33719
33995
  workspaceSlug: string;
@@ -33728,18 +34004,18 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33728
34004
  workspaceSlug: string;
33729
34005
  projectKey: string;
33730
34006
  repoSlug: string;
33731
- userId?: number | undefined;
34007
+ userId?: number | null | undefined;
33732
34008
  credentialId?: string | undefined;
33733
34009
  relativePath?: string | null | undefined;
33734
- connectionId?: string | undefined;
34010
+ connectionId?: string | null | undefined;
33735
34011
  }>>>;
33736
34012
  github: z.ZodOptional<z.ZodNullable<z.ZodObject<{
33737
34013
  credentialId: z.ZodOptional<z.ZodString>;
33738
34014
  url: z.ZodString;
33739
34015
  branch: z.ZodString;
33740
34016
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33741
- connectionId: z.ZodOptional<z.ZodString>;
33742
- userId: z.ZodOptional<z.ZodNumber>;
34017
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
34018
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
33743
34019
  }, "strip", z.ZodTypeAny, {
33744
34020
  url: string;
33745
34021
  branch: string;
@@ -33750,10 +34026,10 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33750
34026
  }, {
33751
34027
  url: string;
33752
34028
  branch: string;
33753
- userId?: number | undefined;
34029
+ userId?: number | null | undefined;
33754
34030
  credentialId?: string | undefined;
33755
34031
  relativePath?: string | null | undefined;
33756
- connectionId?: string | undefined;
34032
+ connectionId?: string | null | undefined;
33757
34033
  }>>>;
33758
34034
  gitlab: z.ZodOptional<z.ZodNullable<z.ZodObject<{
33759
34035
  credentialId: z.ZodOptional<z.ZodString>;
@@ -33761,8 +34037,8 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33761
34037
  branch: z.ZodString;
33762
34038
  relativePath: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33763
34039
  url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
33764
- connectionId: z.ZodOptional<z.ZodString>;
33765
- userId: z.ZodOptional<z.ZodNumber>;
34040
+ connectionId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
34041
+ userId: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<number, z.ZodTypeDef, number>>>, number | undefined, number | null | undefined>;
33766
34042
  }, "strip", z.ZodTypeAny, {
33767
34043
  branch: string;
33768
34044
  projectId: string;
@@ -33775,10 +34051,10 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33775
34051
  branch: string;
33776
34052
  projectId: string;
33777
34053
  url?: string | null | undefined;
33778
- userId?: number | undefined;
34054
+ userId?: number | null | undefined;
33779
34055
  credentialId?: string | undefined;
33780
34056
  relativePath?: string | null | undefined;
33781
- connectionId?: string | undefined;
34057
+ connectionId?: string | null | undefined;
33782
34058
  }>>>;
33783
34059
  documentation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
33784
34060
  environment: z.ZodEnum<["Live", "Preview"]>;
@@ -33840,37 +34116,37 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33840
34116
  projectId: string;
33841
34117
  repositoryId: string;
33842
34118
  url?: string | null | undefined;
33843
- userId?: number | undefined;
34119
+ userId?: number | null | undefined;
33844
34120
  credentialId?: string | undefined;
33845
34121
  relativePath?: string | null | undefined;
33846
- connectionId?: string | undefined;
34122
+ connectionId?: string | null | undefined;
33847
34123
  } | null | undefined;
33848
34124
  bitbucket?: {
33849
34125
  branch: string;
33850
34126
  workspaceSlug: string;
33851
34127
  projectKey: string;
33852
34128
  repoSlug: string;
33853
- userId?: number | undefined;
34129
+ userId?: number | null | undefined;
33854
34130
  credentialId?: string | undefined;
33855
34131
  relativePath?: string | null | undefined;
33856
- connectionId?: string | undefined;
34132
+ connectionId?: string | null | undefined;
33857
34133
  } | null | undefined;
33858
34134
  github?: {
33859
34135
  url: string;
33860
34136
  branch: string;
33861
- userId?: number | undefined;
34137
+ userId?: number | null | undefined;
33862
34138
  credentialId?: string | undefined;
33863
34139
  relativePath?: string | null | undefined;
33864
- connectionId?: string | undefined;
34140
+ connectionId?: string | null | undefined;
33865
34141
  } | null | undefined;
33866
34142
  gitlab?: {
33867
34143
  branch: string;
33868
34144
  projectId: string;
33869
34145
  url?: string | null | undefined;
33870
- userId?: number | undefined;
34146
+ userId?: number | null | undefined;
33871
34147
  credentialId?: string | undefined;
33872
34148
  relativePath?: string | null | undefined;
33873
- connectionId?: string | undefined;
34149
+ connectionId?: string | null | undefined;
33874
34150
  } | null | undefined;
33875
34151
  documentation?: {
33876
34152
  environment: "Live" | "Preview";
@@ -33963,37 +34239,37 @@ declare const DTOPipelineUpdateBody: z.ZodObject<z.objectUtil.extendShape<{
33963
34239
  projectId: string;
33964
34240
  repositoryId: string;
33965
34241
  url?: string | null | undefined;
33966
- userId?: number | undefined;
34242
+ userId?: number | null | undefined;
33967
34243
  credentialId?: string | undefined;
33968
34244
  relativePath?: string | null | undefined;
33969
- connectionId?: string | undefined;
34245
+ connectionId?: string | null | undefined;
33970
34246
  } | null | undefined;
33971
34247
  bitbucket?: {
33972
34248
  branch: string;
33973
34249
  workspaceSlug: string;
33974
34250
  projectKey: string;
33975
34251
  repoSlug: string;
33976
- userId?: number | undefined;
34252
+ userId?: number | null | undefined;
33977
34253
  credentialId?: string | undefined;
33978
34254
  relativePath?: string | null | undefined;
33979
- connectionId?: string | undefined;
34255
+ connectionId?: string | null | undefined;
33980
34256
  } | null | undefined;
33981
34257
  github?: {
33982
34258
  url: string;
33983
34259
  branch: string;
33984
- userId?: number | undefined;
34260
+ userId?: number | null | undefined;
33985
34261
  credentialId?: string | undefined;
33986
34262
  relativePath?: string | null | undefined;
33987
- connectionId?: string | undefined;
34263
+ connectionId?: string | null | undefined;
33988
34264
  } | null | undefined;
33989
34265
  gitlab?: {
33990
34266
  branch: string;
33991
34267
  projectId: string;
33992
34268
  url?: string | null | undefined;
33993
- userId?: number | undefined;
34269
+ userId?: number | null | undefined;
33994
34270
  credentialId?: string | undefined;
33995
34271
  relativePath?: string | null | undefined;
33996
- connectionId?: string | undefined;
34272
+ connectionId?: string | null | undefined;
33997
34273
  } | null | undefined;
33998
34274
  documentation?: {
33999
34275
  environment: "Live" | "Preview";
@@ -34545,13 +34821,14 @@ type DTOWorkspaceIntegrationOauthInput = z.infer<typeof DTOWorkspaceIntegrationO
34545
34821
  declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
34546
34822
  userId: z.ZodString;
34547
34823
  type: z.ZodEnum<["Figma", "Github", "Gitlab", "Bitbucket", "Azure"]>;
34548
- token: z.ZodEffects<z.ZodEffects<z.ZodObject<{
34824
+ token: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodObject<{
34549
34825
  access_token: z.ZodString;
34550
34826
  refresh_token: z.ZodOptional<z.ZodString>;
34551
34827
  expires_in: z.ZodUnion<[z.ZodOptional<z.ZodNumber>, z.ZodOptional<z.ZodString>]>;
34552
34828
  token_type: z.ZodOptional<z.ZodString>;
34553
34829
  token_name: z.ZodOptional<z.ZodString>;
34554
34830
  token_azure_organization_name: z.ZodOptional<z.ZodString>;
34831
+ token_azure_collection_name: z.ZodOptional<z.ZodString>;
34555
34832
  token_bitbucket_username: z.ZodOptional<z.ZodString>;
34556
34833
  custom_url: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>;
34557
34834
  }, "strip", z.ZodTypeAny, {
@@ -34561,6 +34838,27 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
34561
34838
  token_type?: string | undefined;
34562
34839
  token_name?: string | undefined;
34563
34840
  token_azure_organization_name?: string | undefined;
34841
+ token_azure_collection_name?: string | undefined;
34842
+ token_bitbucket_username?: string | undefined;
34843
+ custom_url?: string | undefined;
34844
+ }, {
34845
+ access_token: string;
34846
+ refresh_token?: string | undefined;
34847
+ expires_in?: string | number | undefined;
34848
+ token_type?: string | undefined;
34849
+ token_name?: string | undefined;
34850
+ token_azure_organization_name?: string | undefined;
34851
+ token_azure_collection_name?: string | undefined;
34852
+ token_bitbucket_username?: string | undefined;
34853
+ custom_url?: string | undefined;
34854
+ }>, {
34855
+ access_token: string;
34856
+ refresh_token?: string | undefined;
34857
+ expires_in?: string | number | undefined;
34858
+ token_type?: string | undefined;
34859
+ token_name?: string | undefined;
34860
+ token_azure_organization_name?: string | undefined;
34861
+ token_azure_collection_name?: string | undefined;
34564
34862
  token_bitbucket_username?: string | undefined;
34565
34863
  custom_url?: string | undefined;
34566
34864
  }, {
@@ -34570,6 +34868,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
34570
34868
  token_type?: string | undefined;
34571
34869
  token_name?: string | undefined;
34572
34870
  token_azure_organization_name?: string | undefined;
34871
+ token_azure_collection_name?: string | undefined;
34573
34872
  token_bitbucket_username?: string | undefined;
34574
34873
  custom_url?: string | undefined;
34575
34874
  }>, {
@@ -34579,6 +34878,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
34579
34878
  token_type?: string | undefined;
34580
34879
  token_name?: string | undefined;
34581
34880
  token_azure_organization_name?: string | undefined;
34881
+ token_azure_collection_name?: string | undefined;
34582
34882
  token_bitbucket_username?: string | undefined;
34583
34883
  custom_url?: string | undefined;
34584
34884
  }, {
@@ -34588,6 +34888,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
34588
34888
  token_type?: string | undefined;
34589
34889
  token_name?: string | undefined;
34590
34890
  token_azure_organization_name?: string | undefined;
34891
+ token_azure_collection_name?: string | undefined;
34591
34892
  token_bitbucket_username?: string | undefined;
34592
34893
  custom_url?: string | undefined;
34593
34894
  }>, {
@@ -34598,6 +34899,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
34598
34899
  tokenName: string | undefined;
34599
34900
  tokenBitbucketUsername: string | undefined;
34600
34901
  tokenAzureOrganizationName: string | undefined;
34902
+ tokenAzureCollection: string | undefined;
34601
34903
  customUrl: string | undefined;
34602
34904
  }, {
34603
34905
  access_token: string;
@@ -34606,6 +34908,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
34606
34908
  token_type?: string | undefined;
34607
34909
  token_name?: string | undefined;
34608
34910
  token_azure_organization_name?: string | undefined;
34911
+ token_azure_collection_name?: string | undefined;
34609
34912
  token_bitbucket_username?: string | undefined;
34610
34913
  custom_url?: string | undefined;
34611
34914
  }>;
@@ -34620,6 +34923,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
34620
34923
  tokenName: string | undefined;
34621
34924
  tokenBitbucketUsername: string | undefined;
34622
34925
  tokenAzureOrganizationName: string | undefined;
34926
+ tokenAzureCollection: string | undefined;
34623
34927
  customUrl: string | undefined;
34624
34928
  };
34625
34929
  }, {
@@ -34632,6 +34936,7 @@ declare const DTOWorkspaceIntegrationPATInput: z.ZodObject<{
34632
34936
  token_type?: string | undefined;
34633
34937
  token_name?: string | undefined;
34634
34938
  token_azure_organization_name?: string | undefined;
34939
+ token_azure_collection_name?: string | undefined;
34635
34940
  token_bitbucket_username?: string | undefined;
34636
34941
  custom_url?: string | undefined;
34637
34942
  };