oci-artifacts 2.76.1 → 2.77.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 (73) hide show
  1. package/lib/client.d.ts +32 -32
  2. package/lib/client.js +32 -32
  3. package/lib/model/container-image-signature-summary.d.ts +8 -8
  4. package/lib/model/container-image-signature.d.ts +8 -8
  5. package/lib/model/container-image-summary.d.ts +5 -5
  6. package/lib/model/container-image.d.ts +5 -5
  7. package/lib/model/container-repository-summary.d.ts +4 -4
  8. package/lib/model/container-repository.d.ts +4 -4
  9. package/lib/model/create-container-image-signature-details.d.ts +5 -5
  10. package/lib/model/create-container-repository-details.d.ts +2 -2
  11. package/lib/model/create-repository-details.d.ts +2 -2
  12. package/lib/model/generic-artifact-summary.d.ts +7 -7
  13. package/lib/model/generic-artifact.d.ts +7 -7
  14. package/lib/model/repository-summary.d.ts +3 -3
  15. package/lib/model/repository.d.ts +3 -3
  16. package/lib/model/update-container-image-details.d.ts +2 -2
  17. package/lib/model/update-container-image-signature-details.d.ts +2 -2
  18. package/lib/model/update-container-repository-details.d.ts +2 -2
  19. package/lib/model/update-generic-artifact-by-path-details.d.ts +3 -3
  20. package/lib/model/update-generic-artifact-details.d.ts +2 -2
  21. package/lib/model/update-repository-details.d.ts +2 -2
  22. package/lib/request/change-container-repository-compartment-request.d.ts +3 -3
  23. package/lib/request/change-repository-compartment-request.d.ts +3 -3
  24. package/lib/request/create-container-image-signature-request.d.ts +2 -2
  25. package/lib/request/create-container-repository-request.d.ts +1 -1
  26. package/lib/request/create-repository-request.d.ts +1 -1
  27. package/lib/request/delete-container-image-request.d.ts +3 -3
  28. package/lib/request/delete-container-image-signature-request.d.ts +3 -3
  29. package/lib/request/delete-container-repository-request.d.ts +3 -3
  30. package/lib/request/delete-generic-artifact-by-path-request.d.ts +5 -5
  31. package/lib/request/delete-generic-artifact-request.d.ts +3 -3
  32. package/lib/request/delete-repository-request.d.ts +3 -3
  33. package/lib/request/get-container-configuration-request.d.ts +1 -1
  34. package/lib/request/get-container-image-request.d.ts +2 -2
  35. package/lib/request/get-container-image-signature-request.d.ts +2 -2
  36. package/lib/request/get-container-repository-request.d.ts +2 -2
  37. package/lib/request/get-generic-artifact-by-path-request.d.ts +4 -4
  38. package/lib/request/get-generic-artifact-request.d.ts +2 -2
  39. package/lib/request/get-repository-request.d.ts +2 -2
  40. package/lib/request/list-container-image-signatures-request.d.ts +11 -11
  41. package/lib/request/list-container-images-request.d.ts +9 -9
  42. package/lib/request/list-container-repositories-request.d.ts +7 -7
  43. package/lib/request/list-generic-artifacts-request.d.ts +8 -8
  44. package/lib/request/list-repositories-request.d.ts +6 -6
  45. package/lib/request/remove-container-version-request.d.ts +3 -3
  46. package/lib/request/restore-container-image-request.d.ts +3 -3
  47. package/lib/request/update-container-configuration-request.d.ts +2 -2
  48. package/lib/request/update-container-image-request.d.ts +3 -3
  49. package/lib/request/update-container-image-signature-request.d.ts +3 -3
  50. package/lib/request/update-container-repository-request.d.ts +3 -3
  51. package/lib/request/update-generic-artifact-by-path-request.d.ts +6 -6
  52. package/lib/request/update-generic-artifact-request.d.ts +3 -3
  53. package/lib/request/update-repository-request.d.ts +3 -3
  54. package/lib/response/create-container-image-signature-response.d.ts +1 -1
  55. package/lib/response/create-container-repository-response.d.ts +1 -1
  56. package/lib/response/create-repository-response.d.ts +1 -1
  57. package/lib/response/get-container-configuration-response.d.ts +1 -1
  58. package/lib/response/get-container-image-response.d.ts +1 -1
  59. package/lib/response/get-container-image-signature-response.d.ts +1 -1
  60. package/lib/response/get-container-repository-response.d.ts +1 -1
  61. package/lib/response/get-generic-artifact-by-path-response.d.ts +1 -1
  62. package/lib/response/get-generic-artifact-response.d.ts +1 -1
  63. package/lib/response/get-repository-response.d.ts +1 -1
  64. package/lib/response/remove-container-version-response.d.ts +1 -1
  65. package/lib/response/restore-container-image-response.d.ts +1 -1
  66. package/lib/response/update-container-configuration-response.d.ts +1 -1
  67. package/lib/response/update-container-image-response.d.ts +1 -1
  68. package/lib/response/update-container-image-signature-response.d.ts +1 -1
  69. package/lib/response/update-container-repository-response.d.ts +1 -1
  70. package/lib/response/update-generic-artifact-by-path-response.d.ts +1 -1
  71. package/lib/response/update-generic-artifact-response.d.ts +1 -1
  72. package/lib/response/update-repository-response.d.ts +1 -1
  73. 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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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
@@ -192,7 +192,7 @@ class ArtifactsClient {
192
192
  * @param ChangeContainerRepositoryCompartmentRequest
193
193
  * @return ChangeContainerRepositoryCompartmentResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
196
196
  */
197
197
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
198
198
  return __awaiter(this, void 0, void 0, function* () {
@@ -252,7 +252,7 @@ class ArtifactsClient {
252
252
  * @param ChangeRepositoryCompartmentRequest
253
253
  * @return ChangeRepositoryCompartmentResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
256
256
  */
257
257
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
258
258
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class ArtifactsClient {
309
309
  * @param CreateContainerImageSignatureRequest
310
310
  * @return CreateContainerImageSignatureResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
313
313
  */
314
314
  createContainerImageSignature(createContainerImageSignatureRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +373,7 @@ class ArtifactsClient {
373
373
  * @param CreateContainerRepositoryRequest
374
374
  * @return CreateContainerRepositoryResponse
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.76.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
377
377
  */
378
378
  createContainerRepository(createContainerRepositoryRequest) {
379
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -436,7 +436,7 @@ class ArtifactsClient {
436
436
  * @param CreateRepositoryRequest
437
437
  * @return CreateRepositoryResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
440
440
  */
441
441
  createRepository(createRepositoryRequest) {
442
442
  return __awaiter(this, void 0, void 0, function* () {
@@ -499,7 +499,7 @@ class ArtifactsClient {
499
499
  * @param DeleteContainerImageRequest
500
500
  * @return DeleteContainerImageResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
503
503
  */
504
504
  deleteContainerImage(deleteContainerImageRequest) {
505
505
  return __awaiter(this, void 0, void 0, function* () {
@@ -554,7 +554,7 @@ class ArtifactsClient {
554
554
  * @param DeleteContainerImageSignatureRequest
555
555
  * @return DeleteContainerImageSignatureResponse
556
556
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
558
558
  */
559
559
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
560
560
  return __awaiter(this, void 0, void 0, function* () {
@@ -609,7 +609,7 @@ class ArtifactsClient {
609
609
  * @param DeleteContainerRepositoryRequest
610
610
  * @return DeleteContainerRepositoryResponse
611
611
  * @throws OciError when an error occurs
612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
613
613
  */
614
614
  deleteContainerRepository(deleteContainerRepositoryRequest) {
615
615
  return __awaiter(this, void 0, void 0, function* () {
@@ -664,7 +664,7 @@ class ArtifactsClient {
664
664
  * @param DeleteGenericArtifactRequest
665
665
  * @return DeleteGenericArtifactResponse
666
666
  * @throws OciError when an error occurs
667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
668
668
  */
669
669
  deleteGenericArtifact(deleteGenericArtifactRequest) {
670
670
  return __awaiter(this, void 0, void 0, function* () {
@@ -719,7 +719,7 @@ class ArtifactsClient {
719
719
  * @param DeleteGenericArtifactByPathRequest
720
720
  * @return DeleteGenericArtifactByPathResponse
721
721
  * @throws OciError when an error occurs
722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
723
723
  */
724
724
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
725
725
  return __awaiter(this, void 0, void 0, function* () {
@@ -776,7 +776,7 @@ class ArtifactsClient {
776
776
  * @param DeleteRepositoryRequest
777
777
  * @return DeleteRepositoryResponse
778
778
  * @throws OciError when an error occurs
779
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
780
780
  */
781
781
  deleteRepository(deleteRepositoryRequest) {
782
782
  return __awaiter(this, void 0, void 0, function* () {
@@ -831,7 +831,7 @@ class ArtifactsClient {
831
831
  * @param GetContainerConfigurationRequest
832
832
  * @return GetContainerConfigurationResponse
833
833
  * @throws OciError when an error occurs
834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
835
835
  */
836
836
  getContainerConfiguration(getContainerConfigurationRequest) {
837
837
  return __awaiter(this, void 0, void 0, function* () {
@@ -894,7 +894,7 @@ class ArtifactsClient {
894
894
  * @param GetContainerImageRequest
895
895
  * @return GetContainerImageResponse
896
896
  * @throws OciError when an error occurs
897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
898
898
  */
899
899
  getContainerImage(getContainerImageRequest) {
900
900
  return __awaiter(this, void 0, void 0, function* () {
@@ -957,7 +957,7 @@ class ArtifactsClient {
957
957
  * @param GetContainerImageSignatureRequest
958
958
  * @return GetContainerImageSignatureResponse
959
959
  * @throws OciError when an error occurs
960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
961
961
  */
962
962
  getContainerImageSignature(getContainerImageSignatureRequest) {
963
963
  return __awaiter(this, void 0, void 0, function* () {
@@ -1020,7 +1020,7 @@ class ArtifactsClient {
1020
1020
  * @param GetContainerRepositoryRequest
1021
1021
  * @return GetContainerRepositoryResponse
1022
1022
  * @throws OciError when an error occurs
1023
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1024
1024
  */
1025
1025
  getContainerRepository(getContainerRepositoryRequest) {
1026
1026
  return __awaiter(this, void 0, void 0, function* () {
@@ -1083,7 +1083,7 @@ class ArtifactsClient {
1083
1083
  * @param GetGenericArtifactRequest
1084
1084
  * @return GetGenericArtifactResponse
1085
1085
  * @throws OciError when an error occurs
1086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1087
1087
  */
1088
1088
  getGenericArtifact(getGenericArtifactRequest) {
1089
1089
  return __awaiter(this, void 0, void 0, function* () {
@@ -1146,7 +1146,7 @@ class ArtifactsClient {
1146
1146
  * @param GetGenericArtifactByPathRequest
1147
1147
  * @return GetGenericArtifactByPathResponse
1148
1148
  * @throws OciError when an error occurs
1149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1150
1150
  */
1151
1151
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1152
1152
  return __awaiter(this, void 0, void 0, function* () {
@@ -1211,7 +1211,7 @@ class ArtifactsClient {
1211
1211
  * @param GetRepositoryRequest
1212
1212
  * @return GetRepositoryResponse
1213
1213
  * @throws OciError when an error occurs
1214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1215
1215
  */
1216
1216
  getRepository(getRepositoryRequest) {
1217
1217
  return __awaiter(this, void 0, void 0, function* () {
@@ -1274,7 +1274,7 @@ class ArtifactsClient {
1274
1274
  * @param ListContainerImageSignaturesRequest
1275
1275
  * @return ListContainerImageSignaturesResponse
1276
1276
  * @throws OciError when an error occurs
1277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1278
1278
  */
1279
1279
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1280
1280
  return __awaiter(this, void 0, void 0, function* () {
@@ -1350,7 +1350,7 @@ class ArtifactsClient {
1350
1350
  * @param ListContainerImagesRequest
1351
1351
  * @return ListContainerImagesResponse
1352
1352
  * @throws OciError when an error occurs
1353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1354
1354
  */
1355
1355
  listContainerImages(listContainerImagesRequest) {
1356
1356
  return __awaiter(this, void 0, void 0, function* () {
@@ -1425,7 +1425,7 @@ class ArtifactsClient {
1425
1425
  * @param ListContainerRepositoriesRequest
1426
1426
  * @return ListContainerRepositoriesResponse
1427
1427
  * @throws OciError when an error occurs
1428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1429
1429
  */
1430
1430
  listContainerRepositories(listContainerRepositoriesRequest) {
1431
1431
  return __awaiter(this, void 0, void 0, function* () {
@@ -1497,7 +1497,7 @@ class ArtifactsClient {
1497
1497
  * @param ListGenericArtifactsRequest
1498
1498
  * @return ListGenericArtifactsResponse
1499
1499
  * @throws OciError when an error occurs
1500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1501
1501
  */
1502
1502
  listGenericArtifacts(listGenericArtifactsRequest) {
1503
1503
  return __awaiter(this, void 0, void 0, function* () {
@@ -1571,7 +1571,7 @@ class ArtifactsClient {
1571
1571
  * @param ListRepositoriesRequest
1572
1572
  * @return ListRepositoriesResponse
1573
1573
  * @throws OciError when an error occurs
1574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1575
1575
  */
1576
1576
  listRepositories(listRepositoriesRequest) {
1577
1577
  return __awaiter(this, void 0, void 0, function* () {
@@ -1642,7 +1642,7 @@ class ArtifactsClient {
1642
1642
  * @param RemoveContainerVersionRequest
1643
1643
  * @return RemoveContainerVersionResponse
1644
1644
  * @throws OciError when an error occurs
1645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1646
1646
  */
1647
1647
  removeContainerVersion(removeContainerVersionRequest) {
1648
1648
  return __awaiter(this, void 0, void 0, function* () {
@@ -1708,7 +1708,7 @@ class ArtifactsClient {
1708
1708
  * @param RestoreContainerImageRequest
1709
1709
  * @return RestoreContainerImageResponse
1710
1710
  * @throws OciError when an error occurs
1711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1712
1712
  */
1713
1713
  restoreContainerImage(restoreContainerImageRequest) {
1714
1714
  return __awaiter(this, void 0, void 0, function* () {
@@ -1774,7 +1774,7 @@ class ArtifactsClient {
1774
1774
  * @param UpdateContainerConfigurationRequest
1775
1775
  * @return UpdateContainerConfigurationResponse
1776
1776
  * @throws OciError when an error occurs
1777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1778
1778
  */
1779
1779
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1780
1780
  return __awaiter(this, void 0, void 0, function* () {
@@ -1839,7 +1839,7 @@ class ArtifactsClient {
1839
1839
  * @param UpdateContainerImageRequest
1840
1840
  * @return UpdateContainerImageResponse
1841
1841
  * @throws OciError when an error occurs
1842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1843
1843
  */
1844
1844
  updateContainerImage(updateContainerImageRequest) {
1845
1845
  return __awaiter(this, void 0, void 0, function* () {
@@ -1904,7 +1904,7 @@ class ArtifactsClient {
1904
1904
  * @param UpdateContainerImageSignatureRequest
1905
1905
  * @return UpdateContainerImageSignatureResponse
1906
1906
  * @throws OciError when an error occurs
1907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1908
1908
  */
1909
1909
  updateContainerImageSignature(updateContainerImageSignatureRequest) {
1910
1910
  return __awaiter(this, void 0, void 0, function* () {
@@ -1969,7 +1969,7 @@ class ArtifactsClient {
1969
1969
  * @param UpdateContainerRepositoryRequest
1970
1970
  * @return UpdateContainerRepositoryResponse
1971
1971
  * @throws OciError when an error occurs
1972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1973
1973
  */
1974
1974
  updateContainerRepository(updateContainerRepositoryRequest) {
1975
1975
  return __awaiter(this, void 0, void 0, function* () {
@@ -2034,7 +2034,7 @@ class ArtifactsClient {
2034
2034
  * @param UpdateGenericArtifactRequest
2035
2035
  * @return UpdateGenericArtifactResponse
2036
2036
  * @throws OciError when an error occurs
2037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2038
2038
  */
2039
2039
  updateGenericArtifact(updateGenericArtifactRequest) {
2040
2040
  return __awaiter(this, void 0, void 0, function* () {
@@ -2099,7 +2099,7 @@ class ArtifactsClient {
2099
2099
  * @param UpdateGenericArtifactByPathRequest
2100
2100
  * @return UpdateGenericArtifactByPathResponse
2101
2101
  * @throws OciError when an error occurs
2102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2103
2103
  */
2104
2104
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
2105
2105
  return __awaiter(this, void 0, void 0, function* () {
@@ -2166,7 +2166,7 @@ class ArtifactsClient {
2166
2166
  * @param UpdateRepositoryRequest
2167
2167
  * @return UpdateRepositoryResponse
2168
2168
  * @throws OciError when an error occurs
2169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2170
2170
  */
2171
2171
  updateRepository(updateRepositoryRequest) {
2172
2172
  return __awaiter(this, void 0, void 0, function* () {