oci-artifacts 2.24.0 → 2.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/index.d.ts +3 -3
  2. package/index.js +3 -3
  3. package/lib/artifacts-waiter.d.ts +3 -3
  4. package/lib/artifacts-waiter.js +3 -3
  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 +3 -3
  8. package/lib/model/change-container-repository-compartment-details.js +3 -3
  9. package/lib/model/change-repository-compartment-details.d.ts +3 -3
  10. package/lib/model/change-repository-compartment-details.js +3 -3
  11. package/lib/model/container-configuration.d.ts +3 -3
  12. package/lib/model/container-configuration.js +3 -3
  13. package/lib/model/container-image-collection.d.ts +3 -3
  14. package/lib/model/container-image-collection.js +3 -3
  15. package/lib/model/container-image-layer.d.ts +3 -3
  16. package/lib/model/container-image-layer.js +3 -3
  17. package/lib/model/container-image-signature-collection.d.ts +3 -3
  18. package/lib/model/container-image-signature-collection.js +3 -3
  19. package/lib/model/container-image-signature-summary.d.ts +3 -3
  20. package/lib/model/container-image-signature-summary.js +3 -3
  21. package/lib/model/container-image-signature.d.ts +3 -3
  22. package/lib/model/container-image-signature.js +3 -3
  23. package/lib/model/container-image-summary.d.ts +3 -3
  24. package/lib/model/container-image-summary.js +3 -3
  25. package/lib/model/container-image.d.ts +3 -3
  26. package/lib/model/container-image.js +3 -3
  27. package/lib/model/container-repository-collection.d.ts +3 -3
  28. package/lib/model/container-repository-collection.js +3 -3
  29. package/lib/model/container-repository-readme.d.ts +3 -3
  30. package/lib/model/container-repository-readme.js +3 -3
  31. package/lib/model/container-repository-summary.d.ts +3 -3
  32. package/lib/model/container-repository-summary.js +3 -3
  33. package/lib/model/container-repository.d.ts +3 -3
  34. package/lib/model/container-repository.js +3 -3
  35. package/lib/model/container-version.d.ts +3 -3
  36. package/lib/model/container-version.js +3 -3
  37. package/lib/model/create-container-image-signature-details.d.ts +3 -3
  38. package/lib/model/create-container-image-signature-details.js +3 -3
  39. package/lib/model/create-container-repository-details.d.ts +3 -3
  40. package/lib/model/create-container-repository-details.js +3 -3
  41. package/lib/model/create-generic-repository-details.d.ts +3 -3
  42. package/lib/model/create-generic-repository-details.js +3 -3
  43. package/lib/model/create-repository-details.d.ts +3 -3
  44. package/lib/model/create-repository-details.js +3 -3
  45. package/lib/model/generic-artifact-collection.d.ts +3 -3
  46. package/lib/model/generic-artifact-collection.js +3 -3
  47. package/lib/model/generic-artifact-summary.d.ts +3 -3
  48. package/lib/model/generic-artifact-summary.js +3 -3
  49. package/lib/model/generic-artifact.d.ts +3 -3
  50. package/lib/model/generic-artifact.js +3 -3
  51. package/lib/model/generic-repository-summary.d.ts +3 -3
  52. package/lib/model/generic-repository-summary.js +3 -3
  53. package/lib/model/generic-repository.d.ts +3 -3
  54. package/lib/model/generic-repository.js +3 -3
  55. package/lib/model/index.d.ts +3 -3
  56. package/lib/model/index.js +3 -3
  57. package/lib/model/remove-container-version-details.d.ts +3 -3
  58. package/lib/model/remove-container-version-details.js +3 -3
  59. package/lib/model/repository-collection.d.ts +3 -3
  60. package/lib/model/repository-collection.js +3 -3
  61. package/lib/model/repository-summary.d.ts +3 -3
  62. package/lib/model/repository-summary.js +3 -3
  63. package/lib/model/repository.d.ts +3 -3
  64. package/lib/model/repository.js +3 -3
  65. package/lib/model/restore-container-image-details.d.ts +3 -3
  66. package/lib/model/restore-container-image-details.js +3 -3
  67. package/lib/model/update-container-configuration-details.d.ts +3 -3
  68. package/lib/model/update-container-configuration-details.js +3 -3
  69. package/lib/model/update-container-repository-details.d.ts +3 -3
  70. package/lib/model/update-container-repository-details.js +3 -3
  71. package/lib/model/update-generic-artifact-by-path-details.d.ts +3 -3
  72. package/lib/model/update-generic-artifact-by-path-details.js +3 -3
  73. package/lib/model/update-generic-artifact-details.d.ts +3 -3
  74. package/lib/model/update-generic-artifact-details.js +3 -3
  75. package/lib/model/update-generic-repository-details.d.ts +3 -3
  76. package/lib/model/update-generic-repository-details.js +3 -3
  77. package/lib/model/update-repository-details.d.ts +3 -3
  78. package/lib/model/update-repository-details.js +3 -3
  79. package/lib/request/change-container-repository-compartment-request.d.ts +1 -1
  80. package/lib/request/change-repository-compartment-request.d.ts +1 -1
  81. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  82. package/lib/request/create-container-repository-request.d.ts +1 -1
  83. package/lib/request/create-repository-request.d.ts +1 -1
  84. package/lib/request/delete-container-image-request.d.ts +1 -1
  85. package/lib/request/delete-container-image-signature-request.d.ts +1 -1
  86. package/lib/request/delete-container-repository-request.d.ts +1 -1
  87. package/lib/request/delete-generic-artifact-by-path-request.d.ts +1 -1
  88. package/lib/request/delete-generic-artifact-request.d.ts +1 -1
  89. package/lib/request/delete-repository-request.d.ts +1 -1
  90. package/lib/request/get-container-configuration-request.d.ts +1 -1
  91. package/lib/request/get-container-image-request.d.ts +1 -1
  92. package/lib/request/get-container-image-signature-request.d.ts +1 -1
  93. package/lib/request/get-container-repository-request.d.ts +1 -1
  94. package/lib/request/get-generic-artifact-by-path-request.d.ts +1 -1
  95. package/lib/request/get-generic-artifact-request.d.ts +1 -1
  96. package/lib/request/get-repository-request.d.ts +1 -1
  97. package/lib/request/index.d.ts +3 -3
  98. package/lib/request/index.js +3 -3
  99. package/lib/request/list-container-image-signatures-request.d.ts +1 -1
  100. package/lib/request/list-container-images-request.d.ts +1 -1
  101. package/lib/request/list-container-repositories-request.d.ts +1 -1
  102. package/lib/request/list-generic-artifacts-request.d.ts +1 -1
  103. package/lib/request/list-repositories-request.d.ts +1 -1
  104. package/lib/request/remove-container-version-request.d.ts +1 -1
  105. package/lib/request/restore-container-image-request.d.ts +1 -1
  106. package/lib/request/update-container-configuration-request.d.ts +1 -1
  107. package/lib/request/update-container-repository-request.d.ts +1 -1
  108. package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
  109. package/lib/request/update-generic-artifact-request.d.ts +1 -1
  110. package/lib/request/update-repository-request.d.ts +1 -1
  111. package/lib/response/index.d.ts +3 -3
  112. package/lib/response/index.js +3 -3
  113. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * Container Images API
