oci-artifacts 2.82.1 → 2.82.2

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
@@ -96,7 +96,7 @@ export declare class ArtifactsClient {
96
96
  * @param ChangeContainerRepositoryCompartmentRequest
97
97
  * @return ChangeContainerRepositoryCompartmentResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
100
100
  */
101
101
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest: requests.ChangeContainerRepositoryCompartmentRequest): Promise<responses.ChangeContainerRepositoryCompartmentResponse>;
102
102
  /**
@@ -108,7 +108,7 @@ export declare class ArtifactsClient {
108
108
  * @param ChangeRepositoryCompartmentRequest
109
109
  * @return ChangeRepositoryCompartmentResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
112
112
  */
113
113
  changeRepositoryCompartment(changeRepositoryCompartmentRequest: requests.ChangeRepositoryCompartmentRequest): Promise<responses.ChangeRepositoryCompartmentResponse>;
114
114
  /**
@@ -117,7 +117,7 @@ export declare class ArtifactsClient {
117
117
  * @param CreateContainerImageSignatureRequest
118
118
  * @return CreateContainerImageSignatureResponse
119
119
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
121
121
  */
122
122
  createContainerImageSignature(createContainerImageSignatureRequest: requests.CreateContainerImageSignatureRequest): Promise<responses.CreateContainerImageSignatureResponse>;
123
123
  /**
@@ -126,7 +126,7 @@ export declare class ArtifactsClient {
126
126
  * @param CreateContainerRepositoryRequest
127
127
  * @return CreateContainerRepositoryResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
130
130
  */
131
131
  createContainerRepository(createContainerRepositoryRequest: requests.CreateContainerRepositoryRequest): Promise<responses.CreateContainerRepositoryResponse>;
132
132
  /**
@@ -135,7 +135,7 @@ export declare class ArtifactsClient {
135
135
  * @param CreateRepositoryRequest
136
136
  * @return CreateRepositoryResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
139
139
  */
140
140
  createRepository(createRepositoryRequest: requests.CreateRepositoryRequest): Promise<responses.CreateRepositoryResponse>;
141
141
  /**
@@ -144,7 +144,7 @@ export declare class ArtifactsClient {
144
144
  * @param DeleteContainerImageRequest
145
145
  * @return DeleteContainerImageResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
148
148
  */
149
149
  deleteContainerImage(deleteContainerImageRequest: requests.DeleteContainerImageRequest): Promise<responses.DeleteContainerImageResponse>;
150
150
  /**
@@ -153,7 +153,7 @@ export declare class ArtifactsClient {
153
153
  * @param DeleteContainerImageSignatureRequest
154
154
  * @return DeleteContainerImageSignatureResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
157
157
  */
158
158
  deleteContainerImageSignature(deleteContainerImageSignatureRequest: requests.DeleteContainerImageSignatureRequest): Promise<responses.DeleteContainerImageSignatureResponse>;
159
159
  /**
@@ -162,7 +162,7 @@ export declare class ArtifactsClient {
162
162
  * @param DeleteContainerRepositoryRequest
163
163
  * @return DeleteContainerRepositoryResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
166
166
  */
167
167
  deleteContainerRepository(deleteContainerRepositoryRequest: requests.DeleteContainerRepositoryRequest): Promise<responses.DeleteContainerRepositoryResponse>;
168
168
  /**
@@ -171,7 +171,7 @@ export declare class ArtifactsClient {
171
171
  * @param DeleteGenericArtifactRequest
172
172
  * @return DeleteGenericArtifactResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
175
175
  */
176
176
  deleteGenericArtifact(deleteGenericArtifactRequest: requests.DeleteGenericArtifactRequest): Promise<responses.DeleteGenericArtifactResponse>;
177
177
  /**
@@ -180,7 +180,7 @@ export declare class ArtifactsClient {
180
180
  * @param DeleteGenericArtifactByPathRequest
181
181
  * @return DeleteGenericArtifactByPathResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
184
184
  */
185
185
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest: requests.DeleteGenericArtifactByPathRequest): Promise<responses.DeleteGenericArtifactByPathResponse>;
186
186
  /**
@@ -189,7 +189,7 @@ export declare class ArtifactsClient {
189
189
  * @param DeleteRepositoryRequest
190
190
  * @return DeleteRepositoryResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
193
193
  */
