oci-artifacts 2.37.0 → 2.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/lib/client.d.ts +30 -30
  2. package/lib/client.js +30 -30
  3. package/lib/request/change-container-repository-compartment-request.d.ts +1 -1
  4. package/lib/request/change-repository-compartment-request.d.ts +1 -1
  5. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  6. package/lib/request/create-container-repository-request.d.ts +1 -1
  7. package/lib/request/create-repository-request.d.ts +1 -1
  8. package/lib/request/delete-container-image-request.d.ts +1 -1
  9. package/lib/request/delete-container-image-signature-request.d.ts +1 -1
  10. package/lib/request/delete-container-repository-request.d.ts +1 -1
  11. package/lib/request/delete-generic-artifact-by-path-request.d.ts +1 -1
  12. package/lib/request/delete-generic-artifact-request.d.ts +1 -1
  13. package/lib/request/delete-repository-request.d.ts +1 -1
  14. package/lib/request/get-container-configuration-request.d.ts +1 -1
  15. package/lib/request/get-container-image-request.d.ts +1 -1
  16. package/lib/request/get-container-image-signature-request.d.ts +1 -1
  17. package/lib/request/get-container-repository-request.d.ts +1 -1
  18. package/lib/request/get-generic-artifact-by-path-request.d.ts +1 -1
  19. package/lib/request/get-generic-artifact-request.d.ts +1 -1
  20. package/lib/request/get-repository-request.d.ts +1 -1
  21. package/lib/request/list-container-image-signatures-request.d.ts +1 -1
  22. package/lib/request/list-container-images-request.d.ts +1 -1
  23. package/lib/request/list-container-repositories-request.d.ts +1 -1
  24. package/lib/request/list-generic-artifacts-request.d.ts +1 -1
  25. package/lib/request/list-repositories-request.d.ts +1 -1
  26. package/lib/request/remove-container-version-request.d.ts +1 -1
  27. package/lib/request/restore-container-image-request.d.ts +1 -1
  28. package/lib/request/update-container-configuration-request.d.ts +1 -1
  29. package/lib/request/update-container-repository-request.d.ts +1 -1
  30. package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
  31. package/lib/request/update-generic-artifact-request.d.ts +1 -1
  32. package/lib/request/update-repository-request.d.ts +1 -1
  33. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -80,7 +80,7 @@ export declare class ArtifactsClient {
80
80
  * @param ChangeContainerRepositoryCompartmentRequest
81
81
  * @return ChangeContainerRepositoryCompartmentResponse
82
82
  * @throws OciError when an error occurs
83
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
83
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
84
84
  */
85
85
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest: requests.ChangeContainerRepositoryCompartmentRequest): Promise<responses.ChangeContainerRepositoryCompartmentResponse>;
86
86
  /**
@@ -92,7 +92,7 @@ export declare class ArtifactsClient {
92
92
  * @param ChangeRepositoryCompartmentRequest
93
93
  * @return ChangeRepositoryCompartmentResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
96
96
  */
97
97
  changeRepositoryCompartment(changeRepositoryCompartmentRequest: requests.ChangeRepositoryCompartmentRequest): Promise<responses.ChangeRepositoryCompartmentResponse>;
98
98
  /**
@@ -101,7 +101,7 @@ export declare class ArtifactsClient {
101
101
  * @param CreateContainerImageSignatureRequest
102
102
  * @return CreateContainerImageSignatureResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
105
105
  */
106
106
  createContainerImageSignature(createContainerImageSignatureRequest: requests.CreateContainerImageSignatureRequest): Promise<responses.CreateContainerImageSignatureResponse>;
107
107
  /**
@@ -110,7 +110,7 @@ export declare class ArtifactsClient {
110
110
  * @param CreateContainerRepositoryRequest
111
111
  * @return CreateContainerRepositoryResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
114
114
  */
115
115
  createContainerRepository(createContainerRepositoryRequest: requests.CreateContainerRepositoryRequest): Promise<responses.CreateContainerRepositoryResponse>;
