@the-ai-company/cbio-node-runtime 1.49.0 → 1.51.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 (104) hide show
  1. package/README.md +15 -7
  2. package/dist/clients/owner/client.d.ts +6 -3
  3. package/dist/clients/owner/client.js +111 -11
  4. package/dist/clients/owner/client.js.map +1 -1
  5. package/dist/clients/owner/contracts.d.ts +28 -7
  6. package/dist/clients/owner/index.d.ts +1 -1
  7. package/dist/protocol/identity.d.ts +3 -0
  8. package/dist/protocol/identity.js +2 -1
  9. package/dist/protocol/identity.js.map +1 -1
  10. package/dist/runtime/bootstrap.d.ts +3 -0
  11. package/dist/runtime/bootstrap.js +11 -0
  12. package/dist/runtime/bootstrap.js.map +1 -1
  13. package/dist/runtime/identity.js +4 -6
  14. package/dist/runtime/identity.js.map +1 -1
  15. package/dist/runtime/index.d.ts +1 -1
  16. package/dist/runtime/index.js.map +1 -1
  17. package/dist/vault-core/contracts.d.ts +1 -0
  18. package/docs/REFERENCE.md +7 -5
  19. package/docs/api/README.md +6 -2
  20. package/docs/api/classes/IdentityError.md +1 -1
  21. package/docs/api/classes/VaultCore.md +1 -1
  22. package/docs/api/classes/VaultCoreError.md +1 -1
  23. package/docs/api/enumerations/IdentityErrorCode.md +1 -1
  24. package/docs/api/functions/createAgentClient.md +1 -1
  25. package/docs/api/functions/createIdentity.md +1 -1
  26. package/docs/api/functions/createOwnerHttpFlowBoundary.md +1 -1
  27. package/docs/api/functions/createPersistentVaultCoreDependencies.md +1 -1
  28. package/docs/api/functions/createStandardAcquireBoundary.md +1 -1
  29. package/docs/api/functions/createStandardDispatchBoundary.md +1 -1
  30. package/docs/api/functions/createVault.md +1 -1
  31. package/docs/api/functions/createVaultClient.md +1 -1
  32. package/docs/api/functions/createVaultCore.md +1 -1
  33. package/docs/api/functions/createVaultCoreDependencies.md +1 -1
  34. package/docs/api/functions/createVaultService.md +1 -1
  35. package/docs/api/functions/createWorkspaceStorage.md +1 -1
  36. package/docs/api/functions/deriveIdentityId.md +1 -1
  37. package/docs/api/functions/deriveVaultWorkingKeyFromPassword.md +1 -1
  38. package/docs/api/functions/getDefaultWorkspaceDir.md +1 -1
  39. package/docs/api/functions/handleVaultAgentControlHttp.md +1 -1
  40. package/docs/api/functions/handleVaultHttpDispatch.md +1 -1
  41. package/docs/api/functions/initializeVaultCustody.md +1 -1
  42. package/docs/api/functions/listVaults.md +1 -1
  43. package/docs/api/functions/readVaultProfile.md +1 -1
  44. package/docs/api/functions/recoverVault.md +1 -1
  45. package/docs/api/functions/recoverVaultWorkingKey.md +1 -1
  46. package/docs/api/functions/restoreIdentity.md +1 -1
  47. package/docs/api/functions/updateVaultMetadata.md +1 -1
  48. package/docs/api/functions/wrapVaultCoreAsVaultService.md +1 -1
  49. package/docs/api/functions/writeVaultProfile.md +1 -1
  50. package/docs/api/interfaces/AgentClient.md +1 -1
  51. package/docs/api/interfaces/AgentDispatchIntent.md +1 -1
  52. package/docs/api/interfaces/AgentDispatchTransport.md +1 -1
  53. package/docs/api/interfaces/AgentIdentity.md +1 -1
  54. package/docs/api/interfaces/AgentSigner.md +1 -1
  55. package/docs/api/interfaces/AgentSubmitCapabilityRequestInput.md +1 -1
  56. package/docs/api/interfaces/CbioRuntime.md +1 -1
  57. package/docs/api/interfaces/CreateAgentClientOptions.md +1 -1
  58. package/docs/api/interfaces/CreateIdentityOptions.md +1 -1
  59. package/docs/api/interfaces/CreatePersistentVaultCoreDependenciesOptions.md +1 -1
  60. package/docs/api/interfaces/CreateVaultClientOptions.md +37 -1
  61. package/docs/api/interfaces/CreateVaultOptions.md +1 -1
  62. package/docs/api/interfaces/CreatedVault.md +19 -1
  63. package/docs/api/interfaces/DefaultPolicyEngineOptions.md +1 -1
  64. package/docs/api/interfaces/IStorageProvider.md +1 -1
  65. package/docs/api/interfaces/InitializeVaultCustodyOptions.md +1 -1
  66. package/docs/api/interfaces/InitializedVaultCustody.md +1 -1
  67. package/docs/api/interfaces/OwnerAgentProvisionResult.md +1 -1
  68. package/docs/api/interfaces/OwnerDefineSecretTargetsInput.md +1 -1
  69. package/docs/api/interfaces/OwnerSecretTargetBinding.md +1 -1
  70. package/docs/api/interfaces/OwnerSensitiveActionConfirmation.md +17 -0
  71. package/docs/api/interfaces/OwnerSensitiveActionContext.md +17 -0
  72. package/docs/api/interfaces/OwnerStoreSecretInput.md +1 -1
  73. package/docs/api/interfaces/OwnerWriteSecretInput.md +1 -1
  74. package/docs/api/interfaces/RecoverVaultOptions.md +1 -1
  75. package/docs/api/interfaces/RecoveredVault.md +21 -1
  76. package/docs/api/interfaces/RestoreIdentityOptions.md +1 -1
  77. package/docs/api/interfaces/Signer.md +1 -1
  78. package/docs/api/interfaces/VaultApproveCapabilityRequestInput.md +1 -7
  79. package/docs/api/interfaces/VaultAuditQueryInput.md +1 -1
  80. package/docs/api/interfaces/VaultClient.md +21 -5
  81. package/docs/api/interfaces/VaultCoreDependenciesOptions.md +1 -1
  82. package/docs/api/interfaces/VaultCreateAgentInput.md +1 -7
  83. package/docs/api/interfaces/VaultDeleteSecretInput.md +1 -1
  84. package/docs/api/interfaces/VaultExportSecretInput.md +13 -1
  85. package/docs/api/interfaces/VaultGrantCapabilityInput.md +1 -7
  86. package/docs/api/interfaces/VaultIdentity.md +1 -1
  87. package/docs/api/interfaces/VaultImportAgentInput.md +1 -7
  88. package/docs/api/interfaces/VaultListAgentsInput.md +1 -1
  89. package/docs/api/interfaces/VaultListCapabilitiesInput.md +1 -1
  90. package/docs/api/interfaces/VaultListSecretsInput.md +1 -1
  91. package/docs/api/interfaces/VaultMetadata.md +1 -1
  92. package/docs/api/interfaces/VaultObject.md +17 -1
  93. package/docs/api/interfaces/VaultProfile.md +1 -1
  94. package/docs/api/interfaces/VaultReadAgentPrivateKeyInput.md +29 -0
  95. package/docs/api/interfaces/VaultReadSecretPlaintextInput.md +29 -0
  96. package/docs/api/interfaces/VaultRegisterFlowInput.md +1 -7
  97. package/docs/api/interfaces/VaultRevokeCapabilityInput.md +1 -1
  98. package/docs/api/interfaces/VaultSigner.md +1 -1
  99. package/docs/api/interfaces/VaultSubmitCapabilityRequestInput.md +1 -1
  100. package/docs/api/type-aliases/AgentCapabilityEnvelope.md +1 -1
  101. package/docs/api/type-aliases/AgentVisibleSecretRecord.md +1 -1
  102. package/docs/api/type-aliases/CbioRuntimeModule.md +1 -1
  103. package/docs/api/variables/DEFAULT_VAULT_KEY_CUSTODY_BLOB_KEY.md +1 -1
  104. package/package.json +1 -1
