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.
Files changed (113) hide show
  1. package/lib/client.d.ts +46 -46
  2. package/lib/client.js +46 -46
  3. package/lib/model/create-ekms-private-endpoint-details.d.ts +2 -2
  4. package/lib/model/create-key-details.d.ts +8 -8
  5. package/lib/model/create-vault-details.d.ts +2 -2
  6. package/lib/model/decrypt-data-details.d.ts +3 -3
  7. package/lib/model/decrypted-data.d.ts +3 -3
  8. package/lib/model/ekms-private-endpoint-summary.d.ts +2 -2
  9. package/lib/model/ekms-private-endpoint.d.ts +2 -2
  10. package/lib/model/encrypt-data-details.d.ts +3 -3
  11. package/lib/model/encrypted-data.d.ts +3 -3
  12. package/lib/model/export-key-details.d.ts +2 -2
  13. package/lib/model/generated-key.d.ts +2 -2
  14. package/lib/model/import-key-details.d.ts +6 -6
  15. package/lib/model/import-key-version-details.d.ts +2 -2
  16. package/lib/model/key-shape.d.ts +1 -1
  17. package/lib/model/key-summary.d.ts +10 -10
  18. package/lib/model/key-version-summary.d.ts +3 -3
  19. package/lib/model/key-version.d.ts +4 -4
  20. package/lib/model/key.d.ts +12 -12
  21. package/lib/model/sign-data-details.d.ts +1 -1
  22. package/lib/model/update-ekms-private-endpoint-details.d.ts +2 -2
  23. package/lib/model/update-key-details.d.ts +2 -2
  24. package/lib/model/update-vault-details.d.ts +2 -2
  25. package/lib/model/vault-summary.d.ts +4 -4
  26. package/lib/model/vault-usage.d.ts +4 -4
  27. package/lib/model/vault.d.ts +5 -5
  28. package/lib/model/verify-data-details.d.ts +1 -1
  29. package/lib/model/wrapped-import-key.d.ts +2 -2
  30. package/lib/model/wrapping-key.d.ts +2 -2
  31. package/lib/request/backup-key-request.d.ts +2 -2
  32. package/lib/request/backup-vault-request.d.ts +2 -2
  33. package/lib/request/cancel-key-deletion-request.d.ts +2 -2
  34. package/lib/request/cancel-key-version-deletion-request.d.ts +2 -2
  35. package/lib/request/cancel-vault-deletion-request.d.ts +2 -2
  36. package/lib/request/change-key-compartment-request.d.ts +2 -2
  37. package/lib/request/change-vault-compartment-request.d.ts +2 -2
  38. package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
  39. package/lib/request/create-key-request.d.ts +1 -1
  40. package/lib/request/create-key-version-request.d.ts +1 -1
  41. package/lib/request/create-vault-replica-request.d.ts +2 -2
  42. package/lib/request/create-vault-request.d.ts +1 -1
  43. package/lib/request/decrypt-request.d.ts +1 -1
  44. package/lib/request/delete-ekms-private-endpoint-request.d.ts +2 -2
  45. package/lib/request/delete-vault-replica-request.d.ts +2 -2
  46. package/lib/request/disable-key-request.d.ts +2 -2
  47. package/lib/request/enable-key-request.d.ts +2 -2
  48. package/lib/request/encrypt-request.d.ts +1 -1
  49. package/lib/request/export-key-request.d.ts +1 -1
  50. package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
  51. package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
  52. package/lib/request/get-key-request.d.ts +1 -1
  53. package/lib/request/get-key-version-request.d.ts +1 -1
  54. package/lib/request/get-replication-status-request.d.ts +1 -1
  55. package/lib/request/get-vault-request.d.ts +1 -1
  56. package/lib/request/get-vault-usage-request.d.ts +1 -1
  57. package/lib/request/get-wrapping-key-request.d.ts +1 -1
  58. package/lib/request/import-key-request.d.ts +1 -1
  59. package/lib/request/import-key-version-request.d.ts +1 -1
  60. package/lib/request/list-ekms-private-endpoints-request.d.ts +4 -4
  61. package/lib/request/list-key-versions-request.d.ts +4 -4
  62. package/lib/request/list-keys-request.d.ts +9 -9
  63. package/lib/request/list-vault-replicas-request.d.ts +5 -5
  64. package/lib/request/list-vaults-request.d.ts +4 -4
  65. package/lib/request/restore-key-from-file-request.d.ts +2 -2
  66. package/lib/request/restore-key-from-object-store-request.d.ts +2 -2
  67. package/lib/request/restore-vault-from-file-request.d.ts +2 -2
  68. package/lib/request/restore-vault-from-object-store-request.d.ts +2 -2
  69. package/lib/request/schedule-key-deletion-request.d.ts +2 -2
  70. package/lib/request/schedule-key-version-deletion-request.d.ts +2 -2
  71. package/lib/request/schedule-vault-deletion-request.d.ts +2 -2
  72. package/lib/request/sign-request.d.ts +1 -1
  73. package/lib/request/update-ekms-private-endpoint-request.d.ts +2 -2
  74. package/lib/request/update-key-request.d.ts +2 -2
  75. package/lib/request/update-vault-request.d.ts +2 -2
  76. package/lib/request/verify-request.d.ts +1 -1
  77. package/lib/response/backup-key-response.d.ts +1 -1
  78. package/lib/response/backup-vault-response.d.ts +1 -1
  79. package/lib/response/cancel-key-deletion-response.d.ts +1 -1
  80. package/lib/response/cancel-key-version-deletion-response.d.ts +1 -1
  81. package/lib/response/cancel-vault-deletion-response.d.ts +1 -1
  82. package/lib/response/change-key-compartment-response.d.ts +1 -1
  83. package/lib/response/change-vault-compartment-response.d.ts +1 -1
  84. package/lib/response/create-ekms-private-endpoint-response.d.ts +1 -1
  85. package/lib/response/create-key-response.d.ts +1 -1
  86. package/lib/response/create-key-version-response.d.ts +1 -1
  87. package/lib/response/create-vault-response.d.ts +1 -1
  88. package/lib/response/disable-key-response.d.ts +1 -1
  89. package/lib/response/enable-key-response.d.ts +1 -1
  90. package/lib/response/get-ekms-private-endpoint-response.d.ts +1 -1
  91. package/lib/response/get-key-response.d.ts +1 -1
  92. package/lib/response/get-key-version-response.d.ts +1 -1
  93. package/lib/response/get-replication-status-response.d.ts +1 -1
  94. package/lib/response/get-vault-response.d.ts +1 -1
  95. package/lib/response/get-wrapping-key-response.d.ts +1 -1
  96. package/lib/response/import-key-response.d.ts +1 -1
  97. package/lib/response/import-key-version-response.d.ts +1 -1
  98. package/lib/response/list-ekms-private-endpoints-response.d.ts +1 -1
  99. package/lib/response/list-key-versions-response.d.ts +1 -1
  100. package/lib/response/list-keys-response.d.ts +1 -1
  101. package/lib/response/list-vault-replicas-response.d.ts +2 -2
  102. package/lib/response/list-vaults-response.d.ts +1 -1
  103. package/lib/response/restore-key-from-file-response.d.ts +1 -1
  104. package/lib/response/restore-key-from-object-store-response.d.ts +1 -1
  105. package/lib/response/restore-vault-from-file-response.d.ts +1 -1
  106. package/lib/response/restore-vault-from-object-store-response.d.ts +1 -1
  107. package/lib/response/schedule-key-deletion-response.d.ts +1 -1
  108. package/lib/response/schedule-key-version-deletion-response.d.ts +1 -1
  109. package/lib/response/schedule-vault-deletion-response.d.ts +1 -1
  110. package/lib/response/update-ekms-private-endpoint-response.d.ts +1 -1
  111. package/lib/response/update-key-response.d.ts +1 -1
  112. package/lib/response/update-vault-response.d.ts +1 -1
  113. 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.76.1/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVaultRequest.
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 `if-match` parameter to the value of the etag from a
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.76.1/keymanagement/Verify.ts.html |here} to see how to use VerifyRequest.
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
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface BackupKeyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface BackupVaultResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CancelKeyDeletionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CancelKeyVersionDeletionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CancelVaultDeletionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  export interface ChangeKeyCompartmentResponse {
14
14
  /**
15
- * For optimistic concurrency control. See `if-match`.
15
+ * For optimistic concurrency control. See {@code if-match}.
16
16
  */
17
17
  "etag": string;
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  export interface ChangeVaultCompartmentResponse {
14
14
  /**
15
- * For optimistic concurrency control. See `if-match`.
15
+ * For optimistic concurrency control. See {@code if-match}.
16
16
  */
17
17
  "etag": string;
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateEkmsPrivateEndpointResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateKeyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateKeyVersionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateVaultResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface DisableKeyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface EnableKeyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -19,7 +19,7 @@ export interface GetEkmsPrivateEndpointResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetKeyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetKeyVersionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetReplicationStatusResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetVaultResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWrappingKeyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ImportKeyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ImportKeyVersionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
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 `page` parameter for 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 `page` parameter for 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 `page` parameter for 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 `if-match`.
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 `page` parameter for 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 `page` parameter for 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,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface RestoreKeyFromFileResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface RestoreKeyFromObjectStoreResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface RestoreVaultFromFileResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface RestoreVaultFromObjectStoreResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ScheduleKeyDeletionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ScheduleKeyVersionDeletionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ScheduleVaultDeletionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateEkmsPrivateEndpointResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateKeyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateVaultResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-keymanagement",
3
- "version": "2.76.1",
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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"