116
116
  /**
@@ -119,7 +119,7 @@ export declare class ArtifactsClient {
119
119
  * @param CreateRepositoryRequest
120
120
  * @return CreateRepositoryResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
123
123
  */
124
124
  createRepository(createRepositoryRequest: requests.CreateRepositoryRequest): Promise<responses.CreateRepositoryResponse>;
125
125
  /**
@@ -128,7 +128,7 @@ export declare class ArtifactsClient {
128
128
  * @param DeleteContainerImageRequest
129
129
  * @return DeleteContainerImageResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
132
132
  */
133
133
  deleteContainerImage(deleteContainerImageRequest: requests.DeleteContainerImageRequest): Promise<responses.DeleteContainerImageResponse>;
134
134
  /**
@@ -137,7 +137,7 @@ export declare class ArtifactsClient {
137
137
  * @param DeleteContainerImageSignatureRequest
138
138
  * @return DeleteContainerImageSignatureResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
141
141
  */
142
142
  deleteContainerImageSignature(deleteContainerImageSignatureRequest: requests.DeleteContainerImageSignatureRequest): Promise<responses.DeleteContainerImageSignatureResponse>;
143
143
  /**
@@ -146,7 +146,7 @@ export declare class ArtifactsClient {
146
146
  * @param DeleteContainerRepositoryRequest
147
147
  * @return DeleteContainerRepositoryResponse
148
148
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
150
150
  */
151
151
  deleteContainerRepository(deleteContainerRepositoryRequest: requests.DeleteContainerRepositoryRequest): Promise<responses.DeleteContainerRepositoryResponse>;
152
152
  /**
@@ -155,7 +155,7 @@ export declare class ArtifactsClient {
155
155
  * @param DeleteGenericArtifactRequest
156
156
  * @return DeleteGenericArtifactResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
159
159
  */
160
160
  deleteGenericArtifact(deleteGenericArtifactRequest: requests.DeleteGenericArtifactRequest): Promise<responses.DeleteGenericArtifactResponse>;
161
161
  /**
@@ -164,7 +164,7 @@ export declare class ArtifactsClient {
164
164
  * @param DeleteGenericArtifactByPathRequest
165
165
  * @return DeleteGenericArtifactByPathResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
168
168
  */
169
169
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest: requests.DeleteGenericArtifactByPathRequest): Promise<responses.DeleteGenericArtifactByPathResponse>;
170
170
  /**
@@ -173,7 +173,7 @@ export declare class ArtifactsClient {
173
173
  * @param DeleteRepositoryRequest
174
174
  * @return DeleteRepositoryResponse
175
175
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
177
177
  */
178
178
  deleteRepository(deleteRepositoryRequest: requests.DeleteRepositoryRequest): Promise<responses.DeleteRepositoryResponse>;
179
179
  /**
@@ -182,7 +182,7 @@ export declare class ArtifactsClient {
182
182
  * @param GetContainerConfigurationRequest
183
183
  * @return GetContainerConfigurationResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
186
186
  */
187
187
  getContainerConfiguration(getContainerConfigurationRequest: requests.GetContainerConfigurationRequest): Promise<responses.GetContainerConfigurationResponse>;
188
188
  /**
@@ -191,7 +191,7 @@ export declare class ArtifactsClient {
191
191
  * @param GetContainerImageRequest
192
192
  * @return GetContainerImageResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
195
195
  */
196
196
  getContainerImage(getContainerImageRequest: requests.GetContainerImageRequest): Promise<responses.GetContainerImageResponse>;
197
197
  /**
@@ -200,7 +200,7 @@ export declare class ArtifactsClient {
200
200
  * @param GetContainerImageSignatureRequest
201
201
  * @return GetContainerImageSignatureResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
204
204
  */
205
205
  getContainerImageSignature(getContainerImageSignatureRequest: requests.GetContainerImageSignatureRequest): Promise<responses.GetContainerImageSignatureResponse>;
206
206
  /**
@@ -209,7 +209,7 @@ export declare class ArtifactsClient {
209
209
  * @param GetContainerRepositoryRequest
210
210
  * @return GetContainerRepositoryResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
213
213
  */
