oci-artifacts 2.88.0 → 2.88.1

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 (35) hide show
  1. package/lib/client.d.ts +32 -32
  2. package/lib/client.js +32 -32
  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-image-request.d.ts +1 -1
  30. package/lib/request/update-container-image-signature-request.d.ts +1 -1
  31. package/lib/request/update-container-repository-request.d.ts +1 -1
  32. package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
  33. package/lib/request/update-generic-artifact-request.d.ts +1 -1
  34. package/lib/request/update-repository-request.d.ts +1 -1
  35. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -100,7 +100,7 @@ export declare class ArtifactsClient {
100
100
  * @param ChangeContainerRepositoryCompartmentRequest
101
101
  * @return ChangeContainerRepositoryCompartmentResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
104
104
  */
105
105
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest: requests.ChangeContainerRepositoryCompartmentRequest): Promise<responses.ChangeContainerRepositoryCompartmentResponse>;
106
106
  /**
@@ -112,7 +112,7 @@ export declare class ArtifactsClient {
112
112
  * @param ChangeRepositoryCompartmentRequest
113
113
  * @return ChangeRepositoryCompartmentResponse
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.88.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
116
116
  */
117
117
  changeRepositoryCompartment(changeRepositoryCompartmentRequest: requests.ChangeRepositoryCompartmentRequest): Promise<responses.ChangeRepositoryCompartmentResponse>;
118
118
  /**
@@ -121,7 +121,7 @@ export declare class ArtifactsClient {
121
121
  * @param CreateContainerImageSignatureRequest
122
122
  * @return CreateContainerImageSignatureResponse
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.88.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
125
125
  */
126
126
  createContainerImageSignature(createContainerImageSignatureRequest: requests.CreateContainerImageSignatureRequest): Promise<responses.CreateContainerImageSignatureResponse>;
127
127
  /**
@@ -130,7 +130,7 @@ export declare class ArtifactsClient {
130
130
  * @param CreateContainerRepositoryRequest
131
131
  * @return CreateContainerRepositoryResponse
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.88.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
134
134
  */
135
135
  createContainerRepository(createContainerRepositoryRequest: requests.CreateContainerRepositoryRequest): Promise<responses.CreateContainerRepositoryResponse>;
136
136
  /**
@@ -139,7 +139,7 @@ export declare class ArtifactsClient {
139
139
  * @param CreateRepositoryRequest
140
140
  * @return CreateRepositoryResponse
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.88.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
143
143
  */
144
144
  createRepository(createRepositoryRequest: requests.CreateRepositoryRequest): Promise<responses.CreateRepositoryResponse>;
145
145
  /**
@@ -148,7 +148,7 @@ export declare class ArtifactsClient {
148
148
  * @param DeleteContainerImageRequest
149
149
  * @return DeleteContainerImageResponse
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.88.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
152
152
  */
153
153
  deleteContainerImage(deleteContainerImageRequest: requests.DeleteContainerImageRequest): Promise<responses.DeleteContainerImageResponse>;
154
154
  /**
@@ -157,7 +157,7 @@ export declare class ArtifactsClient {
157
157
  * @param DeleteContainerImageSignatureRequest
158
158
  * @return DeleteContainerImageSignatureResponse
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.88.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
161
161
  */
162
162
  deleteContainerImageSignature(deleteContainerImageSignatureRequest: requests.DeleteContainerImageSignatureRequest): Promise<responses.DeleteContainerImageSignatureResponse>;
163
163
  /**
@@ -166,7 +166,7 @@ export declare class ArtifactsClient {
166
166
  * @param DeleteContainerRepositoryRequest
167
167
  * @return DeleteContainerRepositoryResponse
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.88.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
170
170
  */
171
171
  deleteContainerRepository(deleteContainerRepositoryRequest: requests.DeleteContainerRepositoryRequest): Promise<responses.DeleteContainerRepositoryResponse>;
172
172
  /**
@@ -175,7 +175,7 @@ export declare class ArtifactsClient {
175
175
  * @param DeleteGenericArtifactRequest
176
176
  * @return DeleteGenericArtifactResponse
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.88.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
179
179
  */
180
180
  deleteGenericArtifact(deleteGenericArtifactRequest: requests.DeleteGenericArtifactRequest): Promise<responses.DeleteGenericArtifactResponse>;
181
181
  /**
@@ -184,7 +184,7 @@ export declare class ArtifactsClient {
184
184
  * @param DeleteGenericArtifactByPathRequest
185
185
  * @return DeleteGenericArtifactByPathResponse
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.88.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
188
188
  */