@@ -13,7 +13,7 @@ export { readVaultProfile, writeVaultProfile, type VaultProfile, } from "./vault
13
13
  export { createWorkspaceStorage, getDefaultWorkspaceDir, } from "./workspace-storage.js";
14
14
  export { createVault, recoverVault, listVaults, updateVaultMetadata, type CreateVaultOptions, type CreatedVault, type RecoverVaultOptions, type RecoveredVault, type VaultObject, type VaultMetadata, } from "./bootstrap.js";
15
15
  export { createVaultCore, VaultCore, VaultCoreError, createVaultCoreDependencies, type VaultCoreDependenciesOptions, type DefaultPolicyEngineOptions, DefaultPolicyEngine, createPersistentVaultCoreDependencies, initializeVaultCustody, recoverVaultWorkingKey, DEFAULT_VAULT_KEY_CUSTODY_BLOB_KEY, type InitializeVaultCustodyOptions, type InitializedVaultCustody, type CreatePersistentVaultCoreDependenciesOptions, PersistentVaultAgentIdentityRegistry, PersistentVaultAuditLog, PersistentVaultCapabilityRegistry, PersistentVaultCapabilityRevocationRegistry, PersistentVaultCustomHttpFlowRegistry, PersistentVaultRateLimitStore, PersistentVaultReplayGuard, PersistentVaultSecretCustody, PersistentVaultSecretRepository, } from "../vault-core/index.js";