214
214
  getContainerRepository(getContainerRepositoryRequest: requests.GetContainerRepositoryRequest): Promise<responses.GetContainerRepositoryResponse>;
215
215
  /**
@@ -218,7 +218,7 @@ export declare class ArtifactsClient {
218
218
  * @param GetGenericArtifactRequest
219
219
  * @return GetGenericArtifactResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
222
222
  */
223
223
  getGenericArtifact(getGenericArtifactRequest: requests.GetGenericArtifactRequest): Promise<responses.GetGenericArtifactResponse>;
224
224
  /**
@@ -227,7 +227,7 @@ export declare class ArtifactsClient {
227
227
  * @param GetGenericArtifactByPathRequest
228
228
  * @return GetGenericArtifactByPathResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
231
231
  */
232
232
  getGenericArtifactByPath(getGenericArtifactByPathRequest: requests.GetGenericArtifactByPathRequest): Promise<responses.GetGenericArtifactByPathResponse>;
233
233
  /**
@@ -236,7 +236,7 @@ export declare class ArtifactsClient {
236
236
  * @param GetRepositoryRequest
237
237
  * @return GetRepositoryResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
240
240
  */
241
241
  getRepository(getRepositoryRequest: requests.GetRepositoryRequest): Promise<responses.GetRepositoryResponse>;
242
242
  /**
@@ -245,7 +245,7 @@ export declare class ArtifactsClient {
245
245
  * @param ListContainerImageSignaturesRequest
246
246
  * @return ListContainerImageSignaturesResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
249
249
  */
250
250
  listContainerImageSignatures(listContainerImageSignaturesRequest: requests.ListContainerImageSignaturesRequest): Promise<responses.ListContainerImageSignaturesResponse>;
251
251
  /**
@@ -254,7 +254,7 @@ export declare class ArtifactsClient {
254
254
  * @param ListContainerImagesRequest
255
255
  * @return ListContainerImagesResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
258
258
  */
259
259
  listContainerImages(listContainerImagesRequest: requests.ListContainerImagesRequest): Promise<responses.ListContainerImagesResponse>;
260
260
  /**
@@ -263,7 +263,7 @@ export declare class ArtifactsClient {
263
263
  * @param ListContainerRepositoriesRequest
264
264
  * @return ListContainerRepositoriesResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
267
267
  */
268
268
  listContainerRepositories(listContainerRepositoriesRequest: requests.ListContainerRepositoriesRequest): Promise<responses.ListContainerRepositoriesResponse>;
269
269
  /**
@@ -272,7 +272,7 @@ export declare class ArtifactsClient {
272
272
  * @param ListGenericArtifactsRequest
273
273
  * @return ListGenericArtifactsResponse
274
274
  * @throws OciError when an error occurs
275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
276
276
  */
277
277
  listGenericArtifacts(listGenericArtifactsRequest: requests.ListGenericArtifactsRequest): Promise<responses.ListGenericArtifactsResponse>;
278
278
  /**
@@ -281,7 +281,7 @@ export declare class ArtifactsClient {
281
281
  * @param ListRepositoriesRequest
282
282
  * @return ListRepositoriesResponse
283
283
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
285
285
  */
286
286
  listRepositories(listRepositoriesRequest: requests.ListRepositoriesRequest): Promise<responses.ListRepositoriesResponse>;
287
287
  /**
@@ -290,7 +290,7 @@ export declare class ArtifactsClient {
290
290
  * @param RemoveContainerVersionRequest
291
291
  * @return RemoveContainerVersionResponse
292
292
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
294
294
  */
295
295
  removeContainerVersion(removeContainerVersionRequest: requests.RemoveContainerVersionRequest): Promise<responses.RemoveContainerVersionResponse>;
296
296
  /**
@@ -299,7 +299,7 @@ export declare class ArtifactsClient {
299
299
  * @param RestoreContainerImageRequest
300
300
  * @return RestoreContainerImageResponse
301
301
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
303
303
  */
304
304
  restoreContainerImage(restoreContainerImageRequest: requests.RestoreContainerImageRequest): Promise<responses.RestoreContainerImageResponse>;