189
189
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest: requests.DeleteGenericArtifactByPathRequest): Promise<responses.DeleteGenericArtifactByPathResponse>;
190
190
  /**
@@ -193,7 +193,7 @@ export declare class ArtifactsClient {
193
193
  * @param DeleteRepositoryRequest
194
194
  * @return DeleteRepositoryResponse
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.88.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
197
197
  */
198
198
  deleteRepository(deleteRepositoryRequest: requests.DeleteRepositoryRequest): Promise<responses.DeleteRepositoryResponse>;
199
199
  /**
@@ -202,7 +202,7 @@ export declare class ArtifactsClient {
202
202
  * @param GetContainerConfigurationRequest
203
203
  * @return GetContainerConfigurationResponse
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.88.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
206
206
  */
207
207
  getContainerConfiguration(getContainerConfigurationRequest: requests.GetContainerConfigurationRequest): Promise<responses.GetContainerConfigurationResponse>;
208
208
  /**
@@ -211,7 +211,7 @@ export declare class ArtifactsClient {
211
211
  * @param GetContainerImageRequest
212
212
  * @return GetContainerImageResponse
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.88.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
215
215
  */
216
216
  getContainerImage(getContainerImageRequest: requests.GetContainerImageRequest): Promise<responses.GetContainerImageResponse>;
217
217
  /**
@@ -220,7 +220,7 @@ export declare class ArtifactsClient {
220
220
  * @param GetContainerImageSignatureRequest
221
221
  * @return GetContainerImageSignatureResponse
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.88.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
224
224
  */
225
225
  getContainerImageSignature(getContainerImageSignatureRequest: requests.GetContainerImageSignatureRequest): Promise<responses.GetContainerImageSignatureResponse>;
226
226
  /**
@@ -229,7 +229,7 @@ export declare class ArtifactsClient {
229
229
  * @param GetContainerRepositoryRequest
230
230
  * @return GetContainerRepositoryResponse
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.88.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
233
233
  */
234
234
  getContainerRepository(getContainerRepositoryRequest: requests.GetContainerRepositoryRequest): Promise<responses.GetContainerRepositoryResponse>;
235
235
  /**
@@ -238,7 +238,7 @@ export declare class ArtifactsClient {
238
238
  * @param GetGenericArtifactRequest
239
239
  * @return GetGenericArtifactResponse
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.88.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
242
242
  */
243
243
  getGenericArtifact(getGenericArtifactRequest: requests.GetGenericArtifactRequest): Promise<responses.GetGenericArtifactResponse>;
244
244
  /**
@@ -247,7 +247,7 @@ export declare class ArtifactsClient {
247
247
  * @param GetGenericArtifactByPathRequest
248
248
  * @return GetGenericArtifactByPathResponse
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.88.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
251
251
  */
252
252
  getGenericArtifactByPath(getGenericArtifactByPathRequest: requests.GetGenericArtifactByPathRequest): Promise<responses.GetGenericArtifactByPathResponse>;
253
253
  /**
@@ -256,7 +256,7 @@ export declare class ArtifactsClient {
256
256
  * @param GetRepositoryRequest
257
257
  * @return GetRepositoryResponse
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.88.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
260
260
  */
261
261
  getRepository(getRepositoryRequest: requests.GetRepositoryRequest): Promise<responses.GetRepositoryResponse>;
262
262
  /**
@@ -265,7 +265,7 @@ export declare class ArtifactsClient {
265
265
  * @param ListContainerImageSignaturesRequest
266
266
  * @return ListContainerImageSignaturesResponse
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.88.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
269
269
  */
270
270
  listContainerImageSignatures(listContainerImageSignaturesRequest: requests.ListContainerImageSignaturesRequest): Promise<responses.ListContainerImageSignaturesResponse>;
271
271
  /**
@@ -274,7 +274,7 @@ export declare class ArtifactsClient {
274
274
  * @param ListContainerImagesRequest
275
275
  * @return ListContainerImagesResponse
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.88.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
278
278
  */
279
279
  listContainerImages(listContainerImagesRequest: requests.ListContainerImagesRequest): Promise<responses.ListContainerImagesResponse>;
280
280
  /**
@@ -283,7 +283,7 @@ export declare class ArtifactsClient {
283
283
  * @param ListContainerRepositoriesRequest
284
284
  * @return ListContainerRepositoriesResponse
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.88.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
287
287
  */