16
- export { createVaultClient, type VaultClient, type CreateVaultClientOptions, type VaultIdentity, type VaultSigner, type VaultAuditQueryInput, type OwnerDefineSecretTargetsInput, type VaultExportSecretInput, type VaultGrantCapabilityInput, type VaultRegisterFlowInput, type VaultImportAgentInput, type VaultCreateAgentInput, type OwnerAgentProvisionResult, type OwnerSecretTargetBinding, type OwnerStoreSecretInput, type OwnerWriteSecretInput, type VaultDeleteSecretInput, type VaultListAgentsInput, type VaultListCapabilitiesInput, type VaultListSecretsInput, type VaultRevokeCapabilityInput, type VaultSubmitCapabilityRequestInput, type VaultApproveCapabilityRequestInput, } from "../clients/owner/index.js";
16
+ export { createVaultClient, type VaultClient, type CreateVaultClientOptions, type VaultIdentity, type VaultSigner, type VaultAuditQueryInput, type OwnerDefineSecretTargetsInput, type VaultExportSecretInput, type VaultReadSecretPlaintextInput, type VaultReadAgentPrivateKeyInput, type OwnerSensitiveActionConfirmation, type OwnerSensitiveActionContext, type VaultGrantCapabilityInput, type VaultRegisterFlowInput, type VaultImportAgentInput, type VaultCreateAgentInput, type OwnerAgentProvisionResult, type OwnerSecretTargetBinding, type OwnerStoreSecretInput, type OwnerWriteSecretInput, type VaultDeleteSecretInput, type VaultListAgentsInput, type VaultListCapabilitiesInput, type VaultListSecretsInput, type VaultRevokeCapabilityInput, type VaultSubmitCapabilityRequestInput, type VaultApproveCapabilityRequestInput, } from "../clients/owner/index.js";
17
17
  export { createAgentClient, type AgentClient, type CreateAgentClientOptions, type AgentIdentity, type AgentCapabilityEnvelope, type AgentDispatchIntent, type AgentDispatchTransport, type AgentSigner, type AgentSubmitCapabilityRequestInput, type AgentVisibleSecretRecord, } from "../clients/agent/index.js";
18
18
  export { createVaultService, wrapVaultCoreAsVaultService, createOwnerHttpFlowBoundary, createStandardAcquireBoundary, createStandardDispatchBoundary, AgentDispatchHttpTransport, handleVaultHttpDispatch, handleVaultAgentControlHttp, } from "../vault-ingress/index.js";
