oci-artifacts 2.68.1 → 2.69.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 (35) hide show
  1. package/lib/client.d.ts +32 -32
  2. package/lib/client.js +32 -32
  3. package/lib/request/change-container-repository-compartment-request.d.ts +1 -1
  4. package/lib/request/change-repository-compartment-request.d.ts +1 -1
  5. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  6. package/lib/request/create-container-repository-request.d.ts +1 -1
  7. package/lib/request/create-repository-request.d.ts +1 -1
  8. package/lib/request/delete-container-image-request.d.ts +1 -1
  9. package/lib/request/delete-container-image-signature-request.d.ts +1 -1
  10. package/lib/request/delete-container-repository-request.d.ts +1 -1
  11. package/lib/request/delete-generic-artifact-by-path-request.d.ts +1 -1
  12. package/lib/request/delete-generic-artifact-request.d.ts +1 -1
  13. package/lib/request/delete-repository-request.d.ts +1 -1
  14. package/lib/request/get-container-configuration-request.d.ts +1 -1
  15. package/lib/request/get-container-image-request.d.ts +1 -1
  16. package/lib/request/get-container-image-signature-request.d.ts +1 -1
  17. package/lib/request/get-container-repository-request.d.ts +1 -1
  18. package/lib/request/get-generic-artifact-by-path-request.d.ts +1 -1
  19. package/lib/request/get-generic-artifact-request.d.ts +1 -1
  20. package/lib/request/get-repository-request.d.ts +1 -1
  21. package/lib/request/list-container-image-signatures-request.d.ts +1 -1
  22. package/lib/request/list-container-images-request.d.ts +1 -1
  23. package/lib/request/list-container-repositories-request.d.ts +1 -1
  24. package/lib/request/list-generic-artifacts-request.d.ts +1 -1
  25. package/lib/request/list-repositories-request.d.ts +1 -1
  26. package/lib/request/remove-container-version-request.d.ts +1 -1
  27. package/lib/request/restore-container-image-request.d.ts +1 -1
  28. package/lib/request/update-container-configuration-request.d.ts +1 -1
  29. package/lib/request/update-container-image-request.d.ts +1 -1
  30. package/lib/request/update-container-image-signature-request.d.ts +1 -1
  31. package/lib/request/update-container-repository-request.d.ts +1 -1
  32. package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
  33. package/lib/request/update-generic-artifact-request.d.ts +1 -1
  34. package/lib/request/update-repository-request.d.ts +1 -1
  35. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -91,7 +91,7 @@ export declare class ArtifactsClient {
91
91
  * @param ChangeContainerRepositoryCompartmentRequest
92
92
  * @return ChangeContainerRepositoryCompartmentResponse
93
93
  * @throws OciError when an error occurs
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
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
95
95
  */
96
96
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest: requests.ChangeContainerRepositoryCompartmentRequest): Promise<responses.ChangeContainerRepositoryCompartmentResponse>;
97
97
  /**
@@ -103,7 +103,7 @@ export declare class ArtifactsClient {
103
103
  * @param ChangeRepositoryCompartmentRequest
104
104
  * @return ChangeRepositoryCompartmentResponse
105
105
  * @throws OciError when an error occurs
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
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
107
107
  */
108
108
  changeRepositoryCompartment(changeRepositoryCompartmentRequest: requests.ChangeRepositoryCompartmentRequest): Promise<responses.ChangeRepositoryCompartmentResponse>;
109
109
  /**
@@ -112,7 +112,7 @@ export declare class ArtifactsClient {
112
112
  * @param CreateContainerImageSignatureRequest
113
113
  * @return CreateContainerImageSignatureResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
116
116
  */
117
117
  createContainerImageSignature(createContainerImageSignatureRequest: requests.CreateContainerImageSignatureRequest): Promise<responses.CreateContainerImageSignatureResponse>;
118
118
  /**
@@ -121,7 +121,7 @@ export declare class ArtifactsClient {
121
121
  * @param CreateContainerRepositoryRequest
122
122
  * @return CreateContainerRepositoryResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
125
125
  */