305
305
  /**
@@ -308,7 +308,7 @@ export declare class ArtifactsClient {
308
308
  * @param UpdateContainerConfigurationRequest
309
309
  * @return UpdateContainerConfigurationResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
312
312
  */
313
313
  updateContainerConfiguration(updateContainerConfigurationRequest: requests.UpdateContainerConfigurationRequest): Promise<responses.UpdateContainerConfigurationResponse>;
314
314
  /**
@@ -317,7 +317,7 @@ export declare class ArtifactsClient {
317
317
  * @param UpdateContainerRepositoryRequest
318
318
  * @return UpdateContainerRepositoryResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
321
321
  */
322
322
  updateContainerRepository(updateContainerRepositoryRequest: requests.UpdateContainerRepositoryRequest): Promise<responses.UpdateContainerRepositoryResponse>;
323
323
  /**
@@ -326,7 +326,7 @@ export declare class ArtifactsClient {
326
326
  * @param UpdateGenericArtifactRequest
327
327
  * @return UpdateGenericArtifactResponse
328
328
  * @throws OciError when an error occurs
329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
330
330
  */
331
331
  updateGenericArtifact(updateGenericArtifactRequest: requests.UpdateGenericArtifactRequest): Promise<responses.UpdateGenericArtifactResponse>;
332
332
  /**
@@ -335,7 +335,7 @@ export declare class ArtifactsClient {
335
335
  * @param UpdateGenericArtifactByPathRequest
336
336
  * @return UpdateGenericArtifactByPathResponse
337
337
  * @throws OciError when an error occurs
338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
339
339
  */
340
340
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest: requests.UpdateGenericArtifactByPathRequest): Promise<responses.UpdateGenericArtifactByPathResponse>;
341
341
  /**
@@ -344,7 +344,7 @@ export declare class ArtifactsClient {
344
344
  * @param UpdateRepositoryRequest
345
345
  * @return UpdateRepositoryResponse
346
346
  * @throws OciError when an error occurs
347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
348
348
  */
349
349
  updateRepository(updateRepositoryRequest: requests.UpdateRepositoryRequest): Promise<responses.UpdateRepositoryResponse>;
350
350
  }