19
19
  export { LocalVaultTransport } from "../vault-ingress/defaults.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/runtime/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,WAAW,EAAe,iCAAiC,EAAE,MAAM,uBAAuB,CAAC;AACrH,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EACL,cAAc,EACd,eAAe,GAIhB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,gBAAgB,EAChB,iBAAiB,GAElB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,sBAAsB,EACtB,sBAAsB,GACvB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,WAAW,EACX,YAAY,EACZ,UAAU,EACV,mBAAmB,GAOpB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACL,eAAe,EACf,SAAS,EACT,cAAc,EACd,2BAA2B,EAG3B,mBAAmB,EACnB,qCAAqC,EACrC,sBAAsB,EACtB,sBAAsB,EACtB,kCAAkC,EAIlC,oCAAoC,EACpC,uBAAuB,EACvB,iCAAiC,EACjC,2CAA2C,EAC3C,qCAAqC,EACrC,6BAA6B,EAC7B,0BAA0B,EAC1B,4BAA4B,EAC5B,+BAA+B,GAChC,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EACL,iBAAiB,GAuBlB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EACL,iBAAiB,GAUlB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EACL,kBAAkB,EAClB,2BAA2B,EAC3B,2BAA2B,EAC3B,6BAA6B,EAC7B,8BAA8B,EAC9B,0BAA0B,EAC1B,uBAAuB,EACvB,2BAA2B,GAC5B,MAAM,2BAA2B,CAAC;AACnC;;;GAGG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/runtime/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,WAAW,EAAe,iCAAiC,EAAE,MAAM,uBAAuB,CAAC;AACrH,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EACL,cAAc,EACd,eAAe,GAIhB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,gBAAgB,EAChB,iBAAiB,GAElB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,sBAAsB,EACtB,sBAAsB,GACvB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,WAAW,EACX,YAAY,EACZ,UAAU,EACV,mBAAmB,GAOpB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACL,eAAe,EACf,SAAS,EACT,cAAc,EACd,2BAA2B,EAG3B,mBAAmB,EACnB,qCAAqC,EACrC,sBAAsB,EACtB,sBAAsB,EACtB,kCAAkC,EAIlC,oCAAoC,EACpC,uBAAuB,EACvB,iCAAiC,EACjC,2CAA2C,EAC3C,qCAAqC,EACrC,6BAA6B,EAC7B,0BAA0B,EAC1B,4BAA4B,EAC5B,+BAA+B,GAChC,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EACL,iBAAiB,GA2BlB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EACL,iBAAiB,GAUlB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EACL,kBAAkB,EAClB,2BAA2B,EAC3B,2BAA2B,EAC3B,6BAA6B,EAC7B,8BAA8B,EAC9B,0BAA0B,EAC1B,uBAAuB,EACvB,2BAA2B,GAC5B,MAAM,2BAA2B,CAAC;AACnC;;;GAGG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC"}
