oci-artifacts 2.58.1 → 2.60.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 (33) hide show
  1. package/lib/client.d.ts +30 -30
  2. package/lib/client.js +30 -30
  3. package/lib/request/change-container-repository-compartment-request.d.ts +1 -1
  4. package/lib/request/change-repository-compartment-request.d.ts +1 -1
  5. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  6. package/lib/request/create-container-repository-request.d.ts +1 -1
  7. package/lib/request/create-repository-request.d.ts +1 -1
  8. package/lib/request/delete-container-image-request.d.ts +1 -1
  9. package/lib/request/delete-container-image-signature-request.d.ts +1 -1
  10. package/lib/request/delete-container-repository-request.d.ts +1 -1
  11. package/lib/request/delete-generic-artifact-by-path-request.d.ts +1 -1
  12. package/lib/request/delete-generic-artifact-request.d.ts +1 -1
  13. package/lib/request/delete-repository-request.d.ts +1 -1
  14. package/lib/request/get-container-configuration-request.d.ts +1 -1
  15. package/lib/request/get-container-image-request.d.ts +1 -1
  16. package/lib/request/get-container-image-signature-request.d.ts +1 -1
  17. package/lib/request/get-container-repository-request.d.ts +1 -1
  18. package/lib/request/get-generic-artifact-by-path-request.d.ts +1 -1
  19. package/lib/request/get-generic-artifact-request.d.ts +1 -1
  20. package/lib/request/get-repository-request.d.ts +1 -1
  21. package/lib/request/list-container-image-signatures-request.d.ts +1 -1
  22. package/lib/request/list-container-images-request.d.ts +1 -1
  23. package/lib/request/list-container-repositories-request.d.ts +1 -1
  24. package/lib/request/list-generic-artifacts-request.d.ts +1 -1
  25. package/lib/request/list-repositories-request.d.ts +1 -1
  26. package/lib/request/remove-container-version-request.d.ts +1 -1
  27. package/lib/request/restore-container-image-request.d.ts +1 -1
  28. package/lib/request/update-container-configuration-request.d.ts +1 -1
  29. package/lib/request/update-container-repository-request.d.ts +1 -1
  30. package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
  31. package/lib/request/update-generic-artifact-request.d.ts +1 -1
  32. package/lib/request/update-repository-request.d.ts +1 -1
  33. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -90,7 +90,7 @@ export declare class ArtifactsClient {
90
90
  * @param ChangeContainerRepositoryCompartmentRequest
91
91
  * @return ChangeContainerRepositoryCompartmentResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
94
94
  */
95
95
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest: requests.ChangeContainerRepositoryCompartmentRequest): Promise<responses.ChangeContainerRepositoryCompartmentResponse>;
96
96
  /**
@@ -102,7 +102,7 @@ export declare class ArtifactsClient {
102
102
  * @param ChangeRepositoryCompartmentRequest
103
103
  * @return ChangeRepositoryCompartmentResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
106
106
  */
107
107
  changeRepositoryCompartment(changeRepositoryCompartmentRequest: requests.ChangeRepositoryCompartmentRequest): Promise<responses.ChangeRepositoryCompartmentResponse>;
108
108
  /**
@@ -111,7 +111,7 @@ export declare class ArtifactsClient {
111
111
  * @param CreateContainerImageSignatureRequest
112
112
  * @return CreateContainerImageSignatureResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
115
115
  */
116
116
  createContainerImageSignature(createContainerImageSignatureRequest: requests.CreateContainerImageSignatureRequest): Promise<responses.CreateContainerImageSignatureResponse>;
117
117
  /**
@@ -120,7 +120,7 @@ export declare class ArtifactsClient {
120
120
  * @param CreateContainerRepositoryRequest
121
121
  * @return CreateContainerRepositoryResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
124
124
  */
125
125
  createContainerRepository(createContainerRepositoryRequest: requests.CreateContainerRepositoryRequest): Promise<responses.CreateContainerRepositoryResponse>;
126
126
  /**
@@ -129,7 +129,7 @@ export declare class ArtifactsClient {
129
129
  * @param CreateRepositoryRequest
130
130
  * @return CreateRepositoryResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
133
133
  */
