oci-artifacts 2.67.0 → 2.68.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/lib/client.d.ts +33 -32
  2. package/lib/client.js +37 -33
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-container-repository-compartment-request.d.ts +1 -1
  5. package/lib/request/change-repository-compartment-request.d.ts +1 -1
  6. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  7. package/lib/request/create-container-repository-request.d.ts +1 -1
  8. package/lib/request/create-repository-request.d.ts +1 -1
  9. package/lib/request/delete-container-image-request.d.ts +1 -1
  10. package/lib/request/delete-container-image-signature-request.d.ts +1 -1
  11. package/lib/request/delete-container-repository-request.d.ts +1 -1
  12. package/lib/request/delete-generic-artifact-by-path-request.d.ts +1 -1
  13. package/lib/request/delete-generic-artifact-request.d.ts +1 -1
  14. package/lib/request/delete-repository-request.d.ts +1 -1
  15. package/lib/request/get-container-configuration-request.d.ts +1 -1
  16. package/lib/request/get-container-image-request.d.ts +1 -1
  17. package/lib/request/get-container-image-signature-request.d.ts +1 -1
  18. package/lib/request/get-container-repository-request.d.ts +1 -1
  19. package/lib/request/get-generic-artifact-by-path-request.d.ts +1 -1
  20. package/lib/request/get-generic-artifact-request.d.ts +1 -1
  21. package/lib/request/get-repository-request.d.ts +1 -1
  22. package/lib/request/list-container-image-signatures-request.d.ts +1 -1
  23. package/lib/request/list-container-images-request.d.ts +1 -1
  24. package/lib/request/list-container-repositories-request.d.ts +1 -1
  25. package/lib/request/list-generic-artifacts-request.d.ts +1 -1
  26. package/lib/request/list-repositories-request.d.ts +1 -1
  27. package/lib/request/remove-container-version-request.d.ts +1 -1
  28. package/lib/request/restore-container-image-request.d.ts +1 -1
  29. package/lib/request/update-container-configuration-request.d.ts +1 -1
  30. package/lib/request/update-container-image-request.d.ts +1 -1
  31. package/lib/request/update-container-image-signature-request.d.ts +1 -1
  32. package/lib/request/update-container-repository-request.d.ts +1 -1
  33. package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
  34. package/lib/request/update-generic-artifact-request.d.ts +1 -1
  35. package/lib/request/update-repository-request.d.ts +1 -1
  36. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -31,6 +31,7 @@ export declare class ArtifactsClient {
31
31
  protected "_clientConfiguration": common.ClientConfiguration;
32
32
  protected _circuitBreaker: null;
33
33
  protected _httpOptions: any;
34
+ protected _bodyDuplexMode: any;
34
35
  targetService: string;
35
36
  protected _regionId: string;
36
37
  protected "_region": common.Region;
@@ -90,7 +91,7 @@ export declare class ArtifactsClient {
90
91
  * @param ChangeContainerRepositoryCompartmentRequest
91
92
  * @return ChangeContainerRepositoryCompartmentResponse
92
93
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
94
95
  */
95
96
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest: requests.ChangeContainerRepositoryCompartmentRequest): Promise<responses.ChangeContainerRepositoryCompartmentResponse>;
96
97
  /**
@@ -102,7 +103,7 @@ export declare class ArtifactsClient {
102
103
  * @param ChangeRepositoryCompartmentRequest
103
104
  * @return ChangeRepositoryCompartmentResponse
104
105
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
106
107
  */
107
108
  changeRepositoryCompartment(changeRepositoryCompartmentRequest: requests.ChangeRepositoryCompartmentRequest): Promise<responses.ChangeRepositoryCompartmentResponse>;
108
109
  /**
@@ -111,7 +112,7 @@ export declare class ArtifactsClient {
111
112
  * @param CreateContainerImageSignatureRequest
112
113
  * @return CreateContainerImageSignatureResponse
113
114
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
115
116
  */
116
117
  createContainerImageSignature(createContainerImageSignatureRequest: requests.CreateContainerImageSignatureRequest): Promise<responses.CreateContainerImageSignatureResponse>;
117
118
  /**
@@ -120,7 +121,7 @@ export declare class ArtifactsClient {
120
121
  * @param CreateContainerRepositoryRequest
121
122
  * @return CreateContainerRepositoryResponse
122
123
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
124
125
  */
125
126
  createContainerRepository(createContainerRepositoryRequest: requests.CreateContainerRepositoryRequest): Promise<responses.CreateContainerRepositoryResponse>;
126
127
  /**
@@ -129,7 +130,7 @@ export declare class ArtifactsClient {
129
130
  * @param CreateRepositoryRequest
130
131
  * @return CreateRepositoryResponse
131
132
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
133
134
  */
134
135
  createRepository(createRepositoryRequest: requests.CreateRepositoryRequest): Promise<responses.CreateRepositoryResponse>;
135
136
  /**
@@ -138,7 +139,7 @@ export declare class ArtifactsClient {
138
139
  * @param DeleteContainerImageRequest
139
140
  * @return DeleteContainerImageResponse
140
141
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
142
143
  */
143
144
  deleteContainerImage(deleteContainerImageRequest: requests.DeleteContainerImageRequest): Promise<responses.DeleteContainerImageResponse>;
144
145
  /**
@@ -147,7 +148,7 @@ export declare class ArtifactsClient {
147
148
  * @param DeleteContainerImageSignatureRequest
148
149
  * @return DeleteContainerImageSignatureResponse
149
150
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
151
152
  */
152
153
  deleteContainerImageSignature(deleteContainerImageSignatureRequest: requests.DeleteContainerImageSignatureRequest): Promise<responses.DeleteContainerImageSignatureResponse>;
153
154
  /**
@@ -156,7 +157,7 @@ export declare class ArtifactsClient {
156
157
  * @param DeleteContainerRepositoryRequest
157
158
  * @return DeleteContainerRepositoryResponse
158
159
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
160
161
  */
161
162
  deleteContainerRepository(deleteContainerRepositoryRequest: requests.DeleteContainerRepositoryRequest): Promise<responses.DeleteContainerRepositoryResponse>;
162
163
  /**
@@ -165,7 +166,7 @@ export declare class ArtifactsClient {
165
166
  * @param DeleteGenericArtifactRequest
166
167
  * @return DeleteGenericArtifactResponse
167
168
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
169
170
  */
170
171
  deleteGenericArtifact(deleteGenericArtifactRequest: requests.DeleteGenericArtifactRequest): Promise<responses.DeleteGenericArtifactResponse>;
171
172
  /**
@@ -174,7 +175,7 @@ export declare class ArtifactsClient {
174
175
  * @param DeleteGenericArtifactByPathRequest
175
176
  * @return DeleteGenericArtifactByPathResponse
176
177
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
178
179
  */
179
180
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest: requests.DeleteGenericArtifactByPathRequest): Promise<responses.DeleteGenericArtifactByPathResponse>;
180
181
  /**
@@ -183,7 +184,7 @@ export declare class ArtifactsClient {
183
184
  * @param DeleteRepositoryRequest
184
185
  * @return DeleteRepositoryResponse
185
186
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
187
188
  */