126
126
  createContainerRepository(createContainerRepositoryRequest: requests.CreateContainerRepositoryRequest): Promise<responses.CreateContainerRepositoryResponse>;
127
127
  /**
@@ -130,7 +130,7 @@ export declare class ArtifactsClient {
130
130
  * @param CreateRepositoryRequest
131
131
  * @return CreateRepositoryResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
134
134
  */
135
135
  createRepository(createRepositoryRequest: requests.CreateRepositoryRequest): Promise<responses.CreateRepositoryResponse>;
136
136
  /**
@@ -139,7 +139,7 @@ export declare class ArtifactsClient {
139
139
  * @param DeleteContainerImageRequest
140
140
  * @return DeleteContainerImageResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
143
143
  */
144
144
  deleteContainerImage(deleteContainerImageRequest: requests.DeleteContainerImageRequest): Promise<responses.DeleteContainerImageResponse>;
145
145
  /**
@@ -148,7 +148,7 @@ export declare class ArtifactsClient {
148
148
  * @param DeleteContainerImageSignatureRequest
149
149
  * @return DeleteContainerImageSignatureResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
152
152
  */
153
153
  deleteContainerImageSignature(deleteContainerImageSignatureRequest: requests.DeleteContainerImageSignatureRequest): Promise<responses.DeleteContainerImageSignatureResponse>;
154
154
  /**
@@ -157,7 +157,7 @@ export declare class ArtifactsClient {
157
157
  * @param DeleteContainerRepositoryRequest
158
158
  * @return DeleteContainerRepositoryResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
161
161
  */
162
162
  deleteContainerRepository(deleteContainerRepositoryRequest: requests.DeleteContainerRepositoryRequest): Promise<responses.DeleteContainerRepositoryResponse>;
163
163
  /**
@@ -166,7 +166,7 @@ export declare class ArtifactsClient {
166
166
  * @param DeleteGenericArtifactRequest
167
167
  * @return DeleteGenericArtifactResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
170
170
  */
171
171
  deleteGenericArtifact(deleteGenericArtifactRequest: requests.DeleteGenericArtifactRequest): Promise<responses.DeleteGenericArtifactResponse>;
172
172
  /**
@@ -175,7 +175,7 @@ export declare class ArtifactsClient {
175
175
  * @param DeleteGenericArtifactByPathRequest
176
176
  * @return DeleteGenericArtifactByPathResponse
177
177
  * @throws OciError when an error occurs
178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
179
179
  */
180
180
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest: requests.DeleteGenericArtifactByPathRequest): Promise<responses.DeleteGenericArtifactByPathResponse>;
181
181
  /**
@@ -184,7 +184,7 @@ export declare class ArtifactsClient {
184
184
  * @param DeleteRepositoryRequest
185
185
  * @return DeleteRepositoryResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
188
188
  */
189
189
  deleteRepository(deleteRepositoryRequest: requests.DeleteRepositoryRequest): Promise<responses.DeleteRepositoryResponse>;
190
190
  /**
@@ -193,7 +193,7 @@ export declare class ArtifactsClient {
193
193
  * @param GetContainerConfigurationRequest
194
194
  * @return GetContainerConfigurationResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
197
197
  */
198
198
  getContainerConfiguration(getContainerConfigurationRequest: requests.GetContainerConfigurationRequest): Promise<responses.GetContainerConfigurationResponse>;
199
199
  /**
@@ -202,7 +202,7 @@ export declare class ArtifactsClient {
202
202
  * @param GetContainerImageRequest
203
203
  * @return GetContainerImageResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
206
206
  */
207
207
  getContainerImage(getContainerImageRequest: requests.GetContainerImageRequest): Promise<responses.GetContainerImageResponse>;
208
208
  /**
@@ -211,7 +211,7 @@ export declare class ArtifactsClient {
211
211
  * @param GetContainerImageSignatureRequest
212
212
  * @return GetContainerImageSignatureResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
215
215
  */
216
216
  getContainerImageSignature(getContainerImageSignatureRequest: requests.GetContainerImageSignatureRequest): Promise<responses.GetContainerImageSignatureResponse>;
