oci-artifacts 2.75.0 → 2.76.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 (36) hide show
  1. package/lib/client.d.ts +32 -32
  2. package/lib/client.js +36 -32
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-container-repository-compartment-request.d.ts +1 -1
  5. package/lib/request/change-repository-compartment-request.d.ts +1 -1
  6. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  7. package/lib/request/create-container-repository-request.d.ts +1 -1
  8. package/lib/request/create-repository-request.d.ts +1 -1
  9. package/lib/request/delete-container-image-request.d.ts +1 -1
  10. package/lib/request/delete-container-image-signature-request.d.ts +1 -1
  11. package/lib/request/delete-container-repository-request.d.ts +1 -1
  12. package/lib/request/delete-generic-artifact-by-path-request.d.ts +1 -1
  13. package/lib/request/delete-generic-artifact-request.d.ts +1 -1
  14. package/lib/request/delete-repository-request.d.ts +1 -1
  15. package/lib/request/get-container-configuration-request.d.ts +1 -1
  16. package/lib/request/get-container-image-request.d.ts +1 -1
  17. package/lib/request/get-container-image-signature-request.d.ts +1 -1
  18. package/lib/request/get-container-repository-request.d.ts +1 -1
  19. package/lib/request/get-generic-artifact-by-path-request.d.ts +1 -1
  20. package/lib/request/get-generic-artifact-request.d.ts +1 -1
  21. package/lib/request/get-repository-request.d.ts +1 -1
  22. package/lib/request/list-container-image-signatures-request.d.ts +1 -1
  23. package/lib/request/list-container-images-request.d.ts +1 -1
  24. package/lib/request/list-container-repositories-request.d.ts +1 -1
  25. package/lib/request/list-generic-artifacts-request.d.ts +1 -1
  26. package/lib/request/list-repositories-request.d.ts +1 -1
  27. package/lib/request/remove-container-version-request.d.ts +1 -1
  28. package/lib/request/restore-container-image-request.d.ts +1 -1
  29. package/lib/request/update-container-configuration-request.d.ts +1 -1
  30. package/lib/request/update-container-image-request.d.ts +1 -1
  31. package/lib/request/update-container-image-signature-request.d.ts +1 -1
  32. package/lib/request/update-container-repository-request.d.ts +1 -1
  33. package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
  34. package/lib/request/update-generic-artifact-request.d.ts +1 -1
  35. package/lib/request/update-repository-request.d.ts +1 -1
  36. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -91,7 +91,7 @@ export declare class ArtifactsClient {
91
91
  * @param ChangeContainerRepositoryCompartmentRequest
92
92
  * @return ChangeContainerRepositoryCompartmentResponse
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.75.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
94
+ * @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.
95
95
  */
96
96
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest: requests.ChangeContainerRepositoryCompartmentRequest): Promise<responses.ChangeContainerRepositoryCompartmentResponse>;
97
97
  /**
@@ -103,7 +103,7 @@ export declare class ArtifactsClient {
103
103
  * @param ChangeRepositoryCompartmentRequest
104
104
  * @return ChangeRepositoryCompartmentResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
106
+ * @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.
107
107
  */
108
108
  changeRepositoryCompartment(changeRepositoryCompartmentRequest: requests.ChangeRepositoryCompartmentRequest): Promise<responses.ChangeRepositoryCompartmentResponse>;
109
109
  /**
@@ -112,7 +112,7 @@ export declare class ArtifactsClient {
112
112
  * @param CreateContainerImageSignatureRequest
113
113
  * @return CreateContainerImageSignatureResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
115
+ * @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.
116
116
  */
117
117
  createContainerImageSignature(createContainerImageSignatureRequest: requests.CreateContainerImageSignatureRequest): Promise<responses.CreateContainerImageSignatureResponse>;
118
118
  /**
@@ -121,7 +121,7 @@ export declare class ArtifactsClient {
121
121
  * @param CreateContainerRepositoryRequest
122
122
  * @return CreateContainerRepositoryResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
124
+ * @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.
125
125
  */
126
126
  createContainerRepository(createContainerRepositoryRequest: requests.CreateContainerRepositoryRequest): Promise<responses.CreateContainerRepositoryResponse>;