134
134
  createRepository(createRepositoryRequest: requests.CreateRepositoryRequest): Promise<responses.CreateRepositoryResponse>;
135
135
  /**
@@ -138,7 +138,7 @@ export declare class ArtifactsClient {
138
138
  * @param DeleteContainerImageRequest
139
139
  * @return DeleteContainerImageResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
142
142
  */
143
143
  deleteContainerImage(deleteContainerImageRequest: requests.DeleteContainerImageRequest): Promise<responses.DeleteContainerImageResponse>;
144
144
  /**
@@ -147,7 +147,7 @@ export declare class ArtifactsClient {
147
147
  * @param DeleteContainerImageSignatureRequest
148
148
  * @return DeleteContainerImageSignatureResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
151
151
  */
152
152
  deleteContainerImageSignature(deleteContainerImageSignatureRequest: requests.DeleteContainerImageSignatureRequest): Promise<responses.DeleteContainerImageSignatureResponse>;
153
153
  /**
@@ -156,7 +156,7 @@ export declare class ArtifactsClient {
156
156
  * @param DeleteContainerRepositoryRequest
157
157
  * @return DeleteContainerRepositoryResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
160
160
  */
161
161
  deleteContainerRepository(deleteContainerRepositoryRequest: requests.DeleteContainerRepositoryRequest): Promise<responses.DeleteContainerRepositoryResponse>;
162
162
  /**
@@ -165,7 +165,7 @@ export declare class ArtifactsClient {
165
165
  * @param DeleteGenericArtifactRequest
166
166
  * @return DeleteGenericArtifactResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
169
169
  */
170
170
  deleteGenericArtifact(deleteGenericArtifactRequest: requests.DeleteGenericArtifactRequest): Promise<responses.DeleteGenericArtifactResponse>;
171
171
  /**
@@ -174,7 +174,7 @@ export declare class ArtifactsClient {
174
174
  * @param DeleteGenericArtifactByPathRequest
175
175
  * @return DeleteGenericArtifactByPathResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
178
178
  */
179
179
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest: requests.DeleteGenericArtifactByPathRequest): Promise<responses.DeleteGenericArtifactByPathResponse>;
180
180
  /**
@@ -183,7 +183,7 @@ export declare class ArtifactsClient {
183
183
  * @param DeleteRepositoryRequest
184
184
  * @return DeleteRepositoryResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
187
187
  */
188
188
  deleteRepository(deleteRepositoryRequest: requests.DeleteRepositoryRequest): Promise<responses.DeleteRepositoryResponse>;
189
189
  /**
@@ -192,7 +192,7 @@ export declare class ArtifactsClient {
192
192
  * @param GetContainerConfigurationRequest
193
193
  * @return GetContainerConfigurationResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
196
196
  */
197
197
  getContainerConfiguration(getContainerConfigurationRequest: requests.GetContainerConfigurationRequest): Promise<responses.GetContainerConfigurationResponse>;
198
198
  /**
@@ -201,7 +201,7 @@ export declare class ArtifactsClient {
201
201
  * @param GetContainerImageRequest
202
202
  * @return GetContainerImageResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
205
205
  */
206
206
  getContainerImage(getContainerImageRequest: requests.GetContainerImageRequest): Promise<responses.GetContainerImageResponse>;
207
207
  /**
@@ -210,7 +210,7 @@ export declare class ArtifactsClient {
210
210
  * @param GetContainerImageSignatureRequest
211
211
  * @return GetContainerImageSignatureResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
214
214
  */
215
215
  getContainerImageSignature(getContainerImageSignatureRequest: requests.GetContainerImageSignatureRequest): Promise<responses.GetContainerImageSignatureResponse>;
216
216
  /**
@@ -219,7 +219,7 @@ export declare class ArtifactsClient {
219
219
  * @param GetContainerRepositoryRequest
220
220
  * @return GetContainerRepositoryResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
223
223
  */
224
224
  getContainerRepository(getContainerRepositoryRequest: requests.GetContainerRepositoryRequest): Promise<responses.GetContainerRepositoryResponse>;
