oci-artifacts 2.62.3 → 2.63.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 (79) hide show
  1. package/lib/artifacts-waiter.d.ts +8 -0
  2. package/lib/artifacts-waiter.js +12 -0
  3. package/lib/artifacts-waiter.js.map +1 -1
  4. package/lib/client.d.ts +77 -59
  5. package/lib/client.js +218 -88
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/container-image-signature-summary.d.ts +36 -0
  8. package/lib/model/container-image-signature-summary.js.map +1 -1
  9. package/lib/model/container-image-signature.d.ts +46 -0
  10. package/lib/model/container-image-signature.js +11 -0
  11. package/lib/model/container-image-signature.js.map +1 -1
  12. package/lib/model/container-image-summary.d.ts +32 -0
  13. package/lib/model/container-image-summary.js.map +1 -1
  14. package/lib/model/container-image.d.ts +32 -0
  15. package/lib/model/container-image.js.map +1 -1
  16. package/lib/model/container-repository-summary.d.ts +36 -0
  17. package/lib/model/container-repository-summary.js.map +1 -1
  18. package/lib/model/container-repository.d.ts +36 -0
  19. package/lib/model/container-repository.js.map +1 -1
  20. package/lib/model/create-container-image-signature-details.d.ts +22 -0
  21. package/lib/model/create-container-image-signature-details.js.map +1 -1
  22. package/lib/model/create-container-repository-details.d.ts +22 -0
  23. package/lib/model/create-container-repository-details.js.map +1 -1
  24. package/lib/model/index.d.ts +4 -0
  25. package/lib/model/index.js +5 -1
  26. package/lib/model/index.js.map +1 -1
  27. package/lib/model/update-container-image-details.d.ts +45 -0
  28. package/lib/model/update-container-image-details.js +31 -0
  29. package/lib/model/update-container-image-details.js.map +1 -0
  30. package/lib/model/update-container-image-signature-details.d.ts +45 -0
  31. package/lib/model/update-container-image-signature-details.js +31 -0
  32. package/lib/model/update-container-image-signature-details.js.map +1 -0
  33. package/lib/model/update-container-repository-details.d.ts +22 -0
  34. package/lib/model/update-container-repository-details.js.map +1 -1
  35. package/lib/request/change-container-repository-compartment-request.d.ts +1 -1
  36. package/lib/request/change-repository-compartment-request.d.ts +1 -1
  37. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  38. package/lib/request/create-container-repository-request.d.ts +1 -1
  39. package/lib/request/create-repository-request.d.ts +1 -1
  40. package/lib/request/delete-container-image-request.d.ts +1 -1
  41. package/lib/request/delete-container-image-signature-request.d.ts +1 -1
  42. package/lib/request/delete-container-repository-request.d.ts +1 -1
  43. package/lib/request/delete-generic-artifact-by-path-request.d.ts +1 -1
  44. package/lib/request/delete-generic-artifact-request.d.ts +1 -1
  45. package/lib/request/delete-repository-request.d.ts +1 -1
  46. package/lib/request/get-container-configuration-request.d.ts +1 -1
  47. package/lib/request/get-container-image-request.d.ts +1 -1
  48. package/lib/request/get-container-image-signature-request.d.ts +1 -1
  49. package/lib/request/get-container-repository-request.d.ts +1 -1
  50. package/lib/request/get-generic-artifact-by-path-request.d.ts +1 -1
  51. package/lib/request/get-generic-artifact-request.d.ts +1 -1
  52. package/lib/request/get-repository-request.d.ts +1 -1
  53. package/lib/request/index.d.ts +4 -0
  54. package/lib/request/list-container-image-signatures-request.d.ts +1 -1
  55. package/lib/request/list-container-images-request.d.ts +1 -1
  56. package/lib/request/list-container-repositories-request.d.ts +1 -1
  57. package/lib/request/list-generic-artifacts-request.d.ts +1 -1
  58. package/lib/request/list-repositories-request.d.ts +1 -1
  59. package/lib/request/remove-container-version-request.d.ts +1 -1
  60. package/lib/request/restore-container-image-request.d.ts +1 -1
  61. package/lib/request/update-container-configuration-request.d.ts +1 -1
  62. package/lib/request/update-container-image-request.d.ts +43 -0
  63. package/lib/request/update-container-image-request.js +15 -0
  64. package/lib/request/update-container-image-request.js.map +1 -0
  65. package/lib/request/update-container-image-signature-request.d.ts +43 -0
  66. package/lib/request/update-container-image-signature-request.js +15 -0
  67. package/lib/request/update-container-image-signature-request.js.map +1 -0
  68. package/lib/request/update-container-repository-request.d.ts +1 -1
  69. package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
  70. package/lib/request/update-generic-artifact-request.d.ts +1 -1
  71. package/lib/request/update-repository-request.d.ts +1 -1
  72. package/lib/response/index.d.ts +4 -0
  73. package/lib/response/update-container-image-response.d.ts +30 -0
  74. package/lib/response/update-container-image-response.js +15 -0
  75. package/lib/response/update-container-image-response.js.map +1 -0
  76. package/lib/response/update-container-image-signature-response.d.ts +30 -0
  77. package/lib/response/update-container-image-signature-response.js +15 -0
  78. package/lib/response/update-container-image-signature-response.js.map +1 -0
  79. package/package.json +3 -3