217
217
  /**
@@ -220,7 +220,7 @@ export declare class ArtifactsClient {
220
220
  * @param GetContainerRepositoryRequest
221
221
  * @return GetContainerRepositoryResponse
222
222
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
224
224
  */
225
225
  getContainerRepository(getContainerRepositoryRequest: requests.GetContainerRepositoryRequest): Promise<responses.GetContainerRepositoryResponse>;
226
226
  /**
@@ -229,7 +229,7 @@ export declare class ArtifactsClient {
229
229
  * @param GetGenericArtifactRequest
230
230
  * @return GetGenericArtifactResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
233
233
  */
234
234
  getGenericArtifact(getGenericArtifactRequest: requests.GetGenericArtifactRequest): Promise<responses.GetGenericArtifactResponse>;
235
235
  /**
@@ -238,7 +238,7 @@ export declare class ArtifactsClient {
238
238
  * @param GetGenericArtifactByPathRequest
239
239
  * @return GetGenericArtifactByPathResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
242
242
  */
243
243
  getGenericArtifactByPath(getGenericArtifactByPathRequest: requests.GetGenericArtifactByPathRequest): Promise<responses.GetGenericArtifactByPathResponse>;
244
244
  /**
@@ -247,7 +247,7 @@ export declare class ArtifactsClient {
247
247
  * @param GetRepositoryRequest
248
248
  * @return GetRepositoryResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
251
251
  */
252
252
  getRepository(getRepositoryRequest: requests.GetRepositoryRequest): Promise<responses.GetRepositoryResponse>;
253
253
  /**
@@ -256,7 +256,7 @@ export declare class ArtifactsClient {
256
256
  * @param ListContainerImageSignaturesRequest
257
257
  * @return ListContainerImageSignaturesResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
260
260
  */
261
261
  listContainerImageSignatures(listContainerImageSignaturesRequest: requests.ListContainerImageSignaturesRequest): Promise<responses.ListContainerImageSignaturesResponse>;
262
262
  /**
@@ -265,7 +265,7 @@ export declare class ArtifactsClient {
265
265
  * @param ListContainerImagesRequest
266
266
  * @return ListContainerImagesResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
269
269
  */
270
270
  listContainerImages(listContainerImagesRequest: requests.ListContainerImagesRequest): Promise<responses.ListContainerImagesResponse>;
271
271
  /**
@@ -274,7 +274,7 @@ export declare class ArtifactsClient {
274
274
  * @param ListContainerRepositoriesRequest
275
275
  * @return ListContainerRepositoriesResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
278
278
  */
279
279
  listContainerRepositories(listContainerRepositoriesRequest: requests.ListContainerRepositoriesRequest): Promise<responses.ListContainerRepositoriesResponse>;
280
280
  /**
@@ -283,7 +283,7 @@ export declare class ArtifactsClient {
283
283
  * @param ListGenericArtifactsRequest
284
284
  * @return ListGenericArtifactsResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
287
287
  */
288
288
  listGenericArtifacts(listGenericArtifactsRequest: requests.ListGenericArtifactsRequest): Promise<responses.ListGenericArtifactsResponse>;
289
289
  /**
@@ -292,7 +292,7 @@ export declare class ArtifactsClient {
292
292
  * @param ListRepositoriesRequest
293
293
  * @return ListRepositoriesResponse
294
294
  * @throws OciError when an error occurs
295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
296
296
  */
297
297
  listRepositories(listRepositoriesRequest: requests.ListRepositoriesRequest): Promise<responses.ListRepositoriesResponse>;
298
298
  /**
@@ -301,7 +301,7 @@ export declare class ArtifactsClient {
301
301
  * @param RemoveContainerVersionRequest
302
302
  * @return RemoveContainerVersionResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
305
305
  */
306
306
  removeContainerVersion(removeContainerVersionRequest: requests.RemoveContainerVersionRequest): Promise<responses.RemoveContainerVersionResponse>;
307
307
  /**
@@ -310,7 +310,7 @@ export declare class ArtifactsClient {
310
310
  * @param RestoreContainerImageRequest
311
311
  * @return RestoreContainerImageResponse
312
312
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
314
314
  */