127
127
  /**
@@ -130,7 +130,7 @@ export declare class ArtifactsClient {
130
130
  * @param CreateRepositoryRequest
131
131
  * @return CreateRepositoryResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
133
+ * @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.
134
134
  */
135
135
  createRepository(createRepositoryRequest: requests.CreateRepositoryRequest): Promise<responses.CreateRepositoryResponse>;
136
136
  /**
@@ -139,7 +139,7 @@ export declare class ArtifactsClient {
139
139
  * @param DeleteContainerImageRequest
140
140
  * @return DeleteContainerImageResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
142
+ * @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.
143
143
  */
144
144
  deleteContainerImage(deleteContainerImageRequest: requests.DeleteContainerImageRequest): Promise<responses.DeleteContainerImageResponse>;
145
145
  /**
@@ -148,7 +148,7 @@ export declare class ArtifactsClient {
148
148
  * @param DeleteContainerImageSignatureRequest
149
149
  * @return DeleteContainerImageSignatureResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
151
+ * @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.
152
152
  */
153
153
  deleteContainerImageSignature(deleteContainerImageSignatureRequest: requests.DeleteContainerImageSignatureRequest): Promise<responses.DeleteContainerImageSignatureResponse>;
154
154
  /**
@@ -157,7 +157,7 @@ export declare class ArtifactsClient {
157
157
  * @param DeleteContainerRepositoryRequest
158
158
  * @return DeleteContainerRepositoryResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
160
+ * @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.
161
161
  */
162
162
  deleteContainerRepository(deleteContainerRepositoryRequest: requests.DeleteContainerRepositoryRequest): Promise<responses.DeleteContainerRepositoryResponse>;
163
163
  /**
@@ -166,7 +166,7 @@ export declare class ArtifactsClient {
166
166
  * @param DeleteGenericArtifactRequest
167
167
  * @return DeleteGenericArtifactResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
169
+ * @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.
170
170
  */
171
171
  deleteGenericArtifact(deleteGenericArtifactRequest: requests.DeleteGenericArtifactRequest): Promise<responses.DeleteGenericArtifactResponse>;
172
172
  /**
@@ -175,7 +175,7 @@ export declare class ArtifactsClient {
175
175
  * @param DeleteGenericArtifactByPathRequest
176
176
  * @return DeleteGenericArtifactByPathResponse
177
177
  * @throws OciError when an error occurs
178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
178
+ * @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.
179
179
  */
180
180
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest: requests.DeleteGenericArtifactByPathRequest): Promise<responses.DeleteGenericArtifactByPathResponse>;
181
181
  /**
@@ -184,7 +184,7 @@ export declare class ArtifactsClient {
184
184
  * @param DeleteRepositoryRequest
185
185
  * @return DeleteRepositoryResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
187
+ * @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.
188
188
  */
189
189
  deleteRepository(deleteRepositoryRequest: requests.DeleteRepositoryRequest): Promise<responses.DeleteRepositoryResponse>;
190
190
  /**
@@ -193,7 +193,7 @@ export declare class ArtifactsClient {
193
193
  * @param GetContainerConfigurationRequest
194
194
  * @return GetContainerConfigurationResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
196
+ * @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.
197
197
  */
198
198
  getContainerConfiguration(getContainerConfigurationRequest: requests.GetContainerConfigurationRequest): Promise<responses.GetContainerConfigurationResponse>;
199
199
  /**
@@ -202,7 +202,7 @@ export declare class ArtifactsClient {
202
202
  * @param GetContainerImageRequest
203
203
  * @return GetContainerImageResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
205
+ * @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.
206
206
  */
207
207
  getContainerImage(getContainerImageRequest: requests.GetContainerImageRequest): Promise<responses.GetContainerImageResponse>;
208
208
  /**
@@ -211,7 +211,7 @@ export declare class ArtifactsClient {
211
211
  * @param GetContainerImageSignatureRequest
212
212
  * @return GetContainerImageSignatureResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
214
+ * @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.
215
215
  */
216
216
  getContainerImageSignature(getContainerImageSignatureRequest: requests.GetContainerImageSignatureRequest): Promise<responses.GetContainerImageSignatureResponse>;