288
288
  listContainerRepositories(listContainerRepositoriesRequest: requests.ListContainerRepositoriesRequest): Promise<responses.ListContainerRepositoriesResponse>;
289
289
  /**
@@ -292,7 +292,7 @@ export declare class ArtifactsClient {
292
292
  * @param ListGenericArtifactsRequest
293
293
  * @return ListGenericArtifactsResponse
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.88.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
296
296
  */
297
297
  listGenericArtifacts(listGenericArtifactsRequest: requests.ListGenericArtifactsRequest): Promise<responses.ListGenericArtifactsResponse>;
298
298
  /**
@@ -301,7 +301,7 @@ export declare class ArtifactsClient {
301
301
  * @param ListRepositoriesRequest
302
302
  * @return ListRepositoriesResponse
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.88.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
305
305
  */
306
306
  listRepositories(listRepositoriesRequest: requests.ListRepositoriesRequest): Promise<responses.ListRepositoriesResponse>;
307
307
  /**
@@ -310,7 +310,7 @@ export declare class ArtifactsClient {
310
310
  * @param RemoveContainerVersionRequest
311
311
  * @return RemoveContainerVersionResponse
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.88.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
314
314
  */
315
315
  removeContainerVersion(removeContainerVersionRequest: requests.RemoveContainerVersionRequest): Promise<responses.RemoveContainerVersionResponse>;
316
316
  /**
@@ -319,7 +319,7 @@ export declare class ArtifactsClient {
319
319
  * @param RestoreContainerImageRequest
320
320
  * @return RestoreContainerImageResponse
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.88.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
323
323
  */
324
324
  restoreContainerImage(restoreContainerImageRequest: requests.RestoreContainerImageRequest): Promise<responses.RestoreContainerImageResponse>;
325
325
  /**
@@ -328,7 +328,7 @@ export declare class ArtifactsClient {
328
328
  * @param UpdateContainerConfigurationRequest
329
329
  * @return UpdateContainerConfigurationResponse
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.88.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
332
332
  */
333
333
  updateContainerConfiguration(updateContainerConfigurationRequest: requests.UpdateContainerConfigurationRequest): Promise<responses.UpdateContainerConfigurationResponse>;
334
334
  /**
@@ -337,7 +337,7 @@ export declare class ArtifactsClient {
337
337
  * @param UpdateContainerImageRequest
338
338
  * @return UpdateContainerImageResponse
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.88.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
341
341
  */
342
342
  updateContainerImage(updateContainerImageRequest: requests.UpdateContainerImageRequest): Promise<responses.UpdateContainerImageResponse>;
343
343
  /**
@@ -346,7 +346,7 @@ export declare class ArtifactsClient {
346
346
  * @param UpdateContainerImageSignatureRequest
347
347
  * @return UpdateContainerImageSignatureResponse
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.88.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
350
350
  */
351
351
  updateContainerImageSignature(updateContainerImageSignatureRequest: requests.UpdateContainerImageSignatureRequest): Promise<responses.UpdateContainerImageSignatureResponse>;
352
352
  /**
@@ -355,7 +355,7 @@ export declare class ArtifactsClient {
355
355
  * @param UpdateContainerRepositoryRequest
356
356
  * @return UpdateContainerRepositoryResponse
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.88.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
359
359
  */
360
360
  updateContainerRepository(updateContainerRepositoryRequest: requests.UpdateContainerRepositoryRequest): Promise<responses.UpdateContainerRepositoryResponse>;
361
361
  /**
@@ -364,7 +364,7 @@ export declare class ArtifactsClient {
364
364
  * @param UpdateGenericArtifactRequest
365
365
  * @return UpdateGenericArtifactResponse
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.88.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
368
368
  */
369
369
  updateGenericArtifact(updateGenericArtifactRequest: requests.UpdateGenericArtifactRequest): Promise<responses.UpdateGenericArtifactResponse>;
370
370
  /**
@@ -373,7 +373,7 @@ export declare class ArtifactsClient {
373
373
  * @param UpdateGenericArtifactByPathRequest
374
374
  * @return UpdateGenericArtifactByPathResponse
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.88.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
377
377
  */
378
378
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest: requests.UpdateGenericArtifactByPathRequest): Promise<responses.UpdateGenericArtifactByPathResponse>;
379
379
  /**
@@ -382,7 +382,7 @@ export declare class ArtifactsClient {
382
382
  * @param UpdateRepositoryRequest
383
383
  * @return UpdateRepositoryResponse
384
384
  * @throws OciError when an error occurs
385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
386
386
  */