194
194
  deleteRepository(deleteRepositoryRequest: requests.DeleteRepositoryRequest): Promise<responses.DeleteRepositoryResponse>;
195
195
  /**
@@ -198,7 +198,7 @@ export declare class ArtifactsClient {
198
198
  * @param GetContainerConfigurationRequest
199
199
  * @return GetContainerConfigurationResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
202
202
  */
203
203
  getContainerConfiguration(getContainerConfigurationRequest: requests.GetContainerConfigurationRequest): Promise<responses.GetContainerConfigurationResponse>;
204
204
  /**
@@ -207,7 +207,7 @@ export declare class ArtifactsClient {
207
207
  * @param GetContainerImageRequest
208
208
  * @return GetContainerImageResponse
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.82.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
211
211
  */
212
212
  getContainerImage(getContainerImageRequest: requests.GetContainerImageRequest): Promise<responses.GetContainerImageResponse>;
213
213
  /**
@@ -216,7 +216,7 @@ export declare class ArtifactsClient {
216
216
  * @param GetContainerImageSignatureRequest
217
217
  * @return GetContainerImageSignatureResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
220
220
  */
221
221
  getContainerImageSignature(getContainerImageSignatureRequest: requests.GetContainerImageSignatureRequest): Promise<responses.GetContainerImageSignatureResponse>;
222
222
  /**
@@ -225,7 +225,7 @@ export declare class ArtifactsClient {
225
225
  * @param GetContainerRepositoryRequest
226
226
  * @return GetContainerRepositoryResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
229
229
  */
230
230
  getContainerRepository(getContainerRepositoryRequest: requests.GetContainerRepositoryRequest): Promise<responses.GetContainerRepositoryResponse>;
231
231
  /**
@@ -234,7 +234,7 @@ export declare class ArtifactsClient {
234
234
  * @param GetGenericArtifactRequest
235
235
  * @return GetGenericArtifactResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
238
238
  */
239
239
  getGenericArtifact(getGenericArtifactRequest: requests.GetGenericArtifactRequest): Promise<responses.GetGenericArtifactResponse>;
240
240
  /**
@@ -243,7 +243,7 @@ export declare class ArtifactsClient {
243
243
  * @param GetGenericArtifactByPathRequest
244
244
  * @return GetGenericArtifactByPathResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
247
247
  */
248
248
  getGenericArtifactByPath(getGenericArtifactByPathRequest: requests.GetGenericArtifactByPathRequest): Promise<responses.GetGenericArtifactByPathResponse>;
249
249
  /**
@@ -252,7 +252,7 @@ export declare class ArtifactsClient {
252
252
  * @param GetRepositoryRequest
253
253
  * @return GetRepositoryResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
256
256
  */
257
257
  getRepository(getRepositoryRequest: requests.GetRepositoryRequest): Promise<responses.GetRepositoryResponse>;
258
258
  /**
@@ -261,7 +261,7 @@ export declare class ArtifactsClient {
261
261
  * @param ListContainerImageSignaturesRequest
262
262
  * @return ListContainerImageSignaturesResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
265
265
  */
266
266
  listContainerImageSignatures(listContainerImageSignaturesRequest: requests.ListContainerImageSignaturesRequest): Promise<responses.ListContainerImageSignaturesResponse>;
267
267
  /**
@@ -270,7 +270,7 @@ export declare class ArtifactsClient {
270
270
  * @param ListContainerImagesRequest
271
271
  * @return ListContainerImagesResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
274
274
  */
275
275
  listContainerImages(listContainerImagesRequest: requests.ListContainerImagesRequest): Promise<responses.ListContainerImagesResponse>;
276
276
  /**
@@ -279,7 +279,7 @@ export declare class ArtifactsClient {
279
279
  * @param ListContainerRepositoriesRequest
280
280
  * @return ListContainerRepositoriesResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
283
283
  */
284
284
  listContainerRepositories(listContainerRepositoriesRequest: requests.ListContainerRepositoriesRequest): Promise<responses.ListContainerRepositoriesResponse>;