188
189
  deleteRepository(deleteRepositoryRequest: requests.DeleteRepositoryRequest): Promise<responses.DeleteRepositoryResponse>;
189
190
  /**
@@ -192,7 +193,7 @@ export declare class ArtifactsClient {
192
193
  * @param GetContainerConfigurationRequest
193
194
  * @return GetContainerConfigurationResponse
194
195
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
196
197
  */
197
198
  getContainerConfiguration(getContainerConfigurationRequest: requests.GetContainerConfigurationRequest): Promise<responses.GetContainerConfigurationResponse>;
198
199
  /**
@@ -201,7 +202,7 @@ export declare class ArtifactsClient {
201
202
  * @param GetContainerImageRequest
202
203
  * @return GetContainerImageResponse
203
204
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
205
206
  */
206
207
  getContainerImage(getContainerImageRequest: requests.GetContainerImageRequest): Promise<responses.GetContainerImageResponse>;
207
208
  /**
@@ -210,7 +211,7 @@ export declare class ArtifactsClient {
210
211
  * @param GetContainerImageSignatureRequest
211
212
  * @return GetContainerImageSignatureResponse
212
213
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
214
215
  */
215
216
  getContainerImageSignature(getContainerImageSignatureRequest: requests.GetContainerImageSignatureRequest): Promise<responses.GetContainerImageSignatureResponse>;