package/lib/client.js CHANGED
@@ -161,7 +161,7 @@ class ArtifactsClient {
161
161
  * @param ChangeContainerRepositoryCompartmentRequest
162
162
  * @return ChangeContainerRepositoryCompartmentResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
165
165
  */
166
166
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
167
167
  return __awaiter(this, void 0, void 0, function* () {
@@ -221,7 +221,7 @@ class ArtifactsClient {
221
221
  * @param ChangeRepositoryCompartmentRequest
222
222
  * @return ChangeRepositoryCompartmentResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
225
225
  */
226
226
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
227
227
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class ArtifactsClient {
278
278
  * @param CreateContainerImageSignatureRequest
279
279
  * @return CreateContainerImageSignatureResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
282
282
  */
283
283
  createContainerImageSignature(createContainerImageSignatureRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -342,7 +342,7 @@ class ArtifactsClient {
342
342
  * @param CreateContainerRepositoryRequest
343
343
  * @return CreateContainerRepositoryResponse
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.37.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
346
346
  */
347
347
  createContainerRepository(createContainerRepositoryRequest) {
348
348
  return __awaiter(this, void 0, void 0, function* () {
@@ -405,7 +405,7 @@ class ArtifactsClient {
405
405
  * @param CreateRepositoryRequest
406
406
  * @return CreateRepositoryResponse
407
407
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
409
409
  */
410
410
  createRepository(createRepositoryRequest) {
411
411
  return __awaiter(this, void 0, void 0, function* () {
@@ -468,7 +468,7 @@ class ArtifactsClient {
468
468
  * @param DeleteContainerImageRequest
469
469
  * @return DeleteContainerImageResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
472
472
  */
473
473
  deleteContainerImage(deleteContainerImageRequest) {
474
474
  return __awaiter(this, void 0, void 0, function* () {
@@ -523,7 +523,7 @@ class ArtifactsClient {
523
523
  * @param DeleteContainerImageSignatureRequest
524
524
  * @return DeleteContainerImageSignatureResponse
525
525
  * @throws OciError when an error occurs
526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
527
527
  */
528
528
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
529
529
  return __awaiter(this, void 0, void 0, function* () {
@@ -578,7 +578,7 @@ class ArtifactsClient {
578
578
  * @param DeleteContainerRepositoryRequest
579
579
  * @return DeleteContainerRepositoryResponse
580
580
  * @throws OciError when an error occurs
581
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
581
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
582
582
  */
583
583
  deleteContainerRepository(deleteContainerRepositoryRequest) {
584
584
  return __awaiter(this, void 0, void 0, function* () {
@@ -633,7 +633,7 @@ class ArtifactsClient {
633
633
  * @param DeleteGenericArtifactRequest
634
634
  * @return DeleteGenericArtifactResponse
635
635
  * @throws OciError when an error occurs
636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
637
637
  */
638
638
  deleteGenericArtifact(deleteGenericArtifactRequest) {
639
639
  return __awaiter(this, void 0, void 0, function* () {
@@ -688,7 +688,7 @@ class ArtifactsClient {
688
688
  * @param DeleteGenericArtifactByPathRequest
689
689
  * @return DeleteGenericArtifactByPathResponse
690
690
  * @throws OciError when an error occurs
691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
692
692
  */
693
693
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
694
694
  return __awaiter(this, void 0, void 0, function* () {
@@ -745,7 +745,7 @@ class ArtifactsClient {
745
745
  * @param DeleteRepositoryRequest
746
746
  * @return DeleteRepositoryResponse
747
747
  * @throws OciError when an error occurs
748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
749
749
  */
750
750
  deleteRepository(deleteRepositoryRequest) {
751
751
  return __awaiter(this, void 0, void 0, function* () {
@@ -800,7 +800,7 @@ class ArtifactsClient {
800
800
  * @param GetContainerConfigurationRequest
801
801
  * @return GetContainerConfigurationResponse
802
802
  * @throws OciError when an error occurs
803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
804
804
  */
805
805
  getContainerConfiguration(getContainerConfigurationRequest) {
806
806
  return __awaiter(this, void 0, void 0, function* () {
@@ -863,7 +863,7 @@ class ArtifactsClient {
863
863
  * @param GetContainerImageRequest
864
864
  * @return GetContainerImageResponse
865
865
  * @throws OciError when an error occurs
866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
867
867
  */
868
868
  getContainerImage(getContainerImageRequest) {
869
869
  return __awaiter(this, void 0, void 0, function* () {
@@ -926,7 +926,7 @@ class ArtifactsClient {
926
926
  * @param GetContainerImageSignatureRequest
927
927
  * @return GetContainerImageSignatureResponse
928
928
  * @throws OciError when an error occurs
929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
930
930
  */
931
931
  getContainerImageSignature(getContainerImageSignatureRequest) {
932
932
  return __awaiter(this, void 0, void 0, function* () {
@@ -989,7 +989,7 @@ class ArtifactsClient {
989
989
  * @param GetContainerRepositoryRequest
990
990
  * @return GetContainerRepositoryResponse
991
991
  * @throws OciError when an error occurs
992
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
992
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
993
993
  */
994
994
  getContainerRepository(getContainerRepositoryRequest) {
995
995
  return __awaiter(this, void 0, void 0, function* () {
@@ -1052,7 +1052,7 @@ class ArtifactsClient {
1052
1052
  * @param GetGenericArtifactRequest
1053
1053
  * @return GetGenericArtifactResponse
1054
1054
  * @throws OciError when an error occurs
1055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1056
1056
  */
1057
1057
  getGenericArtifact(getGenericArtifactRequest) {
1058
1058
  return __awaiter(this, void 0, void 0, function* () {
@@ -1115,7 +1115,7 @@ class ArtifactsClient {
1115
1115
  * @param GetGenericArtifactByPathRequest
1116
1116
  * @return GetGenericArtifactByPathResponse
1117
1117
  * @throws OciError when an error occurs
1118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1119
1119
  */
1120
1120
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1121
1121
  return __awaiter(this, void 0, void 0, function* () {
@@ -1180,7 +1180,7 @@ class ArtifactsClient {
1180
1180
  * @param GetRepositoryRequest
1181
1181
  * @return GetRepositoryResponse
1182
1182
  * @throws OciError when an error occurs
1183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1184
1184
  */
1185
1185
  getRepository(getRepositoryRequest) {
1186
1186
  return __awaiter(this, void 0, void 0, function* () {
@@ -1243,7 +1243,7 @@ class ArtifactsClient {
1243
1243
  * @param ListContainerImageSignaturesRequest
1244
1244
  * @return ListContainerImageSignaturesResponse
1245
1245
  * @throws OciError when an error occurs
1246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1247
1247
  */
1248
1248
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1249
1249
  return __awaiter(this, void 0, void 0, function* () {
@@ -1319,7 +1319,7 @@ class ArtifactsClient {
1319
1319
  * @param ListContainerImagesRequest
1320
1320
  * @return ListContainerImagesResponse
1321
1321
  * @throws OciError when an error occurs
1322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1323
1323
  */
1324
1324
  listContainerImages(listContainerImagesRequest) {
1325
1325
  return __awaiter(this, void 0, void 0, function* () {
@@ -1394,7 +1394,7 @@ class ArtifactsClient {
1394
1394
  * @param ListContainerRepositoriesRequest
1395
1395
  * @return ListContainerRepositoriesResponse
1396
1396
  * @throws OciError when an error occurs
1397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1398
1398
  */
1399
1399
  listContainerRepositories(listContainerRepositoriesRequest) {
1400
1400
  return __awaiter(this, void 0, void 0, function* () {
@@ -1466,7 +1466,7 @@ class ArtifactsClient {
1466
1466
  * @param ListGenericArtifactsRequest
1467
1467
  * @return ListGenericArtifactsResponse
1468
1468
  * @throws OciError when an error occurs
1469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1470
1470
  */
1471
1471
  listGenericArtifacts(listGenericArtifactsRequest) {
1472
1472
  return __awaiter(this, void 0, void 0, function* () {
@@ -1540,7 +1540,7 @@ class ArtifactsClient {
1540
1540
  * @param ListRepositoriesRequest
1541
1541
  * @return ListRepositoriesResponse
1542
1542
  * @throws OciError when an error occurs
1543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1544
1544
  */
1545
1545
  listRepositories(listRepositoriesRequest) {
1546
1546
  return __awaiter(this, void 0, void 0, function* () {
@@ -1611,7 +1611,7 @@ class ArtifactsClient {
1611
1611
  * @param RemoveContainerVersionRequest
1612
1612
  * @return RemoveContainerVersionResponse
1613
1613
  * @throws OciError when an error occurs
1614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1615
1615
  */
1616
1616
  removeContainerVersion(removeContainerVersionRequest) {
1617
1617
  return __awaiter(this, void 0, void 0, function* () {
@@ -1677,7 +1677,7 @@ class ArtifactsClient {
1677
1677
  * @param RestoreContainerImageRequest
1678
1678
  * @return RestoreContainerImageResponse
1679
1679
  * @throws OciError when an error occurs
1680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1680
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1681
1681
  */
1682
1682
  restoreContainerImage(restoreContainerImageRequest) {
1683
1683
  return __awaiter(this, void 0, void 0, function* () {
@@ -1743,7 +1743,7 @@ class ArtifactsClient {
1743
1743
  * @param UpdateContainerConfigurationRequest
1744
1744
  * @return UpdateContainerConfigurationResponse
1745
1745
  * @throws OciError when an error occurs
1746
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1747
1747
  */
1748
1748
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1749
1749
  return __awaiter(this, void 0, void 0, function* () {
@@ -1808,7 +1808,7 @@ class ArtifactsClient {
1808
1808
  * @param UpdateContainerRepositoryRequest
1809
1809
  * @return UpdateContainerRepositoryResponse
1810
1810
  * @throws OciError when an error occurs
1811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1812
1812
  */
1813
1813
  updateContainerRepository(updateContainerRepositoryRequest) {
1814
1814
  return __awaiter(this, void 0, void 0, function* () {
@@ -1873,7 +1873,7 @@ class ArtifactsClient {
1873
1873
  * @param UpdateGenericArtifactRequest
1874
1874
  * @return UpdateGenericArtifactResponse
1875
1875
  * @throws OciError when an error occurs
1876
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
1876
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
1877
1877
  */
1878
1878
  updateGenericArtifact(updateGenericArtifactRequest) {
1879
1879
  return __awaiter(this, void 0, void 0, function* () {
@@ -1938,7 +1938,7 @@ class ArtifactsClient {
1938
1938
  * @param UpdateGenericArtifactByPathRequest
1939
1939
  * @return UpdateGenericArtifactByPathResponse
1940
1940
  * @throws OciError when an error occurs
1941
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
1941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
1942
1942
  */
1943
1943
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
1944
1944
  return __awaiter(this, void 0, void 0, function* () {
@@ -2005,7 +2005,7 @@ class ArtifactsClient {
2005
2005
  * @param UpdateRepositoryRequest
2006
2006
  * @return UpdateRepositoryResponse
2007
2007
  * @throws OciError when an error occurs
2008
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2009
2009
  */
2010
2010
  updateRepository(updateRepositoryRequest) {
2011
2011
  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.37.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.38.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartmentRequest.
17
17
  */
18
18
  export interface ChangeContainerRepositoryCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRepositoryCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignatureRequest.
17
17
  */
18
18
  export interface CreateContainerImageSignatureRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepositoryRequest.
17
17
  */
18
18
  export interface CreateContainerRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
17
17
  */
18
18
  export interface CreateRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImageRequest.
16
16
  */
17
17
  export interface DeleteContainerImageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignatureRequest.
16
16
  */
17
17
  export interface DeleteContainerImageSignatureRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepositoryRequest.
16
16
  */
17
17
  export interface DeleteContainerRepositoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPathRequest.
16
16
  */
17
17
  export interface DeleteGenericArtifactByPathRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifactRequest.
16
16
  */
17
17
  export interface DeleteGenericArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
16
16
  */
17
17
  export interface DeleteRepositoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfigurationRequest.
16
16
  */
17
17
  export interface GetContainerConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImageRequest.
16
16
  */
17
17
  export interface GetContainerImageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignatureRequest.
16
16
  */
17
17
  export interface GetContainerImageSignatureRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepositoryRequest.
16
16
  */
17
17
  export interface GetContainerRepositoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPathRequest.
16
16
  */
17
17
  export interface GetGenericArtifactByPathRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifactRequest.
16
16
  */
17
17
  export interface GetGenericArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepositoryRequest.
16
16
  */
17
17
  export interface GetRepositoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignaturesRequest.
16
16
  */
17
17
  export interface ListContainerImageSignaturesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImagesRequest.
16
16
  */
17
17
  export interface ListContainerImagesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositoriesRequest.
16
16
  */
17
17
  export interface ListContainerRepositoriesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifactsRequest.
16
16
  */
17
17
  export interface ListGenericArtifactsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositoriesRequest.
16
16
  */
17
17
  export interface ListRepositoriesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersionRequest.
17
17
  */
18
18
  export interface RemoveContainerVersionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImageRequest.
17
17
  */
18
18
  export interface RestoreContainerImageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfigurationRequest.
17
17
  */
18
18
  export interface UpdateContainerConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepositoryRequest.
17
17
  */
18
18
  export interface UpdateContainerRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPathRequest.
17
17
  */
18
18
  export interface UpdateGenericArtifactByPathRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifactRequest.
17
17
  */
18
18
  export interface UpdateGenericArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.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.38.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
17
17
  */
18
18
  export interface UpdateRepositoryRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-artifacts",
3
- "version": "2.37.0",
3
+ "version": "2.38.0",
4
4
  "description": "OCI NodeJS client for Artifacts Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.37.0",
19
- "oci-workrequests": "2.37.0"
18
+ "oci-common": "2.38.0",
19
+ "oci-workrequests": "2.38.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"