217
217
  /**
@@ -220,7 +220,7 @@ export declare class ArtifactsClient {
220
220
  * @param GetContainerRepositoryRequest
221
221
  * @return GetContainerRepositoryResponse
222
222
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
223
+ * @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.
224
224
  */
225
225
  getContainerRepository(getContainerRepositoryRequest: requests.GetContainerRepositoryRequest): Promise<responses.GetContainerRepositoryResponse>;
226
226
  /**
@@ -229,7 +229,7 @@ export declare class ArtifactsClient {
229
229
  * @param GetGenericArtifactRequest
230
230
  * @return GetGenericArtifactResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
232
+ * @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.
233
233
  */
234
234
  getGenericArtifact(getGenericArtifactRequest: requests.GetGenericArtifactRequest): Promise<responses.GetGenericArtifactResponse>;
235
235
  /**
@@ -238,7 +238,7 @@ export declare class ArtifactsClient {
238
238
  * @param GetGenericArtifactByPathRequest
239
239
  * @return GetGenericArtifactByPathResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
241
+ * @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.
242
242
  */
243
243
  getGenericArtifactByPath(getGenericArtifactByPathRequest: requests.GetGenericArtifactByPathRequest): Promise<responses.GetGenericArtifactByPathResponse>;
244
244
  /**
@@ -247,7 +247,7 @@ export declare class ArtifactsClient {
247
247
  * @param GetRepositoryRequest
248
248
  * @return GetRepositoryResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
250
+ * @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.
251
251
  */
252
252
  getRepository(getRepositoryRequest: requests.GetRepositoryRequest): Promise<responses.GetRepositoryResponse>;
253
253
  /**
@@ -256,7 +256,7 @@ export declare class ArtifactsClient {
256
256
  * @param ListContainerImageSignaturesRequest
257
257
  * @return ListContainerImageSignaturesResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
259
+ * @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.
260
260
  */
261
261
  listContainerImageSignatures(listContainerImageSignaturesRequest: requests.ListContainerImageSignaturesRequest): Promise<responses.ListContainerImageSignaturesResponse>;
262
262
  /**
@@ -265,7 +265,7 @@ export declare class ArtifactsClient {
265
265
  * @param ListContainerImagesRequest
266
266
  * @return ListContainerImagesResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
268
+ * @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.
269
269
  */
270
270
  listContainerImages(listContainerImagesRequest: requests.ListContainerImagesRequest): Promise<responses.ListContainerImagesResponse>;
271
271
  /**
@@ -274,7 +274,7 @@ export declare class ArtifactsClient {
274
274
  * @param ListContainerRepositoriesRequest
275
275
  * @return ListContainerRepositoriesResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
277
+ * @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.
278
278
  */
279
279
  listContainerRepositories(listContainerRepositoriesRequest: requests.ListContainerRepositoriesRequest): Promise<responses.ListContainerRepositoriesResponse>;
280
280
  /**
@@ -283,7 +283,7 @@ export declare class ArtifactsClient {
283
283
  * @param ListGenericArtifactsRequest
284
284
  * @return ListGenericArtifactsResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
286
+ * @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.
287
287
  */
288
288
  listGenericArtifacts(listGenericArtifactsRequest: requests.ListGenericArtifactsRequest): Promise<responses.ListGenericArtifactsResponse>;
289
289
  /**
@@ -292,7 +292,7 @@ export declare class ArtifactsClient {
292
292
  * @param ListRepositoriesRequest
293
293
  * @return ListRepositoriesResponse
294
294
  * @throws OciError when an error occurs
295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
295
+ * @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.
296
296
  */
297
297
  listRepositories(listRepositoriesRequest: requests.ListRepositoriesRequest): Promise<responses.ListRepositoriesResponse>;
298
298
  /**
@@ -301,7 +301,7 @@ export declare class ArtifactsClient {
301
301
  * @param RemoveContainerVersionRequest
302
302
  * @return RemoveContainerVersionResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
304
+ * @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.
305
305
  */
