oci-devops 2.76.1 → 2.77.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 (243) hide show
  1. package/lib/client.d.ts +89 -89
  2. package/lib/client.js +89 -89
  3. package/lib/model/bitbucket-cloud-app-password-connection-summary.d.ts +1 -1
  4. package/lib/model/bitbucket-cloud-app-password-connection.d.ts +1 -1
  5. package/lib/model/bitbucket-server-access-token-connection.d.ts +1 -1
  6. package/lib/model/bitbucket-server-token-connection-summary.d.ts +1 -1
  7. package/lib/model/build-pipeline-stage-summary.d.ts +3 -3
  8. package/lib/model/build-pipeline-stage.d.ts +3 -3
  9. package/lib/model/build-pipeline-summary.d.ts +3 -3
  10. package/lib/model/build-pipeline.d.ts +3 -3
  11. package/lib/model/build-run-summary.d.ts +3 -3
  12. package/lib/model/build-run.d.ts +3 -3
  13. package/lib/model/connection-summary.d.ts +3 -3
  14. package/lib/model/connection.d.ts +3 -3
  15. package/lib/model/create-bitbucket-cloud-app-password-connection-details.d.ts +1 -1
  16. package/lib/model/create-bitbucket-server-access-token-connection-details.d.ts +1 -1
  17. package/lib/model/create-build-pipeline-details.d.ts +2 -2
  18. package/lib/model/create-build-pipeline-stage-details.d.ts +2 -2
  19. package/lib/model/create-build-run-details.d.ts +2 -2
  20. package/lib/model/create-connection-details.d.ts +2 -2
  21. package/lib/model/create-deploy-artifact-details.d.ts +2 -2
  22. package/lib/model/create-deploy-environment-details.d.ts +2 -2
  23. package/lib/model/create-deploy-pipeline-details.d.ts +2 -2
  24. package/lib/model/create-deploy-stage-details.d.ts +2 -2
  25. package/lib/model/create-deployment-details.d.ts +2 -2
  26. package/lib/model/create-github-access-token-connection-details.d.ts +1 -1
  27. package/lib/model/create-gitlab-access-token-connection-details.d.ts +1 -1
  28. package/lib/model/create-gitlab-server-access-token-connection-details.d.ts +1 -1
  29. package/lib/model/create-project-details.d.ts +2 -2
  30. package/lib/model/create-repository-details.d.ts +4 -4
  31. package/lib/model/create-trigger-details.d.ts +2 -2
  32. package/lib/model/create-vbs-access-token-connection-details.d.ts +1 -1
  33. package/lib/model/deploy-artifact-summary.d.ts +3 -3
  34. package/lib/model/deploy-artifact.d.ts +3 -3
  35. package/lib/model/deploy-environment-summary.d.ts +3 -3
  36. package/lib/model/deploy-environment.d.ts +3 -3
  37. package/lib/model/deploy-pipeline-summary.d.ts +3 -3
  38. package/lib/model/deploy-pipeline.d.ts +3 -3
  39. package/lib/model/deploy-stage-summary.d.ts +3 -3
  40. package/lib/model/deploy-stage.d.ts +3 -3
  41. package/lib/model/deployment-summary.d.ts +3 -3
  42. package/lib/model/deployment.d.ts +3 -3
  43. package/lib/model/diff-summary.d.ts +2 -2
  44. package/lib/model/github-access-token-connection-summary.d.ts +1 -1
  45. package/lib/model/github-access-token-connection.d.ts +1 -1
  46. package/lib/model/gitlab-access-token-connection-summary.d.ts +1 -1
  47. package/lib/model/gitlab-access-token-connection.d.ts +1 -1
  48. package/lib/model/gitlab-server-access-token-connection-summary.d.ts +1 -1
  49. package/lib/model/gitlab-server-access-token-connection.d.ts +1 -1
  50. package/lib/model/project-summary.d.ts +3 -3
  51. package/lib/model/project.d.ts +3 -3
  52. package/lib/model/repository-author-summary.d.ts +2 -2
  53. package/lib/model/repository-commit-summary.d.ts +2 -2
  54. package/lib/model/repository-mirror-record-summary.d.ts +2 -2
  55. package/lib/model/repository-path-summary.d.ts +2 -2
  56. package/lib/model/repository-ref-summary.d.ts +2 -2
  57. package/lib/model/repository-ref.d.ts +2 -2
  58. package/lib/model/repository-summary.d.ts +5 -5
  59. package/lib/model/repository.d.ts +3 -3
  60. package/lib/model/trigger-create-result.d.ts +3 -3
  61. package/lib/model/trigger-summary.d.ts +3 -3
  62. package/lib/model/trigger.d.ts +3 -3
  63. package/lib/model/update-bitbucket-cloud-app-password-connection-details.d.ts +1 -1
  64. package/lib/model/update-bitbucket-server-access-token-connection-details.d.ts +1 -1
  65. package/lib/model/update-build-pipeline-details.d.ts +2 -2
  66. package/lib/model/update-build-pipeline-stage-details.d.ts +2 -2
  67. package/lib/model/update-build-run-details.d.ts +2 -2
  68. package/lib/model/update-connection-details.d.ts +2 -2
  69. package/lib/model/update-deploy-artifact-details.d.ts +2 -2
  70. package/lib/model/update-deploy-environment-details.d.ts +2 -2
  71. package/lib/model/update-deploy-pipeline-details.d.ts +2 -2
  72. package/lib/model/update-deploy-stage-details.d.ts +2 -2
  73. package/lib/model/update-deployment-details.d.ts +2 -2
  74. package/lib/model/update-github-access-token-connection-details.d.ts +1 -1
  75. package/lib/model/update-gitlab-access-token-connection-details.d.ts +1 -1
  76. package/lib/model/update-gitlab-server-access-token-connection-details.d.ts +1 -1
  77. package/lib/model/update-project-details.d.ts +2 -2
  78. package/lib/model/update-repository-details.d.ts +4 -4
  79. package/lib/model/update-trigger-details.d.ts +2 -2
  80. package/lib/model/update-vbs-access-token-connection-details.d.ts +1 -1
  81. package/lib/model/vbs-access-token-connection-summary.d.ts +1 -1
  82. package/lib/model/vbs-access-token-connection.d.ts +1 -1
  83. package/lib/request/approve-deployment-request.d.ts +2 -2
  84. package/lib/request/cancel-build-run-request.d.ts +2 -2
  85. package/lib/request/cancel-deployment-request.d.ts +2 -2
  86. package/lib/request/cancel-scheduled-cascading-project-deletion-request.d.ts +2 -2
  87. package/lib/request/change-project-compartment-request.d.ts +2 -2
  88. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  89. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  90. package/lib/request/create-build-run-request.d.ts +2 -2
  91. package/lib/request/create-connection-request.d.ts +1 -1
  92. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  93. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  94. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  95. package/lib/request/create-deploy-stage-request.d.ts +1 -1
  96. package/lib/request/create-deployment-request.d.ts +1 -1
  97. package/lib/request/create-project-request.d.ts +1 -1
  98. package/lib/request/create-repository-request.d.ts +1 -1
  99. package/lib/request/create-trigger-request.d.ts +1 -1
  100. package/lib/request/delete-build-pipeline-request.d.ts +2 -2
  101. package/lib/request/delete-build-pipeline-stage-request.d.ts +2 -2
  102. package/lib/request/delete-connection-request.d.ts +2 -2
  103. package/lib/request/delete-deploy-artifact-request.d.ts +2 -2
  104. package/lib/request/delete-deploy-environment-request.d.ts +2 -2
  105. package/lib/request/delete-deploy-pipeline-request.d.ts +2 -2
  106. package/lib/request/delete-deploy-stage-request.d.ts +2 -2
  107. package/lib/request/delete-project-request.d.ts +2 -2
  108. package/lib/request/delete-ref-request.d.ts +2 -2
  109. package/lib/request/delete-repository-request.d.ts +2 -2
  110. package/lib/request/delete-trigger-request.d.ts +2 -2
  111. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  112. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  113. package/lib/request/get-build-run-request.d.ts +1 -1
  114. package/lib/request/get-commit-diff-request.d.ts +1 -1
  115. package/lib/request/get-commit-request.d.ts +1 -1
  116. package/lib/request/get-connection-request.d.ts +1 -1
  117. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  118. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  119. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  120. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  121. package/lib/request/get-deployment-request.d.ts +1 -1
  122. package/lib/request/get-file-diff-request.d.ts +1 -1
  123. package/lib/request/get-mirror-record-request.d.ts +1 -1
  124. package/lib/request/get-object-content-request.d.ts +1 -1
  125. package/lib/request/get-object-request.d.ts +1 -1
  126. package/lib/request/get-project-request.d.ts +1 -1
  127. package/lib/request/get-ref-request.d.ts +1 -1
  128. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  129. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  130. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  131. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  132. package/lib/request/get-repository-request.d.ts +1 -1
  133. package/lib/request/get-trigger-request.d.ts +1 -1
  134. package/lib/request/get-work-request-request.d.ts +1 -1
  135. package/lib/request/list-authors-request.d.ts +1 -1
  136. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  137. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  138. package/lib/request/list-build-runs-request.d.ts +1 -1
  139. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  140. package/lib/request/list-commits-request.d.ts +1 -1
  141. package/lib/request/list-connections-request.d.ts +1 -1
  142. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  143. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  144. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  145. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  146. package/lib/request/list-deployments-request.d.ts +3 -3
  147. package/lib/request/list-mirror-records-request.d.ts +1 -1
  148. package/lib/request/list-paths-request.d.ts +1 -1
  149. package/lib/request/list-projects-request.d.ts +1 -1
  150. package/lib/request/list-refs-request.d.ts +1 -1
  151. package/lib/request/list-repositories-request.d.ts +1 -1
  152. package/lib/request/list-triggers-request.d.ts +1 -1
  153. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  154. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  155. package/lib/request/list-work-requests-request.d.ts +1 -1
  156. package/lib/request/mirror-repository-request.d.ts +2 -2
  157. package/lib/request/put-repository-ref-request.d.ts +2 -2
  158. package/lib/request/schedule-cascading-project-deletion-request.d.ts +2 -2
  159. package/lib/request/update-build-pipeline-request.d.ts +2 -2
  160. package/lib/request/update-build-pipeline-stage-request.d.ts +2 -2
  161. package/lib/request/update-build-run-request.d.ts +2 -2
  162. package/lib/request/update-connection-request.d.ts +2 -2
  163. package/lib/request/update-deploy-artifact-request.d.ts +2 -2
  164. package/lib/request/update-deploy-environment-request.d.ts +2 -2
  165. package/lib/request/update-deploy-pipeline-request.d.ts +2 -2
  166. package/lib/request/update-deploy-stage-request.d.ts +2 -2
  167. package/lib/request/update-deployment-request.d.ts +2 -2
  168. package/lib/request/update-project-request.d.ts +2 -2
  169. package/lib/request/update-repository-request.d.ts +2 -2
  170. package/lib/request/update-trigger-request.d.ts +2 -2
  171. package/lib/request/validate-connection-request.d.ts +2 -2
  172. package/lib/response/approve-deployment-response.d.ts +1 -1
  173. package/lib/response/cancel-build-run-response.d.ts +1 -1
  174. package/lib/response/cancel-deployment-response.d.ts +1 -1
  175. package/lib/response/create-build-pipeline-response.d.ts +1 -1
  176. package/lib/response/create-build-pipeline-stage-response.d.ts +1 -1
  177. package/lib/response/create-build-run-response.d.ts +1 -1
  178. package/lib/response/create-connection-response.d.ts +1 -1
  179. package/lib/response/create-deploy-artifact-response.d.ts +1 -1
  180. package/lib/response/create-deploy-environment-response.d.ts +1 -1
  181. package/lib/response/create-deploy-pipeline-response.d.ts +1 -1
  182. package/lib/response/create-deploy-stage-response.d.ts +1 -1
  183. package/lib/response/create-deployment-response.d.ts +1 -1
  184. package/lib/response/create-project-response.d.ts +1 -1
  185. package/lib/response/create-repository-response.d.ts +1 -1
  186. package/lib/response/create-trigger-response.d.ts +1 -1
  187. package/lib/response/get-build-pipeline-response.d.ts +1 -1
  188. package/lib/response/get-build-pipeline-stage-response.d.ts +1 -1
  189. package/lib/response/get-build-run-response.d.ts +1 -1
  190. package/lib/response/get-commit-diff-response.d.ts +1 -1
  191. package/lib/response/get-commit-response.d.ts +1 -1
  192. package/lib/response/get-connection-response.d.ts +1 -1
  193. package/lib/response/get-deploy-artifact-response.d.ts +1 -1
  194. package/lib/response/get-deploy-environment-response.d.ts +1 -1
  195. package/lib/response/get-deploy-pipeline-response.d.ts +1 -1
  196. package/lib/response/get-deploy-stage-response.d.ts +1 -1
  197. package/lib/response/get-deployment-response.d.ts +1 -1
  198. package/lib/response/get-file-diff-response.d.ts +1 -1
  199. package/lib/response/get-mirror-record-response.d.ts +1 -1
  200. package/lib/response/get-object-response.d.ts +1 -1
  201. package/lib/response/get-project-response.d.ts +1 -1
  202. package/lib/response/get-ref-response.d.ts +1 -1
  203. package/lib/response/get-repo-file-diff-response.d.ts +1 -1
  204. package/lib/response/get-repo-file-lines-response.d.ts +1 -1
  205. package/lib/response/get-repository-file-lines-response.d.ts +1 -1
  206. package/lib/response/get-repository-response.d.ts +1 -1
  207. package/lib/response/get-trigger-response.d.ts +1 -1
  208. package/lib/response/list-authors-response.d.ts +1 -1
  209. package/lib/response/list-build-pipeline-stages-response.d.ts +1 -1
  210. package/lib/response/list-build-pipelines-response.d.ts +1 -1
  211. package/lib/response/list-build-runs-response.d.ts +1 -1
  212. package/lib/response/list-commit-diffs-response.d.ts +1 -1
  213. package/lib/response/list-commits-response.d.ts +1 -1
  214. package/lib/response/list-connections-response.d.ts +1 -1
  215. package/lib/response/list-deploy-artifacts-response.d.ts +1 -1
  216. package/lib/response/list-deploy-environments-response.d.ts +1 -1
  217. package/lib/response/list-deploy-pipelines-response.d.ts +1 -1
  218. package/lib/response/list-deploy-stages-response.d.ts +1 -1
  219. package/lib/response/list-deployments-response.d.ts +1 -1
  220. package/lib/response/list-mirror-records-response.d.ts +1 -1
  221. package/lib/response/list-paths-response.d.ts +1 -1
  222. package/lib/response/list-projects-response.d.ts +1 -1
  223. package/lib/response/list-refs-response.d.ts +1 -1
  224. package/lib/response/list-repositories-response.d.ts +1 -1
  225. package/lib/response/list-triggers-response.d.ts +1 -1
  226. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  227. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  228. package/lib/response/list-work-requests-response.d.ts +1 -1
  229. package/lib/response/put-repository-ref-response.d.ts +1 -1
  230. package/lib/response/update-build-pipeline-response.d.ts +1 -1
  231. package/lib/response/update-build-pipeline-stage-response.d.ts +1 -1
  232. package/lib/response/update-build-run-response.d.ts +1 -1
  233. package/lib/response/update-connection-response.d.ts +1 -1
  234. package/lib/response/update-deploy-artifact-response.d.ts +1 -1
  235. package/lib/response/update-deploy-environment-response.d.ts +1 -1
  236. package/lib/response/update-deploy-pipeline-response.d.ts +1 -1
  237. package/lib/response/update-deploy-stage-response.d.ts +1 -1
  238. package/lib/response/update-deployment-response.d.ts +1 -1
  239. package/lib/response/update-project-response.d.ts +1 -1
  240. package/lib/response/update-repository-response.d.ts +1 -1
  241. package/lib/response/update-trigger-response.d.ts +1 -1
  242. package/lib/response/validate-connection-response.d.ts +1 -1
  243. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetMirrorRecordResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -17,7 +17,7 @@ export interface GetObjectResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetProjectResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetRefResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetRepoFileDiffResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -17,7 +17,7 @@ export interface GetRepoFileLinesResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface GetRepositoryFileLinesResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetTriggerResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -17,7 +17,7 @@ export interface ListAuthorsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListBuildPipelineStagesResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListBuildPipelinesResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListBuildRunsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListCommitDiffsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListCommitsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListConnectionsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListDeployArtifactsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListDeployEnvironmentsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListDeployPipelinesResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListDeployStagesResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListDeploymentsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListMirrorRecordsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListPathsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListProjectsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListRefsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListRepositoriesResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface ListTriggersResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
