oci-devops 2.49.0 → 2.50.0

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.
Files changed (138) hide show
  1. package/lib/client.d.ts +104 -86
  2. package/lib/client.js +210 -87
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/build-pipeline-summary.d.ts +4 -0
  5. package/lib/model/build-pipeline-summary.js.map +1 -1
  6. package/lib/model/build-run.d.ts +1 -0
  7. package/lib/model/build-run.js +1 -0
  8. package/lib/model/build-run.js.map +1 -1
  9. package/lib/model/connection-summary.d.ts +4 -0
  10. package/lib/model/connection-summary.js.map +1 -1
  11. package/lib/model/connection.d.ts +5 -0
  12. package/lib/model/connection.js +1 -0
  13. package/lib/model/connection.js.map +1 -1
  14. package/lib/model/create-repository-details.d.ts +4 -1
  15. package/lib/model/create-repository-details.js.map +1 -1
  16. package/lib/model/deploy-pipeline-summary.d.ts +4 -0
  17. package/lib/model/deploy-pipeline-summary.js.map +1 -1
  18. package/lib/model/operation-type.d.ts +2 -0
  19. package/lib/model/operation-type.js +2 -0
  20. package/lib/model/operation-type.js.map +1 -1
  21. package/lib/model/project-summary.d.ts +5 -1
  22. package/lib/model/project-summary.js.map +1 -1
  23. package/lib/model/project.d.ts +1 -0
  24. package/lib/model/project.js +1 -0
  25. package/lib/model/project.js.map +1 -1
  26. package/lib/model/repository-summary.d.ts +4 -1
  27. package/lib/model/repository-summary.js.map +1 -1
  28. package/lib/model/repository.d.ts +1 -0
  29. package/lib/model/repository.js +1 -0
  30. package/lib/model/repository.js.map +1 -1
  31. package/lib/model/trigger.d.ts +1 -0
  32. package/lib/model/trigger.js +1 -0
  33. package/lib/model/trigger.js.map +1 -1
  34. package/lib/model/update-repository-details.d.ts +4 -1
  35. package/lib/model/update-repository-details.js.map +1 -1
  36. package/lib/request/approve-deployment-request.d.ts +1 -1
  37. package/lib/request/cancel-build-run-request.d.ts +1 -1
  38. package/lib/request/cancel-deployment-request.d.ts +1 -1
  39. package/lib/request/cancel-scheduled-cascading-project-deletion-request.d.ts +34 -0
  40. package/lib/request/cancel-scheduled-cascading-project-deletion-request.js +15 -0
  41. package/lib/request/cancel-scheduled-cascading-project-deletion-request.js.map +1 -0
  42. package/lib/request/change-project-compartment-request.d.ts +1 -1
  43. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  44. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  45. package/lib/request/create-build-run-request.d.ts +1 -1
  46. package/lib/request/create-connection-request.d.ts +1 -1
  47. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  48. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  49. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  50. package/lib/request/create-deploy-stage-request.d.ts +1 -1
  51. package/lib/request/create-deployment-request.d.ts +1 -1
  52. package/lib/request/create-project-request.d.ts +1 -1
  53. package/lib/request/create-repository-request.d.ts +1 -1
  54. package/lib/request/create-trigger-request.d.ts +1 -1
  55. package/lib/request/delete-build-pipeline-request.d.ts +1 -1
  56. package/lib/request/delete-build-pipeline-stage-request.d.ts +1 -1
  57. package/lib/request/delete-connection-request.d.ts +1 -1
  58. package/lib/request/delete-deploy-artifact-request.d.ts +1 -1
  59. package/lib/request/delete-deploy-environment-request.d.ts +1 -1
  60. package/lib/request/delete-deploy-pipeline-request.d.ts +1 -1
  61. package/lib/request/delete-deploy-stage-request.d.ts +1 -1
  62. package/lib/request/delete-project-request.d.ts +1 -1
  63. package/lib/request/delete-ref-request.d.ts +1 -1
  64. package/lib/request/delete-repository-request.d.ts +1 -1
  65. package/lib/request/delete-trigger-request.d.ts +1 -1
  66. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  67. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  68. package/lib/request/get-build-run-request.d.ts +1 -1
  69. package/lib/request/get-commit-diff-request.d.ts +1 -1
  70. package/lib/request/get-commit-request.d.ts +1 -1
  71. package/lib/request/get-connection-request.d.ts +1 -1
  72. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  73. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  74. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  75. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  76. package/lib/request/get-deployment-request.d.ts +1 -1
  77. package/lib/request/get-file-diff-request.d.ts +1 -1
  78. package/lib/request/get-mirror-record-request.d.ts +1 -1
  79. package/lib/request/get-object-content-request.d.ts +1 -1
  80. package/lib/request/get-object-request.d.ts +1 -1
  81. package/lib/request/get-project-request.d.ts +1 -1
  82. package/lib/request/get-ref-request.d.ts +1 -1
  83. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  84. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  85. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  86. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  87. package/lib/request/get-repository-request.d.ts +1 -1
  88. package/lib/request/get-trigger-request.d.ts +1 -1
  89. package/lib/request/get-work-request-request.d.ts +1 -1
  90. package/lib/request/index.d.ts +4 -0
  91. package/lib/request/index.js.map +1 -1
  92. package/lib/request/list-authors-request.d.ts +1 -1
  93. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  94. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  95. package/lib/request/list-build-runs-request.d.ts +1 -1
  96. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  97. package/lib/request/list-commits-request.d.ts +1 -1
  98. package/lib/request/list-connections-request.d.ts +1 -1
  99. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  100. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  101. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  102. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  103. package/lib/request/list-deployments-request.d.ts +1 -1
  104. package/lib/request/list-mirror-records-request.d.ts +1 -1
  105. package/lib/request/list-paths-request.d.ts +1 -1
  106. package/lib/request/list-projects-request.d.ts +1 -1
  107. package/lib/request/list-refs-request.d.ts +1 -1
  108. package/lib/request/list-repositories-request.d.ts +1 -1
  109. package/lib/request/list-triggers-request.d.ts +1 -1
  110. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  111. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  112. package/lib/request/list-work-requests-request.d.ts +5 -1
  113. package/lib/request/list-work-requests-request.js.map +1 -1
  114. package/lib/request/mirror-repository-request.d.ts +1 -1
  115. package/lib/request/put-repository-ref-request.d.ts +1 -1
  116. package/lib/request/schedule-cascading-project-deletion-request.d.ts +34 -0
  117. package/lib/request/schedule-cascading-project-deletion-request.js +15 -0
  118. package/lib/request/schedule-cascading-project-deletion-request.js.map +1 -0
  119. package/lib/request/update-build-pipeline-request.d.ts +1 -1
  120. package/lib/request/update-build-pipeline-stage-request.d.ts +1 -1
  121. package/lib/request/update-build-run-request.d.ts +1 -1
  122. package/lib/request/update-connection-request.d.ts +1 -1
  123. package/lib/request/update-deploy-artifact-request.d.ts +1 -1
  124. package/lib/request/update-deploy-environment-request.d.ts +1 -1
  125. package/lib/request/update-deploy-pipeline-request.d.ts +1 -1
  126. package/lib/request/update-deploy-stage-request.d.ts +1 -1
  127. package/lib/request/update-deployment-request.d.ts +1 -1
  128. package/lib/request/update-project-request.d.ts +1 -1
  129. package/lib/request/update-repository-request.d.ts +1 -1
  130. package/lib/request/update-trigger-request.d.ts +1 -1
  131. package/lib/response/cancel-scheduled-cascading-project-deletion-response.d.ts +22 -0
  132. package/lib/response/cancel-scheduled-cascading-project-deletion-response.js +15 -0
  133. package/lib/response/cancel-scheduled-cascading-project-deletion-response.js.map +1 -0
  134. package/lib/response/index.d.ts +4 -0
  135. package/lib/response/schedule-cascading-project-deletion-response.d.ts +22 -0
  136. package/lib/response/schedule-cascading-project-deletion-response.js +15 -0
  137. package/lib/response/schedule-cascading-project-deletion-response.js.map +1 -0
  138. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -156,7 +156,7 @@ class DevopsClient {
156
156
  * @param ApproveDeploymentRequest
157
157
  * @return ApproveDeploymentResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
160
160
  */
161
161
  approveDeployment(approveDeploymentRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -222,7 +222,7 @@ class DevopsClient {
222
222
  * @param CancelBuildRunRequest
223
223
  * @return CancelBuildRunResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
226
226
  */
227
227
  cancelBuildRun(cancelBuildRunRequest) {
228
228
  return __awaiter(this, void 0, void 0, function* () {
@@ -288,7 +288,7 @@ class DevopsClient {
288
288
  * @param CancelDeploymentRequest
289
289
  * @return CancelDeploymentResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
292
292
  */
293
293
  cancelDeployment(cancelDeploymentRequest) {
294
294
  return __awaiter(this, void 0, void 0, function* () {
@@ -348,13 +348,74 @@ class DevopsClient {
348
348
  }
349
349
  });
350
350
  }
351
+ /**
352
+ * Cascading operation that restores Project and child resources from a DELETING state to an active state
353
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
354
+ * @param CancelScheduledCascadingProjectDeletionRequest
355
+ * @return CancelScheduledCascadingProjectDeletionResponse
356
+ * @throws OciError when an error occurs
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CancelScheduledCascadingProjectDeletion.ts.html |here} to see how to use CancelScheduledCascadingProjectDeletion API.
358
+ */
359
+ cancelScheduledCascadingProjectDeletion(cancelScheduledCascadingProjectDeletionRequest) {
360
+ return __awaiter(this, void 0, void 0, function* () {
361
+ if (this.logger)
362
+ this.logger.debug("Calling operation DevopsClient#cancelScheduledCascadingProjectDeletion.");
363
+ const operationName = "cancelScheduledCascadingProjectDeletion";
364
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/devops/20210630/Project/CancelScheduledCascadingProjectDeletion";
365
+ const pathParams = {
366
+ "{projectId}": cancelScheduledCascadingProjectDeletionRequest.projectId
367
+ };
368
+ const queryParams = {};
369
+ let headerParams = {
370
+ "Content-Type": common.Constants.APPLICATION_JSON,
371
+ "if-match": cancelScheduledCascadingProjectDeletionRequest.ifMatch,
372
+ "opc-request-id": cancelScheduledCascadingProjectDeletionRequest.opcRequestId,
373
+ "opc-retry-token": cancelScheduledCascadingProjectDeletionRequest.opcRetryToken
374
+ };
375
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
376
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelScheduledCascadingProjectDeletionRequest.retryConfiguration, specRetryConfiguration);
377
+ if (this.logger)
378
+ retrier.logger = this.logger;
379
+ const request = yield oci_common_1.composeRequest({
380
+ baseEndpoint: this._endpoint,
381
+ defaultHeaders: this._defaultHeaders,
382
+ path: "/projects/{projectId}/actions/cancelScheduledCascadingProjectDeletion",
383
+ method: "POST",
384
+ pathParams: pathParams,
385
+ headerParams: headerParams,
386
+ queryParams: queryParams
387
+ });
388
+ try {
389
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
390
+ const sdkResponse = oci_common_1.composeResponse({
391
+ responseObject: {},
392
+ responseHeaders: [
393
+ {
394
+ value: response.headers.get("opc-work-request-id"),
395
+ key: "opcWorkRequestId",
396
+ dataType: "string"
397
+ },
398
+ {
399
+ value: response.headers.get("opc-request-id"),
400
+ key: "opcRequestId",
401
+ dataType: "string"
402
+ }
403
+ ]
404
+ });
405
+ return sdkResponse;
406
+ }
407
+ catch (err) {
408
+ throw err;
409
+ }
410
+ });
411
+ }
351
412
  /**
352
413
  * Moves a project resource from one compartment OCID to another.
353
414
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
354
415
  * @param ChangeProjectCompartmentRequest
355
416
  * @return ChangeProjectCompartmentResponse
356
417
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
358
419
  */
359
420
  changeProjectCompartment(changeProjectCompartmentRequest) {
360
421
  return __awaiter(this, void 0, void 0, function* () {
@@ -417,7 +478,7 @@ class DevopsClient {
417
478
  * @param CreateBuildPipelineRequest
418
479
  * @return CreateBuildPipelineResponse
419
480
  * @throws OciError when an error occurs
420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
421
482
  */
422
483
  createBuildPipeline(createBuildPipelineRequest) {
423
484
  return __awaiter(this, void 0, void 0, function* () {
@@ -491,7 +552,7 @@ class DevopsClient {
491
552
  * @param CreateBuildPipelineStageRequest
492
553
  * @return CreateBuildPipelineStageResponse
493
554
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
495
556
  */
496
557
  createBuildPipelineStage(createBuildPipelineStageRequest) {
497
558
  return __awaiter(this, void 0, void 0, function* () {
@@ -565,7 +626,7 @@ class DevopsClient {
565
626
  * @param CreateBuildRunRequest
566
627
  * @return CreateBuildRunResponse
567
628
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
569
630
  */
570
631
  createBuildRun(createBuildRunRequest) {
571
632
  return __awaiter(this, void 0, void 0, function* () {
@@ -635,7 +696,7 @@ class DevopsClient {
635
696
  * @param CreateConnectionRequest
636
697
  * @return CreateConnectionResponse
637
698
  * @throws OciError when an error occurs
638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
639
700
  */
640
701
  createConnection(createConnectionRequest) {
641
702
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +769,7 @@ class DevopsClient {
708
769
  * @param CreateDeployArtifactRequest
709
770
  * @return CreateDeployArtifactResponse
710
771
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
712
773
  */
713
774
  createDeployArtifact(createDeployArtifactRequest) {
714
775
  return __awaiter(this, void 0, void 0, function* () {
@@ -781,7 +842,7 @@ class DevopsClient {
781
842
  * @param CreateDeployEnvironmentRequest
782
843
  * @return CreateDeployEnvironmentResponse
783
844
  * @throws OciError when an error occurs
784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
785
846
  */
786
847
  createDeployEnvironment(createDeployEnvironmentRequest) {
787
848
  return __awaiter(this, void 0, void 0, function* () {
@@ -854,7 +915,7 @@ class DevopsClient {
854
915
  * @param CreateDeployPipelineRequest
855
916
  * @return CreateDeployPipelineResponse
856
917
  * @throws OciError when an error occurs
857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
918
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
858
919
  */
859
920
  createDeployPipeline(createDeployPipelineRequest) {
860
921
  return __awaiter(this, void 0, void 0, function* () {
@@ -927,7 +988,7 @@ class DevopsClient {
927
988
  * @param CreateDeployStageRequest
928
989
  * @return CreateDeployStageResponse
929
990
  * @throws OciError when an error occurs
930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
991
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
931
992
  */
932
993
  createDeployStage(createDeployStageRequest) {
933
994
  return __awaiter(this, void 0, void 0, function* () {
@@ -1000,7 +1061,7 @@ class DevopsClient {
1000
1061
  * @param CreateDeploymentRequest
1001
1062
  * @return CreateDeploymentResponse
1002
1063
  * @throws OciError when an error occurs
1003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1064
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1004
1065
  */
1005
1066
  createDeployment(createDeploymentRequest) {
1006
1067
  return __awaiter(this, void 0, void 0, function* () {
@@ -1063,7 +1124,7 @@ class DevopsClient {
1063
1124
  * @param CreateProjectRequest
1064
1125
  * @return CreateProjectResponse
1065
1126
  * @throws OciError when an error occurs
1066
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1067
1128
  */
1068
1129
  createProject(createProjectRequest) {
1069
1130
  return __awaiter(this, void 0, void 0, function* () {
@@ -1137,7 +1198,7 @@ class DevopsClient {
1137
1198
  * @param CreateRepositoryRequest
1138
1199
  * @return CreateRepositoryResponse
1139
1200
  * @throws OciError when an error occurs
1140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1141
1202
  */
1142
1203
  createRepository(createRepositoryRequest) {
1143
1204
  return __awaiter(this, void 0, void 0, function* () {
@@ -1211,7 +1272,7 @@ class DevopsClient {
1211
1272
  * @param CreateTriggerRequest
1212
1273
  * @return CreateTriggerResponse
1213
1274
  * @throws OciError when an error occurs
1214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1215
1276
  */
1216
1277
  createTrigger(createTriggerRequest) {
1217
1278
  return __awaiter(this, void 0, void 0, function* () {
@@ -1284,7 +1345,7 @@ class DevopsClient {
1284
1345
  * @param DeleteBuildPipelineRequest
1285
1346
  * @return DeleteBuildPipelineResponse
1286
1347
  * @throws OciError when an error occurs
1287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1288
1349
  */
1289
1350
  deleteBuildPipeline(deleteBuildPipelineRequest) {
1290
1351
  return __awaiter(this, void 0, void 0, function* () {
@@ -1344,7 +1405,7 @@ class DevopsClient {
1344
1405
  * @param DeleteBuildPipelineStageRequest
1345
1406
  * @return DeleteBuildPipelineStageResponse
1346
1407
  * @throws OciError when an error occurs
1347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1348
1409
  */
1349
1410
  deleteBuildPipelineStage(deleteBuildPipelineStageRequest) {
1350
1411
  return __awaiter(this, void 0, void 0, function* () {
@@ -1404,7 +1465,7 @@ class DevopsClient {
1404
1465
  * @param DeleteConnectionRequest
1405
1466
  * @return DeleteConnectionResponse
1406
1467
  * @throws OciError when an error occurs
1407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1408
1469
  */
1409
1470
  deleteConnection(deleteConnectionRequest) {
1410
1471
  return __awaiter(this, void 0, void 0, function* () {
@@ -1464,7 +1525,7 @@ class DevopsClient {
1464
1525
  * @param DeleteDeployArtifactRequest
1465
1526
  * @return DeleteDeployArtifactResponse
1466
1527
  * @throws OciError when an error occurs
1467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1468
1529
  */
1469
1530
  deleteDeployArtifact(deleteDeployArtifactRequest) {
1470
1531
  return __awaiter(this, void 0, void 0, function* () {
@@ -1524,7 +1585,7 @@ class DevopsClient {
1524
1585
  * @param DeleteDeployEnvironmentRequest
1525
1586
  * @return DeleteDeployEnvironmentResponse
1526
1587
  * @throws OciError when an error occurs
1527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1528
1589
  */
1529
1590
  deleteDeployEnvironment(deleteDeployEnvironmentRequest) {
1530
1591
  return __awaiter(this, void 0, void 0, function* () {
@@ -1584,7 +1645,7 @@ class DevopsClient {
1584
1645
  * @param DeleteDeployPipelineRequest
1585
1646
  * @return DeleteDeployPipelineResponse
1586
1647
  * @throws OciError when an error occurs
1587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1588
1649
  */
1589
1650
  deleteDeployPipeline(deleteDeployPipelineRequest) {
1590
1651
  return __awaiter(this, void 0, void 0, function* () {
@@ -1644,7 +1705,7 @@ class DevopsClient {
1644
1705
  * @param DeleteDeployStageRequest
1645
1706
  * @return DeleteDeployStageResponse
1646
1707
  * @throws OciError when an error occurs
1647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1648
1709
  */
1649
1710
  deleteDeployStage(deleteDeployStageRequest) {
1650
1711
  return __awaiter(this, void 0, void 0, function* () {
@@ -1704,7 +1765,7 @@ class DevopsClient {
1704
1765
  * @param DeleteProjectRequest
1705
1766
  * @return DeleteProjectResponse
1706
1767
  * @throws OciError when an error occurs
1707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1708
1769
  */
1709
1770
  deleteProject(deleteProjectRequest) {
1710
1771
  return __awaiter(this, void 0, void 0, function* () {
@@ -1764,7 +1825,7 @@ class DevopsClient {
1764
1825
  * @param DeleteRefRequest
1765
1826
  * @return DeleteRefResponse
1766
1827
  * @throws OciError when an error occurs
1767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1768
1829
  */
1769
1830
  deleteRef(deleteRefRequest) {
1770
1831
  return __awaiter(this, void 0, void 0, function* () {
@@ -1826,7 +1887,7 @@ class DevopsClient {
1826
1887
  * @param DeleteRepositoryRequest
1827
1888
  * @return DeleteRepositoryResponse
1828
1889
  * @throws OciError when an error occurs
1829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1830
1891
  */
1831
1892
  deleteRepository(deleteRepositoryRequest) {
1832
1893
  return __awaiter(this, void 0, void 0, function* () {
@@ -1886,7 +1947,7 @@ class DevopsClient {
1886
1947
  * @param DeleteTriggerRequest
1887
1948
  * @return DeleteTriggerResponse
1888
1949
  * @throws OciError when an error occurs
1889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1890
1951
  */
1891
1952
  deleteTrigger(deleteTriggerRequest) {
1892
1953
  return __awaiter(this, void 0, void 0, function* () {
@@ -1946,7 +2007,7 @@ class DevopsClient {
1946
2007
  * @param GetBuildPipelineRequest
1947
2008
  * @return GetBuildPipelineResponse
1948
2009
  * @throws OciError when an error occurs
1949
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
2010
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
1950
2011
  */
1951
2012
  getBuildPipeline(getBuildPipelineRequest) {
1952
2013
  return __awaiter(this, void 0, void 0, function* () {
@@ -2009,7 +2070,7 @@ class DevopsClient {
2009
2070
  * @param GetBuildPipelineStageRequest
2010
2071
  * @return GetBuildPipelineStageResponse
2011
2072
  * @throws OciError when an error occurs
2012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
2073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
2013
2074
  */
2014
2075
  getBuildPipelineStage(getBuildPipelineStageRequest) {
2015
2076
  return __awaiter(this, void 0, void 0, function* () {
@@ -2073,7 +2134,7 @@ class DevopsClient {
2073
2134
  * @param GetBuildRunRequest
2074
2135
  * @return GetBuildRunResponse
2075
2136
  * @throws OciError when an error occurs
2076
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2077
2138
  */
2078
2139
  getBuildRun(getBuildRunRequest) {
2079
2140
  return __awaiter(this, void 0, void 0, function* () {
@@ -2136,7 +2197,7 @@ class DevopsClient {
2136
2197
  * @param GetCommitRequest
2137
2198
  * @return GetCommitResponse
2138
2199
  * @throws OciError when an error occurs
2139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2140
2201
  */
2141
2202
  getCommit(getCommitRequest) {
2142
2203
  return __awaiter(this, void 0, void 0, function* () {
@@ -2201,7 +2262,7 @@ class DevopsClient {
2201
2262
  * @param GetCommitDiffRequest
2202
2263
  * @return GetCommitDiffResponse
2203
2264
  * @throws OciError when an error occurs
2204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2205
2266
  */
2206
2267
  getCommitDiff(getCommitDiffRequest) {
2207
2268
  return __awaiter(this, void 0, void 0, function* () {
@@ -2268,7 +2329,7 @@ class DevopsClient {
2268
2329
  * @param GetConnectionRequest
2269
2330
  * @return GetConnectionResponse
2270
2331
  * @throws OciError when an error occurs
2271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2272
2333
  */
2273
2334
  getConnection(getConnectionRequest) {
2274
2335
  return __awaiter(this, void 0, void 0, function* () {
@@ -2331,7 +2392,7 @@ class DevopsClient {
2331
2392
  * @param GetDeployArtifactRequest
2332
2393
  * @return GetDeployArtifactResponse
2333
2394
  * @throws OciError when an error occurs
2334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2335
2396
  */
2336
2397
  getDeployArtifact(getDeployArtifactRequest) {
2337
2398
  return __awaiter(this, void 0, void 0, function* () {
@@ -2394,7 +2455,7 @@ class DevopsClient {
2394
2455
  * @param GetDeployEnvironmentRequest
2395
2456
  * @return GetDeployEnvironmentResponse
2396
2457
  * @throws OciError when an error occurs
2397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2398
2459
  */
2399
2460
  getDeployEnvironment(getDeployEnvironmentRequest) {
2400
2461
  return __awaiter(this, void 0, void 0, function* () {
@@ -2457,7 +2518,7 @@ class DevopsClient {
2457
2518
  * @param GetDeployPipelineRequest
2458
2519
  * @return GetDeployPipelineResponse
2459
2520
  * @throws OciError when an error occurs
2460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2461
2522
  */
2462
2523
  getDeployPipeline(getDeployPipelineRequest) {
2463
2524
  return __awaiter(this, void 0, void 0, function* () {
@@ -2520,7 +2581,7 @@ class DevopsClient {
2520
2581
  * @param GetDeployStageRequest
2521
2582
  * @return GetDeployStageResponse
2522
2583
  * @throws OciError when an error occurs
2523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2524
2585
  */
2525
2586
  getDeployStage(getDeployStageRequest) {
2526
2587
  return __awaiter(this, void 0, void 0, function* () {
@@ -2583,7 +2644,7 @@ class DevopsClient {
2583
2644
  * @param GetDeploymentRequest
2584
2645
  * @return GetDeploymentResponse
2585
2646
  * @throws OciError when an error occurs
2586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2587
2648
  */
2588
2649
  getDeployment(getDeploymentRequest) {
2589
2650
  return __awaiter(this, void 0, void 0, function* () {
@@ -2647,7 +2708,7 @@ class DevopsClient {
2647
2708
  * @param GetFileDiffRequest
2648
2709
  * @return GetFileDiffResponse
2649
2710
  * @throws OciError when an error occurs
2650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2651
2712
  */
2652
2713
  getFileDiff(getFileDiffRequest) {
2653
2714
  return __awaiter(this, void 0, void 0, function* () {
@@ -2721,7 +2782,7 @@ class DevopsClient {
2721
2782
  * @param GetMirrorRecordRequest
2722
2783
  * @return GetMirrorRecordResponse
2723
2784
  * @throws OciError when an error occurs
2724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2725
2786
  */
2726
2787
  getMirrorRecord(getMirrorRecordRequest) {
2727
2788
  return __awaiter(this, void 0, void 0, function* () {
@@ -2786,7 +2847,7 @@ class DevopsClient {
2786
2847
  * @param GetObjectRequest
2787
2848
  * @return GetObjectResponse
2788
2849
  * @throws OciError when an error occurs
2789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2790
2851
  */
2791
2852
  getObject(getObjectRequest) {
2792
2853
  return __awaiter(this, void 0, void 0, function* () {
@@ -2853,7 +2914,7 @@ class DevopsClient {
2853
2914
  * @param GetObjectContentRequest
2854
2915
  * @return GetObjectContentResponse
2855
2916
  * @throws OciError when an error occurs
2856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2917
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2857
2918
  */
2858
2919
  getObjectContent(getObjectContentRequest) {
2859
2920
  return __awaiter(this, void 0, void 0, function* () {
@@ -2923,7 +2984,7 @@ class DevopsClient {
2923
2984
  * @param GetProjectRequest
2924
2985
  * @return GetProjectResponse
2925
2986
  * @throws OciError when an error occurs
2926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
2987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
2927
2988
  */
2928
2989
  getProject(getProjectRequest) {
2929
2990
  return __awaiter(this, void 0, void 0, function* () {
@@ -2986,7 +3047,7 @@ class DevopsClient {
2986
3047
  * @param GetRefRequest
2987
3048
  * @return GetRefResponse
2988
3049
  * @throws OciError when an error occurs
2989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
3050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
2990
3051
  */
2991
3052
  getRef(getRefRequest) {
2992
3053
  return __awaiter(this, void 0, void 0, function* () {
@@ -3051,7 +3112,7 @@ class DevopsClient {
3051
3112
  * @param GetRepoFileDiffRequest
3052
3113
  * @return GetRepoFileDiffResponse
3053
3114
  * @throws OciError when an error occurs
3054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
3115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
3055
3116
  */
3056
3117
  getRepoFileDiff(getRepoFileDiffRequest) {
3057
3118
  return __awaiter(this, void 0, void 0, function* () {
@@ -3120,7 +3181,7 @@ class DevopsClient {
3120
3181
  * @param GetRepoFileLinesRequest
3121
3182
  * @return GetRepoFileLinesResponse
3122
3183
  * @throws OciError when an error occurs
3123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3124
3185
  */
3125
3186
  getRepoFileLines(getRepoFileLinesRequest) {
3126
3187
  return __awaiter(this, void 0, void 0, function* () {
@@ -3188,7 +3249,7 @@ class DevopsClient {
3188
3249
  * @param GetRepositoryRequest
3189
3250
  * @return GetRepositoryResponse
3190
3251
  * @throws OciError when an error occurs
3191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3192
3253
  */
3193
3254
  getRepository(getRepositoryRequest) {
3194
3255
  return __awaiter(this, void 0, void 0, function* () {
@@ -3254,7 +3315,7 @@ class DevopsClient {
3254
3315
  * @param GetRepositoryArchiveContentRequest
3255
3316
  * @return GetRepositoryArchiveContentResponse
3256
3317
  * @throws OciError when an error occurs
3257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3258
3319
  */
3259
3320
  getRepositoryArchiveContent(getRepositoryArchiveContentRequest) {
3260
3321
  return __awaiter(this, void 0, void 0, function* () {
@@ -3325,7 +3386,7 @@ class DevopsClient {
3325
3386
  * @param GetRepositoryFileLinesRequest
3326
3387
  * @return GetRepositoryFileLinesResponse
3327
3388
  * @throws OciError when an error occurs
3328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3329
3390
  */
3330
3391
  getRepositoryFileLines(getRepositoryFileLinesRequest) {
3331
3392
  return __awaiter(this, void 0, void 0, function* () {
@@ -3398,7 +3459,7 @@ class DevopsClient {
3398
3459
  * @param GetTriggerRequest
3399
3460
  * @return GetTriggerResponse
3400
3461
  * @throws OciError when an error occurs
3401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3402
3463
  */
3403
3464
  getTrigger(getTriggerRequest) {
3404
3465
  return __awaiter(this, void 0, void 0, function* () {
@@ -3461,7 +3522,7 @@ class DevopsClient {
3461
3522
  * @param GetWorkRequestRequest
3462
3523
  * @return GetWorkRequestResponse
3463
3524
  * @throws OciError when an error occurs
3464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3465
3526
  */
3466
3527
  getWorkRequest(getWorkRequestRequest) {
3467
3528
  return __awaiter(this, void 0, void 0, function* () {
@@ -3525,7 +3586,7 @@ class DevopsClient {
3525
3586
  * @param ListAuthorsRequest
3526
3587
  * @return ListAuthorsResponse
3527
3588
  * @throws OciError when an error occurs
3528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3529
3590
  */
3530
3591
  listAuthors(listAuthorsRequest) {
3531
3592
  return __awaiter(this, void 0, void 0, function* () {
@@ -3594,7 +3655,7 @@ class DevopsClient {
3594
3655
  * @param ListBuildPipelineStagesRequest
3595
3656
  * @return ListBuildPipelineStagesResponse
3596
3657
  * @throws OciError when an error occurs
3597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3598
3659
  */
3599
3660
  listBuildPipelineStages(listBuildPipelineStagesRequest) {
3600
3661
  return __awaiter(this, void 0, void 0, function* () {
@@ -3666,7 +3727,7 @@ class DevopsClient {
3666
3727
  * @param ListBuildPipelinesRequest
3667
3728
  * @return ListBuildPipelinesResponse
3668
3729
  * @throws OciError when an error occurs
3669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3670
3731
  */
3671
3732
  listBuildPipelines(listBuildPipelinesRequest) {
3672
3733
  return __awaiter(this, void 0, void 0, function* () {
@@ -3738,7 +3799,7 @@ class DevopsClient {
3738
3799
  * @param ListBuildRunsRequest
3739
3800
  * @return ListBuildRunsResponse
3740
3801
  * @throws OciError when an error occurs
3741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3742
3803
  */
3743
3804
  listBuildRuns(listBuildRunsRequest) {
3744
3805
  return __awaiter(this, void 0, void 0, function* () {
@@ -3811,7 +3872,7 @@ class DevopsClient {
3811
3872
  * @param ListCommitDiffsRequest
3812
3873
  * @return ListCommitDiffsResponse
3813
3874
  * @throws OciError when an error occurs
3814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3875
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3815
3876
  */
3816
3877
  listCommitDiffs(listCommitDiffsRequest) {
3817
3878
  return __awaiter(this, void 0, void 0, function* () {
@@ -3881,7 +3942,7 @@ class DevopsClient {
3881
3942
  * @param ListCommitsRequest
3882
3943
  * @return ListCommitsResponse
3883
3944
  * @throws OciError when an error occurs
3884
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3945
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3885
3946
  */
3886
3947
  listCommits(listCommitsRequest) {
3887
3948
  return __awaiter(this, void 0, void 0, function* () {
@@ -3955,7 +4016,7 @@ class DevopsClient {
3955
4016
  * @param ListConnectionsRequest
3956
4017
  * @return ListConnectionsResponse
3957
4018
  * @throws OciError when an error occurs
3958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
4019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
3959
4020
  */
3960
4021
  listConnections(listConnectionsRequest) {
3961
4022
  return __awaiter(this, void 0, void 0, function* () {
@@ -4027,7 +4088,7 @@ class DevopsClient {
4027
4088
  * @param ListDeployArtifactsRequest
4028
4089
  * @return ListDeployArtifactsResponse
4029
4090
  * @throws OciError when an error occurs
4030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
4091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
4031
4092
  */
4032
4093
  listDeployArtifacts(listDeployArtifactsRequest) {
4033
4094
  return __awaiter(this, void 0, void 0, function* () {
@@ -4098,7 +4159,7 @@ class DevopsClient {
4098
4159
  * @param ListDeployEnvironmentsRequest
4099
4160
  * @return ListDeployEnvironmentsResponse
4100
4161
  * @throws OciError when an error occurs
4101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
4162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
4102
4163
  */
4103
4164
  listDeployEnvironments(listDeployEnvironmentsRequest) {
4104
4165
  return __awaiter(this, void 0, void 0, function* () {
@@ -4169,7 +4230,7 @@ class DevopsClient {
4169
4230
  * @param ListDeployPipelinesRequest
4170
4231
  * @return ListDeployPipelinesResponse
4171
4232
  * @throws OciError when an error occurs
4172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4173
4234
  */
4174
4235
  listDeployPipelines(listDeployPipelinesRequest) {
4175
4236
  return __awaiter(this, void 0, void 0, function* () {
@@ -4240,7 +4301,7 @@ class DevopsClient {
4240
4301
  * @param ListDeployStagesRequest
4241
4302
  * @return ListDeployStagesResponse
4242
4303
  * @throws OciError when an error occurs
4243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4244
4305
  */
4245
4306
  listDeployStages(listDeployStagesRequest) {
4246
4307
  return __awaiter(this, void 0, void 0, function* () {
@@ -4311,7 +4372,7 @@ class DevopsClient {
4311
4372
  * @param ListDeploymentsRequest
4312
4373
  * @return ListDeploymentsResponse
4313
4374
  * @throws OciError when an error occurs
4314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4315
4376
  */
4316
4377
  listDeployments(listDeploymentsRequest) {
4317
4378
  return __awaiter(this, void 0, void 0, function* () {
@@ -4386,7 +4447,7 @@ class DevopsClient {
4386
4447
  * @param ListMirrorRecordsRequest
4387
4448
  * @return ListMirrorRecordsResponse
4388
4449
  * @throws OciError when an error occurs
4389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4390
4451
  */
4391
4452
  listMirrorRecords(listMirrorRecordsRequest) {
4392
4453
  return __awaiter(this, void 0, void 0, function* () {
@@ -4454,7 +4515,7 @@ class DevopsClient {
4454
4515
  * @param ListPathsRequest
4455
4516
  * @return ListPathsResponse
4456
4517
  * @throws OciError when an error occurs
4457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4458
4519
  */
4459
4520
  listPaths(listPathsRequest) {
4460
4521
  return __awaiter(this, void 0, void 0, function* () {
@@ -4526,7 +4587,7 @@ class DevopsClient {
4526
4587
  * @param ListProjectsRequest
4527
4588
  * @return ListProjectsResponse
4528
4589
  * @throws OciError when an error occurs
4529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4590
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4530
4591
  */
4531
4592
  listProjects(listProjectsRequest) {
4532
4593
  return __awaiter(this, void 0, void 0, function* () {
@@ -4597,7 +4658,7 @@ class DevopsClient {
4597
4658
  * @param ListRefsRequest
4598
4659
  * @return ListRefsResponse
4599
4660
  * @throws OciError when an error occurs
4600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4601
4662
  */
4602
4663
  listRefs(listRefsRequest) {
4603
4664
  return __awaiter(this, void 0, void 0, function* () {
@@ -4669,7 +4730,7 @@ class DevopsClient {
4669
4730
  * @param ListRepositoriesRequest
4670
4731
  * @return ListRepositoriesResponse
4671
4732
  * @throws OciError when an error occurs
4672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4673
4734
  */
4674
4735
  listRepositories(listRepositoriesRequest) {
4675
4736
  return __awaiter(this, void 0, void 0, function* () {
@@ -4741,7 +4802,7 @@ class DevopsClient {
4741
4802
  * @param ListTriggersRequest
4742
4803
  * @return ListTriggersResponse
4743
4804
  * @throws OciError when an error occurs
4744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4745
4806
  */
4746
4807
  listTriggers(listTriggersRequest) {
4747
4808
  return __awaiter(this, void 0, void 0, function* () {
@@ -4812,7 +4873,7 @@ class DevopsClient {
4812
4873
  * @param ListWorkRequestErrorsRequest
4813
4874
  * @return ListWorkRequestErrorsResponse
4814
4875
  * @throws OciError when an error occurs
4815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4876
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4816
4877
  */
4817
4878
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4818
4879
  return __awaiter(this, void 0, void 0, function* () {
@@ -4880,7 +4941,7 @@ class DevopsClient {
4880
4941
  * @param ListWorkRequestLogsRequest
4881
4942
  * @return ListWorkRequestLogsResponse
4882
4943
  * @throws OciError when an error occurs
4883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4884
4945
  */
4885
4946
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4886
4947
  return __awaiter(this, void 0, void 0, function* () {
@@ -4948,7 +5009,7 @@ class DevopsClient {
4948
5009
  * @param ListWorkRequestsRequest
4949
5010
  * @return ListWorkRequestsResponse
4950
5011
  * @throws OciError when an error occurs
4951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
5012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4952
5013
  */
4953
5014
  listWorkRequests(listWorkRequestsRequest) {
4954
5015
  return __awaiter(this, void 0, void 0, function* () {
@@ -4965,7 +5026,8 @@ class DevopsClient {
4965
5026
  "page": listWorkRequestsRequest.page,
4966
5027
  "limit": listWorkRequestsRequest.limit,
4967
5028
  "sortOrder": listWorkRequestsRequest.sortOrder,
4968
- "sortBy": listWorkRequestsRequest.sortBy
5029
+ "sortBy": listWorkRequestsRequest.sortBy,
5030
+ "operationTypeMultiValueQuery": listWorkRequestsRequest.operationTypeMultiValueQuery
4969
5031
  };
4970
5032
  let headerParams = {
4971
5033
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -5019,7 +5081,7 @@ class DevopsClient {
5019
5081
  * @param MirrorRepositoryRequest
5020
5082
  * @return MirrorRepositoryResponse
5021
5083
  * @throws OciError when an error occurs
5022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
5084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
5023
5085
  */
5024
5086
  mirrorRepository(mirrorRepositoryRequest) {
5025
5087
  return __awaiter(this, void 0, void 0, function* () {
@@ -5080,7 +5142,7 @@ class DevopsClient {
5080
5142
  * @param PutRepositoryRefRequest
5081
5143
  * @return PutRepositoryRefResponse
5082
5144
  * @throws OciError when an error occurs
5083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
5145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
5084
5146
  */
5085
5147
  putRepositoryRef(putRepositoryRefRequest) {
5086
5148
  return __awaiter(this, void 0, void 0, function* () {
@@ -5151,13 +5213,74 @@ class DevopsClient {
5151
5213
  }
5152
5214
  });
5153
5215
  }
5216
+ /**
5217
+ * Cascading operation that marks Project and child DevOps resources in a DELETING state for a retention period
5218
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5219
+ * @param ScheduleCascadingProjectDeletionRequest
5220
+ * @return ScheduleCascadingProjectDeletionResponse
5221
+ * @throws OciError when an error occurs
5222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/ScheduleCascadingProjectDeletion.ts.html |here} to see how to use ScheduleCascadingProjectDeletion API.
5223
+ */
5224
+ scheduleCascadingProjectDeletion(scheduleCascadingProjectDeletionRequest) {
5225
+ return __awaiter(this, void 0, void 0, function* () {
5226
+ if (this.logger)
5227
+ this.logger.debug("Calling operation DevopsClient#scheduleCascadingProjectDeletion.");
5228
+ const operationName = "scheduleCascadingProjectDeletion";
5229
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/devops/20210630/Project/ScheduleCascadingProjectDeletion";
5230
+ const pathParams = {
5231
+ "{projectId}": scheduleCascadingProjectDeletionRequest.projectId
5232
+ };
5233
+ const queryParams = {};
5234
+ let headerParams = {
5235
+ "Content-Type": common.Constants.APPLICATION_JSON,
5236
+ "if-match": scheduleCascadingProjectDeletionRequest.ifMatch,
5237
+ "opc-request-id": scheduleCascadingProjectDeletionRequest.opcRequestId,
5238
+ "opc-retry-token": scheduleCascadingProjectDeletionRequest.opcRetryToken
5239
+ };
5240
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5241
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, scheduleCascadingProjectDeletionRequest.retryConfiguration, specRetryConfiguration);
5242
+ if (this.logger)
5243
+ retrier.logger = this.logger;
5244
+ const request = yield oci_common_1.composeRequest({
5245
+ baseEndpoint: this._endpoint,
5246
+ defaultHeaders: this._defaultHeaders,
5247
+ path: "/projects/{projectId}/actions/scheduleCascadingProjectDeletion",
5248
+ method: "POST",
5249
+ pathParams: pathParams,
5250
+ headerParams: headerParams,
5251
+ queryParams: queryParams
5252
+ });
5253
+ try {
5254
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
5255
+ const sdkResponse = oci_common_1.composeResponse({
5256
+ responseObject: {},
5257
+ responseHeaders: [
5258
+ {
5259
+ value: response.headers.get("opc-work-request-id"),
5260
+ key: "opcWorkRequestId",
5261
+ dataType: "string"
5262
+ },
5263
+ {
5264
+ value: response.headers.get("opc-request-id"),
5265
+ key: "opcRequestId",
5266
+ dataType: "string"
5267
+ }
5268
+ ]
5269
+ });
5270
+ return sdkResponse;
5271
+ }
5272
+ catch (err) {
5273
+ throw err;
5274
+ }
5275
+ });
5276
+ }
5154
5277
  /**
5155
5278
  * Updates the build pipeline.
5156
5279
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
5157
5280
  * @param UpdateBuildPipelineRequest
5158
5281
  * @return UpdateBuildPipelineResponse
5159
5282
  * @throws OciError when an error occurs
5160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5161
5284
  */
5162
5285
  updateBuildPipeline(updateBuildPipelineRequest) {
5163
5286
  return __awaiter(this, void 0, void 0, function* () {
@@ -5232,7 +5355,7 @@ class DevopsClient {
5232
5355
  * @param UpdateBuildPipelineStageRequest
5233
5356
  * @return UpdateBuildPipelineStageResponse
5234
5357
  * @throws OciError when an error occurs
5235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5236
5359
  */
5237
5360
  updateBuildPipelineStage(updateBuildPipelineStageRequest) {
5238
5361
  return __awaiter(this, void 0, void 0, function* () {
@@ -5307,7 +5430,7 @@ class DevopsClient {
5307
5430
  * @param UpdateBuildRunRequest
5308
5431
  * @return UpdateBuildRunResponse
5309
5432
  * @throws OciError when an error occurs
5310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5311
5434
  */
5312
5435
  updateBuildRun(updateBuildRunRequest) {
5313
5436
  return __awaiter(this, void 0, void 0, function* () {
@@ -5377,7 +5500,7 @@ class DevopsClient {
5377
5500
  * @param UpdateConnectionRequest
5378
5501
  * @return UpdateConnectionResponse
5379
5502
  * @throws OciError when an error occurs
5380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5381
5504
  */
5382
5505
  updateConnection(updateConnectionRequest) {
5383
5506
  return __awaiter(this, void 0, void 0, function* () {
@@ -5452,7 +5575,7 @@ class DevopsClient {
5452
5575
  * @param UpdateDeployArtifactRequest
5453
5576
  * @return UpdateDeployArtifactResponse
5454
5577
  * @throws OciError when an error occurs
5455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5456
5579
  */
5457
5580
  updateDeployArtifact(updateDeployArtifactRequest) {
5458
5581
  return __awaiter(this, void 0, void 0, function* () {
@@ -5527,7 +5650,7 @@ class DevopsClient {
5527
5650
  * @param UpdateDeployEnvironmentRequest
5528
5651
  * @return UpdateDeployEnvironmentResponse
5529
5652
  * @throws OciError when an error occurs
5530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5531
5654
  */
5532
5655
  updateDeployEnvironment(updateDeployEnvironmentRequest) {
5533
5656
  return __awaiter(this, void 0, void 0, function* () {
@@ -5602,7 +5725,7 @@ class DevopsClient {
5602
5725
  * @param UpdateDeployPipelineRequest
5603
5726
  * @return UpdateDeployPipelineResponse
5604
5727
  * @throws OciError when an error occurs
5605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5606
5729
  */
5607
5730
  updateDeployPipeline(updateDeployPipelineRequest) {
5608
5731
  return __awaiter(this, void 0, void 0, function* () {
@@ -5677,7 +5800,7 @@ class DevopsClient {
5677
5800
  * @param UpdateDeployStageRequest
5678
5801
  * @return UpdateDeployStageResponse
5679
5802
  * @throws OciError when an error occurs
5680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5681
5804
  */
5682
5805
  updateDeployStage(updateDeployStageRequest) {
5683
5806
  return __awaiter(this, void 0, void 0, function* () {
@@ -5752,7 +5875,7 @@ class DevopsClient {
5752
5875
  * @param UpdateDeploymentRequest
5753
5876
  * @return UpdateDeploymentResponse
5754
5877
  * @throws OciError when an error occurs
5755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5756
5879
  */
5757
5880
  updateDeployment(updateDeploymentRequest) {
5758
5881
  return __awaiter(this, void 0, void 0, function* () {
@@ -5817,7 +5940,7 @@ class DevopsClient {
5817
5940
  * @param UpdateProjectRequest
5818
5941
  * @return UpdateProjectResponse
5819
5942
  * @throws OciError when an error occurs
5820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5821
5944
  */
5822
5945
  updateProject(updateProjectRequest) {
5823
5946
  return __awaiter(this, void 0, void 0, function* () {
@@ -5892,7 +6015,7 @@ class DevopsClient {
5892
6015
  * @param UpdateRepositoryRequest
5893
6016
  * @return UpdateRepositoryResponse
5894
6017
  * @throws OciError when an error occurs
5895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
6018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
5896
6019
  */
5897
6020
  updateRepository(updateRepositoryRequest) {
5898
6021
  return __awaiter(this, void 0, void 0, function* () {
@@ -5962,7 +6085,7 @@ class DevopsClient {
5962
6085
  * @param UpdateTriggerRequest
5963
6086
  * @return UpdateTriggerResponse
5964
6087
  * @throws OciError when an error occurs
5965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
6088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
5966
6089
  */
5967
6090
  updateTrigger(updateTriggerRequest) {
5968
6091
  return __awaiter(this, void 0, void 0, function* () {