oci-devops 2.24.0 → 2.25.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 (89) hide show
  1. package/lib/client.d.ts +86 -86
  2. package/lib/client.js +86 -86
  3. package/lib/request/approve-deployment-request.d.ts +1 -1
  4. package/lib/request/cancel-build-run-request.d.ts +1 -1
  5. package/lib/request/cancel-deployment-request.d.ts +1 -1
  6. package/lib/request/change-project-compartment-request.d.ts +1 -1
  7. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  8. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  9. package/lib/request/create-build-run-request.d.ts +1 -1
  10. package/lib/request/create-connection-request.d.ts +1 -1
  11. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  12. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  13. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  14. package/lib/request/create-deploy-stage-request.d.ts +1 -1
  15. package/lib/request/create-deployment-request.d.ts +1 -1
  16. package/lib/request/create-project-request.d.ts +1 -1
  17. package/lib/request/create-repository-request.d.ts +1 -1
  18. package/lib/request/create-trigger-request.d.ts +1 -1
  19. package/lib/request/delete-build-pipeline-request.d.ts +1 -1
  20. package/lib/request/delete-build-pipeline-stage-request.d.ts +1 -1
  21. package/lib/request/delete-connection-request.d.ts +1 -1
  22. package/lib/request/delete-deploy-artifact-request.d.ts +1 -1
  23. package/lib/request/delete-deploy-environment-request.d.ts +1 -1
  24. package/lib/request/delete-deploy-pipeline-request.d.ts +1 -1
  25. package/lib/request/delete-deploy-stage-request.d.ts +1 -1
  26. package/lib/request/delete-project-request.d.ts +1 -1
  27. package/lib/request/delete-ref-request.d.ts +1 -1
  28. package/lib/request/delete-repository-request.d.ts +1 -1
  29. package/lib/request/delete-trigger-request.d.ts +1 -1
  30. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  31. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  32. package/lib/request/get-build-run-request.d.ts +1 -1
  33. package/lib/request/get-commit-diff-request.d.ts +1 -1
  34. package/lib/request/get-commit-request.d.ts +1 -1
  35. package/lib/request/get-connection-request.d.ts +1 -1
  36. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  37. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  38. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  39. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  40. package/lib/request/get-deployment-request.d.ts +1 -1
  41. package/lib/request/get-file-diff-request.d.ts +1 -1
  42. package/lib/request/get-mirror-record-request.d.ts +1 -1
  43. package/lib/request/get-object-content-request.d.ts +1 -1
  44. package/lib/request/get-object-request.d.ts +1 -1
  45. package/lib/request/get-project-request.d.ts +1 -1
  46. package/lib/request/get-ref-request.d.ts +1 -1
  47. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  48. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  49. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  50. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  51. package/lib/request/get-repository-request.d.ts +1 -1
  52. package/lib/request/get-trigger-request.d.ts +1 -1
  53. package/lib/request/get-work-request-request.d.ts +1 -1
  54. package/lib/request/list-authors-request.d.ts +1 -1
  55. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  56. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  57. package/lib/request/list-build-runs-request.d.ts +1 -1
  58. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  59. package/lib/request/list-commits-request.d.ts +1 -1
  60. package/lib/request/list-connections-request.d.ts +1 -1
  61. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  62. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  63. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  64. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  65. package/lib/request/list-deployments-request.d.ts +1 -1
  66. package/lib/request/list-mirror-records-request.d.ts +1 -1
  67. package/lib/request/list-paths-request.d.ts +1 -1
  68. package/lib/request/list-projects-request.d.ts +1 -1
  69. package/lib/request/list-refs-request.d.ts +1 -1
  70. package/lib/request/list-repositories-request.d.ts +1 -1
  71. package/lib/request/list-triggers-request.d.ts +1 -1
  72. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  73. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  74. package/lib/request/list-work-requests-request.d.ts +1 -1
  75. package/lib/request/mirror-repository-request.d.ts +1 -1
  76. package/lib/request/put-repository-ref-request.d.ts +1 -1
  77. package/lib/request/update-build-pipeline-request.d.ts +1 -1
  78. package/lib/request/update-build-pipeline-stage-request.d.ts +1 -1
  79. package/lib/request/update-build-run-request.d.ts +1 -1
  80. package/lib/request/update-connection-request.d.ts +1 -1
  81. package/lib/request/update-deploy-artifact-request.d.ts +1 -1
  82. package/lib/request/update-deploy-environment-request.d.ts +1 -1
  83. package/lib/request/update-deploy-pipeline-request.d.ts +1 -1
  84. package/lib/request/update-deploy-stage-request.d.ts +1 -1
  85. package/lib/request/update-deployment-request.d.ts +1 -1
  86. package/lib/request/update-project-request.d.ts +1 -1
  87. package/lib/request/update-repository-request.d.ts +1 -1
  88. package/lib/request/update-trigger-request.d.ts +1 -1
  89. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -155,7 +155,7 @@ class DevopsClient {
155
155
  * @param ApproveDeploymentRequest
156
156
  * @return ApproveDeploymentResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ApproveDeployment.ts.html |here} to see how to use ApproveDeployment API.