216
217
  /**
@@ -219,7 +220,7 @@ export declare class ArtifactsClient {
219
220
  * @param GetContainerRepositoryRequest
220
221
  * @return GetContainerRepositoryResponse
221
222
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
223
224
  */
224
225
  getContainerRepository(getContainerRepositoryRequest: requests.GetContainerRepositoryRequest): Promise<responses.GetContainerRepositoryResponse>;
225
226
  /**
@@ -228,7 +229,7 @@ export declare class ArtifactsClient {
228
229
  * @param GetGenericArtifactRequest
229
230
  * @return GetGenericArtifactResponse
230
231
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
232
233
  */
233
234
  getGenericArtifact(getGenericArtifactRequest: requests.GetGenericArtifactRequest): Promise<responses.GetGenericArtifactResponse>;
234
235
  /**
@@ -237,7 +238,7 @@ export declare class ArtifactsClient {
237
238
  * @param GetGenericArtifactByPathRequest
238
239
  * @return GetGenericArtifactByPathResponse
239
240
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
241
242
  */
242
243
  getGenericArtifactByPath(getGenericArtifactByPathRequest: requests.GetGenericArtifactByPathRequest): Promise<responses.GetGenericArtifactByPathResponse>;
243
244
  /**
@@ -246,7 +247,7 @@ export declare class ArtifactsClient {
246
247
  * @param GetRepositoryRequest
247
248
  * @return GetRepositoryResponse
248
249
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
250
251
  */
251
252
  getRepository(getRepositoryRequest: requests.GetRepositoryRequest): Promise<responses.GetRepositoryResponse>;
252
253
  /**
@@ -255,7 +256,7 @@ export declare class ArtifactsClient {
255
256
  * @param ListContainerImageSignaturesRequest
256
257
  * @return ListContainerImageSignaturesResponse
257
258
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
259
260
  */
260
261
  listContainerImageSignatures(listContainerImageSignaturesRequest: requests.ListContainerImageSignaturesRequest): Promise<responses.ListContainerImageSignaturesResponse>;
261
262
  /**
@@ -264,7 +265,7 @@ export declare class ArtifactsClient {
264
265
  * @param ListContainerImagesRequest
265
266
  * @return ListContainerImagesResponse
266
267
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
268
269
  */
269
270
  listContainerImages(listContainerImagesRequest: requests.ListContainerImagesRequest): Promise<responses.ListContainerImagesResponse>;
270
271
  /**
@@ -273,7 +274,7 @@ export declare class ArtifactsClient {
273
274
  * @param ListContainerRepositoriesRequest
274
275
  * @return ListContainerRepositoriesResponse
275
276
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
277
278
  */
278
279
  listContainerRepositories(listContainerRepositoriesRequest: requests.ListContainerRepositoriesRequest): Promise<responses.ListContainerRepositoriesResponse>;
279
280
  /**
@@ -282,7 +283,7 @@ export declare class ArtifactsClient {
282
283
  * @param ListGenericArtifactsRequest
283
284
  * @return ListGenericArtifactsResponse
284
285
  * @throws OciError when an error occurs
285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
286
287
  */
287
288
  listGenericArtifacts(listGenericArtifactsRequest: requests.ListGenericArtifactsRequest): Promise<responses.ListGenericArtifactsResponse>;
288
289
  /**
@@ -291,7 +292,7 @@ export declare class ArtifactsClient {
291
292
  * @param ListRepositoriesRequest
292
293
  * @return ListRepositoriesResponse
293
294
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
295
296
  */
296
297
  listRepositories(listRepositoriesRequest: requests.ListRepositoriesRequest): Promise<responses.ListRepositoriesResponse>;
297
298
  /**
@@ -300,7 +301,7 @@ export declare class ArtifactsClient {
300
301
  * @param RemoveContainerVersionRequest
301
302
  * @return RemoveContainerVersionResponse
302
303
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
304
305
  */
305
306
  removeContainerVersion(removeContainerVersionRequest: requests.RemoveContainerVersionRequest): Promise<responses.RemoveContainerVersionResponse>;