315
315
  restoreContainerImage(restoreContainerImageRequest: requests.RestoreContainerImageRequest): Promise<responses.RestoreContainerImageResponse>;
316
316
  /**
@@ -319,7 +319,7 @@ export declare class ArtifactsClient {
319
319
  * @param UpdateContainerConfigurationRequest
320
320
  * @return UpdateContainerConfigurationResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
323
323
  */
324
324
  updateContainerConfiguration(updateContainerConfigurationRequest: requests.UpdateContainerConfigurationRequest): Promise<responses.UpdateContainerConfigurationResponse>;
325
325
  /**
@@ -328,7 +328,7 @@ export declare class ArtifactsClient {
328
328
  * @param UpdateContainerImageRequest
329
329
  * @return UpdateContainerImageResponse
330
330
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
332
332
  */
333
333
  updateContainerImage(updateContainerImageRequest: requests.UpdateContainerImageRequest): Promise<responses.UpdateContainerImageResponse>;
334
334
  /**
@@ -337,7 +337,7 @@ export declare class ArtifactsClient {
337
337
  * @param UpdateContainerImageSignatureRequest
338
338
  * @return UpdateContainerImageSignatureResponse
339
339
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
341
341
  */
342
342
  updateContainerImageSignature(updateContainerImageSignatureRequest: requests.UpdateContainerImageSignatureRequest): Promise<responses.UpdateContainerImageSignatureResponse>;
343
343
  /**
@@ -346,7 +346,7 @@ export declare class ArtifactsClient {
346
346
  * @param UpdateContainerRepositoryRequest
347
347
  * @return UpdateContainerRepositoryResponse
348
348
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
350
350
  */
351
351
  updateContainerRepository(updateContainerRepositoryRequest: requests.UpdateContainerRepositoryRequest): Promise<responses.UpdateContainerRepositoryResponse>;
352
352
  /**
@@ -355,7 +355,7 @@ export declare class ArtifactsClient {
355
355
  * @param UpdateGenericArtifactRequest
356
356
  * @return UpdateGenericArtifactResponse
357
357
  * @throws OciError when an error occurs
358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
359
359
  */
360
360
  updateGenericArtifact(updateGenericArtifactRequest: requests.UpdateGenericArtifactRequest): Promise<responses.UpdateGenericArtifactResponse>;
361
361
  /**
@@ -364,7 +364,7 @@ export declare class ArtifactsClient {
364
364
  * @param UpdateGenericArtifactByPathRequest
365
365
  * @return UpdateGenericArtifactByPathResponse
366
366
  * @throws OciError when an error occurs
367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
368
368
  */
369
369
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest: requests.UpdateGenericArtifactByPathRequest): Promise<responses.UpdateGenericArtifactByPathResponse>;
370
370
  /**
@@ -373,7 +373,7 @@ export declare class ArtifactsClient {
373
373
  * @param UpdateRepositoryRequest
374
374
  * @return UpdateRepositoryResponse
375
375
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
377
377
  */
378
378
  updateRepository(updateRepositoryRequest: requests.UpdateRepositoryRequest): Promise<responses.UpdateRepositoryResponse>;
379
379
  }