306
306
  removeContainerVersion(removeContainerVersionRequest: requests.RemoveContainerVersionRequest): Promise<responses.RemoveContainerVersionResponse>;
307
307
  /**
@@ -310,7 +310,7 @@ export declare class ArtifactsClient {
310
310
  * @param RestoreContainerImageRequest
311
311
  * @return RestoreContainerImageResponse
312
312
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
313
+ * @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.
314
314
  */
315
315
  restoreContainerImage(restoreContainerImageRequest: requests.RestoreContainerImageRequest): Promise<responses.RestoreContainerImageResponse>;
316
316
  /**
@@ -319,7 +319,7 @@ export declare class ArtifactsClient {
319
319
  * @param UpdateContainerConfigurationRequest
320
320
  * @return UpdateContainerConfigurationResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
322
+ * @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.
323
323
  */
324
324
  updateContainerConfiguration(updateContainerConfigurationRequest: requests.UpdateContainerConfigurationRequest): Promise<responses.UpdateContainerConfigurationResponse>;
325
325
  /**
@@ -328,7 +328,7 @@ export declare class ArtifactsClient {
328
328
  * @param UpdateContainerImageRequest
329
329
  * @return UpdateContainerImageResponse
330
330
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
331
+ * @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.
332
332
  */
333
333
  updateContainerImage(updateContainerImageRequest: requests.UpdateContainerImageRequest): Promise<responses.UpdateContainerImageResponse>;
334
334
  /**
@@ -337,7 +337,7 @@ export declare class ArtifactsClient {
337
337
  * @param UpdateContainerImageSignatureRequest
338
338
  * @return UpdateContainerImageSignatureResponse
339
339
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
340
+ * @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.
341
341
  */
342
342
  updateContainerImageSignature(updateContainerImageSignatureRequest: requests.UpdateContainerImageSignatureRequest): Promise<responses.UpdateContainerImageSignatureResponse>;
343
343
  /**
@@ -346,7 +346,7 @@ export declare class ArtifactsClient {
346
346
  * @param UpdateContainerRepositoryRequest
347
347
  * @return UpdateContainerRepositoryResponse
348
348
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
349
+ * @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.
350
350
  */
351
351
  updateContainerRepository(updateContainerRepositoryRequest: requests.UpdateContainerRepositoryRequest): Promise<responses.UpdateContainerRepositoryResponse>;
352
352
  /**
@@ -355,7 +355,7 @@ export declare class ArtifactsClient {
355
355
  * @param UpdateGenericArtifactRequest
356
356
  * @return UpdateGenericArtifactResponse
357
357
  * @throws OciError when an error occurs
358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
358
+ * @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.
359
359
  */
360
360
  updateGenericArtifact(updateGenericArtifactRequest: requests.UpdateGenericArtifactRequest): Promise<responses.UpdateGenericArtifactResponse>;
361
361
  /**
@@ -364,7 +364,7 @@ export declare class ArtifactsClient {
364
364
  * @param UpdateGenericArtifactByPathRequest
365
365
  * @return UpdateGenericArtifactByPathResponse
366
366
  * @throws OciError when an error occurs
367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
367
+ * @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.
368
368
  */
369
369
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest: requests.UpdateGenericArtifactByPathRequest): Promise<responses.UpdateGenericArtifactByPathResponse>;
370
370
  /**
@@ -373,7 +373,7 @@ export declare class ArtifactsClient {
373
373
  * @param UpdateRepositoryRequest
374
374
  * @return UpdateRepositoryResponse
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.75.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
376
+ * @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.
377
377
  */
378
378
  updateRepository(updateRepositoryRequest: requests.UpdateRepositoryRequest): Promise<responses.UpdateRepositoryResponse>;
379
379
  }
package/lib/client.js CHANGED
@@ -82,6 +82,10 @@ class ArtifactsClient {
82
82
  ? clientConfiguration.bodyDuplexMode
83
83
  : undefined;
84
84
  }
85
+ if (!oci_common_1.developerToolConfiguration.isServiceEnabled("artifacts")) {
86
+ let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
87
+ throw errmsg.concat("artifacts");
88
+ }
85
89
  // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
86
90
  const specCircuitBreakerEnabled = true;