3
- * API covering the [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
- Use this API to manage resources such as container images and repositories.
2
+ * Artifacts and Container Images API
3
+ * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
7
7
  *
package/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
- * Container Images API
4
- * API covering the [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
- Use this API to manage resources such as container images and repositories.
3
+ * Artifacts and Container Images API
4
+ * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
+ Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
- * Container Images API
3
- * API covering the [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
- Use this API to manage resources such as container images and repositories.
2
+ * Artifacts and Container Images API
3
+ * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
7
7
  *
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
- * Container Images API
4
- * API covering the [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
- Use this API to manage resources such as container images and repositories.
3
+ * Artifacts and Container Images API
4
+ * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
+ Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
8
8
  *
package/lib/client.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * Container Images API
3
- * API covering the [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
- Use this API to manage resources such as container images and repositories.
2
+ * Artifacts and Container Images API
3
+ * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
7
7
  *
@@ -79,7 +79,7 @@ export declare class ArtifactsClient {
79
79
  * @param ChangeContainerRepositoryCompartmentRequest
80
80
  * @return ChangeContainerRepositoryCompartmentResponse
81
81
  * @throws OciError when an error occurs
82
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
83
83
  */
84
84
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest: requests.ChangeContainerRepositoryCompartmentRequest): Promise<responses.ChangeContainerRepositoryCompartmentResponse>;
85
85
  /**
@@ -91,7 +91,7 @@ export declare class ArtifactsClient {
91
91
  * @param ChangeRepositoryCompartmentRequest
92
92
  * @return ChangeRepositoryCompartmentResponse
93
93
  * @throws OciError when an error occurs
94
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
95
95
  */
96
96
  changeRepositoryCompartment(changeRepositoryCompartmentRequest: requests.ChangeRepositoryCompartmentRequest): Promise<responses.ChangeRepositoryCompartmentResponse>;
97
97
  /**
@@ -100,7 +100,7 @@ export declare class ArtifactsClient {
100
100
  * @param CreateContainerImageSignatureRequest
101
101
  * @return CreateContainerImageSignatureResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
104
104
  */
105
105
  createContainerImageSignature(createContainerImageSignatureRequest: requests.CreateContainerImageSignatureRequest): Promise<responses.CreateContainerImageSignatureResponse>;
106
106
  /**
@@ -109,7 +109,7 @@ export declare class ArtifactsClient {
109
109
  * @param CreateContainerRepositoryRequest
110
110
  * @return CreateContainerRepositoryResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
113
113
  */
114
114
  createContainerRepository(createContainerRepositoryRequest: requests.CreateContainerRepositoryRequest): Promise<responses.CreateContainerRepositoryResponse>;
115
115
  /**
@@ -118,7 +118,7 @@ export declare class ArtifactsClient {
118
118
  * @param CreateRepositoryRequest
119
119
  * @return CreateRepositoryResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
122
122
  */
123
123
  createRepository(createRepositoryRequest: requests.CreateRepositoryRequest): Promise<responses.CreateRepositoryResponse>;
124
124
  /**
@@ -127,7 +127,7 @@ export declare class ArtifactsClient {
127
127
  * @param DeleteContainerImageRequest
128
128
  * @return DeleteContainerImageResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
131
131
  */
132
132
  deleteContainerImage(deleteContainerImageRequest: requests.DeleteContainerImageRequest): Promise<responses.DeleteContainerImageResponse>;
133
133
  /**
@@ -136,7 +136,7 @@ export declare class ArtifactsClient {
136
136
  * @param DeleteContainerImageSignatureRequest
137
137
  * @return DeleteContainerImageSignatureResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
140
140
  */
141
141
  deleteContainerImageSignature(deleteContainerImageSignatureRequest: requests.DeleteContainerImageSignatureRequest): Promise<responses.DeleteContainerImageSignatureResponse>;
142
142
  /**
@@ -145,7 +145,7 @@ export declare class ArtifactsClient {
145
145
  * @param DeleteContainerRepositoryRequest
146
146
  * @return DeleteContainerRepositoryResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
149
149
  */
150
150
  deleteContainerRepository(deleteContainerRepositoryRequest: requests.DeleteContainerRepositoryRequest): Promise<responses.DeleteContainerRepositoryResponse>;
151
151
  /**
@@ -154,7 +154,7 @@ export declare class ArtifactsClient {
154
154
  * @param DeleteGenericArtifactRequest
155
155
  * @return DeleteGenericArtifactResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
158
158
  */
159
159
  deleteGenericArtifact(deleteGenericArtifactRequest: requests.DeleteGenericArtifactRequest): Promise<responses.DeleteGenericArtifactResponse>;
160
160
  /**
@@ -163,7 +163,7 @@ export declare class ArtifactsClient {
163
163
  * @param DeleteGenericArtifactByPathRequest
164
164
  * @return DeleteGenericArtifactByPathResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
167
167
  */
168
168
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest: requests.DeleteGenericArtifactByPathRequest): Promise<responses.DeleteGenericArtifactByPathResponse>;
169
169
  /**
@@ -172,7 +172,7 @@ export declare class ArtifactsClient {
172
172
  * @param DeleteRepositoryRequest
173
173
  * @return DeleteRepositoryResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
176
176
  */
177
177
  deleteRepository(deleteRepositoryRequest: requests.DeleteRepositoryRequest): Promise<responses.DeleteRepositoryResponse>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare class ArtifactsClient {
181
181
  * @param GetContainerConfigurationRequest
182
182
  * @return GetContainerConfigurationResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
185
185
  */
186
186
  getContainerConfiguration(getContainerConfigurationRequest: requests.GetContainerConfigurationRequest): Promise<responses.GetContainerConfigurationResponse>;
187
187
  /**
@@ -190,7 +190,7 @@ export declare class ArtifactsClient {
190
190
  * @param GetContainerImageRequest
191
191
  * @return GetContainerImageResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
194
194
  */
195
195
  getContainerImage(getContainerImageRequest: requests.GetContainerImageRequest): Promise<responses.GetContainerImageResponse>;
196
196
  /**
@@ -199,7 +199,7 @@ export declare class ArtifactsClient {
199
199
  * @param GetContainerImageSignatureRequest
200
200
  * @return GetContainerImageSignatureResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
203
203
  */
204
204
  getContainerImageSignature(getContainerImageSignatureRequest: requests.GetContainerImageSignatureRequest): Promise<responses.GetContainerImageSignatureResponse>;
205
205
  /**
@@ -208,7 +208,7 @@ export declare class ArtifactsClient {
208
208
  * @param GetContainerRepositoryRequest
209
209
  * @return GetContainerRepositoryResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
212
212
  */
213
213
  getContainerRepository(getContainerRepositoryRequest: requests.GetContainerRepositoryRequest): Promise<responses.GetContainerRepositoryResponse>;
214
214
  /**
@@ -217,7 +217,7 @@ export declare class ArtifactsClient {
217
217
  * @param GetGenericArtifactRequest
218
218
  * @return GetGenericArtifactResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
221
221
  */
222
222
  getGenericArtifact(getGenericArtifactRequest: requests.GetGenericArtifactRequest): Promise<responses.GetGenericArtifactResponse>;
223
223
  /**
@@ -226,7 +226,7 @@ export declare class ArtifactsClient {
226
226
  * @param GetGenericArtifactByPathRequest
227
227
  * @return GetGenericArtifactByPathResponse
228
228
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
230
230
  */
231
231
  getGenericArtifactByPath(getGenericArtifactByPathRequest: requests.GetGenericArtifactByPathRequest): Promise<responses.GetGenericArtifactByPathResponse>;
232
232
  /**
@@ -235,7 +235,7 @@ export declare class ArtifactsClient {
235
235
  * @param GetRepositoryRequest
236
236
  * @return GetRepositoryResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
239
239
  */
240
240
  getRepository(getRepositoryRequest: requests.GetRepositoryRequest): Promise<responses.GetRepositoryResponse>;
241
241
  /**
@@ -244,7 +244,7 @@ export declare class ArtifactsClient {
244
244
  * @param ListContainerImageSignaturesRequest
245
245
  * @return ListContainerImageSignaturesResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
248
248
  */
249
249
  listContainerImageSignatures(listContainerImageSignaturesRequest: requests.ListContainerImageSignaturesRequest): Promise<responses.ListContainerImageSignaturesResponse>;
250
250
  /**
@@ -253,7 +253,7 @@ export declare class ArtifactsClient {
253
253
  * @param ListContainerImagesRequest
254
254
  * @return ListContainerImagesResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
257
257
  */
258
258
  listContainerImages(listContainerImagesRequest: requests.ListContainerImagesRequest): Promise<responses.ListContainerImagesResponse>;
259
259
  /**
@@ -262,7 +262,7 @@ export declare class ArtifactsClient {
262
262
  * @param ListContainerRepositoriesRequest
263
263
  * @return ListContainerRepositoriesResponse
264
264
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
266
266
  */
267
267
  listContainerRepositories(listContainerRepositoriesRequest: requests.ListContainerRepositoriesRequest): Promise<responses.ListContainerRepositoriesResponse>;
268
268
  /**
@@ -271,7 +271,7 @@ export declare class ArtifactsClient {
271
271
  * @param ListGenericArtifactsRequest
272
272
  * @return ListGenericArtifactsResponse
273
273
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
275
275
  */
276
276
  listGenericArtifacts(listGenericArtifactsRequest: requests.ListGenericArtifactsRequest): Promise<responses.ListGenericArtifactsResponse>;
277
277
  /**
@@ -280,7 +280,7 @@ export declare class ArtifactsClient {
280
280
  * @param ListRepositoriesRequest
281
281
  * @return ListRepositoriesResponse
282
282
  * @throws OciError when an error occurs
283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
284
284
  */
285
285
  listRepositories(listRepositoriesRequest: requests.ListRepositoriesRequest): Promise<responses.ListRepositoriesResponse>;
286
286
  /**
@@ -289,7 +289,7 @@ export declare class ArtifactsClient {
289
289
  * @param RemoveContainerVersionRequest
290
290
  * @return RemoveContainerVersionResponse
291
291
  * @throws OciError when an error occurs
292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
293
293
  */
294
294
  removeContainerVersion(removeContainerVersionRequest: requests.RemoveContainerVersionRequest): Promise<responses.RemoveContainerVersionResponse>;
295
295
  /**
@@ -298,7 +298,7 @@ export declare class ArtifactsClient {
298
298
  * @param RestoreContainerImageRequest
299
299
  * @return RestoreContainerImageResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
302
302
  */
303
303
  restoreContainerImage(restoreContainerImageRequest: requests.RestoreContainerImageRequest): Promise<responses.RestoreContainerImageResponse>;
304
304
  /**
@@ -307,7 +307,7 @@ export declare class ArtifactsClient {
307
307
  * @param UpdateContainerConfigurationRequest
308
308
  * @return UpdateContainerConfigurationResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
311
311
  */
312
312
  updateContainerConfiguration(updateContainerConfigurationRequest: requests.UpdateContainerConfigurationRequest): Promise<responses.UpdateContainerConfigurationResponse>;
313
313
  /**
@@ -316,7 +316,7 @@ export declare class ArtifactsClient {
316
316
  * @param UpdateContainerRepositoryRequest
317
317
  * @return UpdateContainerRepositoryResponse
318
318
  * @throws OciError when an error occurs
319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
320
320
  */
321
321
  updateContainerRepository(updateContainerRepositoryRequest: requests.UpdateContainerRepositoryRequest): Promise<responses.UpdateContainerRepositoryResponse>;
322
322
  /**
@@ -325,7 +325,7 @@ export declare class ArtifactsClient {
325
325
  * @param UpdateGenericArtifactRequest
326
326
  * @return UpdateGenericArtifactResponse
327
327
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
329
329
  */
330
330
  updateGenericArtifact(updateGenericArtifactRequest: requests.UpdateGenericArtifactRequest): Promise<responses.UpdateGenericArtifactResponse>;
331
331
  /**
@@ -334,7 +334,7 @@ export declare class ArtifactsClient {
334
334
  * @param UpdateGenericArtifactByPathRequest
335
335
  * @return UpdateGenericArtifactByPathResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
338
338
  */
339
339
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest: requests.UpdateGenericArtifactByPathRequest): Promise<responses.UpdateGenericArtifactByPathResponse>;
340
340
  /**
@@ -343,7 +343,7 @@ export declare class ArtifactsClient {
343
343
  * @param UpdateRepositoryRequest
344
344
  * @return UpdateRepositoryResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
347
347
  */
348
348
  updateRepository(updateRepositoryRequest: requests.UpdateRepositoryRequest): Promise<responses.UpdateRepositoryResponse>;
349
349
  }
package/lib/client.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
- * Container Images API
4
- * API covering the [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
- Use this API to manage resources such as container images and repositories.
3
+ * Artifacts and Container Images API
4
+ * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
+ Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
8
8
  *
@@ -160,7 +160,7 @@ class ArtifactsClient {
160
160
  * @param ChangeContainerRepositoryCompartmentRequest
161
161
  * @return ChangeContainerRepositoryCompartmentResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
164
164
  */
165
165
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
166
166
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +218,7 @@ class ArtifactsClient {
218
218
  * @param ChangeRepositoryCompartmentRequest
219
219
  * @return ChangeRepositoryCompartmentResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
222
222
  */
223
223
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -273,7 +273,7 @@ class ArtifactsClient {
273
273
  * @param CreateContainerImageSignatureRequest
274
274
  * @return CreateContainerImageSignatureResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
277
277
  */
278
278
  createContainerImageSignature(createContainerImageSignatureRequest) {
279
279
  return __awaiter(this, void 0, void 0, function* () {
@@ -335,7 +335,7 @@ class ArtifactsClient {
335
335
  * @param CreateContainerRepositoryRequest
336
336
  * @return CreateContainerRepositoryResponse
337
337
  * @throws OciError when an error occurs
338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
339
339
  */
340
340
  createContainerRepository(createContainerRepositoryRequest) {
341
341
  return __awaiter(this, void 0, void 0, function* () {
@@ -396,7 +396,7 @@ class ArtifactsClient {
396
396
  * @param CreateRepositoryRequest
397
397
  * @return CreateRepositoryResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
400
400
  */
401
401
  createRepository(createRepositoryRequest) {
402
402
  return __awaiter(this, void 0, void 0, function* () {
@@ -457,7 +457,7 @@ class ArtifactsClient {
457
457
  * @param DeleteContainerImageRequest
458
458
  * @return DeleteContainerImageResponse
459
459
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
461
461
  */
462
462
  deleteContainerImage(deleteContainerImageRequest) {
463
463
  return __awaiter(this, void 0, void 0, function* () {
@@ -510,7 +510,7 @@ class ArtifactsClient {
510
510
  * @param DeleteContainerImageSignatureRequest
511
511
  * @return DeleteContainerImageSignatureResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
514
514
  */
515
515
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
516
516
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +563,7 @@ class ArtifactsClient {
563
563
  * @param DeleteContainerRepositoryRequest
564
564
  * @return DeleteContainerRepositoryResponse
565
565
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
567
567
  */
568
568
  deleteContainerRepository(deleteContainerRepositoryRequest) {
569
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -616,7 +616,7 @@ class ArtifactsClient {
616
616
  * @param DeleteGenericArtifactRequest
617
617
  * @return DeleteGenericArtifactResponse
618
618
  * @throws OciError when an error occurs
619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
620
620
  */
621
621
  deleteGenericArtifact(deleteGenericArtifactRequest) {
622
622
  return __awaiter(this, void 0, void 0, function* () {
@@ -669,7 +669,7 @@ class ArtifactsClient {
669
669
  * @param DeleteGenericArtifactByPathRequest
670
670
  * @return DeleteGenericArtifactByPathResponse
671
671
  * @throws OciError when an error occurs
672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
673
673
  */
674
674
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
675
675
  return __awaiter(this, void 0, void 0, function* () {
@@ -724,7 +724,7 @@ class ArtifactsClient {
724
724
  * @param DeleteRepositoryRequest
725
725
  * @return DeleteRepositoryResponse
726
726
  * @throws OciError when an error occurs
727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
727
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
728
728
  */
729
729
  deleteRepository(deleteRepositoryRequest) {
730
730
  return __awaiter(this, void 0, void 0, function* () {
@@ -777,7 +777,7 @@ class ArtifactsClient {
777
777
  * @param GetContainerConfigurationRequest
778
778
  * @return GetContainerConfigurationResponse
779
779
  * @throws OciError when an error occurs
780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
781
781
  */
782
782
  getContainerConfiguration(getContainerConfigurationRequest) {
783
783
  return __awaiter(this, void 0, void 0, function* () {
@@ -838,7 +838,7 @@ class ArtifactsClient {
838
838
  * @param GetContainerImageRequest
839
839
  * @return GetContainerImageResponse
840
840
  * @throws OciError when an error occurs
841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
842
842
  */
843
843
  getContainerImage(getContainerImageRequest) {
844
844
  return __awaiter(this, void 0, void 0, function* () {
@@ -899,7 +899,7 @@ class ArtifactsClient {
899
899
  * @param GetContainerImageSignatureRequest
900
900
  * @return GetContainerImageSignatureResponse
901
901
  * @throws OciError when an error occurs
902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
903
903
  */
904
904
  getContainerImageSignature(getContainerImageSignatureRequest) {
905
905
  return __awaiter(this, void 0, void 0, function* () {
@@ -960,7 +960,7 @@ class ArtifactsClient {
960
960
  * @param GetContainerRepositoryRequest
961
961
  * @return GetContainerRepositoryResponse
962
962
  * @throws OciError when an error occurs
963
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
963
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
964
964
  */
965
965
  getContainerRepository(getContainerRepositoryRequest) {
966
966
  return __awaiter(this, void 0, void 0, function* () {
@@ -1021,7 +1021,7 @@ class ArtifactsClient {
1021
1021
  * @param GetGenericArtifactRequest
1022
1022
  * @return GetGenericArtifactResponse
1023
1023
  * @throws OciError when an error occurs
1024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1024
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1025
1025
  */
1026
1026
  getGenericArtifact(getGenericArtifactRequest) {
1027
1027
  return __awaiter(this, void 0, void 0, function* () {
@@ -1082,7 +1082,7 @@ class ArtifactsClient {
1082
1082
  * @param GetGenericArtifactByPathRequest
1083
1083
  * @return GetGenericArtifactByPathResponse
1084
1084
  * @throws OciError when an error occurs
1085
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1085
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1086
1086
  */
1087
1087
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1088
1088
  return __awaiter(this, void 0, void 0, function* () {
@@ -1145,7 +1145,7 @@ class ArtifactsClient {
1145
1145
  * @param GetRepositoryRequest
1146
1146
  * @return GetRepositoryResponse
1147
1147
  * @throws OciError when an error occurs
1148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1149
1149
  */
1150
1150
  getRepository(getRepositoryRequest) {
1151
1151
  return __awaiter(this, void 0, void 0, function* () {
@@ -1206,7 +1206,7 @@ class ArtifactsClient {
1206
1206
  * @param ListContainerImageSignaturesRequest
1207
1207
  * @return ListContainerImageSignaturesResponse
1208
1208
  * @throws OciError when an error occurs
1209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1210
1210
  */
1211
1211
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1212
1212
  return __awaiter(this, void 0, void 0, function* () {
@@ -1280,7 +1280,7 @@ class ArtifactsClient {
1280
1280
  * @param ListContainerImagesRequest
1281
1281
  * @return ListContainerImagesResponse
1282
1282
  * @throws OciError when an error occurs
1283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1284
1284
  */
1285
1285
  listContainerImages(listContainerImagesRequest) {
1286
1286
  return __awaiter(this, void 0, void 0, function* () {
@@ -1353,7 +1353,7 @@ class ArtifactsClient {
1353
1353
  * @param ListContainerRepositoriesRequest
1354
1354
  * @return ListContainerRepositoriesResponse
1355
1355
  * @throws OciError when an error occurs
1356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1357
1357
  */
1358
1358
  listContainerRepositories(listContainerRepositoriesRequest) {
1359
1359
  return __awaiter(this, void 0, void 0, function* () {
@@ -1423,7 +1423,7 @@ class ArtifactsClient {
1423
1423
  * @param ListGenericArtifactsRequest
1424
1424
  * @return ListGenericArtifactsResponse
1425
1425
  * @throws OciError when an error occurs
1426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1427
1427
  */
1428
1428
  listGenericArtifacts(listGenericArtifactsRequest) {
1429
1429
  return __awaiter(this, void 0, void 0, function* () {
@@ -1495,7 +1495,7 @@ class ArtifactsClient {
1495
1495
  * @param ListRepositoriesRequest
1496
1496
  * @return ListRepositoriesResponse
1497
1497
  * @throws OciError when an error occurs
1498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1499
1499
  */
1500
1500
  listRepositories(listRepositoriesRequest) {
1501
1501
  return __awaiter(this, void 0, void 0, function* () {
@@ -1564,7 +1564,7 @@ class ArtifactsClient {
1564
1564
  * @param RemoveContainerVersionRequest
1565
1565
  * @return RemoveContainerVersionResponse
1566
1566
  * @throws OciError when an error occurs
1567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1568
1568
  */
1569
1569
  removeContainerVersion(removeContainerVersionRequest) {
1570
1570
  return __awaiter(this, void 0, void 0, function* () {
@@ -1628,7 +1628,7 @@ class ArtifactsClient {
1628
1628
  * @param RestoreContainerImageRequest
1629
1629
  * @return RestoreContainerImageResponse
1630
1630
  * @throws OciError when an error occurs
1631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1632
1632
  */
1633
1633
  restoreContainerImage(restoreContainerImageRequest) {
1634
1634
  return __awaiter(this, void 0, void 0, function* () {
@@ -1692,7 +1692,7 @@ class ArtifactsClient {
1692
1692
  * @param UpdateContainerConfigurationRequest
1693
1693
  * @return UpdateContainerConfigurationResponse
1694
1694
  * @throws OciError when an error occurs
1695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1696
1696
  */
1697
1697
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1698
1698
  return __awaiter(this, void 0, void 0, function* () {
@@ -1755,7 +1755,7 @@ class ArtifactsClient {
1755
1755
  * @param UpdateContainerRepositoryRequest
1756
1756
  * @return UpdateContainerRepositoryResponse
1757
1757
  * @throws OciError when an error occurs
1758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1759
1759
  */
1760
1760
  updateContainerRepository(updateContainerRepositoryRequest) {
1761
1761
  return __awaiter(this, void 0, void 0, function* () {
@@ -1818,7 +1818,7 @@ class ArtifactsClient {
1818
1818
  * @param UpdateGenericArtifactRequest
1819
1819
  * @return UpdateGenericArtifactResponse
1820
1820
  * @throws OciError when an error occurs
1821
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
1821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
1822
1822
  */
1823
1823
  updateGenericArtifact(updateGenericArtifactRequest) {
1824
1824
  return __awaiter(this, void 0, void 0, function* () {
@@ -1881,7 +1881,7 @@ class ArtifactsClient {
1881
1881
  * @param UpdateGenericArtifactByPathRequest
1882
1882
  * @return UpdateGenericArtifactByPathResponse
1883
1883
  * @throws OciError when an error occurs
1884
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
1884
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
1885
1885
  */
1886
1886
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
1887
1887
  return __awaiter(this, void 0, void 0, function* () {
@@ -1946,7 +1946,7 @@ class ArtifactsClient {
1946
1946
  * @param UpdateRepositoryRequest
1947
1947
  * @return UpdateRepositoryResponse
1948
1948
  * @throws OciError when an error occurs
1949
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
1949
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
1950
1950
  */
1951
1951
  updateRepository(updateRepositoryRequest) {
1952
1952
  return __awaiter(this, void 0, void 0, function* () {
@@ -1,7 +1,7 @@
1
1
  /**
2
- * Container Images API
3
- * API covering the [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
- Use this API to manage resources such as container images and repositories.
2
+ * Artifacts and Container Images API
3
+ * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
7
7
  *