285
285
  /**
@@ -288,7 +288,7 @@ export declare class ArtifactsClient {
288
288
  * @param ListGenericArtifactsRequest
289
289
  * @return ListGenericArtifactsResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
292
292
  */
293
293
  listGenericArtifacts(listGenericArtifactsRequest: requests.ListGenericArtifactsRequest): Promise<responses.ListGenericArtifactsResponse>;
294
294
  /**
@@ -297,7 +297,7 @@ export declare class ArtifactsClient {
297
297
  * @param ListRepositoriesRequest
298
298
  * @return ListRepositoriesResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
301
301
  */
302
302
  listRepositories(listRepositoriesRequest: requests.ListRepositoriesRequest): Promise<responses.ListRepositoriesResponse>;
303
303
  /**
@@ -306,7 +306,7 @@ export declare class ArtifactsClient {
306
306
  * @param RemoveContainerVersionRequest
307
307
  * @return RemoveContainerVersionResponse
308
308
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
310
310
  */
311
311
  removeContainerVersion(removeContainerVersionRequest: requests.RemoveContainerVersionRequest): Promise<responses.RemoveContainerVersionResponse>;
312
312
  /**
@@ -315,7 +315,7 @@ export declare class ArtifactsClient {
315
315
  * @param RestoreContainerImageRequest
316
316
  * @return RestoreContainerImageResponse
317
317
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
319
319
  */
320
320
  restoreContainerImage(restoreContainerImageRequest: requests.RestoreContainerImageRequest): Promise<responses.RestoreContainerImageResponse>;
321
321
  /**
@@ -324,7 +324,7 @@ export declare class ArtifactsClient {
324
324
  * @param UpdateContainerConfigurationRequest
325
325
  * @return UpdateContainerConfigurationResponse
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.82.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
328
328
  */
329
329
  updateContainerConfiguration(updateContainerConfigurationRequest: requests.UpdateContainerConfigurationRequest): Promise<responses.UpdateContainerConfigurationResponse>;
330
330
  /**
@@ -333,7 +333,7 @@ export declare class ArtifactsClient {
333
333
  * @param UpdateContainerImageRequest
334
334
  * @return UpdateContainerImageResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
337
337
  */
338
338
  updateContainerImage(updateContainerImageRequest: requests.UpdateContainerImageRequest): Promise<responses.UpdateContainerImageResponse>;
339
339
  /**
@@ -342,7 +342,7 @@ export declare class ArtifactsClient {
342
342
  * @param UpdateContainerImageSignatureRequest
343
343
  * @return UpdateContainerImageSignatureResponse
344
344
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
346
346
  */
347
347
  updateContainerImageSignature(updateContainerImageSignatureRequest: requests.UpdateContainerImageSignatureRequest): Promise<responses.UpdateContainerImageSignatureResponse>;
348
348
  /**
@@ -351,7 +351,7 @@ export declare class ArtifactsClient {
351
351
  * @param UpdateContainerRepositoryRequest
352
352
  * @return UpdateContainerRepositoryResponse
353
353
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
355
355
  */
356
356
  updateContainerRepository(updateContainerRepositoryRequest: requests.UpdateContainerRepositoryRequest): Promise<responses.UpdateContainerRepositoryResponse>;
357
357
  /**
@@ -360,7 +360,7 @@ export declare class ArtifactsClient {
360
360
  * @param UpdateGenericArtifactRequest
361
361
  * @return UpdateGenericArtifactResponse
362
362
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
364
364
  */
365
365
  updateGenericArtifact(updateGenericArtifactRequest: requests.UpdateGenericArtifactRequest): Promise<responses.UpdateGenericArtifactResponse>;
366
366
  /**
@@ -369,7 +369,7 @@ export declare class ArtifactsClient {
369
369
  * @param UpdateGenericArtifactByPathRequest
370
370
  * @return UpdateGenericArtifactByPathResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
373
373
  */
374
374
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest: requests.UpdateGenericArtifactByPathRequest): Promise<responses.UpdateGenericArtifactByPathResponse>;
375
375
  /**
@@ -378,7 +378,7 @@ export declare class ArtifactsClient {
378
378
  * @param UpdateRepositoryRequest
379
379
  * @return UpdateRepositoryResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
382
382
  */