306
307
  /**
@@ -309,7 +310,7 @@ export declare class ArtifactsClient {
309
310
  * @param RestoreContainerImageRequest
310
311
  * @return RestoreContainerImageResponse
311
312
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
313
314
  */
314
315
  restoreContainerImage(restoreContainerImageRequest: requests.RestoreContainerImageRequest): Promise<responses.RestoreContainerImageResponse>;
315
316
  /**
@@ -318,7 +319,7 @@ export declare class ArtifactsClient {
318
319
  * @param UpdateContainerConfigurationRequest
319
320
  * @return UpdateContainerConfigurationResponse
320
321
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
322
323
  */
323
324
  updateContainerConfiguration(updateContainerConfigurationRequest: requests.UpdateContainerConfigurationRequest): Promise<responses.UpdateContainerConfigurationResponse>;
324
325
  /**
@@ -327,7 +328,7 @@ export declare class ArtifactsClient {
327
328
  * @param UpdateContainerImageRequest
328
329
  * @return UpdateContainerImageResponse
329
330
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
331
332
  */
332
333
  updateContainerImage(updateContainerImageRequest: requests.UpdateContainerImageRequest): Promise<responses.UpdateContainerImageResponse>;
333
334
  /**
@@ -336,7 +337,7 @@ export declare class ArtifactsClient {
336
337
  * @param UpdateContainerImageSignatureRequest
337
338
  * @return UpdateContainerImageSignatureResponse
338
339
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
340
341
  */
341
342
  updateContainerImageSignature(updateContainerImageSignatureRequest: requests.UpdateContainerImageSignatureRequest): Promise<responses.UpdateContainerImageSignatureResponse>;
342
343
  /**
@@ -345,7 +346,7 @@ export declare class ArtifactsClient {
345
346
  * @param UpdateContainerRepositoryRequest
346
347
  * @return UpdateContainerRepositoryResponse
347
348
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
349
350
  */
350
351
  updateContainerRepository(updateContainerRepositoryRequest: requests.UpdateContainerRepositoryRequest): Promise<responses.UpdateContainerRepositoryResponse>;
351
352
  /**
@@ -354,7 +355,7 @@ export declare class ArtifactsClient {
354
355
  * @param UpdateGenericArtifactRequest
355
356
  * @return UpdateGenericArtifactResponse
356
357
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
358
359
  */
359
360
  updateGenericArtifact(updateGenericArtifactRequest: requests.UpdateGenericArtifactRequest): Promise<responses.UpdateGenericArtifactResponse>;
360
361
  /**
@@ -363,7 +364,7 @@ export declare class ArtifactsClient {
363
364
  * @param UpdateGenericArtifactByPathRequest
364
365
  * @return UpdateGenericArtifactByPathResponse
365
366
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
367
368
  */
368
369
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest: requests.UpdateGenericArtifactByPathRequest): Promise<responses.UpdateGenericArtifactByPathResponse>;
369
370
  /**
@@ -372,7 +373,7 @@ export declare class ArtifactsClient {
372
373
  * @param UpdateRepositoryRequest
373
374
  * @return UpdateRepositoryResponse
374
375
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
376
377
  */
377
378
  updateRepository(updateRepositoryRequest: requests.UpdateRepositoryRequest): Promise<responses.UpdateRepositoryResponse>;
378
379
  }