16
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
17
17
  */
18
18
  "opcNextPage": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
16
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
17
17
  */
18
18
  "opcNextPage": string;
19
19
  /**
@@ -17,7 +17,7 @@ export interface ListWorkRequestsResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
20
+ * For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
21
21
  */
22
22
  "opcNextPage": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface PutRepositoryRefResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateBuildPipelineResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateBuildPipelineStageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateBuildRunResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateConnectionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -17,7 +17,7 @@ export interface UpdateDeployArtifactResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface UpdateDeployEnvironmentResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface UpdateDeployPipelineResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -17,7 +17,7 @@ export interface UpdateDeployStageResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateDeploymentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -17,7 +17,7 @@ export interface UpdateProjectResponse {
17
17
  */
18
18
  "location": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
@@ -21,7 +21,7 @@ export interface UpdateRepositoryResponse {
21
21
  */
22
22
  "opcRequestId": string;
23
23
  /**
24
- * For optimistic concurrency control. See `if-match`.
24
+ * For optimistic concurrency control. See {@code if-match}.
25
25
  */
26
26
  "etag": string;
27
27
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateTriggerResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -17,7 +17,7 @@ export interface ValidateConnectionResponse {
17
17
  */
18
18
  "opcRequestId": string;
19
19
  /**
20
- * For optimistic concurrency control. See `if-match`.
20
+ * For optimistic concurrency control. See {@code if-match}.
21
21
  */
22
22
  "etag": string;
23
23
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-devops",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Devops Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"