225
225
  /**
@@ -228,7 +228,7 @@ export declare class ArtifactsClient {
228
228
  * @param GetGenericArtifactRequest
229
229
  * @return GetGenericArtifactResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
232
232
  */
233
233
  getGenericArtifact(getGenericArtifactRequest: requests.GetGenericArtifactRequest): Promise<responses.GetGenericArtifactResponse>;
234
234
  /**
@@ -237,7 +237,7 @@ export declare class ArtifactsClient {
237
237
  * @param GetGenericArtifactByPathRequest
238
238
  * @return GetGenericArtifactByPathResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
241
241
  */
242
242
  getGenericArtifactByPath(getGenericArtifactByPathRequest: requests.GetGenericArtifactByPathRequest): Promise<responses.GetGenericArtifactByPathResponse>;
243
243
  /**
@@ -246,7 +246,7 @@ export declare class ArtifactsClient {
246
246
  * @param GetRepositoryRequest
247
247
  * @return GetRepositoryResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
250
250
  */
251
251
  getRepository(getRepositoryRequest: requests.GetRepositoryRequest): Promise<responses.GetRepositoryResponse>;
252
252
  /**
@@ -255,7 +255,7 @@ export declare class ArtifactsClient {
255
255
  * @param ListContainerImageSignaturesRequest
256
256
  * @return ListContainerImageSignaturesResponse
257
257
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
259
259
  */
260
260
  listContainerImageSignatures(listContainerImageSignaturesRequest: requests.ListContainerImageSignaturesRequest): Promise<responses.ListContainerImageSignaturesResponse>;
261
261
  /**
@@ -264,7 +264,7 @@ export declare class ArtifactsClient {
264
264
  * @param ListContainerImagesRequest
265
265
  * @return ListContainerImagesResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
268
268
  */
269
269
  listContainerImages(listContainerImagesRequest: requests.ListContainerImagesRequest): Promise<responses.ListContainerImagesResponse>;
270
270
  /**
@@ -273,7 +273,7 @@ export declare class ArtifactsClient {
273
273
  * @param ListContainerRepositoriesRequest
274
274
  * @return ListContainerRepositoriesResponse
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.58.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
277
277
  */
278
278
  listContainerRepositories(listContainerRepositoriesRequest: requests.ListContainerRepositoriesRequest): Promise<responses.ListContainerRepositoriesResponse>;
279
279
  /**
@@ -282,7 +282,7 @@ export declare class ArtifactsClient {
282
282
  * @param ListGenericArtifactsRequest
283
283
  * @return ListGenericArtifactsResponse
284
284
  * @throws OciError when an error occurs
285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
286
286
  */
287
287
  listGenericArtifacts(listGenericArtifactsRequest: requests.ListGenericArtifactsRequest): Promise<responses.ListGenericArtifactsResponse>;
288
288
  /**
@@ -291,7 +291,7 @@ export declare class ArtifactsClient {
291
291
  * @param ListRepositoriesRequest
292
292
  * @return ListRepositoriesResponse
293
293
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
295
295
  */
296
296
  listRepositories(listRepositoriesRequest: requests.ListRepositoriesRequest): Promise<responses.ListRepositoriesResponse>;
297
297
  /**
@@ -300,7 +300,7 @@ export declare class ArtifactsClient {
300
300
  * @param RemoveContainerVersionRequest
301
301
  * @return RemoveContainerVersionResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
304
304
  */
305
305
  removeContainerVersion(removeContainerVersionRequest: requests.RemoveContainerVersionRequest): Promise<responses.RemoveContainerVersionResponse>;
306
306
  /**
@@ -309,7 +309,7 @@ export declare class ArtifactsClient {
309
309
  * @param RestoreContainerImageRequest
310
310
  * @return RestoreContainerImageResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
313
313
  */
314
314
  restoreContainerImage(restoreContainerImageRequest: requests.RestoreContainerImageRequest): Promise<responses.RestoreContainerImageResponse>;