@@ -0,0 +1,43 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImageRequest.
17
+ */
18
+ export interface UpdateContainerImageRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
21
+ * <p>
22
+ Example: `ocid1.containerimage.oc1..exampleuniqueID`
23
+ *
24
+ */
25
+ "imageId": string;
26
+ /**
27
+ * Update container image details.
28
+ */
29
+ "updateContainerImageDetails": model.UpdateContainerImageDetails;
30
+ /**
31
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
32
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
33
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
34
+ *
35
+ */
36
+ "ifMatch"?: string;
37
+ /**
38
+ * Unique identifier for the request.
39
+ * If you need to contact Oracle about a particular request, please provide the request ID.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-container-image-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-container-image-request.js","sourceRoot":"","sources":["../../../../../lib/artifacts/lib/request/update-container-image-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignatureRequest.
17
+ */
18
+ export interface UpdateContainerImageSignatureRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image signature.
21
+ * <p>
22
+ Example: `ocid1.containersignature.oc1..exampleuniqueID`
23
+ *
24
+ */
25
+ "imageSignatureId": string;
26
+ /**
27
+ * Update container image signature details.
28
+ */
29
+ "updateContainerImageSignatureDetails": model.UpdateContainerImageSignatureDetails;
30
+ /**
31
+ * Unique identifier for the request.
32
+ * If you need to contact Oracle about a particular request, please provide the request ID.
33
+ *
34
+ */
35
+ "opcRequestId"?: string;
36
+ /**
37
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
38
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
39
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
40
+ *
41
+ */
42
+ "ifMatch"?: string;
43
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-container-image-signature-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-container-image-signature-request.js","sourceRoot":"","sources":["../../../../../lib/artifacts/lib/request/update-container-image-signature-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.62.3/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.63.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.62.3/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.63.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.62.3/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.63.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.62.3/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.63.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepositoryRequest.
17
17
  */
18
18
  export interface UpdateRepositoryRequest extends common.BaseRequest {
19
19
  /**
@@ -64,6 +64,10 @@ import * as RestoreContainerImageResponse from "./restore-container-image-respon
64
64
  export import RestoreContainerImageResponse = RestoreContainerImageResponse.RestoreContainerImageResponse;
65
65
  import * as UpdateContainerConfigurationResponse from "./update-container-configuration-response";
66
66
  export import UpdateContainerConfigurationResponse = UpdateContainerConfigurationResponse.UpdateContainerConfigurationResponse;
67
+ import * as UpdateContainerImageResponse from "./update-container-image-response";
68
+ export import UpdateContainerImageResponse = UpdateContainerImageResponse.UpdateContainerImageResponse;
69
+ import * as UpdateContainerImageSignatureResponse from "./update-container-image-signature-response";
70
+ export import UpdateContainerImageSignatureResponse = UpdateContainerImageSignatureResponse.UpdateContainerImageSignatureResponse;
67
71
  import * as UpdateContainerRepositoryResponse from "./update-container-repository-response";
68
72
  export import UpdateContainerRepositoryResponse = UpdateContainerRepositoryResponse.UpdateContainerRepositoryResponse;
69
73
  import * as UpdateGenericArtifactResponse from "./update-generic-artifact-response";
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface UpdateContainerImageResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.ContainerImage instance.
28
+ */
29
+ "containerImage": model.ContainerImage;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-container-image-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-container-image-response.js","sourceRoot":"","sources":["../../../../../lib/artifacts/lib/response/update-container-image-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface UpdateContainerImageSignatureResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.ContainerImageSignature instance.
28
+ */
29
+ "containerImageSignature": model.ContainerImageSignature;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-container-image-signature-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-container-image-signature-response.js","sourceRoot":"","sources":["../../../../../lib/artifacts/lib/response/update-container-image-signature-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-artifacts",
3
- "version": "2.62.3",
3
+ "version": "2.63.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.62.3",
19
- "oci-workrequests": "2.62.3"
18
+ "oci-common": "2.63.0",
19
+ "oci-workrequests": "2.63.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"