oci-keymanagement 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.
- package/lib/client.d.ts +46 -46
- package/lib/client.js +46 -46
- package/lib/model/create-ekms-private-endpoint-details.d.ts +2 -2
- package/lib/model/create-key-details.d.ts +8 -8
- package/lib/model/create-vault-details.d.ts +2 -2
- package/lib/model/decrypt-data-details.d.ts +3 -3
- package/lib/model/decrypted-data.d.ts +3 -3
- package/lib/model/ekms-private-endpoint-summary.d.ts +2 -2
- package/lib/model/ekms-private-endpoint.d.ts +2 -2
- package/lib/model/encrypt-data-details.d.ts +3 -3
- package/lib/model/encrypted-data.d.ts +3 -3
- package/lib/model/export-key-details.d.ts +2 -2
- package/lib/model/generated-key.d.ts +2 -2
- package/lib/model/import-key-details.d.ts +6 -6
- package/lib/model/import-key-version-details.d.ts +2 -2
- package/lib/model/key-shape.d.ts +1 -1
- package/lib/model/key-summary.d.ts +10 -10
- package/lib/model/key-version-summary.d.ts +3 -3
- package/lib/model/key-version.d.ts +4 -4
- package/lib/model/key.d.ts +12 -12
- package/lib/model/sign-data-details.d.ts +1 -1
- package/lib/model/update-ekms-private-endpoint-details.d.ts +2 -2
- package/lib/model/update-key-details.d.ts +2 -2
- package/lib/model/update-vault-details.d.ts +2 -2
- package/lib/model/vault-summary.d.ts +4 -4
- package/lib/model/vault-usage.d.ts +4 -4
- package/lib/model/vault.d.ts +5 -5
- package/lib/model/verify-data-details.d.ts +1 -1
- package/lib/model/wrapped-import-key.d.ts +2 -2
- package/lib/model/wrapping-key.d.ts +2 -2
- package/lib/request/backup-key-request.d.ts +2 -2
- package/lib/request/backup-vault-request.d.ts +2 -2
- package/lib/request/cancel-key-deletion-request.d.ts +2 -2
- package/lib/request/cancel-key-version-deletion-request.d.ts +2 -2
- package/lib/request/cancel-vault-deletion-request.d.ts +2 -2
- package/lib/request/change-key-compartment-request.d.ts +2 -2
- package/lib/request/change-vault-compartment-request.d.ts +2 -2
- package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-key-request.d.ts +1 -1
- package/lib/request/create-key-version-request.d.ts +1 -1
- package/lib/request/create-vault-replica-request.d.ts +2 -2
- package/lib/request/create-vault-request.d.ts +1 -1
- package/lib/request/decrypt-request.d.ts +1 -1
- package/lib/request/delete-ekms-private-endpoint-request.d.ts +2 -2
- package/lib/request/delete-vault-replica-request.d.ts +2 -2
- package/lib/request/disable-key-request.d.ts +2 -2
- package/lib/request/enable-key-request.d.ts +2 -2
- package/lib/request/encrypt-request.d.ts +1 -1
- package/lib/request/export-key-request.d.ts +1 -1
- package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
- package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-key-request.d.ts +1 -1
- package/lib/request/get-key-version-request.d.ts +1 -1
- package/lib/request/get-replication-status-request.d.ts +1 -1
- package/lib/request/get-vault-request.d.ts +1 -1
- package/lib/request/get-vault-usage-request.d.ts +1 -1
- package/lib/request/get-wrapping-key-request.d.ts +1 -1
- package/lib/request/import-key-request.d.ts +1 -1
- package/lib/request/import-key-version-request.d.ts +1 -1
- package/lib/request/list-ekms-private-endpoints-request.d.ts +4 -4
- package/lib/request/list-key-versions-request.d.ts +4 -4
- package/lib/request/list-keys-request.d.ts +9 -9
- package/lib/request/list-vault-replicas-request.d.ts +5 -5
- package/lib/request/list-vaults-request.d.ts +4 -4
- package/lib/request/restore-key-from-file-request.d.ts +2 -2
- package/lib/request/restore-key-from-object-store-request.d.ts +2 -2
- package/lib/request/restore-vault-from-file-request.d.ts +2 -2
- package/lib/request/restore-vault-from-object-store-request.d.ts +2 -2
- package/lib/request/schedule-key-deletion-request.d.ts +2 -2
- package/lib/request/schedule-key-version-deletion-request.d.ts +2 -2
- package/lib/request/schedule-vault-deletion-request.d.ts +2 -2
- package/lib/request/sign-request.d.ts +1 -1
- package/lib/request/update-ekms-private-endpoint-request.d.ts +2 -2
- package/lib/request/update-key-request.d.ts +2 -2
- package/lib/request/update-vault-request.d.ts +2 -2
- package/lib/request/verify-request.d.ts +1 -1
- package/lib/response/backup-key-response.d.ts +1 -1
- package/lib/response/backup-vault-response.d.ts +1 -1
- package/lib/response/cancel-key-deletion-response.d.ts +1 -1
- package/lib/response/cancel-key-version-deletion-response.d.ts +1 -1
- package/lib/response/cancel-vault-deletion-response.d.ts +1 -1
- package/lib/response/change-key-compartment-response.d.ts +1 -1
- package/lib/response/change-vault-compartment-response.d.ts +1 -1
- package/lib/response/create-ekms-private-endpoint-response.d.ts +1 -1
- package/lib/response/create-key-response.d.ts +1 -1
- package/lib/response/create-key-version-response.d.ts +1 -1
- package/lib/response/create-vault-response.d.ts +1 -1
- package/lib/response/disable-key-response.d.ts +1 -1
- package/lib/response/enable-key-response.d.ts +1 -1
- package/lib/response/get-ekms-private-endpoint-response.d.ts +1 -1
- package/lib/response/get-key-response.d.ts +1 -1
- package/lib/response/get-key-version-response.d.ts +1 -1
- package/lib/response/get-replication-status-response.d.ts +1 -1
- package/lib/response/get-vault-response.d.ts +1 -1
- package/lib/response/get-wrapping-key-response.d.ts +1 -1
- package/lib/response/import-key-response.d.ts +1 -1
- package/lib/response/import-key-version-response.d.ts +1 -1
- package/lib/response/list-ekms-private-endpoints-response.d.ts +1 -1
- package/lib/response/list-key-versions-response.d.ts +1 -1
- package/lib/response/list-keys-response.d.ts +1 -1
- package/lib/response/list-vault-replicas-response.d.ts +2 -2
- package/lib/response/list-vaults-response.d.ts +1 -1
- package/lib/response/restore-key-from-file-response.d.ts +1 -1
- package/lib/response/restore-key-from-object-store-response.d.ts +1 -1
- package/lib/response/restore-vault-from-file-response.d.ts +1 -1
- package/lib/response/restore-vault-from-object-store-response.d.ts +1 -1
- package/lib/response/schedule-key-deletion-response.d.ts +1 -1
- package/lib/response/schedule-key-version-deletion-response.d.ts +1 -1
- package/lib/response/schedule-vault-deletion-response.d.ts +1 -1
- package/lib/response/update-ekms-private-endpoint-response.d.ts +1 -1
- package/lib/response/update-key-response.d.ts +1 -1
- package/lib/response/update-vault-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVaultRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateVaultRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateVaultRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateVaultDetails": model.UpdateVaultDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call for a
|
|
29
|
-
* resource, set the
|
|
29
|
+
* resource, set the {@code if-match} parameter to the value of the etag from a
|
|
30
30
|
* previous GET or POST response for that resource. The resource will be
|
|
31
31
|
* updated or deleted only if the etag you provide matches the resource's
|
|
32
32
|
* current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/keymanagement/Verify.ts.html |here} to see how to use VerifyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface VerifyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListEkmsPrivateEndpointsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then there are additional items still to get. Include this value as the
|
|
17
|
+
* then there are additional items still to get. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request. For information about pagination, see
|
|
19
19
|
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
20
20
|
*
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListKeyVersionsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then there are additional items still to get. Include this value as the
|
|
17
|
+
* then there are additional items still to get. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request. For information about pagination, see
|
|
19
19
|
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
20
20
|
*
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListKeysResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then there are additional items still to get. Include this value as the
|
|
17
|
+
* then there are additional items still to get. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request. For information about pagination, see
|
|
19
19
|
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
20
20
|
*
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListVaultReplicasResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
17
|
*/
|
|
18
18
|
"etag": string;
|
|
19
19
|
/**
|
|
20
20
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
21
|
-
* then there are additional items still to get. Include this value as the
|
|
21
|
+
* then there are additional items still to get. Include this value as the {@code page} parameter for the
|
|
22
22
|
* subsequent GET request. For information about pagination, see
|
|
23
23
|
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
24
24
|
*
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListVaultsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then there are additional items still to get. Include this value as the
|
|
17
|
+
* then there are additional items still to get. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request. For information about pagination, see
|
|
19
19
|
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
20
20
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-keymanagement",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Key Management",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|