315
315
  /**
@@ -318,7 +318,7 @@ export declare class ArtifactsClient {
318
318
  * @param UpdateContainerConfigurationRequest
319
319
  * @return UpdateContainerConfigurationResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
322
322
  */
323
323
  updateContainerConfiguration(updateContainerConfigurationRequest: requests.UpdateContainerConfigurationRequest): Promise<responses.UpdateContainerConfigurationResponse>;
324
324
  /**
@@ -327,7 +327,7 @@ export declare class ArtifactsClient {
327
327
  * @param UpdateContainerRepositoryRequest
328
328
  * @return UpdateContainerRepositoryResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
331
331
  */
332
332
  updateContainerRepository(updateContainerRepositoryRequest: requests.UpdateContainerRepositoryRequest): Promise<responses.UpdateContainerRepositoryResponse>;
333
333
  /**
@@ -336,7 +336,7 @@ export declare class ArtifactsClient {
336
336
  * @param UpdateGenericArtifactRequest
337
337
  * @return UpdateGenericArtifactResponse
338
338
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
340
340
  */
341
341
  updateGenericArtifact(updateGenericArtifactRequest: requests.UpdateGenericArtifactRequest): Promise<responses.UpdateGenericArtifactResponse>;
342
342
  /**
@@ -345,7 +345,7 @@ export declare class ArtifactsClient {
345
345
  * @param UpdateGenericArtifactByPathRequest
346
346
  * @return UpdateGenericArtifactByPathResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
349
349
  */
350
350
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest: requests.UpdateGenericArtifactByPathRequest): Promise<responses.UpdateGenericArtifactByPathResponse>;
351
351
  /**
@@ -354,7 +354,7 @@ export declare class ArtifactsClient {
354
354
  * @param UpdateRepositoryRequest
355
355
  * @return UpdateRepositoryResponse
356
356
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
358
358
  */
359
359
  updateRepository(updateRepositoryRequest: requests.UpdateRepositoryRequest): Promise<responses.UpdateRepositoryResponse>;
360
360
  }
