oci-artifacts 2.76.0 → 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 (215) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/artifacts-waiter.d.ts +1 -1
  4. package/lib/artifacts-waiter.js +1 -1
  5. package/lib/client.d.ts +33 -33
  6. package/lib/client.js +33 -33
  7. package/lib/model/change-container-repository-compartment-details.d.ts +1 -1
  8. package/lib/model/change-container-repository-compartment-details.js +1 -1
  9. package/lib/model/change-repository-compartment-details.d.ts +1 -1
  10. package/lib/model/change-repository-compartment-details.js +1 -1
  11. package/lib/model/container-configuration.d.ts +1 -1
  12. package/lib/model/container-configuration.js +1 -1
  13. package/lib/model/container-image-collection.d.ts +1 -1
  14. package/lib/model/container-image-collection.js +1 -1
  15. package/lib/model/container-image-layer.d.ts +1 -1
  16. package/lib/model/container-image-layer.js +1 -1
  17. package/lib/model/container-image-signature-collection.d.ts +1 -1
  18. package/lib/model/container-image-signature-collection.js +1 -1
  19. package/lib/model/container-image-signature-summary.d.ts +9 -9
  20. package/lib/model/container-image-signature-summary.js +1 -1
  21. package/lib/model/container-image-signature.d.ts +9 -9
  22. package/lib/model/container-image-signature.js +1 -1
  23. package/lib/model/container-image-summary.d.ts +6 -6
  24. package/lib/model/container-image-summary.js +1 -1
  25. package/lib/model/container-image.d.ts +6 -6
  26. package/lib/model/container-image.js +1 -1
  27. package/lib/model/container-repository-collection.d.ts +1 -1
  28. package/lib/model/container-repository-collection.js +1 -1
  29. package/lib/model/container-repository-readme.d.ts +1 -1
  30. package/lib/model/container-repository-readme.js +1 -1
  31. package/lib/model/container-repository-summary.d.ts +5 -5
  32. package/lib/model/container-repository-summary.js +1 -1
  33. package/lib/model/container-repository.d.ts +5 -5
  34. package/lib/model/container-repository.js +1 -1
  35. package/lib/model/container-version.d.ts +1 -1
  36. package/lib/model/container-version.js +1 -1
  37. package/lib/model/create-container-image-signature-details.d.ts +6 -6
  38. package/lib/model/create-container-image-signature-details.js +1 -1
  39. package/lib/model/create-container-repository-details.d.ts +3 -3
  40. package/lib/model/create-container-repository-details.js +1 -1
  41. package/lib/model/create-generic-repository-details.d.ts +1 -1
  42. package/lib/model/create-generic-repository-details.js +1 -1
  43. package/lib/model/create-repository-details.d.ts +3 -3
  44. package/lib/model/create-repository-details.js +1 -1
  45. package/lib/model/generic-artifact-collection.d.ts +1 -1
  46. package/lib/model/generic-artifact-collection.js +1 -1
  47. package/lib/model/generic-artifact-summary.d.ts +8 -8
  48. package/lib/model/generic-artifact-summary.js +1 -1
  49. package/lib/model/generic-artifact.d.ts +8 -8
  50. package/lib/model/generic-artifact.js +1 -1
  51. package/lib/model/generic-repository-summary.d.ts +1 -1
  52. package/lib/model/generic-repository-summary.js +1 -1
  53. package/lib/model/generic-repository.d.ts +1 -1
  54. package/lib/model/generic-repository.js +1 -1
  55. package/lib/model/index.d.ts +1 -1
  56. package/lib/model/index.js +1 -1
  57. package/lib/model/remove-container-version-details.d.ts +1 -1
  58. package/lib/model/remove-container-version-details.js +1 -1
  59. package/lib/model/repository-collection.d.ts +1 -1
  60. package/lib/model/repository-collection.js +1 -1
  61. package/lib/model/repository-summary.d.ts +4 -4
  62. package/lib/model/repository-summary.js +1 -1
  63. package/lib/model/repository.d.ts +4 -4
  64. package/lib/model/repository.js +1 -1
  65. package/lib/model/restore-container-image-details.d.ts +1 -1
  66. package/lib/model/restore-container-image-details.js +1 -1
  67. package/lib/model/update-container-configuration-details.d.ts +1 -1
  68. package/lib/model/update-container-configuration-details.js +1 -1
  69. package/lib/model/update-container-image-details.d.ts +3 -3
  70. package/lib/model/update-container-image-details.js +1 -1
  71. package/lib/model/update-container-image-signature-details.d.ts +3 -3
  72. package/lib/model/update-container-image-signature-details.js +1 -1
  73. package/lib/model/update-container-repository-details.d.ts +3 -3
  74. package/lib/model/update-container-repository-details.js +1 -1
  75. package/lib/model/update-generic-artifact-by-path-details.d.ts +4 -4
  76. package/lib/model/update-generic-artifact-by-path-details.js +1 -1
  77. package/lib/model/update-generic-artifact-details.d.ts +3 -3
  78. package/lib/model/update-generic-artifact-details.js +1 -1
  79. package/lib/model/update-generic-repository-details.d.ts +1 -1
  80. package/lib/model/update-generic-repository-details.js +1 -1
  81. package/lib/model/update-repository-details.d.ts +3 -3
  82. package/lib/model/update-repository-details.js +1 -1
  83. package/lib/request/change-container-repository-compartment-request.d.ts +4 -4
  84. package/lib/request/change-container-repository-compartment-request.js +1 -1
  85. package/lib/request/change-repository-compartment-request.d.ts +4 -4
  86. package/lib/request/change-repository-compartment-request.js +1 -1
  87. package/lib/request/create-container-image-signature-request.d.ts +3 -3
  88. package/lib/request/create-container-image-signature-request.js +1 -1
  89. package/lib/request/create-container-repository-request.d.ts +2 -2
  90. package/lib/request/create-container-repository-request.js +1 -1
  91. package/lib/request/create-repository-request.d.ts +2 -2
  92. package/lib/request/create-repository-request.js +1 -1
  93. package/lib/request/delete-container-image-request.d.ts +4 -4
  94. package/lib/request/delete-container-image-request.js +1 -1
  95. package/lib/request/delete-container-image-signature-request.d.ts +4 -4
  96. package/lib/request/delete-container-image-signature-request.js +1 -1
  97. package/lib/request/delete-container-repository-request.d.ts +4 -4
  98. package/lib/request/delete-container-repository-request.js +1 -1
  99. package/lib/request/delete-generic-artifact-by-path-request.d.ts +6 -6
  100. package/lib/request/delete-generic-artifact-by-path-request.js +1 -1
  101. package/lib/request/delete-generic-artifact-request.d.ts +4 -4
  102. package/lib/request/delete-generic-artifact-request.js +1 -1
  103. package/lib/request/delete-repository-request.d.ts +4 -4
  104. package/lib/request/delete-repository-request.js +1 -1
  105. package/lib/request/get-container-configuration-request.d.ts +2 -2
  106. package/lib/request/get-container-configuration-request.js +1 -1
  107. package/lib/request/get-container-image-request.d.ts +3 -3
  108. package/lib/request/get-container-image-request.js +1 -1
  109. package/lib/request/get-container-image-signature-request.d.ts +3 -3
  110. package/lib/request/get-container-image-signature-request.js +1 -1
  111. package/lib/request/get-container-repository-request.d.ts +3 -3
  112. package/lib/request/get-container-repository-request.js +1 -1
  113. package/lib/request/get-generic-artifact-by-path-request.d.ts +5 -5
  114. package/lib/request/get-generic-artifact-by-path-request.js +1 -1
  115. package/lib/request/get-generic-artifact-request.d.ts +3 -3
  116. package/lib/request/get-generic-artifact-request.js +1 -1
  117. package/lib/request/get-repository-request.d.ts +3 -3
  118. package/lib/request/get-repository-request.js +1 -1
  119. package/lib/request/index.d.ts +1 -1
  120. package/lib/request/index.js +1 -1
  121. package/lib/request/list-container-image-signatures-request.d.ts +12 -12
  122. package/lib/request/list-container-image-signatures-request.js +1 -1
  123. package/lib/request/list-container-images-request.d.ts +10 -10
  124. package/lib/request/list-container-images-request.js +1 -1
  125. package/lib/request/list-container-repositories-request.d.ts +8 -8
  126. package/lib/request/list-container-repositories-request.js +1 -1
  127. package/lib/request/list-generic-artifacts-request.d.ts +9 -9
  128. package/lib/request/list-generic-artifacts-request.js +1 -1
  129. package/lib/request/list-repositories-request.d.ts +7 -7
  130. package/lib/request/list-repositories-request.js +1 -1
  131. package/lib/request/remove-container-version-request.d.ts +4 -4
  132. package/lib/request/remove-container-version-request.js +1 -1
  133. package/lib/request/restore-container-image-request.d.ts +4 -4
  134. package/lib/request/restore-container-image-request.js +1 -1
  135. package/lib/request/update-container-configuration-request.d.ts +3 -3
  136. package/lib/request/update-container-configuration-request.js +1 -1
  137. package/lib/request/update-container-image-request.d.ts +4 -4
  138. package/lib/request/update-container-image-request.js +1 -1
  139. package/lib/request/update-container-image-signature-request.d.ts +4 -4
  140. package/lib/request/update-container-image-signature-request.js +1 -1
  141. package/lib/request/update-container-repository-request.d.ts +4 -4
  142. package/lib/request/update-container-repository-request.js +1 -1
  143. package/lib/request/update-generic-artifact-by-path-request.d.ts +7 -7
  144. package/lib/request/update-generic-artifact-by-path-request.js +1 -1
  145. package/lib/request/update-generic-artifact-request.d.ts +4 -4
  146. package/lib/request/update-generic-artifact-request.js +1 -1
  147. package/lib/request/update-repository-request.d.ts +4 -4
  148. package/lib/request/update-repository-request.js +1 -1
  149. package/lib/response/change-container-repository-compartment-response.d.ts +1 -1
  150. package/lib/response/change-container-repository-compartment-response.js +1 -1
  151. package/lib/response/change-repository-compartment-response.d.ts +1 -1
  152. package/lib/response/change-repository-compartment-response.js +1 -1
  153. package/lib/response/create-container-image-signature-response.d.ts +2 -2
  154. package/lib/response/create-container-image-signature-response.js +1 -1
  155. package/lib/response/create-container-repository-response.d.ts +2 -2
  156. package/lib/response/create-container-repository-response.js +1 -1
  157. package/lib/response/create-repository-response.d.ts +2 -2
  158. package/lib/response/create-repository-response.js +1 -1
  159. package/lib/response/delete-container-image-response.d.ts +1 -1
  160. package/lib/response/delete-container-image-response.js +1 -1
  161. package/lib/response/delete-container-image-signature-response.d.ts +1 -1
  162. package/lib/response/delete-container-image-signature-response.js +1 -1
  163. package/lib/response/delete-container-repository-response.d.ts +1 -1
  164. package/lib/response/delete-container-repository-response.js +1 -1
  165. package/lib/response/delete-generic-artifact-by-path-response.d.ts +1 -1
  166. package/lib/response/delete-generic-artifact-by-path-response.js +1 -1
  167. package/lib/response/delete-generic-artifact-response.d.ts +1 -1
  168. package/lib/response/delete-generic-artifact-response.js +1 -1
  169. package/lib/response/delete-repository-response.d.ts +1 -1
  170. package/lib/response/delete-repository-response.js +1 -1
  171. package/lib/response/get-container-configuration-response.d.ts +2 -2
  172. package/lib/response/get-container-configuration-response.js +1 -1
  173. package/lib/response/get-container-image-response.d.ts +2 -2
  174. package/lib/response/get-container-image-response.js +1 -1
  175. package/lib/response/get-container-image-signature-response.d.ts +2 -2
  176. package/lib/response/get-container-image-signature-response.js +1 -1
  177. package/lib/response/get-container-repository-response.d.ts +2 -2
  178. package/lib/response/get-container-repository-response.js +1 -1
  179. package/lib/response/get-generic-artifact-by-path-response.d.ts +2 -2
  180. package/lib/response/get-generic-artifact-by-path-response.js +1 -1
  181. package/lib/response/get-generic-artifact-response.d.ts +2 -2
  182. package/lib/response/get-generic-artifact-response.js +1 -1
  183. package/lib/response/get-repository-response.d.ts +2 -2
  184. package/lib/response/get-repository-response.js +1 -1
  185. package/lib/response/index.d.ts +1 -1
  186. package/lib/response/index.js +1 -1
  187. package/lib/response/list-container-image-signatures-response.d.ts +1 -1
  188. package/lib/response/list-container-image-signatures-response.js +1 -1
  189. package/lib/response/list-container-images-response.d.ts +1 -1
  190. package/lib/response/list-container-images-response.js +1 -1
  191. package/lib/response/list-container-repositories-response.d.ts +1 -1
  192. package/lib/response/list-container-repositories-response.js +1 -1
  193. package/lib/response/list-generic-artifacts-response.d.ts +1 -1
  194. package/lib/response/list-generic-artifacts-response.js +1 -1
  195. package/lib/response/list-repositories-response.d.ts +1 -1
  196. package/lib/response/list-repositories-response.js +1 -1
  197. package/lib/response/remove-container-version-response.d.ts +2 -2
  198. package/lib/response/remove-container-version-response.js +1 -1
  199. package/lib/response/restore-container-image-response.d.ts +2 -2
  200. package/lib/response/restore-container-image-response.js +1 -1
  201. package/lib/response/update-container-configuration-response.d.ts +2 -2
  202. package/lib/response/update-container-configuration-response.js +1 -1
  203. package/lib/response/update-container-image-response.d.ts +2 -2
  204. package/lib/response/update-container-image-response.js +1 -1
  205. package/lib/response/update-container-image-signature-response.d.ts +2 -2
  206. package/lib/response/update-container-image-signature-response.js +1 -1
  207. package/lib/response/update-container-repository-response.d.ts +2 -2
  208. package/lib/response/update-container-repository-response.js +1 -1
  209. package/lib/response/update-generic-artifact-by-path-response.d.ts +2 -2
  210. package/lib/response/update-generic-artifact-by-path-response.js +1 -1
  211. package/lib/response/update-generic-artifact-response.d.ts +2 -2
  212. package/lib/response/update-generic-artifact-response.js +1 -1
  213. package/lib/response/update-repository-response.d.ts +2 -2
  214. package/lib/response/update-repository-response.js +1 -1
  215. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -192,7 +192,7 @@ class ArtifactsClient {
192
192
  * @param ChangeContainerRepositoryCompartmentRequest
193
193
  * @return ChangeContainerRepositoryCompartmentResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
196
196
  */
197
197
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
198
198
  return __awaiter(this, void 0, void 0, function* () {
@@ -252,7 +252,7 @@ class ArtifactsClient {
252
252
  * @param ChangeRepositoryCompartmentRequest
253
253
  * @return ChangeRepositoryCompartmentResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
256
256
  */
257
257
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
258
258
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class ArtifactsClient {
309
309
  * @param CreateContainerImageSignatureRequest
310
310
  * @return CreateContainerImageSignatureResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
313
313
  */
314
314
  createContainerImageSignature(createContainerImageSignatureRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +373,7 @@ class ArtifactsClient {
373
373
  * @param CreateContainerRepositoryRequest
374
374
  * @return CreateContainerRepositoryResponse
375
375
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
377
377
  */
378
378
  createContainerRepository(createContainerRepositoryRequest) {
379
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -436,7 +436,7 @@ class ArtifactsClient {
436
436
  * @param CreateRepositoryRequest
437
437
  * @return CreateRepositoryResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
440
440
  */
441
441
  createRepository(createRepositoryRequest) {
442
442
  return __awaiter(this, void 0, void 0, function* () {
@@ -499,7 +499,7 @@ class ArtifactsClient {
499
499
  * @param DeleteContainerImageRequest
500
500
  * @return DeleteContainerImageResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
503
503
  */
504
504
  deleteContainerImage(deleteContainerImageRequest) {
505
505
  return __awaiter(this, void 0, void 0, function* () {
@@ -554,7 +554,7 @@ class ArtifactsClient {
554
554
  * @param DeleteContainerImageSignatureRequest
555
555
  * @return DeleteContainerImageSignatureResponse
556
556
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
558
558
  */
559
559
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
560
560
  return __awaiter(this, void 0, void 0, function* () {
@@ -609,7 +609,7 @@ class ArtifactsClient {
609
609
  * @param DeleteContainerRepositoryRequest
610
610
  * @return DeleteContainerRepositoryResponse
611
611
  * @throws OciError when an error occurs
612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
613
613
  */
614
614
  deleteContainerRepository(deleteContainerRepositoryRequest) {
615
615
  return __awaiter(this, void 0, void 0, function* () {
@@ -664,7 +664,7 @@ class ArtifactsClient {
664
664
  * @param DeleteGenericArtifactRequest
665
665
  * @return DeleteGenericArtifactResponse
666
666
  * @throws OciError when an error occurs
667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
668
668
  */
669
669
  deleteGenericArtifact(deleteGenericArtifactRequest) {
670
670
  return __awaiter(this, void 0, void 0, function* () {
@@ -719,7 +719,7 @@ class ArtifactsClient {
719
719
  * @param DeleteGenericArtifactByPathRequest
720
720
  * @return DeleteGenericArtifactByPathResponse
721
721
  * @throws OciError when an error occurs
722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
723
723
  */
724
724
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
725
725
  return __awaiter(this, void 0, void 0, function* () {
@@ -776,7 +776,7 @@ class ArtifactsClient {
776
776
  * @param DeleteRepositoryRequest
777
777
  * @return DeleteRepositoryResponse
778
778
  * @throws OciError when an error occurs
779
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
780
780
  */
781
781
  deleteRepository(deleteRepositoryRequest) {
782
782
  return __awaiter(this, void 0, void 0, function* () {
@@ -831,7 +831,7 @@ class ArtifactsClient {
831
831
  * @param GetContainerConfigurationRequest
832
832
  * @return GetContainerConfigurationResponse
833
833
  * @throws OciError when an error occurs
834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
835
835
  */
836
836
  getContainerConfiguration(getContainerConfigurationRequest) {
837
837
  return __awaiter(this, void 0, void 0, function* () {
@@ -894,7 +894,7 @@ class ArtifactsClient {
894
894
  * @param GetContainerImageRequest
895
895
  * @return GetContainerImageResponse
896
896
  * @throws OciError when an error occurs
897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
898
898
  */
899
899
  getContainerImage(getContainerImageRequest) {
900
900
  return __awaiter(this, void 0, void 0, function* () {
@@ -957,7 +957,7 @@ class ArtifactsClient {
957
957
  * @param GetContainerImageSignatureRequest
958
958
  * @return GetContainerImageSignatureResponse
959
959
  * @throws OciError when an error occurs
960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
961
961
  */
962
962
  getContainerImageSignature(getContainerImageSignatureRequest) {
963
963
  return __awaiter(this, void 0, void 0, function* () {
@@ -1020,7 +1020,7 @@ class ArtifactsClient {
1020
1020
  * @param GetContainerRepositoryRequest
1021
1021
  * @return GetContainerRepositoryResponse
1022
1022
  * @throws OciError when an error occurs
1023
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1024
1024
  */
1025
1025
  getContainerRepository(getContainerRepositoryRequest) {
1026
1026
  return __awaiter(this, void 0, void 0, function* () {
@@ -1083,7 +1083,7 @@ class ArtifactsClient {
1083
1083
  * @param GetGenericArtifactRequest
1084
1084
  * @return GetGenericArtifactResponse
1085
1085
  * @throws OciError when an error occurs
1086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1087
1087
  */
1088
1088
  getGenericArtifact(getGenericArtifactRequest) {
1089
1089
  return __awaiter(this, void 0, void 0, function* () {
@@ -1146,7 +1146,7 @@ class ArtifactsClient {
1146
1146
  * @param GetGenericArtifactByPathRequest
1147
1147
  * @return GetGenericArtifactByPathResponse
1148
1148
  * @throws OciError when an error occurs
1149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1150
1150
  */
1151
1151
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1152
1152
  return __awaiter(this, void 0, void 0, function* () {
@@ -1211,7 +1211,7 @@ class ArtifactsClient {
1211
1211
  * @param GetRepositoryRequest
1212
1212
  * @return GetRepositoryResponse
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.76.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1215
1215
  */
1216
1216
  getRepository(getRepositoryRequest) {
1217
1217
  return __awaiter(this, void 0, void 0, function* () {
@@ -1274,7 +1274,7 @@ class ArtifactsClient {
1274
1274
  * @param ListContainerImageSignaturesRequest
1275
1275
  * @return ListContainerImageSignaturesResponse
1276
1276
  * @throws OciError when an error occurs
1277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1278
1278
  */
1279
1279
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1280
1280
  return __awaiter(this, void 0, void 0, function* () {
@@ -1350,7 +1350,7 @@ class ArtifactsClient {
1350
1350
  * @param ListContainerImagesRequest
1351
1351
  * @return ListContainerImagesResponse
1352
1352
  * @throws OciError when an error occurs
1353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1354
1354
  */
1355
1355
  listContainerImages(listContainerImagesRequest) {
1356
1356
  return __awaiter(this, void 0, void 0, function* () {
@@ -1425,7 +1425,7 @@ class ArtifactsClient {
1425
1425
  * @param ListContainerRepositoriesRequest
1426
1426
  * @return ListContainerRepositoriesResponse
1427
1427
  * @throws OciError when an error occurs
1428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1429
1429
  */
1430
1430
  listContainerRepositories(listContainerRepositoriesRequest) {
1431
1431
  return __awaiter(this, void 0, void 0, function* () {
@@ -1497,7 +1497,7 @@ class ArtifactsClient {
1497
1497
  * @param ListGenericArtifactsRequest
1498
1498
  * @return ListGenericArtifactsResponse
1499
1499
  * @throws OciError when an error occurs
1500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1501
1501
  */
1502
1502
  listGenericArtifacts(listGenericArtifactsRequest) {
1503
1503
  return __awaiter(this, void 0, void 0, function* () {
@@ -1571,7 +1571,7 @@ class ArtifactsClient {
1571
1571
  * @param ListRepositoriesRequest
1572
1572
  * @return ListRepositoriesResponse
1573
1573
  * @throws OciError when an error occurs
1574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1575
1575
  */
1576
1576
  listRepositories(listRepositoriesRequest) {
1577
1577
  return __awaiter(this, void 0, void 0, function* () {
@@ -1642,7 +1642,7 @@ class ArtifactsClient {
1642
1642
  * @param RemoveContainerVersionRequest
1643
1643
  * @return RemoveContainerVersionResponse
1644
1644
  * @throws OciError when an error occurs
1645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1646
1646
  */
1647
1647
  removeContainerVersion(removeContainerVersionRequest) {
1648
1648
  return __awaiter(this, void 0, void 0, function* () {
@@ -1708,7 +1708,7 @@ class ArtifactsClient {
1708
1708
  * @param RestoreContainerImageRequest
1709
1709
  * @return RestoreContainerImageResponse
1710
1710
  * @throws OciError when an error occurs
1711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1712
1712
  */
1713
1713
  restoreContainerImage(restoreContainerImageRequest) {
1714
1714
  return __awaiter(this, void 0, void 0, function* () {
@@ -1774,7 +1774,7 @@ class ArtifactsClient {
1774
1774
  * @param UpdateContainerConfigurationRequest
1775
1775
  * @return UpdateContainerConfigurationResponse
1776
1776
  * @throws OciError when an error occurs
1777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1778
1778
  */
1779
1779
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1780
1780
  return __awaiter(this, void 0, void 0, function* () {
@@ -1839,7 +1839,7 @@ class ArtifactsClient {
1839
1839
  * @param UpdateContainerImageRequest
1840
1840
  * @return UpdateContainerImageResponse
1841
1841
  * @throws OciError when an error occurs
1842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1843
1843
  */
1844
1844
  updateContainerImage(updateContainerImageRequest) {
1845
1845
  return __awaiter(this, void 0, void 0, function* () {
@@ -1904,7 +1904,7 @@ class ArtifactsClient {
1904
1904
  * @param UpdateContainerImageSignatureRequest
1905
1905
  * @return UpdateContainerImageSignatureResponse
1906
1906
  * @throws OciError when an error occurs
1907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1908
1908
  */
1909
1909
  updateContainerImageSignature(updateContainerImageSignatureRequest) {
1910
1910
  return __awaiter(this, void 0, void 0, function* () {
@@ -1969,7 +1969,7 @@ class ArtifactsClient {
1969
1969
  * @param UpdateContainerRepositoryRequest
1970
1970
  * @return UpdateContainerRepositoryResponse
1971
1971
  * @throws OciError when an error occurs
1972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1973
1973
  */
1974
1974
  updateContainerRepository(updateContainerRepositoryRequest) {
1975
1975
  return __awaiter(this, void 0, void 0, function* () {
@@ -2034,7 +2034,7 @@ class ArtifactsClient {
2034
2034
  * @param UpdateGenericArtifactRequest
2035
2035
  * @return UpdateGenericArtifactResponse
2036
2036
  * @throws OciError when an error occurs
2037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2038
2038
  */
2039
2039
  updateGenericArtifact(updateGenericArtifactRequest) {
2040
2040
  return __awaiter(this, void 0, void 0, function* () {
@@ -2099,7 +2099,7 @@ class ArtifactsClient {
2099
2099
  * @param UpdateGenericArtifactByPathRequest
2100
2100
  * @return UpdateGenericArtifactByPathResponse
2101
2101
  * @throws OciError when an error occurs
2102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2103
2103
  */
2104
2104
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
2105
2105
  return __awaiter(this, void 0, void 0, function* () {
@@ -2166,7 +2166,7 @@ class ArtifactsClient {
2166
2166
  * @param UpdateRepositoryRequest
2167
2167
  * @return UpdateRepositoryResponse
2168
2168
  * @throws OciError when an error occurs
2169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2170
2170
  */
2171
2171
  updateRepository(updateRepositoryRequest) {
2172
2172
  return __awaiter(this, void 0, void 0, function* () {
@@ -9,7 +9,7 @@ Use this API to manage resources such as generic artifacts and container images.
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ Use this API to manage resources such as generic artifacts and container images.
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ Use this API to manage resources such as generic artifacts and container images.
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ Use this API to manage resources such as generic artifacts and container images.
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,7 +9,7 @@ Use this API to manage resources such as generic artifacts and container images.
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ Use this API to manage resources such as generic artifacts and container images.
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,7 +9,7 @@ Use this API to manage resources such as generic artifacts and container images.
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -23,35 +23,35 @@ export interface ContainerImageSignatureSummary {
23
23
  /**
24
24
  * The last 10 characters of the kmsKeyId, the last 10 characters of the kmsKeyVersionId, the signingAlgorithm, and the last 10 characters of the signatureId.
25
25
  * <p>
26
- Example: `wrmz22sixa::qdwyc2ptun::SHA_256_RSA_PKCS_PSS::2vwmobasva`
26
+ Example: {@code wrmz22sixa::qdwyc2ptun::SHA_256_RSA_PKCS_PSS::2vwmobasva}
27
27
  *
28
28
  */
29
29
  "displayName": string;
30
30
  /**
31
31
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image signature.
32
32
  * <p>
33
- Example: `ocid1.containerimagesignature.oc1..exampleuniqueID`
33
+ Example: {@code ocid1.containerimagesignature.oc1..exampleuniqueID}
34
34
  *
35
35
  */
36
36
  "id": string;
37
37
  /**
38
38
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image.
39
39
  * <p>
40
- Example: `ocid1.containerimage.oc1..exampleuniqueID`
40
+ Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
41
41
  *
42
42
  */
43
43
  "imageId": string;
44
44
  /**
45
45
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyId used to sign the container image.
46
46
  * <p>
47
- Example: `ocid1.key.oc1..exampleuniqueID`
47
+ Example: {@code ocid1.key.oc1..exampleuniqueID}
48
48
  *
49
49
  */
50
50
  "kmsKeyId": string;
51
51
  /**
52
52
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
53
53
  * <p>
54
- Example: `ocid1.keyversion.oc1..exampleuniqueID`
54
+ Example: {@code ocid1.keyversion.oc1..exampleuniqueID}
55
55
  *
56
56
  */
57
57
  "kmsKeyVersionId": string;
@@ -79,7 +79,7 @@ export interface ContainerImageSignatureSummary {
79
79
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
80
80
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
81
81
  * <p>
82
- Example: `{\"Department\": \"Finance\"}`
82
+ Example: {@code {\"Department\": \"Finance\"}}
83
83
  *
84
84
  */
85
85
  "freeformTags": {
@@ -89,7 +89,7 @@ export interface ContainerImageSignatureSummary {
89
89
  * Defined tags for this resource. Each key is predefined and scoped to a
90
90
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
91
91
  * <p>
92
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
92
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
93
93
  *
94
94
  */
95
95
  "definedTags": {
@@ -99,7 +99,7 @@ export interface ContainerImageSignatureSummary {
99
99
  };
100
100
  /**
101
101
  * The system tags for this resource. Each key is predefined and scoped to a namespace.
102
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
102
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
103
103
  *
104
104
  */
105
105
  "systemTags": {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ Use this API to manage resources such as generic artifacts and container images.
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -27,35 +27,35 @@ export interface ContainerImageSignature {
27
27
  /**
28
28
  * The last 10 characters of the kmsKeyId, the last 10 characters of the kmsKeyVersionId, the signingAlgorithm, and the last 10 characters of the signatureId.
29
29
  * <p>
30
- Example: `wrmz22sixa::qdwyc2ptun::SHA_256_RSA_PKCS_PSS::2vwmobasva`
30
+ Example: {@code wrmz22sixa::qdwyc2ptun::SHA_256_RSA_PKCS_PSS::2vwmobasva}
31
31
  *
32
32
  */
33
33
  "displayName": string;
34
34
  /**
35
35
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image signature.
36
36
  * <p>
37
- Example: `ocid1.containerimagesignature.oc1..exampleuniqueID`
37
+ Example: {@code ocid1.containerimagesignature.oc1..exampleuniqueID}
38
38
  *
39
39
  */
40
40
  "id": string;
41
41
  /**
42
42
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image.
43
43
  * <p>
44
- Example: `ocid1.containerimage.oc1..exampleuniqueID`
44
+ Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
45
45
  *
46
46
  */
47
47
  "imageId": string;
48
48
  /**
49
49
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyId used to sign the container image.
50
50
  * <p>
51
- Example: `ocid1.key.oc1..exampleuniqueID`
51
+ Example: {@code ocid1.key.oc1..exampleuniqueID}
52
52
  *
53
53
  */
54
54
  "kmsKeyId": string;
55
55
  /**
56
56
  * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
57
57
  * <p>
58
- Example: `ocid1.keyversion.oc1..exampleuniqueID`
58
+ Example: {@code ocid1.keyversion.oc1..exampleuniqueID}
59
59
  *
60
60
  */
61
61
  "kmsKeyVersionId": string;
@@ -83,7 +83,7 @@ export interface ContainerImageSignature {
83
83
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
84
84
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
85
85
  * <p>
86
- Example: `{\"Department\": \"Finance\"}`
86
+ Example: {@code {\"Department\": \"Finance\"}}
87
87
  *
88
88
  */
89
89
  "freeformTags": {
@@ -93,7 +93,7 @@ export interface ContainerImageSignature {
93
93
  * Defined tags for this resource. Each key is predefined and scoped to a
94
94
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
95
95
  * <p>
96
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
96
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
97
97
  *
98
98
  */
99
99
  "definedTags": {
@@ -103,7 +103,7 @@ export interface ContainerImageSignature {
103
103
  };
104
104
  /**
105
105
  * The system tags for this resource. Each key is predefined and scoped to a namespace.
106
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
106
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
107
107
  *
108
108
  */
109
109
  "systemTags": {
@@ -10,7 +10,7 @@ Use this API to manage resources such as generic artifacts and container images.
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });