oci-artifacts 2.76.1 → 2.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/lib/client.d.ts +39 -33
  2. package/lib/client.js +41 -32
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/container-image-signature-summary.d.ts +8 -8
  5. package/lib/model/container-image-signature.d.ts +8 -8
  6. package/lib/model/container-image-summary.d.ts +5 -5
  7. package/lib/model/container-image.d.ts +5 -5
  8. package/lib/model/container-repository-summary.d.ts +4 -4
  9. package/lib/model/container-repository.d.ts +4 -4
  10. package/lib/model/create-container-image-signature-details.d.ts +5 -5
  11. package/lib/model/create-container-repository-details.d.ts +2 -2
  12. package/lib/model/create-repository-details.d.ts +2 -2
  13. package/lib/model/generic-artifact-summary.d.ts +7 -7
  14. package/lib/model/generic-artifact.d.ts +7 -7
  15. package/lib/model/repository-summary.d.ts +3 -3
  16. package/lib/model/repository.d.ts +3 -3
  17. package/lib/model/update-container-image-details.d.ts +2 -2
  18. package/lib/model/update-container-image-signature-details.d.ts +2 -2
  19. package/lib/model/update-container-repository-details.d.ts +2 -2
  20. package/lib/model/update-generic-artifact-by-path-details.d.ts +3 -3
  21. package/lib/model/update-generic-artifact-details.d.ts +2 -2
  22. package/lib/model/update-repository-details.d.ts +2 -2
  23. package/lib/request/change-container-repository-compartment-request.d.ts +3 -3
  24. package/lib/request/change-repository-compartment-request.d.ts +3 -3
  25. package/lib/request/create-container-image-signature-request.d.ts +2 -2
  26. package/lib/request/create-container-repository-request.d.ts +1 -1
  27. package/lib/request/create-repository-request.d.ts +1 -1
  28. package/lib/request/delete-container-image-request.d.ts +3 -3
  29. package/lib/request/delete-container-image-signature-request.d.ts +3 -3
  30. package/lib/request/delete-container-repository-request.d.ts +3 -3
  31. package/lib/request/delete-generic-artifact-by-path-request.d.ts +5 -5
  32. package/lib/request/delete-generic-artifact-request.d.ts +3 -3
  33. package/lib/request/delete-repository-request.d.ts +3 -3
  34. package/lib/request/get-container-configuration-request.d.ts +1 -1
  35. package/lib/request/get-container-image-request.d.ts +2 -2
  36. package/lib/request/get-container-image-signature-request.d.ts +2 -2
  37. package/lib/request/get-container-repository-request.d.ts +2 -2
  38. package/lib/request/get-generic-artifact-by-path-request.d.ts +4 -4
  39. package/lib/request/get-generic-artifact-request.d.ts +2 -2
  40. package/lib/request/get-repository-request.d.ts +2 -2
  41. package/lib/request/list-container-image-signatures-request.d.ts +11 -11
  42. package/lib/request/list-container-images-request.d.ts +9 -9
  43. package/lib/request/list-container-repositories-request.d.ts +7 -7
  44. package/lib/request/list-generic-artifacts-request.d.ts +8 -8
  45. package/lib/request/list-repositories-request.d.ts +6 -6
  46. package/lib/request/remove-container-version-request.d.ts +3 -3
  47. package/lib/request/restore-container-image-request.d.ts +3 -3
  48. package/lib/request/update-container-configuration-request.d.ts +2 -2
  49. package/lib/request/update-container-image-request.d.ts +3 -3
  50. package/lib/request/update-container-image-signature-request.d.ts +3 -3
  51. package/lib/request/update-container-repository-request.d.ts +3 -3
  52. package/lib/request/update-generic-artifact-by-path-request.d.ts +6 -6
  53. package/lib/request/update-generic-artifact-request.d.ts +3 -3
  54. package/lib/request/update-repository-request.d.ts +3 -3
  55. package/lib/response/create-container-image-signature-response.d.ts +1 -1
  56. package/lib/response/create-container-repository-response.d.ts +1 -1
  57. package/lib/response/create-repository-response.d.ts +1 -1
  58. package/lib/response/get-container-configuration-response.d.ts +1 -1
  59. package/lib/response/get-container-image-response.d.ts +1 -1
  60. package/lib/response/get-container-image-signature-response.d.ts +1 -1
  61. package/lib/response/get-container-repository-response.d.ts +1 -1
  62. package/lib/response/get-generic-artifact-by-path-response.d.ts +1 -1
  63. package/lib/response/get-generic-artifact-response.d.ts +1 -1
  64. package/lib/response/get-repository-response.d.ts +1 -1
  65. package/lib/response/remove-container-version-response.d.ts +1 -1
  66. package/lib/response/restore-container-image-response.d.ts +1 -1
  67. package/lib/response/update-container-configuration-response.d.ts +1 -1
  68. package/lib/response/update-container-image-response.d.ts +1 -1
  69. package/lib/response/update-container-image-signature-response.d.ts +1 -1
  70. package/lib/response/update-container-repository-response.d.ts +1 -1
  71. package/lib/response/update-generic-artifact-by-path-response.d.ts +1 -1
  72. package/lib/response/update-generic-artifact-response.d.ts +1 -1
  73. package/lib/response/update-repository-response.d.ts +1 -1
  74. package/package.json +3 -3
@@ -13,13 +13,13 @@
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.76.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.77.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
17
17
  */
18
18
  export interface UpdateRepositoryRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
21
21
  * <p>
22
- Example: `ocid1.artifactrepository.oc1..exampleuniqueID`
22
+ Example: {@code ocid1.artifactrepository.oc1..exampleuniqueID}
23
23
  *
24
24
  */
25
25
  "repositoryId": string;
@@ -28,7 +28,7 @@ export interface UpdateRepositoryRequest extends common.BaseRequest {
28
28
  */
29
29
  "updateRepositoryDetails": model.UpdateGenericRepositoryDetails;
30
30
  /**
31
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
31
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
32
32
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
33
33
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
34
34
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateContainerImageSignatureResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateContainerRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetContainerConfigurationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetContainerImageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetContainerImageSignatureResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetContainerRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetGenericArtifactByPathResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetGenericArtifactResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface RemoveContainerVersionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface RestoreContainerImageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateContainerConfigurationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateContainerImageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateContainerImageSignatureResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateContainerRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateGenericArtifactByPathResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateGenericArtifactResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateRepositoryResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-artifacts",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"