package/lib/client.js CHANGED
@@ -188,7 +188,7 @@ class ArtifactsClient {
188
188
  * @param ChangeContainerRepositoryCompartmentRequest
189
189
  * @return ChangeContainerRepositoryCompartmentResponse
190
190
  * @throws OciError when an error occurs
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.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
192
192
  */
193
193
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
194
194
  return __awaiter(this, void 0, void 0, function* () {
@@ -248,7 +248,7 @@ class ArtifactsClient {
248
248
  * @param ChangeRepositoryCompartmentRequest
249
249
  * @return ChangeRepositoryCompartmentResponse
250
250
  * @throws OciError when an error occurs
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.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
252
252
  */
253
253
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
254
254
  return __awaiter(this, void 0, void 0, function* () {
@@ -305,7 +305,7 @@ class ArtifactsClient {
305
305
  * @param CreateContainerImageSignatureRequest
306
306
  * @return CreateContainerImageSignatureResponse
307
307
  * @throws OciError when an error occurs
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.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
309
309
  */
310
310
  createContainerImageSignature(createContainerImageSignatureRequest) {
311
311
  return __awaiter(this, void 0, void 0, function* () {
@@ -369,7 +369,7 @@ class ArtifactsClient {
369
369
  * @param CreateContainerRepositoryRequest
370
370
  * @return CreateContainerRepositoryResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/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.69.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
373
373
  */
374
374
  createContainerRepository(createContainerRepositoryRequest) {
375
375
  return __awaiter(this, void 0, void 0, function* () {
@@ -432,7 +432,7 @@ class ArtifactsClient {
432
432
  * @param CreateRepositoryRequest
433
433
  * @return CreateRepositoryResponse
434
434
  * @throws OciError when an error occurs
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.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
436
436
  */
437
437
  createRepository(createRepositoryRequest) {
438
438
  return __awaiter(this, void 0, void 0, function* () {
@@ -495,7 +495,7 @@ class ArtifactsClient {
495
495
  * @param DeleteContainerImageRequest
496
496
  * @return DeleteContainerImageResponse
497
497
  * @throws OciError when an error occurs
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.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
499
499
  */
500
500
  deleteContainerImage(deleteContainerImageRequest) {
501
501
  return __awaiter(this, void 0, void 0, function* () {
@@ -550,7 +550,7 @@ class ArtifactsClient {
550
550
  * @param DeleteContainerImageSignatureRequest
551
551
  * @return DeleteContainerImageSignatureResponse
552
552
  * @throws OciError when an error occurs
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.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
554
554
  */
555
555
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
556
556
  return __awaiter(this, void 0, void 0, function* () {
@@ -605,7 +605,7 @@ class ArtifactsClient {
605
605
  * @param DeleteContainerRepositoryRequest
606
606
  * @return DeleteContainerRepositoryResponse
607
607
  * @throws OciError when an error occurs
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.
608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
609
609
  */
610
610
  deleteContainerRepository(deleteContainerRepositoryRequest) {
611
611
  return __awaiter(this, void 0, void 0, function* () {
@@ -660,7 +660,7 @@ class ArtifactsClient {
660
660
  * @param DeleteGenericArtifactRequest
661
661
  * @return DeleteGenericArtifactResponse
662
662
  * @throws OciError when an error occurs
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.
663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
664
664
  */
665
665
  deleteGenericArtifact(deleteGenericArtifactRequest) {
666
666
  return __awaiter(this, void 0, void 0, function* () {
@@ -715,7 +715,7 @@ class ArtifactsClient {
715
715
  * @param DeleteGenericArtifactByPathRequest
716
716
  * @return DeleteGenericArtifactByPathResponse
717
717
  * @throws OciError when an error occurs
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.
718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
719
719
  */
720
720
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
721
721
  return __awaiter(this, void 0, void 0, function* () {
@@ -772,7 +772,7 @@ class ArtifactsClient {
772
772
  * @param DeleteRepositoryRequest
773
773
  * @return DeleteRepositoryResponse
774
774
  * @throws OciError when an error occurs
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.
775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
776
776
  */
777
777
  deleteRepository(deleteRepositoryRequest) {
778
778
  return __awaiter(this, void 0, void 0, function* () {
@@ -827,7 +827,7 @@ class ArtifactsClient {
827
827
  * @param GetContainerConfigurationRequest
828
828
  * @return GetContainerConfigurationResponse
829
829
  * @throws OciError when an error occurs
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.
830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
831
831
  */
832
832
  getContainerConfiguration(getContainerConfigurationRequest) {
833
833
  return __awaiter(this, void 0, void 0, function* () {
@@ -890,7 +890,7 @@ class ArtifactsClient {
890
890
  * @param GetContainerImageRequest
891
891
  * @return GetContainerImageResponse
892
892
  * @throws OciError when an error occurs
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.
893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
894
894
  */
895
895
  getContainerImage(getContainerImageRequest) {
896
896
  return __awaiter(this, void 0, void 0, function* () {
@@ -953,7 +953,7 @@ class ArtifactsClient {
953
953
  * @param GetContainerImageSignatureRequest
954
954
  * @return GetContainerImageSignatureResponse
955
955
  * @throws OciError when an error occurs
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.
956
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
957
957
  */
958
958
  getContainerImageSignature(getContainerImageSignatureRequest) {
959
959
  return __awaiter(this, void 0, void 0, function* () {
@@ -1016,7 +1016,7 @@ class ArtifactsClient {
1016
1016
  * @param GetContainerRepositoryRequest
1017
1017
  * @return GetContainerRepositoryResponse
1018
1018
  * @throws OciError when an error occurs
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.
1019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1020
1020
  */
1021
1021
  getContainerRepository(getContainerRepositoryRequest) {
1022
1022
  return __awaiter(this, void 0, void 0, function* () {
@@ -1079,7 +1079,7 @@ class ArtifactsClient {
1079
1079
  * @param GetGenericArtifactRequest
1080
1080
  * @return GetGenericArtifactResponse
1081
1081
  * @throws OciError when an error occurs
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.
1082
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1083
1083
  */
1084
1084
  getGenericArtifact(getGenericArtifactRequest) {
1085
1085
  return __awaiter(this, void 0, void 0, function* () {
@@ -1142,7 +1142,7 @@ class ArtifactsClient {
1142
1142
  * @param GetGenericArtifactByPathRequest
1143
1143
  * @return GetGenericArtifactByPathResponse
1144
1144
  * @throws OciError when an error occurs
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.
1145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1146
1146
  */
1147
1147
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1148
1148
  return __awaiter(this, void 0, void 0, function* () {
@@ -1207,7 +1207,7 @@ class ArtifactsClient {
1207
1207
  * @param GetRepositoryRequest
1208
1208
  * @return GetRepositoryResponse
1209
1209
  * @throws OciError when an error occurs
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.
1210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1211
1211
  */
1212
1212
  getRepository(getRepositoryRequest) {
1213
1213
  return __awaiter(this, void 0, void 0, function* () {
@@ -1270,7 +1270,7 @@ class ArtifactsClient {
1270
1270
  * @param ListContainerImageSignaturesRequest
1271
1271
  * @return ListContainerImageSignaturesResponse
1272
1272
  * @throws OciError when an error occurs
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.
1273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1274
1274
  */
1275
1275
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1276
1276
  return __awaiter(this, void 0, void 0, function* () {
@@ -1346,7 +1346,7 @@ class ArtifactsClient {
1346
1346
  * @param ListContainerImagesRequest
1347
1347
  * @return ListContainerImagesResponse
1348
1348
  * @throws OciError when an error occurs
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.
1349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1350
1350
  */
1351
1351
  listContainerImages(listContainerImagesRequest) {
1352
1352
  return __awaiter(this, void 0, void 0, function* () {
@@ -1421,7 +1421,7 @@ class ArtifactsClient {
1421
1421
  * @param ListContainerRepositoriesRequest
1422
1422
  * @return ListContainerRepositoriesResponse
1423
1423
  * @throws OciError when an error occurs
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.
1424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1425
1425
  */
1426
1426
  listContainerRepositories(listContainerRepositoriesRequest) {
1427
1427
  return __awaiter(this, void 0, void 0, function* () {
@@ -1493,7 +1493,7 @@ class ArtifactsClient {
1493
1493
  * @param ListGenericArtifactsRequest
1494
1494
  * @return ListGenericArtifactsResponse
1495
1495
  * @throws OciError when an error occurs
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.
1496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1497
1497
  */
1498
1498
  listGenericArtifacts(listGenericArtifactsRequest) {
1499
1499
  return __awaiter(this, void 0, void 0, function* () {
@@ -1567,7 +1567,7 @@ class ArtifactsClient {
1567
1567
  * @param ListRepositoriesRequest
1568
1568
  * @return ListRepositoriesResponse
1569
1569
  * @throws OciError when an error occurs
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.
1570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1571
1571
  */
1572
1572
  listRepositories(listRepositoriesRequest) {
1573
1573
  return __awaiter(this, void 0, void 0, function* () {
@@ -1638,7 +1638,7 @@ class ArtifactsClient {
1638
1638
  * @param RemoveContainerVersionRequest
1639
1639
  * @return RemoveContainerVersionResponse
1640
1640
  * @throws OciError when an error occurs
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.
1641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1642
1642
  */
1643
1643
  removeContainerVersion(removeContainerVersionRequest) {
1644
1644
  return __awaiter(this, void 0, void 0, function* () {
@@ -1704,7 +1704,7 @@ class ArtifactsClient {
1704
1704
  * @param RestoreContainerImageRequest
1705
1705
  * @return RestoreContainerImageResponse
1706
1706
  * @throws OciError when an error occurs
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.
1707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1708
1708
  */
1709
1709
  restoreContainerImage(restoreContainerImageRequest) {
1710
1710
  return __awaiter(this, void 0, void 0, function* () {
@@ -1770,7 +1770,7 @@ class ArtifactsClient {
1770
1770
  * @param UpdateContainerConfigurationRequest
1771
1771
  * @return UpdateContainerConfigurationResponse
1772
1772
  * @throws OciError when an error occurs
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.
1773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1774
1774
  */
1775
1775
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1776
1776
  return __awaiter(this, void 0, void 0, function* () {
@@ -1835,7 +1835,7 @@ class ArtifactsClient {
1835
1835
  * @param UpdateContainerImageRequest
1836
1836
  * @return UpdateContainerImageResponse
1837
1837
  * @throws OciError when an error occurs
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.
1838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1839
1839
  */
1840
1840
  updateContainerImage(updateContainerImageRequest) {
1841
1841
  return __awaiter(this, void 0, void 0, function* () {
@@ -1900,7 +1900,7 @@ class ArtifactsClient {
1900
1900
  * @param UpdateContainerImageSignatureRequest
1901
1901
  * @return UpdateContainerImageSignatureResponse
1902
1902
  * @throws OciError when an error occurs
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.
1903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1904
1904
  */
1905
1905
  updateContainerImageSignature(updateContainerImageSignatureRequest) {
1906
1906
  return __awaiter(this, void 0, void 0, function* () {
@@ -1965,7 +1965,7 @@ class ArtifactsClient {
1965
1965
  * @param UpdateContainerRepositoryRequest
1966
1966
  * @return UpdateContainerRepositoryResponse
1967
1967
  * @throws OciError when an error occurs
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.
1968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1969
1969
  */
1970
1970
  updateContainerRepository(updateContainerRepositoryRequest) {
1971
1971
  return __awaiter(this, void 0, void 0, function* () {
@@ -2030,7 +2030,7 @@ class ArtifactsClient {
2030
2030
  * @param UpdateGenericArtifactRequest
2031
2031
  * @return UpdateGenericArtifactResponse
2032
2032
  * @throws OciError when an error occurs
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.
2033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2034
2034
  */
2035
2035
  updateGenericArtifact(updateGenericArtifactRequest) {
2036
2036
  return __awaiter(this, void 0, void 0, function* () {
@@ -2095,7 +2095,7 @@ class ArtifactsClient {
2095
2095
  * @param UpdateGenericArtifactByPathRequest
2096
2096
  * @return UpdateGenericArtifactByPathResponse
2097
2097
  * @throws OciError when an error occurs
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.
2098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2099
2099
  */
2100
2100
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
2101
2101
  return __awaiter(this, void 0, void 0, function* () {
@@ -2162,7 +2162,7 @@ class ArtifactsClient {
2162
2162
  * @param UpdateRepositoryRequest
2163
2163
  * @return UpdateRepositoryResponse
2164
2164
  * @throws OciError when an error occurs
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.
2165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2166
2166
  */
2167
2167
  updateRepository(updateRepositoryRequest) {
2168
2168
  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.68.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignatureRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignatureRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPathRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignatureRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPathRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepositoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignaturesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImagesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositoriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifactsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositoriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImageRequest.
17
17
  */
18
18
  export interface UpdateContainerImageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignatureRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignatureRequest.
17
17
  */
18
18
  export interface UpdateContainerImageSignatureRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPathRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifactRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.68.1",
3
+ "version": "2.69.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.68.1",
19
- "oci-workrequests": "2.68.1"
18
+ "oci-common": "2.69.0",
19
+ "oci-workrequests": "2.69.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"