87
91
  if (!this._circuitBreaker &&
@@ -188,7 +192,7 @@ class ArtifactsClient {
188
192
  * @param ChangeContainerRepositoryCompartmentRequest
189
193
  * @return ChangeContainerRepositoryCompartmentResponse
190
194
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
192
196
  */
193
197
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
194
198
  return __awaiter(this, void 0, void 0, function* () {
@@ -248,7 +252,7 @@ class ArtifactsClient {
248
252
  * @param ChangeRepositoryCompartmentRequest
249
253
  * @return ChangeRepositoryCompartmentResponse
250
254
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
252
256
  */
253
257
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
254
258
  return __awaiter(this, void 0, void 0, function* () {
@@ -305,7 +309,7 @@ class ArtifactsClient {
305
309
  * @param CreateContainerImageSignatureRequest
306
310
  * @return CreateContainerImageSignatureResponse
307
311
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
309
313
  */
310
314
  createContainerImageSignature(createContainerImageSignatureRequest) {
311
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -369,7 +373,7 @@ class ArtifactsClient {
369
373
  * @param CreateContainerRepositoryRequest
370
374
  * @return CreateContainerRepositoryResponse
371
375
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
373
377
  */
374
378
  createContainerRepository(createContainerRepositoryRequest) {
375
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -432,7 +436,7 @@ class ArtifactsClient {
432
436
  * @param CreateRepositoryRequest
433
437
  * @return CreateRepositoryResponse
434
438
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
436
440
  */
437
441
  createRepository(createRepositoryRequest) {
438
442
  return __awaiter(this, void 0, void 0, function* () {
@@ -495,7 +499,7 @@ class ArtifactsClient {
495
499
  * @param DeleteContainerImageRequest
496
500
  * @return DeleteContainerImageResponse
497
501
  * @throws OciError when an error occurs
498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
499
503
  */
500
504
  deleteContainerImage(deleteContainerImageRequest) {
501
505
  return __awaiter(this, void 0, void 0, function* () {
@@ -550,7 +554,7 @@ class ArtifactsClient {
550
554
  * @param DeleteContainerImageSignatureRequest
551
555
  * @return DeleteContainerImageSignatureResponse
552
556
  * @throws OciError when an error occurs
553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
554
558
  */
555
559
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
556
560
  return __awaiter(this, void 0, void 0, function* () {
@@ -605,7 +609,7 @@ class ArtifactsClient {
605
609
  * @param DeleteContainerRepositoryRequest
606
610
  * @return DeleteContainerRepositoryResponse
607
611
  * @throws OciError when an error occurs
608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
609
613
  */
610
614
  deleteContainerRepository(deleteContainerRepositoryRequest) {
611
615
  return __awaiter(this, void 0, void 0, function* () {
@@ -660,7 +664,7 @@ class ArtifactsClient {
660
664
  * @param DeleteGenericArtifactRequest
661
665
  * @return DeleteGenericArtifactResponse
662
666
  * @throws OciError when an error occurs
663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
664
668
  */
665
669
  deleteGenericArtifact(deleteGenericArtifactRequest) {
666
670
  return __awaiter(this, void 0, void 0, function* () {
@@ -715,7 +719,7 @@ class ArtifactsClient {
715
719
  * @param DeleteGenericArtifactByPathRequest
716
720
  * @return DeleteGenericArtifactByPathResponse
717
721
  * @throws OciError when an error occurs
718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
719
723
  */
720
724
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
721
725
  return __awaiter(this, void 0, void 0, function* () {
@@ -772,7 +776,7 @@ class ArtifactsClient {
772
776
  * @param DeleteRepositoryRequest
773
777
  * @return DeleteRepositoryResponse
774
778
  * @throws OciError when an error occurs
775
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
776
780
  */
777
781
  deleteRepository(deleteRepositoryRequest) {
778
782
  return __awaiter(this, void 0, void 0, function* () {
@@ -827,7 +831,7 @@ class ArtifactsClient {
827
831
  * @param GetContainerConfigurationRequest
828
832
  * @return GetContainerConfigurationResponse
829
833
  * @throws OciError when an error occurs
830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
831
835
  */
832
836
  getContainerConfiguration(getContainerConfigurationRequest) {
833
837
  return __awaiter(this, void 0, void 0, function* () {
@@ -890,7 +894,7 @@ class ArtifactsClient {
890
894
  * @param GetContainerImageRequest
891
895
  * @return GetContainerImageResponse
892
896
  * @throws OciError when an error occurs
893
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
894
898
  */
895
899
  getContainerImage(getContainerImageRequest) {
896
900
  return __awaiter(this, void 0, void 0, function* () {
@@ -953,7 +957,7 @@ class ArtifactsClient {
953
957
  * @param GetContainerImageSignatureRequest
954
958
  * @return GetContainerImageSignatureResponse
955
959
  * @throws OciError when an error occurs
956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
957
961
  */
958
962
  getContainerImageSignature(getContainerImageSignatureRequest) {
959
963
  return __awaiter(this, void 0, void 0, function* () {
@@ -1016,7 +1020,7 @@ class ArtifactsClient {
1016
1020
  * @param GetContainerRepositoryRequest
1017
1021
  * @return GetContainerRepositoryResponse
1018
1022
  * @throws OciError when an error occurs
1019
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1020
1024
  */
1021
1025
  getContainerRepository(getContainerRepositoryRequest) {
1022
1026
  return __awaiter(this, void 0, void 0, function* () {
@@ -1079,7 +1083,7 @@ class ArtifactsClient {
1079
1083
  * @param GetGenericArtifactRequest
1080
1084
  * @return GetGenericArtifactResponse
1081
1085
  * @throws OciError when an error occurs
1082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1083
1087
  */
1084
1088
  getGenericArtifact(getGenericArtifactRequest) {
1085
1089
  return __awaiter(this, void 0, void 0, function* () {
@@ -1142,7 +1146,7 @@ class ArtifactsClient {
1142
1146
  * @param GetGenericArtifactByPathRequest
1143
1147
  * @return GetGenericArtifactByPathResponse
1144
1148
  * @throws OciError when an error occurs
1145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1146
1150
  */
1147
1151
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1148
1152
  return __awaiter(this, void 0, void 0, function* () {
@@ -1207,7 +1211,7 @@ class ArtifactsClient {
1207
1211
  * @param GetRepositoryRequest
1208
1212
  * @return GetRepositoryResponse
1209
1213
  * @throws OciError when an error occurs
1210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1211
1215
  */
1212
1216
  getRepository(getRepositoryRequest) {
1213
1217
  return __awaiter(this, void 0, void 0, function* () {
@@ -1270,7 +1274,7 @@ class ArtifactsClient {
1270
1274
  * @param ListContainerImageSignaturesRequest
1271
1275
  * @return ListContainerImageSignaturesResponse
1272
1276
  * @throws OciError when an error occurs
1273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1274
1278
  */
1275
1279
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1276
1280
  return __awaiter(this, void 0, void 0, function* () {
@@ -1346,7 +1350,7 @@ class ArtifactsClient {
1346
1350
  * @param ListContainerImagesRequest
1347
1351
  * @return ListContainerImagesResponse
1348
1352
  * @throws OciError when an error occurs
1349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1350
1354
  */
1351
1355
  listContainerImages(listContainerImagesRequest) {
1352
1356
  return __awaiter(this, void 0, void 0, function* () {
@@ -1421,7 +1425,7 @@ class ArtifactsClient {
1421
1425
  * @param ListContainerRepositoriesRequest
1422
1426
  * @return ListContainerRepositoriesResponse
1423
1427
  * @throws OciError when an error occurs
1424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1425
1429
  */
1426
1430
  listContainerRepositories(listContainerRepositoriesRequest) {
1427
1431
  return __awaiter(this, void 0, void 0, function* () {
@@ -1493,7 +1497,7 @@ class ArtifactsClient {
1493
1497
  * @param ListGenericArtifactsRequest
1494
1498
  * @return ListGenericArtifactsResponse
1495
1499
  * @throws OciError when an error occurs
1496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1497
1501
  */
1498
1502
  listGenericArtifacts(listGenericArtifactsRequest) {
1499
1503
  return __awaiter(this, void 0, void 0, function* () {
@@ -1567,7 +1571,7 @@ class ArtifactsClient {
1567
1571
  * @param ListRepositoriesRequest
1568
1572
  * @return ListRepositoriesResponse
1569
1573
  * @throws OciError when an error occurs
1570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1571
1575
  */
1572
1576
  listRepositories(listRepositoriesRequest) {
1573
1577
  return __awaiter(this, void 0, void 0, function* () {
@@ -1638,7 +1642,7 @@ class ArtifactsClient {
1638
1642
  * @param RemoveContainerVersionRequest
1639
1643
  * @return RemoveContainerVersionResponse
1640
1644
  * @throws OciError when an error occurs
1641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1642
1646
  */
1643
1647
  removeContainerVersion(removeContainerVersionRequest) {
1644
1648
  return __awaiter(this, void 0, void 0, function* () {
@@ -1704,7 +1708,7 @@ class ArtifactsClient {
1704
1708
  * @param RestoreContainerImageRequest
1705
1709
  * @return RestoreContainerImageResponse
1706
1710
  * @throws OciError when an error occurs
1707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1708
1712
  */
1709
1713
  restoreContainerImage(restoreContainerImageRequest) {
1710
1714
  return __awaiter(this, void 0, void 0, function* () {
@@ -1770,7 +1774,7 @@ class ArtifactsClient {
1770
1774
  * @param UpdateContainerConfigurationRequest
1771
1775
  * @return UpdateContainerConfigurationResponse
1772
1776
  * @throws OciError when an error occurs
1773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1774
1778
  */
1775
1779
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1776
1780
  return __awaiter(this, void 0, void 0, function* () {
@@ -1835,7 +1839,7 @@ class ArtifactsClient {
1835
1839
  * @param UpdateContainerImageRequest
1836
1840
  * @return UpdateContainerImageResponse
1837
1841
  * @throws OciError when an error occurs
1838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1839
1843
  */
1840
1844
  updateContainerImage(updateContainerImageRequest) {
1841
1845
  return __awaiter(this, void 0, void 0, function* () {
@@ -1900,7 +1904,7 @@ class ArtifactsClient {
1900
1904
  * @param UpdateContainerImageSignatureRequest
1901
1905
  * @return UpdateContainerImageSignatureResponse
1902
1906
  * @throws OciError when an error occurs
1903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1904
1908
  */
1905
1909
  updateContainerImageSignature(updateContainerImageSignatureRequest) {
1906
1910
  return __awaiter(this, void 0, void 0, function* () {
@@ -1965,7 +1969,7 @@ class ArtifactsClient {
1965
1969
  * @param UpdateContainerRepositoryRequest
1966
1970
  * @return UpdateContainerRepositoryResponse
1967
1971
  * @throws OciError when an error occurs
1968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1969
1973
  */
1970
1974
  updateContainerRepository(updateContainerRepositoryRequest) {
1971
1975
  return __awaiter(this, void 0, void 0, function* () {
@@ -2030,7 +2034,7 @@ class ArtifactsClient {
2030
2034
  * @param UpdateGenericArtifactRequest
2031
2035
  * @return UpdateGenericArtifactResponse
2032
2036
  * @throws OciError when an error occurs
2033
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2034
2038
  */
2035
2039
  updateGenericArtifact(updateGenericArtifactRequest) {
2036
2040
  return __awaiter(this, void 0, void 0, function* () {
@@ -2095,7 +2099,7 @@ class ArtifactsClient {
2095
2099
  * @param UpdateGenericArtifactByPathRequest
2096
2100
  * @return UpdateGenericArtifactByPathResponse
2097
2101
  * @throws OciError when an error occurs
2098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2099
2103
  */
2100
2104
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
2101
2105
  return __awaiter(this, void 0, void 0, function* () {
@@ -2162,7 +2166,7 @@ class ArtifactsClient {
2162
2166
  * @param UpdateRepositoryRequest
2163
2167
  * @return UpdateRepositoryResponse
2164
2168
  * @throws OciError when an error occurs
2165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.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.76.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2166
2170
  */
2167
2171
  updateRepository(updateRepositoryRequest) {
2168
2172
  return __awaiter(this, void 0, void 0, function* () {