package/lib/client.js CHANGED
@@ -184,7 +184,7 @@ class ArtifactsClient {
184
184
  * @param ChangeContainerRepositoryCompartmentRequest
185
185
  * @return ChangeContainerRepositoryCompartmentResponse
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.58.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
188
188
  */
189
189
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
190
190
  return __awaiter(this, void 0, void 0, function* () {
@@ -244,7 +244,7 @@ class ArtifactsClient {
244
244
  * @param ChangeRepositoryCompartmentRequest
245
245
  * @return ChangeRepositoryCompartmentResponse
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.58.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
248
248
  */
249
249
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
250
250
  return __awaiter(this, void 0, void 0, function* () {
@@ -301,7 +301,7 @@ class ArtifactsClient {
301
301
  * @param CreateContainerImageSignatureRequest
302
302
  * @return CreateContainerImageSignatureResponse
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.58.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
305
305
  */
306
306
  createContainerImageSignature(createContainerImageSignatureRequest) {
307
307
  return __awaiter(this, void 0, void 0, function* () {
@@ -365,7 +365,7 @@ class ArtifactsClient {
365
365
  * @param CreateContainerRepositoryRequest
366
366
  * @return CreateContainerRepositoryResponse
367
367
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
369
369
  */
370
370
  createContainerRepository(createContainerRepositoryRequest) {
371
371
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +428,7 @@ class ArtifactsClient {
428
428
  * @param CreateRepositoryRequest
429
429
  * @return CreateRepositoryResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
432
432
  */
433
433
  createRepository(createRepositoryRequest) {
434
434
  return __awaiter(this, void 0, void 0, function* () {
@@ -491,7 +491,7 @@ class ArtifactsClient {
491
491
  * @param DeleteContainerImageRequest
492
492
  * @return DeleteContainerImageResponse
493
493
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
495
495
  */
496
496
  deleteContainerImage(deleteContainerImageRequest) {
497
497
  return __awaiter(this, void 0, void 0, function* () {
@@ -546,7 +546,7 @@ class ArtifactsClient {
546
546
  * @param DeleteContainerImageSignatureRequest
547
547
  * @return DeleteContainerImageSignatureResponse
548
548
  * @throws OciError when an error occurs
549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
550
550
  */
551
551
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
552
552
  return __awaiter(this, void 0, void 0, function* () {
@@ -601,7 +601,7 @@ class ArtifactsClient {
601
601
  * @param DeleteContainerRepositoryRequest
602
602
  * @return DeleteContainerRepositoryResponse
603
603
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
605
605
  */
606
606
  deleteContainerRepository(deleteContainerRepositoryRequest) {
607
607
  return __awaiter(this, void 0, void 0, function* () {
@@ -656,7 +656,7 @@ class ArtifactsClient {
656
656
  * @param DeleteGenericArtifactRequest
657
657
  * @return DeleteGenericArtifactResponse
658
658
  * @throws OciError when an error occurs
659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
660
660
  */
661
661
  deleteGenericArtifact(deleteGenericArtifactRequest) {
662
662
  return __awaiter(this, void 0, void 0, function* () {
@@ -711,7 +711,7 @@ class ArtifactsClient {
711
711
  * @param DeleteGenericArtifactByPathRequest
712
712
  * @return DeleteGenericArtifactByPathResponse
713
713
  * @throws OciError when an error occurs
714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
715
715
  */
716
716
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
717
717
  return __awaiter(this, void 0, void 0, function* () {
@@ -768,7 +768,7 @@ class ArtifactsClient {
768
768
  * @param DeleteRepositoryRequest
769
769
  * @return DeleteRepositoryResponse
770
770
  * @throws OciError when an error occurs
771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
772
772
  */
773
773
  deleteRepository(deleteRepositoryRequest) {
774
774
  return __awaiter(this, void 0, void 0, function* () {
@@ -823,7 +823,7 @@ class ArtifactsClient {
823
823
  * @param GetContainerConfigurationRequest
824
824
  * @return GetContainerConfigurationResponse
825
825
  * @throws OciError when an error occurs
826
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
826
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
827
827
  */
828
828
  getContainerConfiguration(getContainerConfigurationRequest) {
829
829
  return __awaiter(this, void 0, void 0, function* () {
@@ -886,7 +886,7 @@ class ArtifactsClient {
886
886
  * @param GetContainerImageRequest
887
887
  * @return GetContainerImageResponse
888
888
  * @throws OciError when an error occurs
889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
890
890
  */
891
891
  getContainerImage(getContainerImageRequest) {
892
892
  return __awaiter(this, void 0, void 0, function* () {
@@ -949,7 +949,7 @@ class ArtifactsClient {
949
949
  * @param GetContainerImageSignatureRequest
950
950
  * @return GetContainerImageSignatureResponse
951
951
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
953
953
  */
954
954
  getContainerImageSignature(getContainerImageSignatureRequest) {
955
955
  return __awaiter(this, void 0, void 0, function* () {
@@ -1012,7 +1012,7 @@ class ArtifactsClient {
1012
1012
  * @param GetContainerRepositoryRequest
1013
1013
  * @return GetContainerRepositoryResponse
1014
1014
  * @throws OciError when an error occurs
1015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1016
1016
  */
1017
1017
  getContainerRepository(getContainerRepositoryRequest) {
1018
1018
  return __awaiter(this, void 0, void 0, function* () {
@@ -1075,7 +1075,7 @@ class ArtifactsClient {
1075
1075
  * @param GetGenericArtifactRequest
1076
1076
  * @return GetGenericArtifactResponse
1077
1077
  * @throws OciError when an error occurs
1078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1079
1079
  */
1080
1080
  getGenericArtifact(getGenericArtifactRequest) {
1081
1081
  return __awaiter(this, void 0, void 0, function* () {
@@ -1138,7 +1138,7 @@ class ArtifactsClient {
1138
1138
  * @param GetGenericArtifactByPathRequest
1139
1139
  * @return GetGenericArtifactByPathResponse
1140
1140
  * @throws OciError when an error occurs
1141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1142
1142
  */
1143
1143
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1144
1144
  return __awaiter(this, void 0, void 0, function* () {
@@ -1203,7 +1203,7 @@ class ArtifactsClient {
1203
1203
  * @param GetRepositoryRequest
1204
1204
  * @return GetRepositoryResponse
1205
1205
  * @throws OciError when an error occurs
1206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1207
1207
  */
1208
1208
  getRepository(getRepositoryRequest) {
1209
1209
  return __awaiter(this, void 0, void 0, function* () {
@@ -1266,7 +1266,7 @@ class ArtifactsClient {
1266
1266
  * @param ListContainerImageSignaturesRequest
1267
1267
  * @return ListContainerImageSignaturesResponse
1268
1268
  * @throws OciError when an error occurs
1269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1270
1270
  */
1271
1271
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1272
1272
  return __awaiter(this, void 0, void 0, function* () {
@@ -1342,7 +1342,7 @@ class ArtifactsClient {
1342
1342
  * @param ListContainerImagesRequest
1343
1343
  * @return ListContainerImagesResponse
1344
1344
  * @throws OciError when an error occurs
1345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1346
1346
  */
1347
1347
  listContainerImages(listContainerImagesRequest) {
1348
1348
  return __awaiter(this, void 0, void 0, function* () {
@@ -1417,7 +1417,7 @@ class ArtifactsClient {
1417
1417
  * @param ListContainerRepositoriesRequest
1418
1418
  * @return ListContainerRepositoriesResponse
1419
1419
  * @throws OciError when an error occurs
1420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1421
1421
  */
1422
1422
  listContainerRepositories(listContainerRepositoriesRequest) {
1423
1423
  return __awaiter(this, void 0, void 0, function* () {
@@ -1489,7 +1489,7 @@ class ArtifactsClient {
1489
1489
  * @param ListGenericArtifactsRequest
1490
1490
  * @return ListGenericArtifactsResponse
1491
1491
  * @throws OciError when an error occurs
1492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1493
1493
  */
1494
1494
  listGenericArtifacts(listGenericArtifactsRequest) {
1495
1495
  return __awaiter(this, void 0, void 0, function* () {
@@ -1563,7 +1563,7 @@ class ArtifactsClient {
1563
1563
  * @param ListRepositoriesRequest
1564
1564
  * @return ListRepositoriesResponse
1565
1565
  * @throws OciError when an error occurs
1566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1567
1567
  */
1568
1568
  listRepositories(listRepositoriesRequest) {
1569
1569
  return __awaiter(this, void 0, void 0, function* () {
@@ -1634,7 +1634,7 @@ class ArtifactsClient {
1634
1634
  * @param RemoveContainerVersionRequest
1635
1635
  * @return RemoveContainerVersionResponse
1636
1636
  * @throws OciError when an error occurs
1637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1638
1638
  */
1639
1639
  removeContainerVersion(removeContainerVersionRequest) {
1640
1640
  return __awaiter(this, void 0, void 0, function* () {
@@ -1700,7 +1700,7 @@ class ArtifactsClient {
1700
1700
  * @param RestoreContainerImageRequest
1701
1701
  * @return RestoreContainerImageResponse
1702
1702
  * @throws OciError when an error occurs
1703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1704
1704
  */
1705
1705
  restoreContainerImage(restoreContainerImageRequest) {
1706
1706
  return __awaiter(this, void 0, void 0, function* () {
@@ -1766,7 +1766,7 @@ class ArtifactsClient {
1766
1766
  * @param UpdateContainerConfigurationRequest
1767
1767
  * @return UpdateContainerConfigurationResponse
1768
1768
  * @throws OciError when an error occurs
1769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1770
1770
  */
1771
1771
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1772
1772
  return __awaiter(this, void 0, void 0, function* () {
@@ -1831,7 +1831,7 @@ class ArtifactsClient {
1831
1831
  * @param UpdateContainerRepositoryRequest
1832
1832
  * @return UpdateContainerRepositoryResponse
1833
1833
  * @throws OciError when an error occurs
1834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1835
1835
  */
1836
1836
  updateContainerRepository(updateContainerRepositoryRequest) {
1837
1837
  return __awaiter(this, void 0, void 0, function* () {
@@ -1896,7 +1896,7 @@ class ArtifactsClient {
1896
1896
  * @param UpdateGenericArtifactRequest
1897
1897
  * @return UpdateGenericArtifactResponse
1898
1898
  * @throws OciError when an error occurs
1899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
1899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
1900
1900
  */
1901
1901
  updateGenericArtifact(updateGenericArtifactRequest) {
1902
1902
  return __awaiter(this, void 0, void 0, function* () {
@@ -1961,7 +1961,7 @@ class ArtifactsClient {
1961
1961
  * @param UpdateGenericArtifactByPathRequest
1962
1962
  * @return UpdateGenericArtifactByPathResponse
1963
1963
  * @throws OciError when an error occurs
1964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
1964
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
1965
1965
  */
1966
1966
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
1967
1967
  return __awaiter(this, void 0, void 0, function* () {
@@ -2028,7 +2028,7 @@ class ArtifactsClient {
2028
2028
  * @param UpdateRepositoryRequest
2029
2029
  * @return UpdateRepositoryResponse
2030
2030
  * @throws OciError when an error occurs
2031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2031
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2032
2032
  */
2033
2033
  updateRepository(updateRepositoryRequest) {
2034
2034
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartmentRequest.
17
17
  */
18
18
  export interface ChangeContainerRepositoryCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRepositoryCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignatureRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignatureRequest.
17
17
  */
18
18
  export interface CreateContainerImageSignatureRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepositoryRequest.
17
17
  */
18
18
  export interface CreateContainerRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
17
17
  */
18
18
  export interface CreateRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImageRequest.
16
16
  */
17
17
  export interface DeleteContainerImageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignatureRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignatureRequest.
16
16
  */
17
17
  export interface DeleteContainerImageSignatureRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepositoryRequest.
16
16
  */
17
17
  export interface DeleteContainerRepositoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPathRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPathRequest.
16
16
  */
17
17
  export interface DeleteGenericArtifactByPathRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifactRequest.
16
16
  */
17
17
  export interface DeleteGenericArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
16
16
  */
17
17
  export interface DeleteRepositoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfigurationRequest.
16
16
  */
17
17
  export interface GetContainerConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImageRequest.
16
16
  */
17
17
  export interface GetContainerImageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignatureRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignatureRequest.
16
16
  */
17
17
  export interface GetContainerImageSignatureRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepositoryRequest.
16
16
  */
17
17
  export interface GetContainerRepositoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPathRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPathRequest.
16
16
  */
17
17
  export interface GetGenericArtifactByPathRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifactRequest.
16
16
  */
17
17
  export interface GetGenericArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepositoryRequest.
16
16
  */
17
17
  export interface GetRepositoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignaturesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignaturesRequest.
16
16
  */
17
17
  export interface ListContainerImageSignaturesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImagesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImagesRequest.
16
16
  */
17
17
  export interface ListContainerImagesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositoriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositoriesRequest.
16
16
  */
17
17
  export interface ListContainerRepositoriesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifactsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifactsRequest.
16
16
  */
17
17
  export interface ListGenericArtifactsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositoriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositoriesRequest.
16
16
  */
17
17
  export interface ListRepositoriesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersionRequest.
17
17
  */
18
18
  export interface RemoveContainerVersionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImageRequest.
17
17
  */
18
18
  export interface RestoreContainerImageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfigurationRequest.
17
17
  */
18
18
  export interface UpdateContainerConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepositoryRequest.
17
17
  */
18
18
  export interface UpdateContainerRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPathRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPathRequest.
17
17
  */
18
18
  export interface UpdateGenericArtifactByPathRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifactRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifactRequest.
17
17
  */
18
18
  export interface UpdateGenericArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.60.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
17
17
  */
18
18
  export interface UpdateRepositoryRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-artifacts",
3
- "version": "2.58.1",
3
+ "version": "2.60.0",
4
4
  "description": "OCI NodeJS client for Artifacts Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.58.1",
19
- "oci-workrequests": "2.58.1"
18
+ "oci-common": "2.60.0",
19
+ "oci-workrequests": "2.60.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"