oci-devops 2.48.0 → 2.48.1

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
@@ -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.48.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.48.1/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.48.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.48.1/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.48.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.48.1/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* () {
@@ -354,7 +354,7 @@ class DevopsClient {
354
354
  * @param ChangeProjectCompartmentRequest
355
355
  * @return ChangeProjectCompartmentResponse
356
356
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
358
358
  */
359
359
  changeProjectCompartment(changeProjectCompartmentRequest) {
360
360
  return __awaiter(this, void 0, void 0, function* () {
@@ -417,7 +417,7 @@ class DevopsClient {
417
417
  * @param CreateBuildPipelineRequest
418
418
  * @return CreateBuildPipelineResponse
419
419
  * @throws OciError when an error occurs
420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateBuildPipeline.ts.html |here} to see how to use CreateBuildPipeline API.
421
421
  */
422
422
  createBuildPipeline(createBuildPipelineRequest) {
423
423
  return __awaiter(this, void 0, void 0, function* () {
@@ -491,7 +491,7 @@ class DevopsClient {
491
491
  * @param CreateBuildPipelineStageRequest
492
492
  * @return CreateBuildPipelineStageResponse
493
493
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateBuildPipelineStage.ts.html |here} to see how to use CreateBuildPipelineStage API.
495
495
  */
496
496
  createBuildPipelineStage(createBuildPipelineStageRequest) {
497
497
  return __awaiter(this, void 0, void 0, function* () {
@@ -565,7 +565,7 @@ class DevopsClient {
565
565
  * @param CreateBuildRunRequest
566
566
  * @return CreateBuildRunResponse
567
567
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateBuildRun.ts.html |here} to see how to use CreateBuildRun API.
569
569
  */
570
570
  createBuildRun(createBuildRunRequest) {
571
571
  return __awaiter(this, void 0, void 0, function* () {
@@ -635,7 +635,7 @@ class DevopsClient {
635
635
  * @param CreateConnectionRequest
636
636
  * @return CreateConnectionResponse
637
637
  * @throws OciError when an error occurs
638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateConnection.ts.html |here} to see how to use CreateConnection API.
639
639
  */
640
640
  createConnection(createConnectionRequest) {
641
641
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +708,7 @@ class DevopsClient {
708
708
  * @param CreateDeployArtifactRequest
709
709
  * @return CreateDeployArtifactResponse
710
710
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateDeployArtifact.ts.html |here} to see how to use CreateDeployArtifact API.
712
712
  */
713
713
  createDeployArtifact(createDeployArtifactRequest) {
714
714
  return __awaiter(this, void 0, void 0, function* () {
@@ -781,7 +781,7 @@ class DevopsClient {
781
781
  * @param CreateDeployEnvironmentRequest
782
782
  * @return CreateDeployEnvironmentResponse
783
783
  * @throws OciError when an error occurs
784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateDeployEnvironment.ts.html |here} to see how to use CreateDeployEnvironment API.
785
785
  */
786
786
  createDeployEnvironment(createDeployEnvironmentRequest) {
787
787
  return __awaiter(this, void 0, void 0, function* () {
@@ -854,7 +854,7 @@ class DevopsClient {
854
854
  * @param CreateDeployPipelineRequest
855
855
  * @return CreateDeployPipelineResponse
856
856
  * @throws OciError when an error occurs
857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateDeployPipeline.ts.html |here} to see how to use CreateDeployPipeline API.
858
858
  */
859
859
  createDeployPipeline(createDeployPipelineRequest) {
860
860
  return __awaiter(this, void 0, void 0, function* () {
@@ -927,7 +927,7 @@ class DevopsClient {
927
927
  * @param CreateDeployStageRequest
928
928
  * @return CreateDeployStageResponse
929
929
  * @throws OciError when an error occurs
930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateDeployStage.ts.html |here} to see how to use CreateDeployStage API.
931
931
  */
932
932
  createDeployStage(createDeployStageRequest) {
933
933
  return __awaiter(this, void 0, void 0, function* () {
@@ -1000,7 +1000,7 @@ class DevopsClient {
1000
1000
  * @param CreateDeploymentRequest
1001
1001
  * @return CreateDeploymentResponse
1002
1002
  * @throws OciError when an error occurs
1003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1004
1004
  */
1005
1005
  createDeployment(createDeploymentRequest) {
1006
1006
  return __awaiter(this, void 0, void 0, function* () {
@@ -1063,7 +1063,7 @@ class DevopsClient {
1063
1063
  * @param CreateProjectRequest
1064
1064
  * @return CreateProjectResponse
1065
1065
  * @throws OciError when an error occurs
1066
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1066
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateProject.ts.html |here} to see how to use CreateProject API.
1067
1067
  */
1068
1068
  createProject(createProjectRequest) {
1069
1069
  return __awaiter(this, void 0, void 0, function* () {
@@ -1137,7 +1137,7 @@ class DevopsClient {
1137
1137
  * @param CreateRepositoryRequest
1138
1138
  * @return CreateRepositoryResponse
1139
1139
  * @throws OciError when an error occurs
1140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateRepository.ts.html |here} to see how to use CreateRepository API.
1141
1141
  */
1142
1142
  createRepository(createRepositoryRequest) {
1143
1143
  return __awaiter(this, void 0, void 0, function* () {
@@ -1211,7 +1211,7 @@ class DevopsClient {
1211
1211
  * @param CreateTriggerRequest
1212
1212
  * @return CreateTriggerResponse
1213
1213
  * @throws OciError when an error occurs
1214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/CreateTrigger.ts.html |here} to see how to use CreateTrigger API.
1215
1215
  */
1216
1216
  createTrigger(createTriggerRequest) {
1217
1217
  return __awaiter(this, void 0, void 0, function* () {
@@ -1284,7 +1284,7 @@ class DevopsClient {
1284
1284
  * @param DeleteBuildPipelineRequest
1285
1285
  * @return DeleteBuildPipelineResponse
1286
1286
  * @throws OciError when an error occurs
1287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteBuildPipeline.ts.html |here} to see how to use DeleteBuildPipeline API.
1288
1288
  */
1289
1289
  deleteBuildPipeline(deleteBuildPipelineRequest) {
1290
1290
  return __awaiter(this, void 0, void 0, function* () {
@@ -1344,7 +1344,7 @@ class DevopsClient {
1344
1344
  * @param DeleteBuildPipelineStageRequest
1345
1345
  * @return DeleteBuildPipelineStageResponse
1346
1346
  * @throws OciError when an error occurs
1347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteBuildPipelineStage.ts.html |here} to see how to use DeleteBuildPipelineStage API.
1348
1348
  */
1349
1349
  deleteBuildPipelineStage(deleteBuildPipelineStageRequest) {
1350
1350
  return __awaiter(this, void 0, void 0, function* () {
@@ -1404,7 +1404,7 @@ class DevopsClient {
1404
1404
  * @param DeleteConnectionRequest
1405
1405
  * @return DeleteConnectionResponse
1406
1406
  * @throws OciError when an error occurs
1407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1408
1408
  */
1409
1409
  deleteConnection(deleteConnectionRequest) {
1410
1410
  return __awaiter(this, void 0, void 0, function* () {
@@ -1464,7 +1464,7 @@ class DevopsClient {
1464
1464
  * @param DeleteDeployArtifactRequest
1465
1465
  * @return DeleteDeployArtifactResponse
1466
1466
  * @throws OciError when an error occurs
1467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteDeployArtifact.ts.html |here} to see how to use DeleteDeployArtifact API.
1468
1468
  */
1469
1469
  deleteDeployArtifact(deleteDeployArtifactRequest) {
1470
1470
  return __awaiter(this, void 0, void 0, function* () {
@@ -1524,7 +1524,7 @@ class DevopsClient {
1524
1524
  * @param DeleteDeployEnvironmentRequest
1525
1525
  * @return DeleteDeployEnvironmentResponse
1526
1526
  * @throws OciError when an error occurs
1527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteDeployEnvironment.ts.html |here} to see how to use DeleteDeployEnvironment API.
1528
1528
  */
1529
1529
  deleteDeployEnvironment(deleteDeployEnvironmentRequest) {
1530
1530
  return __awaiter(this, void 0, void 0, function* () {
@@ -1584,7 +1584,7 @@ class DevopsClient {
1584
1584
  * @param DeleteDeployPipelineRequest
1585
1585
  * @return DeleteDeployPipelineResponse
1586
1586
  * @throws OciError when an error occurs
1587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteDeployPipeline.ts.html |here} to see how to use DeleteDeployPipeline API.
1588
1588
  */
1589
1589
  deleteDeployPipeline(deleteDeployPipelineRequest) {
1590
1590
  return __awaiter(this, void 0, void 0, function* () {
@@ -1644,7 +1644,7 @@ class DevopsClient {
1644
1644
  * @param DeleteDeployStageRequest
1645
1645
  * @return DeleteDeployStageResponse
1646
1646
  * @throws OciError when an error occurs
1647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteDeployStage.ts.html |here} to see how to use DeleteDeployStage API.
1648
1648
  */
1649
1649
  deleteDeployStage(deleteDeployStageRequest) {
1650
1650
  return __awaiter(this, void 0, void 0, function* () {
@@ -1704,7 +1704,7 @@ class DevopsClient {
1704
1704
  * @param DeleteProjectRequest
1705
1705
  * @return DeleteProjectResponse
1706
1706
  * @throws OciError when an error occurs
1707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteProject.ts.html |here} to see how to use DeleteProject API.
1708
1708
  */
1709
1709
  deleteProject(deleteProjectRequest) {
1710
1710
  return __awaiter(this, void 0, void 0, function* () {
@@ -1764,7 +1764,7 @@ class DevopsClient {
1764
1764
  * @param DeleteRefRequest
1765
1765
  * @return DeleteRefResponse
1766
1766
  * @throws OciError when an error occurs
1767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteRef.ts.html |here} to see how to use DeleteRef API.
1768
1768
  */
1769
1769
  deleteRef(deleteRefRequest) {
1770
1770
  return __awaiter(this, void 0, void 0, function* () {
@@ -1826,7 +1826,7 @@ class DevopsClient {
1826
1826
  * @param DeleteRepositoryRequest
1827
1827
  * @return DeleteRepositoryResponse
1828
1828
  * @throws OciError when an error occurs
1829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
1830
1830
  */
1831
1831
  deleteRepository(deleteRepositoryRequest) {
1832
1832
  return __awaiter(this, void 0, void 0, function* () {
@@ -1886,7 +1886,7 @@ class DevopsClient {
1886
1886
  * @param DeleteTriggerRequest
1887
1887
  * @return DeleteTriggerResponse
1888
1888
  * @throws OciError when an error occurs
1889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/DeleteTrigger.ts.html |here} to see how to use DeleteTrigger API.
1890
1890
  */
1891
1891
  deleteTrigger(deleteTriggerRequest) {
1892
1892
  return __awaiter(this, void 0, void 0, function* () {
@@ -1946,7 +1946,7 @@ class DevopsClient {
1946
1946
  * @param GetBuildPipelineRequest
1947
1947
  * @return GetBuildPipelineResponse
1948
1948
  * @throws OciError when an error occurs
1949
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
1949
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetBuildPipeline.ts.html |here} to see how to use GetBuildPipeline API.
1950
1950
  */
1951
1951
  getBuildPipeline(getBuildPipelineRequest) {
1952
1952
  return __awaiter(this, void 0, void 0, function* () {
@@ -2009,7 +2009,7 @@ class DevopsClient {
2009
2009
  * @param GetBuildPipelineStageRequest
2010
2010
  * @return GetBuildPipelineStageResponse
2011
2011
  * @throws OciError when an error occurs
2012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
2012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetBuildPipelineStage.ts.html |here} to see how to use GetBuildPipelineStage API.
2013
2013
  */
2014
2014
  getBuildPipelineStage(getBuildPipelineStageRequest) {
2015
2015
  return __awaiter(this, void 0, void 0, function* () {
@@ -2073,7 +2073,7 @@ class DevopsClient {
2073
2073
  * @param GetBuildRunRequest
2074
2074
  * @return GetBuildRunResponse
2075
2075
  * @throws OciError when an error occurs
2076
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2076
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetBuildRun.ts.html |here} to see how to use GetBuildRun API.
2077
2077
  */
2078
2078
  getBuildRun(getBuildRunRequest) {
2079
2079
  return __awaiter(this, void 0, void 0, function* () {
@@ -2136,7 +2136,7 @@ class DevopsClient {
2136
2136
  * @param GetCommitRequest
2137
2137
  * @return GetCommitResponse
2138
2138
  * @throws OciError when an error occurs
2139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetCommit.ts.html |here} to see how to use GetCommit API.
2140
2140
  */
2141
2141
  getCommit(getCommitRequest) {
2142
2142
  return __awaiter(this, void 0, void 0, function* () {
@@ -2201,7 +2201,7 @@ class DevopsClient {
2201
2201
  * @param GetCommitDiffRequest
2202
2202
  * @return GetCommitDiffResponse
2203
2203
  * @throws OciError when an error occurs
2204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetCommitDiff.ts.html |here} to see how to use GetCommitDiff API.
2205
2205
  */
2206
2206
  getCommitDiff(getCommitDiffRequest) {
2207
2207
  return __awaiter(this, void 0, void 0, function* () {
@@ -2268,7 +2268,7 @@ class DevopsClient {
2268
2268
  * @param GetConnectionRequest
2269
2269
  * @return GetConnectionResponse
2270
2270
  * @throws OciError when an error occurs
2271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetConnection.ts.html |here} to see how to use GetConnection API.
2272
2272
  */
2273
2273
  getConnection(getConnectionRequest) {
2274
2274
  return __awaiter(this, void 0, void 0, function* () {
@@ -2331,7 +2331,7 @@ class DevopsClient {
2331
2331
  * @param GetDeployArtifactRequest
2332
2332
  * @return GetDeployArtifactResponse
2333
2333
  * @throws OciError when an error occurs
2334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetDeployArtifact.ts.html |here} to see how to use GetDeployArtifact API.
2335
2335
  */
2336
2336
  getDeployArtifact(getDeployArtifactRequest) {
2337
2337
  return __awaiter(this, void 0, void 0, function* () {
@@ -2394,7 +2394,7 @@ class DevopsClient {
2394
2394
  * @param GetDeployEnvironmentRequest
2395
2395
  * @return GetDeployEnvironmentResponse
2396
2396
  * @throws OciError when an error occurs
2397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetDeployEnvironment.ts.html |here} to see how to use GetDeployEnvironment API.
2398
2398
  */
2399
2399
  getDeployEnvironment(getDeployEnvironmentRequest) {
2400
2400
  return __awaiter(this, void 0, void 0, function* () {
@@ -2457,7 +2457,7 @@ class DevopsClient {
2457
2457
  * @param GetDeployPipelineRequest
2458
2458
  * @return GetDeployPipelineResponse
2459
2459
  * @throws OciError when an error occurs
2460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetDeployPipeline.ts.html |here} to see how to use GetDeployPipeline API.
2461
2461
  */
2462
2462
  getDeployPipeline(getDeployPipelineRequest) {
2463
2463
  return __awaiter(this, void 0, void 0, function* () {
@@ -2520,7 +2520,7 @@ class DevopsClient {
2520
2520
  * @param GetDeployStageRequest
2521
2521
  * @return GetDeployStageResponse
2522
2522
  * @throws OciError when an error occurs
2523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetDeployStage.ts.html |here} to see how to use GetDeployStage API.
2524
2524
  */
2525
2525
  getDeployStage(getDeployStageRequest) {
2526
2526
  return __awaiter(this, void 0, void 0, function* () {
@@ -2583,7 +2583,7 @@ class DevopsClient {
2583
2583
  * @param GetDeploymentRequest
2584
2584
  * @return GetDeploymentResponse
2585
2585
  * @throws OciError when an error occurs
2586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetDeployment.ts.html |here} to see how to use GetDeployment API.
2587
2587
  */
2588
2588
  getDeployment(getDeploymentRequest) {
2589
2589
  return __awaiter(this, void 0, void 0, function* () {
@@ -2647,7 +2647,7 @@ class DevopsClient {
2647
2647
  * @param GetFileDiffRequest
2648
2648
  * @return GetFileDiffResponse
2649
2649
  * @throws OciError when an error occurs
2650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetFileDiff.ts.html |here} to see how to use GetFileDiff API.
2651
2651
  */
2652
2652
  getFileDiff(getFileDiffRequest) {
2653
2653
  return __awaiter(this, void 0, void 0, function* () {
@@ -2721,7 +2721,7 @@ class DevopsClient {
2721
2721
  * @param GetMirrorRecordRequest
2722
2722
  * @return GetMirrorRecordResponse
2723
2723
  * @throws OciError when an error occurs
2724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2724
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetMirrorRecord.ts.html |here} to see how to use GetMirrorRecord API.
2725
2725
  */
2726
2726
  getMirrorRecord(getMirrorRecordRequest) {
2727
2727
  return __awaiter(this, void 0, void 0, function* () {
@@ -2786,7 +2786,7 @@ class DevopsClient {
2786
2786
  * @param GetObjectRequest
2787
2787
  * @return GetObjectResponse
2788
2788
  * @throws OciError when an error occurs
2789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetObject.ts.html |here} to see how to use GetObject API.
2789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetObject.ts.html |here} to see how to use GetObject API.
2790
2790
  */
2791
2791
  getObject(getObjectRequest) {
2792
2792
  return __awaiter(this, void 0, void 0, function* () {
@@ -2853,7 +2853,7 @@ class DevopsClient {
2853
2853
  * @param GetObjectContentRequest
2854
2854
  * @return GetObjectContentResponse
2855
2855
  * @throws OciError when an error occurs
2856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetObjectContent.ts.html |here} to see how to use GetObjectContent API.
2857
2857
  */
2858
2858
  getObjectContent(getObjectContentRequest) {
2859
2859
  return __awaiter(this, void 0, void 0, function* () {
@@ -2923,7 +2923,7 @@ class DevopsClient {
2923
2923
  * @param GetProjectRequest
2924
2924
  * @return GetProjectResponse
2925
2925
  * @throws OciError when an error occurs
2926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetProject.ts.html |here} to see how to use GetProject API.
2926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetProject.ts.html |here} to see how to use GetProject API.
2927
2927
  */
2928
2928
  getProject(getProjectRequest) {
2929
2929
  return __awaiter(this, void 0, void 0, function* () {
@@ -2986,7 +2986,7 @@ class DevopsClient {
2986
2986
  * @param GetRefRequest
2987
2987
  * @return GetRefResponse
2988
2988
  * @throws OciError when an error occurs
2989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetRef.ts.html |here} to see how to use GetRef API.
2989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetRef.ts.html |here} to see how to use GetRef API.
2990
2990
  */
2991
2991
  getRef(getRefRequest) {
2992
2992
  return __awaiter(this, void 0, void 0, function* () {
@@ -3051,7 +3051,7 @@ class DevopsClient {
3051
3051
  * @param GetRepoFileDiffRequest
3052
3052
  * @return GetRepoFileDiffResponse
3053
3053
  * @throws OciError when an error occurs
3054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
3054
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetRepoFileDiff.ts.html |here} to see how to use GetRepoFileDiff API.
3055
3055
  */
3056
3056
  getRepoFileDiff(getRepoFileDiffRequest) {
3057
3057
  return __awaiter(this, void 0, void 0, function* () {
@@ -3120,7 +3120,7 @@ class DevopsClient {
3120
3120
  * @param GetRepoFileLinesRequest
3121
3121
  * @return GetRepoFileLinesResponse
3122
3122
  * @throws OciError when an error occurs
3123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetRepoFileLines.ts.html |here} to see how to use GetRepoFileLines API.
3124
3124
  */
3125
3125
  getRepoFileLines(getRepoFileLinesRequest) {
3126
3126
  return __awaiter(this, void 0, void 0, function* () {
@@ -3188,7 +3188,7 @@ class DevopsClient {
3188
3188
  * @param GetRepositoryRequest
3189
3189
  * @return GetRepositoryResponse
3190
3190
  * @throws OciError when an error occurs
3191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetRepository.ts.html |here} to see how to use GetRepository API.
3192
3192
  */
3193
3193
  getRepository(getRepositoryRequest) {
3194
3194
  return __awaiter(this, void 0, void 0, function* () {
@@ -3254,7 +3254,7 @@ class DevopsClient {
3254
3254
  * @param GetRepositoryArchiveContentRequest
3255
3255
  * @return GetRepositoryArchiveContentResponse
3256
3256
  * @throws OciError when an error occurs
3257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetRepositoryArchiveContent.ts.html |here} to see how to use GetRepositoryArchiveContent API.
3258
3258
  */
3259
3259
  getRepositoryArchiveContent(getRepositoryArchiveContentRequest) {
3260
3260
  return __awaiter(this, void 0, void 0, function* () {
@@ -3325,7 +3325,7 @@ class DevopsClient {
3325
3325
  * @param GetRepositoryFileLinesRequest
3326
3326
  * @return GetRepositoryFileLinesResponse
3327
3327
  * @throws OciError when an error occurs
3328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetRepositoryFileLines.ts.html |here} to see how to use GetRepositoryFileLines API.
3329
3329
  */
3330
3330
  getRepositoryFileLines(getRepositoryFileLinesRequest) {
3331
3331
  return __awaiter(this, void 0, void 0, function* () {
@@ -3398,7 +3398,7 @@ class DevopsClient {
3398
3398
  * @param GetTriggerRequest
3399
3399
  * @return GetTriggerResponse
3400
3400
  * @throws OciError when an error occurs
3401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetTrigger.ts.html |here} to see how to use GetTrigger API.
3402
3402
  */
3403
3403
  getTrigger(getTriggerRequest) {
3404
3404
  return __awaiter(this, void 0, void 0, function* () {
@@ -3461,7 +3461,7 @@ class DevopsClient {
3461
3461
  * @param GetWorkRequestRequest
3462
3462
  * @return GetWorkRequestResponse
3463
3463
  * @throws OciError when an error occurs
3464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3465
3465
  */
3466
3466
  getWorkRequest(getWorkRequestRequest) {
3467
3467
  return __awaiter(this, void 0, void 0, function* () {
@@ -3525,7 +3525,7 @@ class DevopsClient {
3525
3525
  * @param ListAuthorsRequest
3526
3526
  * @return ListAuthorsResponse
3527
3527
  * @throws OciError when an error occurs
3528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListAuthors.ts.html |here} to see how to use ListAuthors API.
3529
3529
  */
3530
3530
  listAuthors(listAuthorsRequest) {
3531
3531
  return __awaiter(this, void 0, void 0, function* () {
@@ -3594,7 +3594,7 @@ class DevopsClient {
3594
3594
  * @param ListBuildPipelineStagesRequest
3595
3595
  * @return ListBuildPipelineStagesResponse
3596
3596
  * @throws OciError when an error occurs
3597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListBuildPipelineStages.ts.html |here} to see how to use ListBuildPipelineStages API.
3598
3598
  */
3599
3599
  listBuildPipelineStages(listBuildPipelineStagesRequest) {
3600
3600
  return __awaiter(this, void 0, void 0, function* () {
@@ -3666,7 +3666,7 @@ class DevopsClient {
3666
3666
  * @param ListBuildPipelinesRequest
3667
3667
  * @return ListBuildPipelinesResponse
3668
3668
  * @throws OciError when an error occurs
3669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListBuildPipelines.ts.html |here} to see how to use ListBuildPipelines API.
3670
3670
  */
3671
3671
  listBuildPipelines(listBuildPipelinesRequest) {
3672
3672
  return __awaiter(this, void 0, void 0, function* () {
@@ -3738,7 +3738,7 @@ class DevopsClient {
3738
3738
  * @param ListBuildRunsRequest
3739
3739
  * @return ListBuildRunsResponse
3740
3740
  * @throws OciError when an error occurs
3741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListBuildRuns.ts.html |here} to see how to use ListBuildRuns API.
3742
3742
  */
3743
3743
  listBuildRuns(listBuildRunsRequest) {
3744
3744
  return __awaiter(this, void 0, void 0, function* () {
@@ -3811,7 +3811,7 @@ class DevopsClient {
3811
3811
  * @param ListCommitDiffsRequest
3812
3812
  * @return ListCommitDiffsResponse
3813
3813
  * @throws OciError when an error occurs
3814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListCommitDiffs.ts.html |here} to see how to use ListCommitDiffs API.
3815
3815
  */
3816
3816
  listCommitDiffs(listCommitDiffsRequest) {
3817
3817
  return __awaiter(this, void 0, void 0, function* () {
@@ -3881,7 +3881,7 @@ class DevopsClient {
3881
3881
  * @param ListCommitsRequest
3882
3882
  * @return ListCommitsResponse
3883
3883
  * @throws OciError when an error occurs
3884
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3884
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListCommits.ts.html |here} to see how to use ListCommits API.
3885
3885
  */
3886
3886
  listCommits(listCommitsRequest) {
3887
3887
  return __awaiter(this, void 0, void 0, function* () {
@@ -3955,7 +3955,7 @@ class DevopsClient {
3955
3955
  * @param ListConnectionsRequest
3956
3956
  * @return ListConnectionsResponse
3957
3957
  * @throws OciError when an error occurs
3958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
3958
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListConnections.ts.html |here} to see how to use ListConnections API.
3959
3959
  */
3960
3960
  listConnections(listConnectionsRequest) {
3961
3961
  return __awaiter(this, void 0, void 0, function* () {
@@ -4027,7 +4027,7 @@ class DevopsClient {
4027
4027
  * @param ListDeployArtifactsRequest
4028
4028
  * @return ListDeployArtifactsResponse
4029
4029
  * @throws OciError when an error occurs
4030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
4030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListDeployArtifacts.ts.html |here} to see how to use ListDeployArtifacts API.
4031
4031
  */
4032
4032
  listDeployArtifacts(listDeployArtifactsRequest) {
4033
4033
  return __awaiter(this, void 0, void 0, function* () {
@@ -4098,7 +4098,7 @@ class DevopsClient {
4098
4098
  * @param ListDeployEnvironmentsRequest
4099
4099
  * @return ListDeployEnvironmentsResponse
4100
4100
  * @throws OciError when an error occurs
4101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
4101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListDeployEnvironments.ts.html |here} to see how to use ListDeployEnvironments API.
4102
4102
  */
4103
4103
  listDeployEnvironments(listDeployEnvironmentsRequest) {
4104
4104
  return __awaiter(this, void 0, void 0, function* () {
@@ -4169,7 +4169,7 @@ class DevopsClient {
4169
4169
  * @param ListDeployPipelinesRequest
4170
4170
  * @return ListDeployPipelinesResponse
4171
4171
  * @throws OciError when an error occurs
4172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListDeployPipelines.ts.html |here} to see how to use ListDeployPipelines API.
4173
4173
  */
4174
4174
  listDeployPipelines(listDeployPipelinesRequest) {
4175
4175
  return __awaiter(this, void 0, void 0, function* () {
@@ -4240,7 +4240,7 @@ class DevopsClient {
4240
4240
  * @param ListDeployStagesRequest
4241
4241
  * @return ListDeployStagesResponse
4242
4242
  * @throws OciError when an error occurs
4243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListDeployStages.ts.html |here} to see how to use ListDeployStages API.
4244
4244
  */
4245
4245
  listDeployStages(listDeployStagesRequest) {
4246
4246
  return __awaiter(this, void 0, void 0, function* () {
@@ -4311,7 +4311,7 @@ class DevopsClient {
4311
4311
  * @param ListDeploymentsRequest
4312
4312
  * @return ListDeploymentsResponse
4313
4313
  * @throws OciError when an error occurs
4314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListDeployments.ts.html |here} to see how to use ListDeployments API.
4315
4315
  */
4316
4316
  listDeployments(listDeploymentsRequest) {
4317
4317
  return __awaiter(this, void 0, void 0, function* () {
@@ -4386,7 +4386,7 @@ class DevopsClient {
4386
4386
  * @param ListMirrorRecordsRequest
4387
4387
  * @return ListMirrorRecordsResponse
4388
4388
  * @throws OciError when an error occurs
4389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListMirrorRecords.ts.html |here} to see how to use ListMirrorRecords API.
4390
4390
  */
4391
4391
  listMirrorRecords(listMirrorRecordsRequest) {
4392
4392
  return __awaiter(this, void 0, void 0, function* () {
@@ -4454,7 +4454,7 @@ class DevopsClient {
4454
4454
  * @param ListPathsRequest
4455
4455
  * @return ListPathsResponse
4456
4456
  * @throws OciError when an error occurs
4457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListPaths.ts.html |here} to see how to use ListPaths API.
4458
4458
  */
4459
4459
  listPaths(listPathsRequest) {
4460
4460
  return __awaiter(this, void 0, void 0, function* () {
@@ -4526,7 +4526,7 @@ class DevopsClient {
4526
4526
  * @param ListProjectsRequest
4527
4527
  * @return ListProjectsResponse
4528
4528
  * @throws OciError when an error occurs
4529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListProjects.ts.html |here} to see how to use ListProjects API.
4530
4530
  */
4531
4531
  listProjects(listProjectsRequest) {
4532
4532
  return __awaiter(this, void 0, void 0, function* () {
@@ -4597,7 +4597,7 @@ class DevopsClient {
4597
4597
  * @param ListRefsRequest
4598
4598
  * @return ListRefsResponse
4599
4599
  * @throws OciError when an error occurs
4600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListRefs.ts.html |here} to see how to use ListRefs API.
4601
4601
  */
4602
4602
  listRefs(listRefsRequest) {
4603
4603
  return __awaiter(this, void 0, void 0, function* () {
@@ -4669,7 +4669,7 @@ class DevopsClient {
4669
4669
  * @param ListRepositoriesRequest
4670
4670
  * @return ListRepositoriesResponse
4671
4671
  * @throws OciError when an error occurs
4672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListRepositories.ts.html |here} to see how to use ListRepositories API.
4673
4673
  */
4674
4674
  listRepositories(listRepositoriesRequest) {
4675
4675
  return __awaiter(this, void 0, void 0, function* () {
@@ -4741,7 +4741,7 @@ class DevopsClient {
4741
4741
  * @param ListTriggersRequest
4742
4742
  * @return ListTriggersResponse
4743
4743
  * @throws OciError when an error occurs
4744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListTriggers.ts.html |here} to see how to use ListTriggers API.
4745
4745
  */
4746
4746
  listTriggers(listTriggersRequest) {
4747
4747
  return __awaiter(this, void 0, void 0, function* () {
@@ -4812,7 +4812,7 @@ class DevopsClient {
4812
4812
  * @param ListWorkRequestErrorsRequest
4813
4813
  * @return ListWorkRequestErrorsResponse
4814
4814
  * @throws OciError when an error occurs
4815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4815
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4816
4816
  */
4817
4817
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4818
4818
  return __awaiter(this, void 0, void 0, function* () {
@@ -4880,7 +4880,7 @@ class DevopsClient {
4880
4880
  * @param ListWorkRequestLogsRequest
4881
4881
  * @return ListWorkRequestLogsResponse
4882
4882
  * @throws OciError when an error occurs
4883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4883
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4884
4884
  */
4885
4885
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4886
4886
  return __awaiter(this, void 0, void 0, function* () {
@@ -4948,7 +4948,7 @@ class DevopsClient {
4948
4948
  * @param ListWorkRequestsRequest
4949
4949
  * @return ListWorkRequestsResponse
4950
4950
  * @throws OciError when an error occurs
4951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4952
4952
  */
4953
4953
  listWorkRequests(listWorkRequestsRequest) {
4954
4954
  return __awaiter(this, void 0, void 0, function* () {
@@ -5019,7 +5019,7 @@ class DevopsClient {
5019
5019
  * @param MirrorRepositoryRequest
5020
5020
  * @return MirrorRepositoryResponse
5021
5021
  * @throws OciError when an error occurs
5022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
5022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/MirrorRepository.ts.html |here} to see how to use MirrorRepository API.
5023
5023
  */
5024
5024
  mirrorRepository(mirrorRepositoryRequest) {
5025
5025
  return __awaiter(this, void 0, void 0, function* () {
@@ -5080,7 +5080,7 @@ class DevopsClient {
5080
5080
  * @param PutRepositoryRefRequest
5081
5081
  * @return PutRepositoryRefResponse
5082
5082
  * @throws OciError when an error occurs
5083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
5083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/PutRepositoryRef.ts.html |here} to see how to use PutRepositoryRef API.
5084
5084
  */
5085
5085
  putRepositoryRef(putRepositoryRefRequest) {
5086
5086
  return __awaiter(this, void 0, void 0, function* () {
@@ -5157,7 +5157,7 @@ class DevopsClient {
5157
5157
  * @param UpdateBuildPipelineRequest
5158
5158
  * @return UpdateBuildPipelineResponse
5159
5159
  * @throws OciError when an error occurs
5160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateBuildPipeline.ts.html |here} to see how to use UpdateBuildPipeline API.
5161
5161
  */
5162
5162
  updateBuildPipeline(updateBuildPipelineRequest) {
5163
5163
  return __awaiter(this, void 0, void 0, function* () {
@@ -5232,7 +5232,7 @@ class DevopsClient {
5232
5232
  * @param UpdateBuildPipelineStageRequest
5233
5233
  * @return UpdateBuildPipelineStageResponse
5234
5234
  * @throws OciError when an error occurs
5235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateBuildPipelineStage.ts.html |here} to see how to use UpdateBuildPipelineStage API.
5236
5236
  */
5237
5237
  updateBuildPipelineStage(updateBuildPipelineStageRequest) {
5238
5238
  return __awaiter(this, void 0, void 0, function* () {
@@ -5307,7 +5307,7 @@ class DevopsClient {
5307
5307
  * @param UpdateBuildRunRequest
5308
5308
  * @return UpdateBuildRunResponse
5309
5309
  * @throws OciError when an error occurs
5310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateBuildRun.ts.html |here} to see how to use UpdateBuildRun API.
5311
5311
  */
5312
5312
  updateBuildRun(updateBuildRunRequest) {
5313
5313
  return __awaiter(this, void 0, void 0, function* () {
@@ -5377,7 +5377,7 @@ class DevopsClient {
5377
5377
  * @param UpdateConnectionRequest
5378
5378
  * @return UpdateConnectionResponse
5379
5379
  * @throws OciError when an error occurs
5380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
5381
5381
  */
5382
5382
  updateConnection(updateConnectionRequest) {
5383
5383
  return __awaiter(this, void 0, void 0, function* () {
@@ -5452,7 +5452,7 @@ class DevopsClient {
5452
5452
  * @param UpdateDeployArtifactRequest
5453
5453
  * @return UpdateDeployArtifactResponse
5454
5454
  * @throws OciError when an error occurs
5455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateDeployArtifact.ts.html |here} to see how to use UpdateDeployArtifact API.
5456
5456
  */
5457
5457
  updateDeployArtifact(updateDeployArtifactRequest) {
5458
5458
  return __awaiter(this, void 0, void 0, function* () {
@@ -5527,7 +5527,7 @@ class DevopsClient {
5527
5527
  * @param UpdateDeployEnvironmentRequest
5528
5528
  * @return UpdateDeployEnvironmentResponse
5529
5529
  * @throws OciError when an error occurs
5530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateDeployEnvironment.ts.html |here} to see how to use UpdateDeployEnvironment API.
5531
5531
  */
5532
5532
  updateDeployEnvironment(updateDeployEnvironmentRequest) {
5533
5533
  return __awaiter(this, void 0, void 0, function* () {
@@ -5602,7 +5602,7 @@ class DevopsClient {
5602
5602
  * @param UpdateDeployPipelineRequest
5603
5603
  * @return UpdateDeployPipelineResponse
5604
5604
  * @throws OciError when an error occurs
5605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateDeployPipeline.ts.html |here} to see how to use UpdateDeployPipeline API.
5606
5606
  */
5607
5607
  updateDeployPipeline(updateDeployPipelineRequest) {
5608
5608
  return __awaiter(this, void 0, void 0, function* () {
@@ -5677,7 +5677,7 @@ class DevopsClient {
5677
5677
  * @param UpdateDeployStageRequest
5678
5678
  * @return UpdateDeployStageResponse
5679
5679
  * @throws OciError when an error occurs
5680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateDeployStage.ts.html |here} to see how to use UpdateDeployStage API.
5681
5681
  */
5682
5682
  updateDeployStage(updateDeployStageRequest) {
5683
5683
  return __awaiter(this, void 0, void 0, function* () {
@@ -5752,7 +5752,7 @@ class DevopsClient {
5752
5752
  * @param UpdateDeploymentRequest
5753
5753
  * @return UpdateDeploymentResponse
5754
5754
  * @throws OciError when an error occurs
5755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5755
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
5756
5756
  */
5757
5757
  updateDeployment(updateDeploymentRequest) {
5758
5758
  return __awaiter(this, void 0, void 0, function* () {
@@ -5817,7 +5817,7 @@ class DevopsClient {
5817
5817
  * @param UpdateProjectRequest
5818
5818
  * @return UpdateProjectResponse
5819
5819
  * @throws OciError when an error occurs
5820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateProject.ts.html |here} to see how to use UpdateProject API.
5821
5821
  */
5822
5822
  updateProject(updateProjectRequest) {
5823
5823
  return __awaiter(this, void 0, void 0, function* () {
@@ -5892,7 +5892,7 @@ class DevopsClient {
5892
5892
  * @param UpdateRepositoryRequest
5893
5893
  * @return UpdateRepositoryResponse
5894
5894
  * @throws OciError when an error occurs
5895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
5895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
5896
5896
  */
5897
5897
  updateRepository(updateRepositoryRequest) {
5898
5898
  return __awaiter(this, void 0, void 0, function* () {
@@ -5962,7 +5962,7 @@ class DevopsClient {
5962
5962
  * @param UpdateTriggerRequest
5963
5963
  * @return UpdateTriggerResponse
5964
5964
  * @throws OciError when an error occurs
5965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
5965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.1/devops/UpdateTrigger.ts.html |here} to see how to use UpdateTrigger API.
5966
5966
  */
5967
5967
  updateTrigger(updateTriggerRequest) {
5968
5968
  return __awaiter(this, void 0, void 0, function* () {