@@ -380,6 +380,7 @@ export interface AuditEntry {
380
380
  export interface AgentIdentityRecord {
381
381
  vaultId: VaultId;
382
382
  agentId: string;
383
+ identityId: string;
383
384
  publicKey: string;
384
385
  privateKey?: string;
385
386
  metadata?: Record<string, any>;
package/docs/REFERENCE.md CHANGED
@@ -12,7 +12,7 @@ The v1.48.4 runtime centers on a simplified, authority-centric model with manage
12
12
  - `recoverVault(...)` - Reopen an existing vault using its master password.
13
13
  - `listVaults(...)` - Scan the workspace for available vault IDs.
14
14
  - `updateVaultMetadata(...)` - Update the nickname or other metadata of an unlocked vault.
15
- - `createVaultClient(...)` - Create an administrative client for an unlocked vault.
15
+ - `createVaultClient(...)` - Create an administrative client for an unlocked vault. For plaintext secret reads, configure `passwordVerifier`.
16
16
  - `createAgentClient(...)` - Create a delegated client for an agent.
17
17
  - `createIdentity(...)` - Generate a standalone cryptographic identity keypair.
18
18
  - `restoreIdentity(...)` - Restore an identity from a private key.
@@ -50,11 +50,11 @@ The `VaultClient` provides the administrative interface for the vault.
50
50
  - `ownerWriteSecret(...)`: Store a secret and bind it to specific targets in one step.
51
51
  - `ownerCreateAgent(...)`: Generate and host a new agent identity, then return its public record plus a session token.
52
52
  - `ownerImportAgent(...)`: Import an existing private key into vault custody, then return its public record plus a session token.
53
- - `ownerListAgents()`: Enumerate authorized agents and retrieve managed private keys.
54
- - `ownerGrantCapability(...)`: Assign specific secret-use permissions to an agent.
53
+ - `ownerListAgents()`: Enumerate authorized agents. Private keys are redacted from the default list response.
54
+ - `ownerGrantCapability(...)`: Assign specific secret-use permissions to an agent. Capability IDs are generated internally.
55
55
  - `ownerSubmitCapabilityRequest(...)`: Submit a broader pending capability request for later owner review.
56
56
  - `ownerListPendingCapabilityRequests()`: List proactive capability requests that are waiting for approval.
57
- - `ownerApproveCapabilityRequest({ requestId, capabilityId })`: Turn a pending capability request into a real stored capability.
57
+ - `ownerApproveCapabilityRequest({ requestId })`: Turn a pending capability request into a real stored capability. Capability IDs are generated internally.
58
58
  - `ownerRejectCapabilityRequest(requestId)`: Deny a pending capability request.
59
59
  - `ownerOnPendingCapabilityRequest(callback)`: Register a real-time observer to receive proactive capability requests.
60
60
  - `ownerListPendingDispatches()`: List agent requests awaiting manual approval (HITL).
@@ -64,7 +64,9 @@ The `VaultClient` provides the administrative interface for the vault.
64
64
  - `ownerIssueSessionToken(input)`: Issue a session token for a specific agent.
65
65
  - `ownerIssueAllSessionTokens()`: Batch-issue session tokens for ALL registered agents (Automatic during `createVaultClient` warmup).
66
66
  - `ownerRevokeSessionToken({ token })`: Invalidate a specific session token.
67
- - `ownerExportSecret(...)`: Reveal a secret's plaintext (requires active authority).
67
+ - `ownerReadSecretPlaintext({ alias, password })`: Read one secret's plaintext after re-entering the vault password.
68
+ - `ownerExportSecret({ alias, password })`: Export a secret's full plaintext record after re-entering the vault password.
69
+ - `ownerReadAgentPrivateKey({ agentId, password })`: Read one managed agent private key after re-entering the vault password.
68
70
  - `ownerReadAudit(...)`: Access the append-only record of all vault actions.
69
71
 
70
72
  ## Agent Client (Consumer)
@@ -1,8 +1,8 @@
1
- **CBIO Node Runtime Agent API v1.49.0**
1
+ **CBIO Node Runtime Agent API v1.51.0**
2
2
 
3
3
  ***
4
4
 
5
- # CBIO Node Runtime Agent API v1.49.0
5
+ # CBIO Node Runtime Agent API v1.51.0
6
6
 
7
7
  ## Enumerations
8
8
 
@@ -36,6 +36,8 @@
36
36
  - [OwnerAgentProvisionResult](interfaces/OwnerAgentProvisionResult.md)
37
37
  - [OwnerDefineSecretTargetsInput](interfaces/OwnerDefineSecretTargetsInput.md)
38
38
  - [OwnerSecretTargetBinding](interfaces/OwnerSecretTargetBinding.md)
39
+ - [OwnerSensitiveActionConfirmation](interfaces/OwnerSensitiveActionConfirmation.md)
40
+ - [OwnerSensitiveActionContext](interfaces/OwnerSensitiveActionContext.md)
39
41
  - [OwnerStoreSecretInput](interfaces/OwnerStoreSecretInput.md)
40
42
  - [OwnerWriteSecretInput](interfaces/OwnerWriteSecretInput.md)
41
43
  - [RecoveredVault](interfaces/RecoveredVault.md)
@@ -58,6 +60,8 @@
58
60
  - [VaultMetadata](interfaces/VaultMetadata.md)
59
61
  - [VaultObject](interfaces/VaultObject.md)
60
62
  - [VaultProfile](interfaces/VaultProfile.md)
63
+ - [VaultReadAgentPrivateKeyInput](interfaces/VaultReadAgentPrivateKeyInput.md)
64
+ - [VaultReadSecretPlaintextInput](interfaces/VaultReadSecretPlaintextInput.md)
61
65
  - [VaultRegisterFlowInput](interfaces/VaultRegisterFlowInput.md)
62
66
  - [VaultRevokeCapabilityInput](interfaces/VaultRevokeCapabilityInput.md)
63
67
  - [VaultSigner](interfaces/VaultSigner.md)
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -18,6 +18,42 @@
18
18
 
19
19
  ***
20
20
 
21
+ ### passwordVerifier?
22
+
23
+ > `optional` **passwordVerifier?**: (`password`) => `boolean` \| `Promise`\<`boolean`\>
24
+
25
+ #### Parameters
26
+
27
+ ##### password
28
+
29
+ `string`
30
+
31
+ #### Returns
32
+
33
+ `boolean` \| `Promise`\<`boolean`\>
34
+
35
+ ***
36
+
37
+ ### sensitiveActionVerifier?
38
+
39
+ > `optional` **sensitiveActionVerifier?**: (`confirmation`, `context`) => `boolean` \| `Promise`\<`boolean`\>
40
+
41
+ #### Parameters
42
+
43
+ ##### confirmation
44
+
45
+ [`OwnerSensitiveActionConfirmation`](OwnerSensitiveActionConfirmation.md)
46
+
47
+ ##### context
48
+
49
+ [`OwnerSensitiveActionContext`](OwnerSensitiveActionContext.md)
50
+
51
+ #### Returns
52
+
53
+ `boolean` \| `Promise`\<`boolean`\>
54
+
55
+ ***
56
+
21
57
  ### signer?
22
58
 
23
59
  > `optional` **signer?**: [`VaultSigner`](VaultSigner.md)
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -37,3 +37,21 @@ The anchored storage provider for this vault.
37
37
  > **vault**: `VaultService`
38
38
 
39
39
  The high-level service interface for dispatch and acquisition.
40
+
41
+ ## Methods
42
+
43
+ ### verifyPassword()
44
+
45
+ > **verifyPassword**(`password`): `Promise`\<`boolean`\>
46
+
47
+ Verifies whether a supplied password can unlock this vault.
48
+
49
+ #### Parameters
50
+
51
+ ##### password
52
+
53
+ `string`
54
+
55
+ #### Returns
56
+
57
+ `Promise`\<`boolean`\>
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -0,0 +1,17 @@
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
+
3
+ ***
4
+
5
+ # Interface: OwnerSensitiveActionConfirmation
6
+
7
+ ## Properties
8
+
9
+ ### password
10
+
11
+ > **password**: `string`
12
+
13
+ ***
14
+
15
+ ### verificationCode?
16
+
17
+ > `optional` **verificationCode?**: `string`
@@ -0,0 +1,17 @@
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
+
3
+ ***
4
+
5
+ # Interface: OwnerSensitiveActionContext
6
+
7
+ ## Properties
8
+
9
+ ### action
10
+
11
+ > **action**: `"read_secret_plaintext"` \| `"export_secret"` \| `"read_agent_private_key"`
12
+
13
+ ***
14
+
15
+ ### subject
16
+
17
+ > **subject**: `string`
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -47,3 +47,23 @@
47
47
  #### Inherited from
48
48
 
49
49
  [`VaultObject`](VaultObject.md).[`vault`](VaultObject.md#vault)
50
+
51
+ ## Methods
52
+
53
+ ### verifyPassword()
54
+
55
+ > **verifyPassword**(`password`): `Promise`\<`boolean`\>
56
+
57
+ #### Parameters
58
+
59
+ ##### password
60
+
61
+ `string`
62
+
63
+ #### Returns
64
+
65
+ `Promise`\<`boolean`\>
66
+
67
+ #### Inherited from
68
+
69
+ [`VaultObject`](VaultObject.md).[`verifyPassword`](VaultObject.md#verifypassword)
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.49.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.51.0**](../README.md)
2
2
 
3
3
  ***
4
4