159
159
  */
160
160
  approveDeployment(approveDeploymentRequest) {
161
161
  return __awaiter(this, void 0, void 0, function* () {
@@ -219,7 +219,7 @@ class DevopsClient {
219
219
  * @param CancelBuildRunRequest
220
220
  * @return CancelBuildRunResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CancelBuildRun.ts.html |here} to see how to use CancelBuildRun API.
223
223
  */
224
224
  cancelBuildRun(cancelBuildRunRequest) {
225
225
  return __awaiter(this, void 0, void 0, function* () {
@@ -283,7 +283,7 @@ class DevopsClient {
283
283
  * @param CancelDeploymentRequest
284
284
  * @return CancelDeploymentResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CancelDeployment.ts.html |here} to see how to use CancelDeployment API.
287
287
  */
288
288
  cancelDeployment(cancelDeploymentRequest) {
289
289
  return __awaiter(this, void 0, void 0, function* () {
@@ -347,7 +347,7 @@ class DevopsClient {
347
347
  * @param ChangeProjectCompartmentRequest
348
348
  * @return ChangeProjectCompartmentResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
351
351
  */
352
352
  changeProjectCompartment(changeProjectCompartmentRequest) {
353
353
  return __awaiter(this, void 0, void 0, function* () {
@@ -408,7 +408,7 @@ class DevopsClient {
408
408
  * @param CreateBuildPipelineRequest
409
409
  * @return CreateBuildPipelineResponse
410
410
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
412
412
  */
413
413
  createBuildPipeline(createBuildPipelineRequest) {
414
414
  return __awaiter(this, void 0, void 0, function* () {
@@ -480,7 +480,7 @@ class DevopsClient {
480
480
  * @param CreateBuildPipelineStageRequest
481
481
  * @return CreateBuildPipelineStageResponse
482
482
  * @throws OciError when an error occurs
483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
484
484
  */
485
485
  createBuildPipelineStage(createBuildPipelineStageRequest) {
486
486
  return __awaiter(this, void 0, void 0, function* () {
@@ -552,7 +552,7 @@ class DevopsClient {
552
552
  * @param CreateBuildRunRequest
553
553
  * @return CreateBuildRunResponse
554
554
  * @throws OciError when an error occurs
555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
556
556
  */
557
557
  createBuildRun(createBuildRunRequest) {
558
558
  return __awaiter(this, void 0, void 0, function* () {
@@ -620,7 +620,7 @@ class DevopsClient {
620
620
  * @param CreateConnectionRequest
621
621
  * @return CreateConnectionResponse
622
622
  * @throws OciError when an error occurs
623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
624
624
  */
625
625
  createConnection(createConnectionRequest) {
626
626
  return __awaiter(this, void 0, void 0, function* () {
@@ -691,7 +691,7 @@ class DevopsClient {
691
691
  * @param CreateDeployArtifactRequest
692
692
  * @return CreateDeployArtifactResponse
693
693
  * @throws OciError when an error occurs
694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
695
695
  */
696
696
  createDeployArtifact(createDeployArtifactRequest) {
697
697
  return __awaiter(this, void 0, void 0, function* () {
@@ -762,7 +762,7 @@ class DevopsClient {
762
762
  * @param CreateDeployEnvironmentRequest
763
763
  * @return CreateDeployEnvironmentResponse
764
764
  * @throws OciError when an error occurs
765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
766
766
  */
767
767
  createDeployEnvironment(createDeployEnvironmentRequest) {
768
768
  return __awaiter(this, void 0, void 0, function* () {
@@ -833,7 +833,7 @@ class DevopsClient {
833
833
  * @param CreateDeployPipelineRequest
834
834
  * @return CreateDeployPipelineResponse
835
835
  * @throws OciError when an error occurs
836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
837
837
  */
838
838
  createDeployPipeline(createDeployPipelineRequest) {
839
839
  return __awaiter(this, void 0, void 0, function* () {
@@ -904,7 +904,7 @@ class DevopsClient {
904
904
  * @param CreateDeployStageRequest
905
905
  * @return CreateDeployStageResponse
906
906
  * @throws OciError when an error occurs
907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
908
908
  */
909
909
  createDeployStage(createDeployStageRequest) {
910
910
  return __awaiter(this, void 0, void 0, function* () {
@@ -975,7 +975,7 @@ class DevopsClient {
975
975
  * @param CreateDeploymentRequest
976
976
  * @return CreateDeploymentResponse
977
977
  * @throws OciError when an error occurs
978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
979
979
  */
980
980
  createDeployment(createDeploymentRequest) {
981
981
  return __awaiter(this, void 0, void 0, function* () {
@@ -1036,7 +1036,7 @@ class DevopsClient {
1036
1036
  * @param CreateProjectRequest
1037
1037
  * @return CreateProjectResponse
1038
1038
  * @throws OciError when an error occurs
1039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1040
1040
  */
1041
1041
  createProject(createProjectRequest) {
1042
1042
  return __awaiter(this, void 0, void 0, function* () {
@@ -1108,7 +1108,7 @@ class DevopsClient {
1108
1108
  * @param CreateRepositoryRequest
1109
1109
  * @return CreateRepositoryResponse
1110
1110
  * @throws OciError when an error occurs
1111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1112
1112
  */
1113
1113
  createRepository(createRepositoryRequest) {
1114
1114
  return __awaiter(this, void 0, void 0, function* () {
@@ -1180,7 +1180,7 @@ class DevopsClient {
1180
1180
  * @param CreateTriggerRequest
1181
1181
  * @return CreateTriggerResponse
1182
1182
  * @throws OciError when an error occurs
1183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1184
1184
  */
1185
1185
  createTrigger(createTriggerRequest) {
1186
1186
  return __awaiter(this, void 0, void 0, function* () {
@@ -1251,7 +1251,7 @@ class DevopsClient {
1251
1251
  * @param DeleteBuildPipelineRequest
1252
1252
  * @return DeleteBuildPipelineResponse
1253
1253
  * @throws OciError when an error occurs
1254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1255
1255
  */
1256
1256
  deleteBuildPipeline(deleteBuildPipelineRequest) {
1257
1257
  return __awaiter(this, void 0, void 0, function* () {
@@ -1309,7 +1309,7 @@ class DevopsClient {
1309
1309
  * @param DeleteBuildPipelineStageRequest
1310
1310
  * @return DeleteBuildPipelineStageResponse
1311
1311
  * @throws OciError when an error occurs
1312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1313
1313
  */
1314
1314
  deleteBuildPipelineStage(deleteBuildPipelineStageRequest) {
1315
1315
  return __awaiter(this, void 0, void 0, function* () {
@@ -1367,7 +1367,7 @@ class DevopsClient {
1367
1367
  * @param DeleteConnectionRequest
1368
1368
  * @return DeleteConnectionResponse
1369
1369
  * @throws OciError when an error occurs
1370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1371
1371
  */
1372
1372
  deleteConnection(deleteConnectionRequest) {
1373
1373
  return __awaiter(this, void 0, void 0, function* () {
@@ -1425,7 +1425,7 @@ class DevopsClient {
1425
1425
  * @param DeleteDeployArtifactRequest
1426
1426
  * @return DeleteDeployArtifactResponse
1427
1427
  * @throws OciError when an error occurs
1428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1429
1429
  */
1430
1430
  deleteDeployArtifact(deleteDeployArtifactRequest) {
1431
1431
  return __awaiter(this, void 0, void 0, function* () {
@@ -1483,7 +1483,7 @@ class DevopsClient {
1483
1483
  * @param DeleteDeployEnvironmentRequest
1484
1484
  * @return DeleteDeployEnvironmentResponse
1485
1485
  * @throws OciError when an error occurs
1486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1486
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1487
1487
  */
1488
1488
  deleteDeployEnvironment(deleteDeployEnvironmentRequest) {
1489
1489
  return __awaiter(this, void 0, void 0, function* () {
@@ -1541,7 +1541,7 @@ class DevopsClient {
1541
1541
  * @param DeleteDeployPipelineRequest
1542
1542
  * @return DeleteDeployPipelineResponse
1543
1543
  * @throws OciError when an error occurs
1544
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1544
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1545
1545
  */
1546
1546
  deleteDeployPipeline(deleteDeployPipelineRequest) {
1547
1547
  return __awaiter(this, void 0, void 0, function* () {
@@ -1599,7 +1599,7 @@ class DevopsClient {
1599
1599
  * @param DeleteDeployStageRequest
1600
1600
  * @return DeleteDeployStageResponse
1601
1601
  * @throws OciError when an error occurs
1602
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1602
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1603
1603
  */
1604
1604
  deleteDeployStage(deleteDeployStageRequest) {
1605
1605
  return __awaiter(this, void 0, void 0, function* () {
@@ -1657,7 +1657,7 @@ class DevopsClient {
1657
1657
  * @param DeleteProjectRequest
1658
1658
  * @return DeleteProjectResponse
1659
1659
  * @throws OciError when an error occurs
1660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1661
1661
  */
1662
1662
  deleteProject(deleteProjectRequest) {
1663
1663
  return __awaiter(this, void 0, void 0, function* () {
@@ -1715,7 +1715,7 @@ class DevopsClient {
1715
1715
  * @param DeleteRefRequest
1716
1716
  * @return DeleteRefResponse
1717
1717
  * @throws OciError when an error occurs
1718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1719
1719
  */
1720
1720
  deleteRef(deleteRefRequest) {
1721
1721
  return __awaiter(this, void 0, void 0, function* () {
@@ -1775,7 +1775,7 @@ class DevopsClient {
1775
1775
  * @param DeleteRepositoryRequest
1776
1776
  * @return DeleteRepositoryResponse
1777
1777
  * @throws OciError when an error occurs
1778
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1779
1779
  */
1780
1780
  deleteRepository(deleteRepositoryRequest) {
1781
1781
  return __awaiter(this, void 0, void 0, function* () {
@@ -1833,7 +1833,7 @@ class DevopsClient {
1833
1833
  * @param DeleteTriggerRequest
1834
1834
  * @return DeleteTriggerResponse
1835
1835
  * @throws OciError when an error occurs
1836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1837
1837
  */
1838
1838
  deleteTrigger(deleteTriggerRequest) {
1839
1839
  return __awaiter(this, void 0, void 0, function* () {
@@ -1891,7 +1891,7 @@ class DevopsClient {
1891
1891
  * @param GetBuildPipelineRequest
1892
1892
  * @return GetBuildPipelineResponse
1893
1893
  * @throws OciError when an error occurs
1894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
1894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
1895
1895
  */
1896
1896
  getBuildPipeline(getBuildPipelineRequest) {
1897
1897
  return __awaiter(this, void 0, void 0, function* () {
@@ -1952,7 +1952,7 @@ class DevopsClient {
1952
1952
  * @param GetBuildPipelineStageRequest
1953
1953
  * @return GetBuildPipelineStageResponse
1954
1954
  * @throws OciError when an error occurs
1955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
1955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
1956
1956
  */
1957
1957
  getBuildPipelineStage(getBuildPipelineStageRequest) {
1958
1958
  return __awaiter(this, void 0, void 0, function* () {
@@ -2014,7 +2014,7 @@ class DevopsClient {
2014
2014
  * @param GetBuildRunRequest
2015
2015
  * @return GetBuildRunResponse
2016
2016
  * @throws OciError when an error occurs
2017
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2017
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2018
2018
  */
2019
2019
  getBuildRun(getBuildRunRequest) {
2020
2020
  return __awaiter(this, void 0, void 0, function* () {
@@ -2075,7 +2075,7 @@ class DevopsClient {
2075
2075
  * @param GetCommitRequest
2076
2076
  * @return GetCommitResponse
2077
2077
  * @throws OciError when an error occurs
2078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2079
2079
  */
2080
2080
  getCommit(getCommitRequest) {
2081
2081
  return __awaiter(this, void 0, void 0, function* () {
@@ -2138,7 +2138,7 @@ class DevopsClient {
2138
2138
  * @param GetCommitDiffRequest
2139
2139
  * @return GetCommitDiffResponse
2140
2140
  * @throws OciError when an error occurs
2141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2142
2142
  */
2143
2143
  getCommitDiff(getCommitDiffRequest) {
2144
2144
  return __awaiter(this, void 0, void 0, function* () {
@@ -2203,7 +2203,7 @@ class DevopsClient {
2203
2203
  * @param GetConnectionRequest
2204
2204
  * @return GetConnectionResponse
2205
2205
  * @throws OciError when an error occurs
2206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2207
2207
  */
2208
2208
  getConnection(getConnectionRequest) {
2209
2209
  return __awaiter(this, void 0, void 0, function* () {
@@ -2264,7 +2264,7 @@ class DevopsClient {
2264
2264
  * @param GetDeployArtifactRequest
2265
2265
  * @return GetDeployArtifactResponse
2266
2266
  * @throws OciError when an error occurs
2267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2268
2268
  */
2269
2269
  getDeployArtifact(getDeployArtifactRequest) {
2270
2270
  return __awaiter(this, void 0, void 0, function* () {
@@ -2325,7 +2325,7 @@ class DevopsClient {
2325
2325
  * @param GetDeployEnvironmentRequest
2326
2326
  * @return GetDeployEnvironmentResponse
2327
2327
  * @throws OciError when an error occurs
2328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2329
2329
  */
2330
2330
  getDeployEnvironment(getDeployEnvironmentRequest) {
2331
2331
  return __awaiter(this, void 0, void 0, function* () {
@@ -2386,7 +2386,7 @@ class DevopsClient {
2386
2386
  * @param GetDeployPipelineRequest
2387
2387
  * @return GetDeployPipelineResponse
2388
2388
  * @throws OciError when an error occurs
2389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2390
2390
  */
2391
2391
  getDeployPipeline(getDeployPipelineRequest) {
2392
2392
  return __awaiter(this, void 0, void 0, function* () {
@@ -2447,7 +2447,7 @@ class DevopsClient {
2447
2447
  * @param GetDeployStageRequest
2448
2448
  * @return GetDeployStageResponse
2449
2449
  * @throws OciError when an error occurs
2450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2451
2451
  */
2452
2452
  getDeployStage(getDeployStageRequest) {
2453
2453
  return __awaiter(this, void 0, void 0, function* () {
@@ -2508,7 +2508,7 @@ class DevopsClient {
2508
2508
  * @param GetDeploymentRequest
2509
2509
  * @return GetDeploymentResponse
2510
2510
  * @throws OciError when an error occurs
2511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2512
2512
  */
2513
2513
  getDeployment(getDeploymentRequest) {
2514
2514
  return __awaiter(this, void 0, void 0, function* () {
@@ -2570,7 +2570,7 @@ class DevopsClient {
2570
2570
  * @param GetFileDiffRequest
2571
2571
  * @return GetFileDiffResponse
2572
2572
  * @throws OciError when an error occurs
2573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2574
2574
  */
2575
2575
  getFileDiff(getFileDiffRequest) {
2576
2576
  return __awaiter(this, void 0, void 0, function* () {
@@ -2642,7 +2642,7 @@ class DevopsClient {
2642
2642
  * @param GetMirrorRecordRequest
2643
2643
  * @return GetMirrorRecordResponse
2644
2644
  * @throws OciError when an error occurs
2645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2646
2646
  */
2647
2647
  getMirrorRecord(getMirrorRecordRequest) {
2648
2648
  return __awaiter(this, void 0, void 0, function* () {
@@ -2705,7 +2705,7 @@ class DevopsClient {
2705
2705
  * @param GetObjectRequest
2706
2706
  * @return GetObjectResponse
2707
2707
  * @throws OciError when an error occurs
2708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2708
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2709
2709
  */
2710
2710
  getObject(getObjectRequest) {
2711
2711
  return __awaiter(this, void 0, void 0, function* () {
@@ -2770,7 +2770,7 @@ class DevopsClient {
2770
2770
  * @param GetObjectContentRequest
2771
2771
  * @return GetObjectContentResponse
2772
2772
  * @throws OciError when an error occurs
2773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2774
2774
  */
2775
2775
  getObjectContent(getObjectContentRequest) {
2776
2776
  return __awaiter(this, void 0, void 0, function* () {
@@ -2838,7 +2838,7 @@ class DevopsClient {
2838
2838
  * @param GetProjectRequest
2839
2839
  * @return GetProjectResponse
2840
2840
  * @throws OciError when an error occurs
2841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
2841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
2842
2842
  */
2843
2843
  getProject(getProjectRequest) {
2844
2844
  return __awaiter(this, void 0, void 0, function* () {
@@ -2899,7 +2899,7 @@ class DevopsClient {
2899
2899
  * @param GetRefRequest
2900
2900
  * @return GetRefResponse
2901
2901
  * @throws OciError when an error occurs
2902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
2902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
2903
2903
  */
2904
2904
  getRef(getRefRequest) {
2905
2905
  return __awaiter(this, void 0, void 0, function* () {
@@ -2962,7 +2962,7 @@ class DevopsClient {
2962
2962
  * @param GetRepoFileDiffRequest
2963
2963
  * @return GetRepoFileDiffResponse
2964
2964
  * @throws OciError when an error occurs
2965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
2965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
2966
2966
  */
2967
2967
  getRepoFileDiff(getRepoFileDiffRequest) {
2968
2968
  return __awaiter(this, void 0, void 0, function* () {
@@ -3029,7 +3029,7 @@ class DevopsClient {
3029
3029
  * @param GetRepoFileLinesRequest
3030
3030
  * @return GetRepoFileLinesResponse
3031
3031
  * @throws OciError when an error occurs
3032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3033
3033
  */
3034
3034
  getRepoFileLines(getRepoFileLinesRequest) {
3035
3035
  return __awaiter(this, void 0, void 0, function* () {
@@ -3095,7 +3095,7 @@ class DevopsClient {
3095
3095
  * @param GetRepositoryRequest
3096
3096
  * @return GetRepositoryResponse
3097
3097
  * @throws OciError when an error occurs
3098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3099
3099
  */
3100
3100
  getRepository(getRepositoryRequest) {
3101
3101
  return __awaiter(this, void 0, void 0, function* () {
@@ -3159,7 +3159,7 @@ class DevopsClient {
3159
3159
  * @param GetRepositoryArchiveContentRequest
3160
3160
  * @return GetRepositoryArchiveContentResponse
3161
3161
  * @throws OciError when an error occurs
3162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3163
3163
  */
3164
3164
  getRepositoryArchiveContent(getRepositoryArchiveContentRequest) {
3165
3165
  return __awaiter(this, void 0, void 0, function* () {
@@ -3228,7 +3228,7 @@ class DevopsClient {
3228
3228
  * @param GetRepositoryFileLinesRequest
3229
3229
  * @return GetRepositoryFileLinesResponse
3230
3230
  * @throws OciError when an error occurs
3231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3232
3232
  */
3233
3233
  getRepositoryFileLines(getRepositoryFileLinesRequest) {
3234
3234
  return __awaiter(this, void 0, void 0, function* () {
@@ -3299,7 +3299,7 @@ class DevopsClient {
3299
3299
  * @param GetTriggerRequest
3300
3300
  * @return GetTriggerResponse
3301
3301
  * @throws OciError when an error occurs
3302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3303
3303
  */
3304
3304
  getTrigger(getTriggerRequest) {
3305
3305
  return __awaiter(this, void 0, void 0, function* () {
@@ -3360,7 +3360,7 @@ class DevopsClient {
3360
3360
  * @param GetWorkRequestRequest
3361
3361
  * @return GetWorkRequestResponse
3362
3362
  * @throws OciError when an error occurs
3363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3364
3364
  */
3365
3365
  getWorkRequest(getWorkRequestRequest) {
3366
3366
  return __awaiter(this, void 0, void 0, function* () {
@@ -3422,7 +3422,7 @@ class DevopsClient {
3422
3422
  * @param ListAuthorsRequest
3423
3423
  * @return ListAuthorsResponse
3424
3424
  * @throws OciError when an error occurs
3425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3426
3426
  */
3427
3427
  listAuthors(listAuthorsRequest) {
3428
3428
  return __awaiter(this, void 0, void 0, function* () {
@@ -3489,7 +3489,7 @@ class DevopsClient {
3489
3489
  * @param ListBuildPipelineStagesRequest
3490
3490
  * @return ListBuildPipelineStagesResponse
3491
3491
  * @throws OciError when an error occurs
3492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3493
3493
  */
3494
3494
  listBuildPipelineStages(listBuildPipelineStagesRequest) {
3495
3495
  return __awaiter(this, void 0, void 0, function* () {
@@ -3559,7 +3559,7 @@ class DevopsClient {
3559
3559
  * @param ListBuildPipelinesRequest
3560
3560
  * @return ListBuildPipelinesResponse
3561
3561
  * @throws OciError when an error occurs
3562
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3562
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3563
3563
  */
3564
3564
  listBuildPipelines(listBuildPipelinesRequest) {
3565
3565
  return __awaiter(this, void 0, void 0, function* () {
@@ -3629,7 +3629,7 @@ class DevopsClient {
3629
3629
  * @param ListBuildRunsRequest
3630
3630
  * @return ListBuildRunsResponse
3631
3631
  * @throws OciError when an error occurs
3632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3633
3633
  */
3634
3634
  listBuildRuns(listBuildRunsRequest) {
3635
3635
  return __awaiter(this, void 0, void 0, function* () {
@@ -3700,7 +3700,7 @@ class DevopsClient {
3700
3700
  * @param ListCommitDiffsRequest
3701
3701
  * @return ListCommitDiffsResponse
3702
3702
  * @throws OciError when an error occurs
3703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3704
3704
  */
3705
3705
  listCommitDiffs(listCommitDiffsRequest) {
3706
3706
  return __awaiter(this, void 0, void 0, function* () {
@@ -3768,7 +3768,7 @@ class DevopsClient {
3768
3768
  * @param ListCommitsRequest
3769
3769
  * @return ListCommitsResponse
3770
3770
  * @throws OciError when an error occurs
3771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3772
3772
  */
3773
3773
  listCommits(listCommitsRequest) {
3774
3774
  return __awaiter(this, void 0, void 0, function* () {
@@ -3840,7 +3840,7 @@ class DevopsClient {
3840
3840
  * @param ListConnectionsRequest
3841
3841
  * @return ListConnectionsResponse
3842
3842
  * @throws OciError when an error occurs
3843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
3843
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
3844
3844
  */
3845
3845
  listConnections(listConnectionsRequest) {
3846
3846
  return __awaiter(this, void 0, void 0, function* () {
@@ -3910,7 +3910,7 @@ class DevopsClient {
3910
3910
  * @param ListDeployArtifactsRequest
3911
3911
  * @return ListDeployArtifactsResponse
3912
3912
  * @throws OciError when an error occurs
3913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
3913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
3914
3914
  */
3915
3915
  listDeployArtifacts(listDeployArtifactsRequest) {
3916
3916
  return __awaiter(this, void 0, void 0, function* () {
@@ -3979,7 +3979,7 @@ class DevopsClient {
3979
3979
  * @param ListDeployEnvironmentsRequest
3980
3980
  * @return ListDeployEnvironmentsResponse
3981
3981
  * @throws OciError when an error occurs
3982
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
3982
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
3983
3983
  */
3984
3984
  listDeployEnvironments(listDeployEnvironmentsRequest) {
3985
3985
  return __awaiter(this, void 0, void 0, function* () {
@@ -4048,7 +4048,7 @@ class DevopsClient {
4048
4048
  * @param ListDeployPipelinesRequest
4049
4049
  * @return ListDeployPipelinesResponse
4050
4050
  * @throws OciError when an error occurs
4051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4051
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4052
4052
  */
4053
4053
  listDeployPipelines(listDeployPipelinesRequest) {
4054
4054
  return __awaiter(this, void 0, void 0, function* () {
@@ -4117,7 +4117,7 @@ class DevopsClient {
4117
4117
  * @param ListDeployStagesRequest
4118
4118
  * @return ListDeployStagesResponse
4119
4119
  * @throws OciError when an error occurs
4120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4121
4121
  */
4122
4122
  listDeployStages(listDeployStagesRequest) {
4123
4123
  return __awaiter(this, void 0, void 0, function* () {
@@ -4186,7 +4186,7 @@ class DevopsClient {
4186
4186
  * @param ListDeploymentsRequest
4187
4187
  * @return ListDeploymentsResponse
4188
4188
  * @throws OciError when an error occurs
4189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4190
4190
  */
4191
4191
  listDeployments(listDeploymentsRequest) {
4192
4192
  return __awaiter(this, void 0, void 0, function* () {
@@ -4259,7 +4259,7 @@ class DevopsClient {
4259
4259
  * @param ListMirrorRecordsRequest
4260
4260
  * @return ListMirrorRecordsResponse
4261
4261
  * @throws OciError when an error occurs
4262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4263
4263
  */
4264
4264
  listMirrorRecords(listMirrorRecordsRequest) {
4265
4265
  return __awaiter(this, void 0, void 0, function* () {
@@ -4325,7 +4325,7 @@ class DevopsClient {
4325
4325
  * @param ListPathsRequest
4326
4326
  * @return ListPathsResponse
4327
4327
  * @throws OciError when an error occurs
4328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4329
4329
  */
4330
4330
  listPaths(listPathsRequest) {
4331
4331
  return __awaiter(this, void 0, void 0, function* () {
@@ -4395,7 +4395,7 @@ class DevopsClient {
4395
4395
  * @param ListProjectsRequest
4396
4396
  * @return ListProjectsResponse
4397
4397
  * @throws OciError when an error occurs
4398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4399
4399
  */
4400
4400
  listProjects(listProjectsRequest) {
4401
4401
  return __awaiter(this, void 0, void 0, function* () {
@@ -4464,7 +4464,7 @@ class DevopsClient {
4464
4464
  * @param ListRefsRequest
4465
4465
  * @return ListRefsResponse
4466
4466
  * @throws OciError when an error occurs
4467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4468
4468
  */
4469
4469
  listRefs(listRefsRequest) {
4470
4470
  return __awaiter(this, void 0, void 0, function* () {
@@ -4534,7 +4534,7 @@ class DevopsClient {
4534
4534
  * @param ListRepositoriesRequest
4535
4535
  * @return ListRepositoriesResponse
4536
4536
  * @throws OciError when an error occurs
4537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4538
4538
  */
4539
4539
  listRepositories(listRepositoriesRequest) {
4540
4540
  return __awaiter(this, void 0, void 0, function* () {
@@ -4604,7 +4604,7 @@ class DevopsClient {
4604
4604
  * @param ListTriggersRequest
4605
4605
  * @return ListTriggersResponse
4606
4606
  * @throws OciError when an error occurs
4607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4608
4608
  */
4609
4609
  listTriggers(listTriggersRequest) {
4610
4610
  return __awaiter(this, void 0, void 0, function* () {
@@ -4673,7 +4673,7 @@ class DevopsClient {
4673
4673
  * @param ListWorkRequestErrorsRequest
4674
4674
  * @return ListWorkRequestErrorsResponse
4675
4675
  * @throws OciError when an error occurs
4676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4677
4677
  */
4678
4678
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4679
4679
  return __awaiter(this, void 0, void 0, function* () {
@@ -4739,7 +4739,7 @@ class DevopsClient {
4739
4739
  * @param ListWorkRequestLogsRequest
4740
4740
  * @return ListWorkRequestLogsResponse
4741
4741
  * @throws OciError when an error occurs
4742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4743
4743
  */
4744
4744
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4745
4745
  return __awaiter(this, void 0, void 0, function* () {
@@ -4805,7 +4805,7 @@ class DevopsClient {
4805
4805
  * @param ListWorkRequestsRequest
4806
4806
  * @return ListWorkRequestsResponse
4807
4807
  * @throws OciError when an error occurs
4808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4809
4809
  */
4810
4810
  listWorkRequests(listWorkRequestsRequest) {
4811
4811
  return __awaiter(this, void 0, void 0, function* () {
@@ -4874,7 +4874,7 @@ class DevopsClient {
4874
4874
  * @param MirrorRepositoryRequest
4875
4875
  * @return MirrorRepositoryResponse
4876
4876
  * @throws OciError when an error occurs
4877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
4877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
4878
4878
  */
4879
4879
  mirrorRepository(mirrorRepositoryRequest) {
4880
4880
  return __awaiter(this, void 0, void 0, function* () {
@@ -4933,7 +4933,7 @@ class DevopsClient {
4933
4933
  * @param PutRepositoryRefRequest
4934
4934
  * @return PutRepositoryRefResponse
4935
4935
  * @throws OciError when an error occurs
4936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
4936
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
4937
4937
  */
4938
4938
  putRepositoryRef(putRepositoryRefRequest) {
4939
4939
  return __awaiter(this, void 0, void 0, function* () {
@@ -5008,7 +5008,7 @@ class DevopsClient {
5008
5008
  * @param UpdateBuildPipelineRequest
5009
5009
  * @return UpdateBuildPipelineResponse
5010
5010
  * @throws OciError when an error occurs
5011
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5011
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5012
5012
  */
5013
5013
  updateBuildPipeline(updateBuildPipelineRequest) {
5014
5014
  return __awaiter(this, void 0, void 0, function* () {
@@ -5081,7 +5081,7 @@ class DevopsClient {
5081
5081
  * @param UpdateBuildPipelineStageRequest
5082
5082
  * @return UpdateBuildPipelineStageResponse
5083
5083
  * @throws OciError when an error occurs
5084
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5085
5085
  */
5086
5086
  updateBuildPipelineStage(updateBuildPipelineStageRequest) {
5087
5087
  return __awaiter(this, void 0, void 0, function* () {
@@ -5154,7 +5154,7 @@ class DevopsClient {
5154
5154
  * @param UpdateBuildRunRequest
5155
5155
  * @return UpdateBuildRunResponse
5156
5156
  * @throws OciError when an error occurs
5157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5158
5158
  */
5159
5159
  updateBuildRun(updateBuildRunRequest) {
5160
5160
  return __awaiter(this, void 0, void 0, function* () {
@@ -5222,7 +5222,7 @@ class DevopsClient {
5222
5222
  * @param UpdateConnectionRequest
5223
5223
  * @return UpdateConnectionResponse
5224
5224
  * @throws OciError when an error occurs
5225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5226
5226
  */
5227
5227
  updateConnection(updateConnectionRequest) {
5228
5228
  return __awaiter(this, void 0, void 0, function* () {
@@ -5295,7 +5295,7 @@ class DevopsClient {
5295
5295
  * @param UpdateDeployArtifactRequest
5296
5296
  * @return UpdateDeployArtifactResponse
5297
5297
  * @throws OciError when an error occurs
5298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5299
5299
  */
5300
5300
  updateDeployArtifact(updateDeployArtifactRequest) {
5301
5301
  return __awaiter(this, void 0, void 0, function* () {
@@ -5368,7 +5368,7 @@ class DevopsClient {
5368
5368
  * @param UpdateDeployEnvironmentRequest
5369
5369
  * @return UpdateDeployEnvironmentResponse
5370
5370
  * @throws OciError when an error occurs
5371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5372
5372
  */
5373
5373
  updateDeployEnvironment(updateDeployEnvironmentRequest) {
5374
5374
  return __awaiter(this, void 0, void 0, function* () {
@@ -5441,7 +5441,7 @@ class DevopsClient {
5441
5441
  * @param UpdateDeployPipelineRequest
5442
5442
  * @return UpdateDeployPipelineResponse
5443
5443
  * @throws OciError when an error occurs
5444
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5445
5445
  */
5446
5446
  updateDeployPipeline(updateDeployPipelineRequest) {
5447
5447
  return __awaiter(this, void 0, void 0, function* () {
@@ -5514,7 +5514,7 @@ class DevopsClient {
5514
5514
  * @param UpdateDeployStageRequest
5515
5515
  * @return UpdateDeployStageResponse
5516
5516
  * @throws OciError when an error occurs
5517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5518
5518
  */
5519
5519
  updateDeployStage(updateDeployStageRequest) {
5520
5520
  return __awaiter(this, void 0, void 0, function* () {
@@ -5587,7 +5587,7 @@ class DevopsClient {
5587
5587
  * @param UpdateDeploymentRequest
5588
5588
  * @return UpdateDeploymentResponse
5589
5589
  * @throws OciError when an error occurs
5590
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5590
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5591
5591
  */
5592
5592
  updateDeployment(updateDeploymentRequest) {
5593
5593
  return __awaiter(this, void 0, void 0, function* () {
@@ -5650,7 +5650,7 @@ class DevopsClient {
5650
5650
  * @param UpdateProjectRequest
5651
5651
  * @return UpdateProjectResponse
5652
5652
  * @throws OciError when an error occurs
5653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5654
5654
  */
5655
5655
  updateProject(updateProjectRequest) {
5656
5656
  return __awaiter(this, void 0, void 0, function* () {
@@ -5723,7 +5723,7 @@ class DevopsClient {
5723
5723
  * @param UpdateRepositoryRequest
5724
5724
  * @return UpdateRepositoryResponse
5725
5725
  * @throws OciError when an error occurs
5726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
5726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
5727
5727
  */
5728
5728
  updateRepository(updateRepositoryRequest) {
5729
5729
  return __awaiter(this, void 0, void 0, function* () {
@@ -5791,7 +5791,7 @@ class DevopsClient {
5791
5791
  * @param UpdateTriggerRequest
5792
5792
  * @return UpdateTriggerResponse
5793
5793
  * @throws OciError when an error occurs
5794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
5794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
5795
5795
  */
5796
5796
  updateTrigger(updateTriggerRequest) {
5797
5797
  return __awaiter(this, void 0, void 0, function* () {