package/lib/client.js CHANGED
@@ -63,6 +63,7 @@ class ArtifactsClient {
63
63
  this["_defaultHeaders"] = {};
64
64
  this._circuitBreaker = null;
65
65
  this._httpOptions = undefined;
66
+ this._bodyDuplexMode = undefined;
66
67
  this.targetService = "Artifacts";
67
68
  this._regionId = "";
68
69
  this._lastSetRegionOrRegionId = "";
@@ -77,6 +78,9 @@ class ArtifactsClient {
77
78
  this._httpOptions = clientConfiguration.httpOptions
78
79
  ? clientConfiguration.httpOptions
79
80
  : undefined;
81
+ this._bodyDuplexMode = clientConfiguration.bodyDuplexMode
82
+ ? clientConfiguration.bodyDuplexMode
83
+ : undefined;
80
84
  }
81
85
  // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
82
86
  const specCircuitBreakerEnabled = true;
@@ -87,7 +91,7 @@ class ArtifactsClient {
87
91
  }
88
92
  this._httpClient =
89
93
  params.httpClient ||
90
- new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions);
94
+ new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions, this._bodyDuplexMode);
91
95
  if (params.authenticationDetailsProvider &&
92
96
  common.isRegionProvider(params.authenticationDetailsProvider)) {
93
97
  const provider = params.authenticationDetailsProvider;
@@ -184,7 +188,7 @@ class ArtifactsClient {
184
188
  * @param ChangeContainerRepositoryCompartmentRequest
185
189
  * @return ChangeContainerRepositoryCompartmentResponse
186
190
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
188
192
  */
189
193
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
190
194
  return __awaiter(this, void 0, void 0, function* () {
@@ -244,7 +248,7 @@ class ArtifactsClient {
244
248
  * @param ChangeRepositoryCompartmentRequest
245
249
  * @return ChangeRepositoryCompartmentResponse
246
250
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
248
252
  */
249
253
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
250
254
  return __awaiter(this, void 0, void 0, function* () {
@@ -301,7 +305,7 @@ class ArtifactsClient {
301
305
  * @param CreateContainerImageSignatureRequest
302
306
  * @return CreateContainerImageSignatureResponse
303
307
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
305
309
  */
306
310
  createContainerImageSignature(createContainerImageSignatureRequest) {
307
311
  return __awaiter(this, void 0, void 0, function* () {
@@ -365,7 +369,7 @@ class ArtifactsClient {
365
369
  * @param CreateContainerRepositoryRequest
366
370
  * @return CreateContainerRepositoryResponse
367
371
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
369
373
  */
370
374
  createContainerRepository(createContainerRepositoryRequest) {
371
375
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +432,7 @@ class ArtifactsClient {
428
432
  * @param CreateRepositoryRequest
429
433
  * @return CreateRepositoryResponse
430
434
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
432
436
  */
433
437
  createRepository(createRepositoryRequest) {
434
438
  return __awaiter(this, void 0, void 0, function* () {
@@ -491,7 +495,7 @@ class ArtifactsClient {
491
495
  * @param DeleteContainerImageRequest
492
496
  * @return DeleteContainerImageResponse
493
497
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
495
499
  */
496
500
  deleteContainerImage(deleteContainerImageRequest) {
497
501
  return __awaiter(this, void 0, void 0, function* () {
@@ -546,7 +550,7 @@ class ArtifactsClient {
546
550
  * @param DeleteContainerImageSignatureRequest
547
551
  * @return DeleteContainerImageSignatureResponse
548
552
  * @throws OciError when an error occurs
549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
550
554
  */
551
555
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
552
556
  return __awaiter(this, void 0, void 0, function* () {
@@ -601,7 +605,7 @@ class ArtifactsClient {
601
605
  * @param DeleteContainerRepositoryRequest
602
606
  * @return DeleteContainerRepositoryResponse
603
607
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
605
609
  */
606
610
  deleteContainerRepository(deleteContainerRepositoryRequest) {
607
611
  return __awaiter(this, void 0, void 0, function* () {
@@ -656,7 +660,7 @@ class ArtifactsClient {
656
660
  * @param DeleteGenericArtifactRequest
657
661
  * @return DeleteGenericArtifactResponse
658
662
  * @throws OciError when an error occurs
659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
660
664
  */
661
665
  deleteGenericArtifact(deleteGenericArtifactRequest) {
662
666
  return __awaiter(this, void 0, void 0, function* () {
@@ -711,7 +715,7 @@ class ArtifactsClient {
711
715
  * @param DeleteGenericArtifactByPathRequest
712
716
  * @return DeleteGenericArtifactByPathResponse
713
717
  * @throws OciError when an error occurs
714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
715
719
  */
716
720
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
717
721
  return __awaiter(this, void 0, void 0, function* () {
@@ -768,7 +772,7 @@ class ArtifactsClient {
768
772
  * @param DeleteRepositoryRequest
769
773
  * @return DeleteRepositoryResponse
770
774
  * @throws OciError when an error occurs
771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
772
776
  */
773
777
  deleteRepository(deleteRepositoryRequest) {
774
778
  return __awaiter(this, void 0, void 0, function* () {
@@ -823,7 +827,7 @@ class ArtifactsClient {
823
827
  * @param GetContainerConfigurationRequest
824
828
  * @return GetContainerConfigurationResponse
825
829
  * @throws OciError when an error occurs
826
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
827
831
  */
828
832
  getContainerConfiguration(getContainerConfigurationRequest) {
829
833
  return __awaiter(this, void 0, void 0, function* () {
@@ -886,7 +890,7 @@ class ArtifactsClient {
886
890
  * @param GetContainerImageRequest
887
891
  * @return GetContainerImageResponse
888
892
  * @throws OciError when an error occurs
889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
890
894
  */
891
895
  getContainerImage(getContainerImageRequest) {
892
896
  return __awaiter(this, void 0, void 0, function* () {
@@ -949,7 +953,7 @@ class ArtifactsClient {
949
953
  * @param GetContainerImageSignatureRequest
950
954
  * @return GetContainerImageSignatureResponse
951
955
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
953
957
  */
954
958
  getContainerImageSignature(getContainerImageSignatureRequest) {
955
959
  return __awaiter(this, void 0, void 0, function* () {
@@ -1012,7 +1016,7 @@ class ArtifactsClient {
1012
1016
  * @param GetContainerRepositoryRequest
1013
1017
  * @return GetContainerRepositoryResponse
1014
1018
  * @throws OciError when an error occurs
1015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1016
1020
  */
1017
1021
  getContainerRepository(getContainerRepositoryRequest) {
1018
1022
  return __awaiter(this, void 0, void 0, function* () {
@@ -1075,7 +1079,7 @@ class ArtifactsClient {
1075
1079
  * @param GetGenericArtifactRequest
1076
1080
  * @return GetGenericArtifactResponse
1077
1081
  * @throws OciError when an error occurs
1078
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1082
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1079
1083
  */
1080
1084
  getGenericArtifact(getGenericArtifactRequest) {
1081
1085
  return __awaiter(this, void 0, void 0, function* () {
@@ -1138,7 +1142,7 @@ class ArtifactsClient {
1138
1142
  * @param GetGenericArtifactByPathRequest
1139
1143
  * @return GetGenericArtifactByPathResponse
1140
1144
  * @throws OciError when an error occurs
1141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1142
1146
  */
1143
1147
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1144
1148
  return __awaiter(this, void 0, void 0, function* () {
@@ -1203,7 +1207,7 @@ class ArtifactsClient {
1203
1207
  * @param GetRepositoryRequest
1204
1208
  * @return GetRepositoryResponse
1205
1209
  * @throws OciError when an error occurs
1206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1207
1211
  */
1208
1212
  getRepository(getRepositoryRequest) {
1209
1213
  return __awaiter(this, void 0, void 0, function* () {
@@ -1266,7 +1270,7 @@ class ArtifactsClient {
1266
1270
  * @param ListContainerImageSignaturesRequest
1267
1271
  * @return ListContainerImageSignaturesResponse
1268
1272
  * @throws OciError when an error occurs
1269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1270
1274
  */
1271
1275
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1272
1276
  return __awaiter(this, void 0, void 0, function* () {
@@ -1342,7 +1346,7 @@ class ArtifactsClient {
1342
1346
  * @param ListContainerImagesRequest
1343
1347
  * @return ListContainerImagesResponse
1344
1348
  * @throws OciError when an error occurs
1345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1346
1350
  */
1347
1351
  listContainerImages(listContainerImagesRequest) {
1348
1352
  return __awaiter(this, void 0, void 0, function* () {
@@ -1417,7 +1421,7 @@ class ArtifactsClient {
1417
1421
  * @param ListContainerRepositoriesRequest
1418
1422
  * @return ListContainerRepositoriesResponse
1419
1423
  * @throws OciError when an error occurs
1420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1421
1425
  */
1422
1426
  listContainerRepositories(listContainerRepositoriesRequest) {
1423
1427
  return __awaiter(this, void 0, void 0, function* () {
@@ -1489,7 +1493,7 @@ class ArtifactsClient {
1489
1493
  * @param ListGenericArtifactsRequest
1490
1494
  * @return ListGenericArtifactsResponse
1491
1495
  * @throws OciError when an error occurs
1492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1493
1497
  */
1494
1498
  listGenericArtifacts(listGenericArtifactsRequest) {
1495
1499
  return __awaiter(this, void 0, void 0, function* () {
@@ -1563,7 +1567,7 @@ class ArtifactsClient {
1563
1567
  * @param ListRepositoriesRequest
1564
1568
  * @return ListRepositoriesResponse
1565
1569
  * @throws OciError when an error occurs
1566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1567
1571
  */
1568
1572
  listRepositories(listRepositoriesRequest) {
1569
1573
  return __awaiter(this, void 0, void 0, function* () {
@@ -1634,7 +1638,7 @@ class ArtifactsClient {
1634
1638
  * @param RemoveContainerVersionRequest
1635
1639
  * @return RemoveContainerVersionResponse
1636
1640
  * @throws OciError when an error occurs
1637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1638
1642
  */
1639
1643
  removeContainerVersion(removeContainerVersionRequest) {
1640
1644
  return __awaiter(this, void 0, void 0, function* () {
@@ -1700,7 +1704,7 @@ class ArtifactsClient {
1700
1704
  * @param RestoreContainerImageRequest
1701
1705
  * @return RestoreContainerImageResponse
1702
1706
  * @throws OciError when an error occurs
1703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1704
1708
  */
1705
1709
  restoreContainerImage(restoreContainerImageRequest) {
1706
1710
  return __awaiter(this, void 0, void 0, function* () {
@@ -1766,7 +1770,7 @@ class ArtifactsClient {
1766
1770
  * @param UpdateContainerConfigurationRequest
1767
1771
  * @return UpdateContainerConfigurationResponse
1768
1772
  * @throws OciError when an error occurs
1769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1770
1774
  */
1771
1775
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1772
1776
  return __awaiter(this, void 0, void 0, function* () {
@@ -1831,7 +1835,7 @@ class ArtifactsClient {
1831
1835
  * @param UpdateContainerImageRequest
1832
1836
  * @return UpdateContainerImageResponse
1833
1837
  * @throws OciError when an error occurs
1834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1835
1839
  */
1836
1840
  updateContainerImage(updateContainerImageRequest) {
1837
1841
  return __awaiter(this, void 0, void 0, function* () {
@@ -1896,7 +1900,7 @@ class ArtifactsClient {
1896
1900
  * @param UpdateContainerImageSignatureRequest
1897
1901
  * @return UpdateContainerImageSignatureResponse
1898
1902
  * @throws OciError when an error occurs
1899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1900
1904
  */
1901
1905
  updateContainerImageSignature(updateContainerImageSignatureRequest) {
1902
1906
  return __awaiter(this, void 0, void 0, function* () {
@@ -1961,7 +1965,7 @@ class ArtifactsClient {
1961
1965
  * @param UpdateContainerRepositoryRequest
1962
1966
  * @return UpdateContainerRepositoryResponse
1963
1967
  * @throws OciError when an error occurs
1964
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1965
1969
  */
1966
1970
  updateContainerRepository(updateContainerRepositoryRequest) {
1967
1971
  return __awaiter(this, void 0, void 0, function* () {
@@ -2026,7 +2030,7 @@ class ArtifactsClient {
2026
2030
  * @param UpdateGenericArtifactRequest
2027
2031
  * @return UpdateGenericArtifactResponse
2028
2032
  * @throws OciError when an error occurs
2029
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2030
2034
  */
2031
2035
  updateGenericArtifact(updateGenericArtifactRequest) {
2032
2036
  return __awaiter(this, void 0, void 0, function* () {
@@ -2091,7 +2095,7 @@ class ArtifactsClient {
2091
2095
  * @param UpdateGenericArtifactByPathRequest
2092
2096
  * @return UpdateGenericArtifactByPathResponse
2093
2097
  * @throws OciError when an error occurs
2094
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2095
2099
  */
2096
2100
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
2097
2101
  return __awaiter(this, void 0, void 0, function* () {
@@ -2158,7 +2162,7 @@ class ArtifactsClient {
2158
2162
  * @param UpdateRepositoryRequest
2159
2163
  * @return UpdateRepositoryResponse
2160
2164
  * @throws OciError when an error occurs
2161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2162
2166
  */
2163
2167
  updateRepository(updateRepositoryRequest) {
2164
2168
  return __awaiter(this, void 0, void 0, function* () {