387
387
  updateRepository(updateRepositoryRequest: requests.UpdateRepositoryRequest): Promise<responses.UpdateRepositoryResponse>;
388
388
  }
package/lib/client.js CHANGED
@@ -207,7 +207,7 @@ class ArtifactsClient {
207
207
  * @param ChangeContainerRepositoryCompartmentRequest
208
208
  * @return ChangeContainerRepositoryCompartmentResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
211
211
  */
212
212
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
213
213
  return __awaiter(this, void 0, void 0, function* () {
@@ -267,7 +267,7 @@ class ArtifactsClient {
267
267
  * @param ChangeRepositoryCompartmentRequest
268
268
  * @return ChangeRepositoryCompartmentResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
271
271
  */
272
272
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
273
273
  return __awaiter(this, void 0, void 0, function* () {
@@ -324,7 +324,7 @@ class ArtifactsClient {
324
324
  * @param CreateContainerImageSignatureRequest
325
325
  * @return CreateContainerImageSignatureResponse
326
326
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
328
328
  */
329
329
  createContainerImageSignature(createContainerImageSignatureRequest) {
330
330
  return __awaiter(this, void 0, void 0, function* () {
@@ -388,7 +388,7 @@ class ArtifactsClient {
388
388
  * @param CreateContainerRepositoryRequest
389
389
  * @return CreateContainerRepositoryResponse
390
390
  * @throws OciError when an error occurs
391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
392
392
  */
393
393
  createContainerRepository(createContainerRepositoryRequest) {
394
394
  return __awaiter(this, void 0, void 0, function* () {
@@ -451,7 +451,7 @@ class ArtifactsClient {
451
451
  * @param CreateRepositoryRequest
452
452
  * @return CreateRepositoryResponse
453
453
  * @throws OciError when an error occurs
454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
455
455
  */
456
456
  createRepository(createRepositoryRequest) {
457
457
  return __awaiter(this, void 0, void 0, function* () {
@@ -514,7 +514,7 @@ class ArtifactsClient {
514
514
  * @param DeleteContainerImageRequest
515
515
  * @return DeleteContainerImageResponse
516
516
  * @throws OciError when an error occurs
517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
518
518
  */
519
519
  deleteContainerImage(deleteContainerImageRequest) {
520
520
  return __awaiter(this, void 0, void 0, function* () {
@@ -569,7 +569,7 @@ class ArtifactsClient {
569
569
  * @param DeleteContainerImageSignatureRequest
570
570
  * @return DeleteContainerImageSignatureResponse
571
571
  * @throws OciError when an error occurs
572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
573
573
  */
574
574
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
575
575
  return __awaiter(this, void 0, void 0, function* () {
@@ -624,7 +624,7 @@ class ArtifactsClient {
624
624
  * @param DeleteContainerRepositoryRequest
625
625
  * @return DeleteContainerRepositoryResponse
626
626
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
628
628
  */
629
629
  deleteContainerRepository(deleteContainerRepositoryRequest) {
630
630
  return __awaiter(this, void 0, void 0, function* () {
@@ -679,7 +679,7 @@ class ArtifactsClient {
679
679
  * @param DeleteGenericArtifactRequest
680
680
  * @return DeleteGenericArtifactResponse
681
681
  * @throws OciError when an error occurs
682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
683
683
  */
684
684
  deleteGenericArtifact(deleteGenericArtifactRequest) {
685
685
  return __awaiter(this, void 0, void 0, function* () {
@@ -734,7 +734,7 @@ class ArtifactsClient {
734
734
  * @param DeleteGenericArtifactByPathRequest
735
735
  * @return DeleteGenericArtifactByPathResponse
736
736
  * @throws OciError when an error occurs
737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
738
738
  */
739
739
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
740
740
  return __awaiter(this, void 0, void 0, function* () {
@@ -791,7 +791,7 @@ class ArtifactsClient {
791
791
  * @param DeleteRepositoryRequest
792
792
  * @return DeleteRepositoryResponse
793
793
  * @throws OciError when an error occurs
794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
795
795
  */
796
796
  deleteRepository(deleteRepositoryRequest) {
797
797
  return __awaiter(this, void 0, void 0, function* () {
@@ -846,7 +846,7 @@ class ArtifactsClient {
846
846
  * @param GetContainerConfigurationRequest
847
847
  * @return GetContainerConfigurationResponse
848
848
  * @throws OciError when an error occurs
849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
850
850
  */
851
851
  getContainerConfiguration(getContainerConfigurationRequest) {
852
852
  return __awaiter(this, void 0, void 0, function* () {
@@ -909,7 +909,7 @@ class ArtifactsClient {
909
909
  * @param GetContainerImageRequest
910
910
  * @return GetContainerImageResponse
911
911
  * @throws OciError when an error occurs
912
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
912
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
913
913
  */
914
914
  getContainerImage(getContainerImageRequest) {
915
915
  return __awaiter(this, void 0, void 0, function* () {
@@ -972,7 +972,7 @@ class ArtifactsClient {
972
972
  * @param GetContainerImageSignatureRequest
973
973
  * @return GetContainerImageSignatureResponse
974
974
  * @throws OciError when an error occurs
975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
976
976
  */
977
977
  getContainerImageSignature(getContainerImageSignatureRequest) {
978
978
  return __awaiter(this, void 0, void 0, function* () {
@@ -1035,7 +1035,7 @@ class ArtifactsClient {
1035
1035
  * @param GetContainerRepositoryRequest
1036
1036
  * @return GetContainerRepositoryResponse
1037
1037
  * @throws OciError when an error occurs
1038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1039
1039
  */
1040
1040
  getContainerRepository(getContainerRepositoryRequest) {
1041
1041
  return __awaiter(this, void 0, void 0, function* () {
@@ -1098,7 +1098,7 @@ class ArtifactsClient {
1098
1098
  * @param GetGenericArtifactRequest
1099
1099
  * @return GetGenericArtifactResponse
1100
1100
  * @throws OciError when an error occurs
1101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1102
1102
  */
1103
1103
  getGenericArtifact(getGenericArtifactRequest) {
1104
1104
  return __awaiter(this, void 0, void 0, function* () {
@@ -1161,7 +1161,7 @@ class ArtifactsClient {
1161
1161
  * @param GetGenericArtifactByPathRequest
1162
1162
  * @return GetGenericArtifactByPathResponse
1163
1163
  * @throws OciError when an error occurs
1164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1165
1165
  */
1166
1166
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1167
1167
  return __awaiter(this, void 0, void 0, function* () {
@@ -1226,7 +1226,7 @@ class ArtifactsClient {
1226
1226
  * @param GetRepositoryRequest
1227
1227
  * @return GetRepositoryResponse
1228
1228
  * @throws OciError when an error occurs
1229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1230
1230
  */
1231
1231
  getRepository(getRepositoryRequest) {
1232
1232
  return __awaiter(this, void 0, void 0, function* () {
@@ -1289,7 +1289,7 @@ class ArtifactsClient {
1289
1289
  * @param ListContainerImageSignaturesRequest
1290
1290
  * @return ListContainerImageSignaturesResponse
1291
1291
  * @throws OciError when an error occurs
1292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1293
1293
  */
1294
1294
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1295
1295
  return __awaiter(this, void 0, void 0, function* () {
@@ -1365,7 +1365,7 @@ class ArtifactsClient {
1365
1365
  * @param ListContainerImagesRequest
1366
1366
  * @return ListContainerImagesResponse
1367
1367
  * @throws OciError when an error occurs
1368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1369
1369
  */
1370
1370
  listContainerImages(listContainerImagesRequest) {
1371
1371
  return __awaiter(this, void 0, void 0, function* () {
@@ -1440,7 +1440,7 @@ class ArtifactsClient {
1440
1440
  * @param ListContainerRepositoriesRequest
1441
1441
  * @return ListContainerRepositoriesResponse
1442
1442
  * @throws OciError when an error occurs
1443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1444
1444
  */
1445
1445
  listContainerRepositories(listContainerRepositoriesRequest) {
1446
1446
  return __awaiter(this, void 0, void 0, function* () {
@@ -1512,7 +1512,7 @@ class ArtifactsClient {
1512
1512
  * @param ListGenericArtifactsRequest
1513
1513
  * @return ListGenericArtifactsResponse
1514
1514
  * @throws OciError when an error occurs
1515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1516
1516
  */
1517
1517
  listGenericArtifacts(listGenericArtifactsRequest) {
1518
1518
  return __awaiter(this, void 0, void 0, function* () {
@@ -1586,7 +1586,7 @@ class ArtifactsClient {
1586
1586
  * @param ListRepositoriesRequest
1587
1587
  * @return ListRepositoriesResponse
1588
1588
  * @throws OciError when an error occurs
1589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1590
1590
  */
1591
1591
  listRepositories(listRepositoriesRequest) {
1592
1592
  return __awaiter(this, void 0, void 0, function* () {
@@ -1657,7 +1657,7 @@ class ArtifactsClient {
1657
1657
  * @param RemoveContainerVersionRequest
1658
1658
  * @return RemoveContainerVersionResponse
1659
1659
  * @throws OciError when an error occurs
1660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1661
1661
  */
1662
1662
  removeContainerVersion(removeContainerVersionRequest) {
1663
1663
  return __awaiter(this, void 0, void 0, function* () {
@@ -1723,7 +1723,7 @@ class ArtifactsClient {
1723
1723
  * @param RestoreContainerImageRequest
1724
1724
  * @return RestoreContainerImageResponse
1725
1725
  * @throws OciError when an error occurs
1726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1727
1727
  */
1728
1728
  restoreContainerImage(restoreContainerImageRequest) {
1729
1729
  return __awaiter(this, void 0, void 0, function* () {
@@ -1789,7 +1789,7 @@ class ArtifactsClient {
1789
1789
  * @param UpdateContainerConfigurationRequest
1790
1790
  * @return UpdateContainerConfigurationResponse
1791
1791
  * @throws OciError when an error occurs
1792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1793
1793
  */
1794
1794
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1795
1795
  return __awaiter(this, void 0, void 0, function* () {
@@ -1854,7 +1854,7 @@ class ArtifactsClient {
1854
1854
  * @param UpdateContainerImageRequest
1855
1855
  * @return UpdateContainerImageResponse
1856
1856
  * @throws OciError when an error occurs
1857
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1858
1858
  */
1859
1859
  updateContainerImage(updateContainerImageRequest) {
1860
1860
  return __awaiter(this, void 0, void 0, function* () {
@@ -1919,7 +1919,7 @@ class ArtifactsClient {
1919
1919
  * @param UpdateContainerImageSignatureRequest
1920
1920
  * @return UpdateContainerImageSignatureResponse
1921
1921
  * @throws OciError when an error occurs
1922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1923
1923
  */
1924
1924
  updateContainerImageSignature(updateContainerImageSignatureRequest) {
1925
1925
  return __awaiter(this, void 0, void 0, function* () {
@@ -1984,7 +1984,7 @@ class ArtifactsClient {
1984
1984
  * @param UpdateContainerRepositoryRequest
1985
1985
  * @return UpdateContainerRepositoryResponse
1986
1986
  * @throws OciError when an error occurs
1987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1988
1988
  */
1989
1989
  updateContainerRepository(updateContainerRepositoryRequest) {
1990
1990
  return __awaiter(this, void 0, void 0, function* () {
@@ -2049,7 +2049,7 @@ class ArtifactsClient {
2049
2049
  * @param UpdateGenericArtifactRequest
2050
2050
  * @return UpdateGenericArtifactResponse
2051
2051
  * @throws OciError when an error occurs
2052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2053
2053
  */
2054
2054
  updateGenericArtifact(updateGenericArtifactRequest) {
2055
2055
  return __awaiter(this, void 0, void 0, function* () {
@@ -2114,7 +2114,7 @@ class ArtifactsClient {
2114
2114
  * @param UpdateGenericArtifactByPathRequest
2115
2115
  * @return UpdateGenericArtifactByPathResponse
2116
2116
  * @throws OciError when an error occurs
2117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2118
2118
  */
2119
2119
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
2120
2120
  return __awaiter(this, void 0, void 0, function* () {
@@ -2181,7 +2181,7 @@ class ArtifactsClient {
2181
2181
  * @param UpdateRepositoryRequest
2182
2182
  * @return UpdateRepositoryResponse
2183
2183
  * @throws OciError when an error occurs
2184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2185
2185
  */
2186
2186
  updateRepository(updateRepositoryRequest) {
2187
2187
  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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImageRequest.
17
17
  */
18
18
  export interface UpdateContainerImageRequest 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.88.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignatureRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignatureRequest.
17
17
  */
18
18
  export interface UpdateContainerImageSignatureRequest 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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0/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.88.1/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.88.0",
3
+ "version": "2.88.1",
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.88.0",
19
- "oci-workrequests": "2.88.0"
18
+ "oci-common": "2.88.1",
19
+ "oci-workrequests": "2.88.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"