383
383
  updateRepository(updateRepositoryRequest: requests.UpdateRepositoryRequest): Promise<responses.UpdateRepositoryResponse>;
384
384
  }
package/lib/client.js CHANGED
@@ -201,7 +201,7 @@ class ArtifactsClient {
201
201
  * @param ChangeContainerRepositoryCompartmentRequest
202
202
  * @return ChangeContainerRepositoryCompartmentResponse
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.82.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
205
205
  */
206
206
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
207
207
  return __awaiter(this, void 0, void 0, function* () {
@@ -261,7 +261,7 @@ class ArtifactsClient {
261
261
  * @param ChangeRepositoryCompartmentRequest
262
262
  * @return ChangeRepositoryCompartmentResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
265
265
  */
266
266
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
267
267
  return __awaiter(this, void 0, void 0, function* () {
@@ -318,7 +318,7 @@ class ArtifactsClient {
318
318
  * @param CreateContainerImageSignatureRequest
319
319
  * @return CreateContainerImageSignatureResponse
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.82.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
322
322
  */
323
323
  createContainerImageSignature(createContainerImageSignatureRequest) {
324
324
  return __awaiter(this, void 0, void 0, function* () {
@@ -382,7 +382,7 @@ class ArtifactsClient {
382
382
  * @param CreateContainerRepositoryRequest
383
383
  * @return CreateContainerRepositoryResponse
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.82.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
386
386
  */
387
387
  createContainerRepository(createContainerRepositoryRequest) {
388
388
  return __awaiter(this, void 0, void 0, function* () {
@@ -445,7 +445,7 @@ class ArtifactsClient {
445
445
  * @param CreateRepositoryRequest
446
446
  * @return CreateRepositoryResponse
447
447
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
449
449
  */
450
450
  createRepository(createRepositoryRequest) {
451
451
  return __awaiter(this, void 0, void 0, function* () {
@@ -508,7 +508,7 @@ class ArtifactsClient {
508
508
  * @param DeleteContainerImageRequest
509
509
  * @return DeleteContainerImageResponse
510
510
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
512
512
  */
513
513
  deleteContainerImage(deleteContainerImageRequest) {
514
514
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +563,7 @@ class ArtifactsClient {
563
563
  * @param DeleteContainerImageSignatureRequest
564
564
  * @return DeleteContainerImageSignatureResponse
565
565
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
567
567
  */
568
568
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
569
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -618,7 +618,7 @@ class ArtifactsClient {
618
618
  * @param DeleteContainerRepositoryRequest
619
619
  * @return DeleteContainerRepositoryResponse
620
620
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
622
622
  */
623
623
  deleteContainerRepository(deleteContainerRepositoryRequest) {
624
624
  return __awaiter(this, void 0, void 0, function* () {
@@ -673,7 +673,7 @@ class ArtifactsClient {
673
673
  * @param DeleteGenericArtifactRequest
674
674
  * @return DeleteGenericArtifactResponse
675
675
  * @throws OciError when an error occurs
676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
677
677
  */
678
678
  deleteGenericArtifact(deleteGenericArtifactRequest) {
679
679
  return __awaiter(this, void 0, void 0, function* () {
@@ -728,7 +728,7 @@ class ArtifactsClient {
728
728
  * @param DeleteGenericArtifactByPathRequest
729
729
  * @return DeleteGenericArtifactByPathResponse
730
730
  * @throws OciError when an error occurs
731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
732
732
  */
733
733
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
734
734
  return __awaiter(this, void 0, void 0, function* () {
@@ -785,7 +785,7 @@ class ArtifactsClient {
785
785
  * @param DeleteRepositoryRequest
786
786
  * @return DeleteRepositoryResponse
787
787
  * @throws OciError when an error occurs
788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
789
789
  */
790
790
  deleteRepository(deleteRepositoryRequest) {
791
791
  return __awaiter(this, void 0, void 0, function* () {
@@ -840,7 +840,7 @@ class ArtifactsClient {
840
840
  * @param GetContainerConfigurationRequest
841
841
  * @return GetContainerConfigurationResponse
842
842
  * @throws OciError when an error occurs
843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
843
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
844
844
  */
845
845
  getContainerConfiguration(getContainerConfigurationRequest) {
846
846
  return __awaiter(this, void 0, void 0, function* () {
@@ -903,7 +903,7 @@ class ArtifactsClient {
903
903
  * @param GetContainerImageRequest
904
904
  * @return GetContainerImageResponse
905
905
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
907
907
  */
908
908
  getContainerImage(getContainerImageRequest) {
909
909
  return __awaiter(this, void 0, void 0, function* () {
@@ -966,7 +966,7 @@ class ArtifactsClient {
966
966
  * @param GetContainerImageSignatureRequest
967
967
  * @return GetContainerImageSignatureResponse
968
968
  * @throws OciError when an error occurs
969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
970
970
  */
971
971
  getContainerImageSignature(getContainerImageSignatureRequest) {
972
972
  return __awaiter(this, void 0, void 0, function* () {
@@ -1029,7 +1029,7 @@ class ArtifactsClient {
1029
1029
  * @param GetContainerRepositoryRequest
1030
1030
  * @return GetContainerRepositoryResponse
1031
1031
  * @throws OciError when an error occurs
1032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1033
1033
  */
1034
1034
  getContainerRepository(getContainerRepositoryRequest) {
1035
1035
  return __awaiter(this, void 0, void 0, function* () {
@@ -1092,7 +1092,7 @@ class ArtifactsClient {
1092
1092
  * @param GetGenericArtifactRequest
1093
1093
  * @return GetGenericArtifactResponse
1094
1094
  * @throws OciError when an error occurs
1095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1095
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1096
1096
  */
1097
1097
  getGenericArtifact(getGenericArtifactRequest) {
1098
1098
  return __awaiter(this, void 0, void 0, function* () {
@@ -1155,7 +1155,7 @@ class ArtifactsClient {
1155
1155
  * @param GetGenericArtifactByPathRequest
1156
1156
  * @return GetGenericArtifactByPathResponse
1157
1157
  * @throws OciError when an error occurs
1158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1159
1159
  */
1160
1160
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1161
1161
  return __awaiter(this, void 0, void 0, function* () {
@@ -1220,7 +1220,7 @@ class ArtifactsClient {
1220
1220
  * @param GetRepositoryRequest
1221
1221
  * @return GetRepositoryResponse
1222
1222
  * @throws OciError when an error occurs
1223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1224
1224
  */
1225
1225
  getRepository(getRepositoryRequest) {
1226
1226
  return __awaiter(this, void 0, void 0, function* () {
@@ -1283,7 +1283,7 @@ class ArtifactsClient {
1283
1283
  * @param ListContainerImageSignaturesRequest
1284
1284
  * @return ListContainerImageSignaturesResponse
1285
1285
  * @throws OciError when an error occurs
1286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1287
1287
  */
1288
1288
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1289
1289
  return __awaiter(this, void 0, void 0, function* () {
@@ -1359,7 +1359,7 @@ class ArtifactsClient {
1359
1359
  * @param ListContainerImagesRequest
1360
1360
  * @return ListContainerImagesResponse
1361
1361
  * @throws OciError when an error occurs
1362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1363
1363
  */
1364
1364
  listContainerImages(listContainerImagesRequest) {
1365
1365
  return __awaiter(this, void 0, void 0, function* () {
@@ -1434,7 +1434,7 @@ class ArtifactsClient {
1434
1434
  * @param ListContainerRepositoriesRequest
1435
1435
  * @return ListContainerRepositoriesResponse
1436
1436
  * @throws OciError when an error occurs
1437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1438
1438
  */
1439
1439
  listContainerRepositories(listContainerRepositoriesRequest) {
1440
1440
  return __awaiter(this, void 0, void 0, function* () {
@@ -1506,7 +1506,7 @@ class ArtifactsClient {
1506
1506
  * @param ListGenericArtifactsRequest
1507
1507
  * @return ListGenericArtifactsResponse
1508
1508
  * @throws OciError when an error occurs
1509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1510
1510
  */
1511
1511
  listGenericArtifacts(listGenericArtifactsRequest) {
1512
1512
  return __awaiter(this, void 0, void 0, function* () {
@@ -1580,7 +1580,7 @@ class ArtifactsClient {
1580
1580
  * @param ListRepositoriesRequest
1581
1581
  * @return ListRepositoriesResponse
1582
1582
  * @throws OciError when an error occurs
1583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1584
1584
  */
1585
1585
  listRepositories(listRepositoriesRequest) {
1586
1586
  return __awaiter(this, void 0, void 0, function* () {
@@ -1651,7 +1651,7 @@ class ArtifactsClient {
1651
1651
  * @param RemoveContainerVersionRequest
1652
1652
  * @return RemoveContainerVersionResponse
1653
1653
  * @throws OciError when an error occurs
1654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1655
1655
  */
1656
1656
  removeContainerVersion(removeContainerVersionRequest) {
1657
1657
  return __awaiter(this, void 0, void 0, function* () {
@@ -1717,7 +1717,7 @@ class ArtifactsClient {
1717
1717
  * @param RestoreContainerImageRequest
1718
1718
  * @return RestoreContainerImageResponse
1719
1719
  * @throws OciError when an error occurs
1720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1721
1721
  */
1722
1722
  restoreContainerImage(restoreContainerImageRequest) {
1723
1723
  return __awaiter(this, void 0, void 0, function* () {
@@ -1783,7 +1783,7 @@ class ArtifactsClient {
1783
1783
  * @param UpdateContainerConfigurationRequest
1784
1784
  * @return UpdateContainerConfigurationResponse
1785
1785
  * @throws OciError when an error occurs
1786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1787
1787
  */
1788
1788
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1789
1789
  return __awaiter(this, void 0, void 0, function* () {
@@ -1848,7 +1848,7 @@ class ArtifactsClient {
1848
1848
  * @param UpdateContainerImageRequest
1849
1849
  * @return UpdateContainerImageResponse
1850
1850
  * @throws OciError when an error occurs
1851
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1852
1852
  */
1853
1853
  updateContainerImage(updateContainerImageRequest) {
1854
1854
  return __awaiter(this, void 0, void 0, function* () {
@@ -1913,7 +1913,7 @@ class ArtifactsClient {
1913
1913
  * @param UpdateContainerImageSignatureRequest
1914
1914
  * @return UpdateContainerImageSignatureResponse
1915
1915
  * @throws OciError when an error occurs
1916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1917
1917
  */
1918
1918
  updateContainerImageSignature(updateContainerImageSignatureRequest) {
1919
1919
  return __awaiter(this, void 0, void 0, function* () {
@@ -1978,7 +1978,7 @@ class ArtifactsClient {
1978
1978
  * @param UpdateContainerRepositoryRequest
1979
1979
  * @return UpdateContainerRepositoryResponse
1980
1980
  * @throws OciError when an error occurs
1981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1982
1982
  */
1983
1983
  updateContainerRepository(updateContainerRepositoryRequest) {
1984
1984
  return __awaiter(this, void 0, void 0, function* () {
@@ -2043,7 +2043,7 @@ class ArtifactsClient {
2043
2043
  * @param UpdateGenericArtifactRequest
2044
2044
  * @return UpdateGenericArtifactResponse
2045
2045
  * @throws OciError when an error occurs
2046
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2046
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2047
2047
  */
2048
2048
  updateGenericArtifact(updateGenericArtifactRequest) {
2049
2049
  return __awaiter(this, void 0, void 0, function* () {
@@ -2108,7 +2108,7 @@ class ArtifactsClient {
2108
2108
  * @param UpdateGenericArtifactByPathRequest
2109
2109
  * @return UpdateGenericArtifactByPathResponse
2110
2110
  * @throws OciError when an error occurs
2111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2112
2112
  */
2113
2113
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
2114
2114
  return __awaiter(this, void 0, void 0, function* () {
@@ -2175,7 +2175,7 @@ class ArtifactsClient {
2175
2175
  * @param UpdateRepositoryRequest
2176
2176
  * @return UpdateRepositoryResponse
2177
2177
  * @throws OciError when an error occurs
2178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2179
2179
  */
2180
2180
  updateRepository(updateRepositoryRequest) {
2181
2181
  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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.1/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.82.2/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.82.1/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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.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.82.2/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.82.1",
3
+ "version": "2.82.2",
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.82.1",
19
- "oci-workrequests": "2.82.1"
18
+ "oci-common": "2.82.2",
19
+ "oci-workrequests": "2.82.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"