@the-ai-company/cbio-node-runtime 1.71.0 → 1.73.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 (179) hide show
  1. package/README.md +20 -35
  2. package/dist/clients/agent/client.d.ts +3 -6
  3. package/dist/clients/agent/client.js +15 -11
  4. package/dist/clients/agent/client.js.map +1 -1
  5. package/dist/clients/agent/contracts.d.ts +4 -4
  6. package/dist/clients/agent/index.d.ts +1 -1
  7. package/dist/clients/owner/client.js +12 -10
  8. package/dist/clients/owner/client.js.map +1 -1
  9. package/dist/clients/owner/contracts.d.ts +4 -4
  10. package/dist/public-types.d.ts +2 -2
  11. package/dist/public-types.js +1 -1
  12. package/dist/public-types.js.map +1 -1
  13. package/dist/runtime/bootstrap.js +22 -12
  14. package/dist/runtime/bootstrap.js.map +1 -1
  15. package/dist/runtime/index.d.ts +2 -2
  16. package/dist/runtime/index.js +1 -1
  17. package/dist/runtime/index.js.map +1 -1
  18. package/dist/storage/prefix.d.ts +1 -1
  19. package/dist/storage/prefix.js +2 -2
  20. package/dist/storage/prefix.js.map +1 -1
  21. package/dist/vault-core/contracts.d.ts +21 -142
  22. package/dist/vault-core/contracts.js +0 -19
  23. package/dist/vault-core/contracts.js.map +1 -1
  24. package/dist/vault-core/core.d.ts +9 -10
  25. package/dist/vault-core/core.js +93 -224
  26. package/dist/vault-core/core.js.map +1 -1
  27. package/dist/vault-core/defaults.d.ts +2 -4
  28. package/dist/vault-core/defaults.js +50 -47
  29. package/dist/vault-core/defaults.js.map +1 -1
  30. package/dist/vault-core/index.d.ts +2 -2
  31. package/dist/vault-core/index.js +1 -1
  32. package/dist/vault-core/index.js.map +1 -1
  33. package/dist/vault-core/persistence.d.ts +2 -4
  34. package/dist/vault-core/persistence.js +82 -55
  35. package/dist/vault-core/persistence.js.map +1 -1
  36. package/dist/vault-core/ports.d.ts +2 -4
  37. package/dist/vault-ingress/defaults.d.ts +2 -2
  38. package/dist/vault-ingress/defaults.js +3 -3
  39. package/dist/vault-ingress/defaults.js.map +1 -1
  40. package/dist/vault-ingress/index.d.ts +6 -6
  41. package/dist/vault-ingress/index.js +17 -29
  42. package/dist/vault-ingress/index.js.map +1 -1
  43. package/dist/vault-ingress/remote-transport.d.ts +2 -2
  44. package/dist/vault-ingress/remote-transport.js +7 -7
  45. package/dist/vault-ingress/remote-transport.js.map +1 -1
  46. package/dist/vault-ingress/server-utils.d.ts +1 -2
  47. package/dist/vault-ingress/server-utils.js +1 -1
  48. package/dist/vault-ingress/server-utils.js.map +1 -1
  49. package/docs/ARCHITECTURE.md +16 -14
  50. package/docs/REFERENCE.md +20 -37
  51. package/docs/api/README.md +5 -9
  52. package/docs/api/classes/IdentityError.md +1 -1
  53. package/docs/api/classes/OwnerClientError.md +1 -1
  54. package/docs/api/classes/PersistentVaultAgentIdentityRegistry.md +3 -3
  55. package/docs/api/classes/PersistentVaultAgentSecretGrantRegistry.md +6 -6
  56. package/docs/api/classes/PersistentVaultAuditLog.md +2 -2
  57. package/docs/api/classes/PersistentVaultSecretCustody.md +4 -4
  58. package/docs/api/classes/PersistentVaultSecretDestinationGrantRegistry.md +7 -7
  59. package/docs/api/classes/PersistentVaultSecretRepository.md +4 -6
  60. package/docs/api/classes/VaultCore.md +24 -24
  61. package/docs/api/classes/VaultCoreError.md +1 -1
  62. package/docs/api/enumerations/DispatchStatus.md +1 -1
  63. package/docs/api/enumerations/IdentityErrorCode.md +1 -1
  64. package/docs/api/enumerations/OwnerClientErrorCode.md +1 -1
  65. package/docs/api/functions/createAgentClient.md +1 -3
  66. package/docs/api/functions/createIdentity.md +1 -1
  67. package/docs/api/functions/createOwnerClient.md +1 -1
  68. package/docs/api/functions/createPersistentVaultCoreDependencies.md +1 -1
  69. package/docs/api/functions/createVault.md +1 -1
  70. package/docs/api/functions/createVaultCore.md +1 -1
  71. package/docs/api/functions/createVaultCoreDependencies.md +1 -1
  72. package/docs/api/functions/createVaultService.md +1 -1
  73. package/docs/api/functions/createWorkspaceStorage.md +1 -1
  74. package/docs/api/functions/deriveRootAgentId.md +1 -1
  75. package/docs/api/functions/deriveVaultWorkingKeyFromPassword.md +1 -1
  76. package/docs/api/functions/getDefaultWorkspaceDir.md +1 -1
  77. package/docs/api/functions/handleVaultAgentControlHttp.md +1 -1
  78. package/docs/api/functions/handleVaultAuditSse.md +1 -1
  79. package/docs/api/functions/handleVaultHttpDispatch.md +1 -1
  80. package/docs/api/functions/handleVaultPendingDispatchSse.md +1 -1
  81. package/docs/api/functions/initializeVaultCustody.md +1 -1
  82. package/docs/api/functions/listVaults.md +1 -1
  83. package/docs/api/functions/openOwnerSession.md +1 -1
  84. package/docs/api/functions/readVaultProfile.md +1 -1
  85. package/docs/api/functions/recoverVault.md +1 -1
  86. package/docs/api/functions/recoverVaultWorkingKey.md +1 -1
  87. package/docs/api/functions/restoreIdentity.md +1 -1
  88. package/docs/api/functions/updateVaultMetadata.md +1 -1
  89. package/docs/api/functions/writeVaultProfile.md +1 -1
  90. package/docs/api/interfaces/AgentClient.md +5 -5
  91. package/docs/api/interfaces/AgentDispatchIntent.md +1 -1
  92. package/docs/api/interfaces/AgentDispatchTransport.md +5 -5
  93. package/docs/api/interfaces/AgentIdentity.md +1 -1
  94. package/docs/api/interfaces/AgentIdentityRecord.md +2 -2
  95. package/docs/api/interfaces/AgentRequestRecord.md +93 -11
  96. package/docs/api/interfaces/AgentRuntimeManifest.md +1 -1
  97. package/docs/api/interfaces/AgentSecretGrant.md +3 -3
  98. package/docs/api/interfaces/AgentSigner.md +1 -1
  99. package/docs/api/interfaces/AuditEntry.md +9 -59
  100. package/docs/api/interfaces/CbioRuntime.md +1 -3
  101. package/docs/api/interfaces/CreateAgentClientOptions.md +1 -1
  102. package/docs/api/interfaces/CreateIdentityOptions.md +1 -1
  103. package/docs/api/interfaces/CreateOwnerClientOptions.md +1 -1
  104. package/docs/api/interfaces/CreatePersistentVaultCoreDependenciesOptions.md +1 -1
  105. package/docs/api/interfaces/CreateVaultOptions.md +1 -1
  106. package/docs/api/interfaces/CreatedVault.md +1 -1
  107. package/docs/api/interfaces/DefaultPolicyEngineOptions.md +1 -1
  108. package/docs/api/interfaces/DispatchAuthorization.md +3 -3
  109. package/docs/api/interfaces/DispatchInstruction.md +3 -3
  110. package/docs/api/interfaces/DispatchRequest.md +4 -4
  111. package/docs/api/interfaces/DispatchResult.md +2 -2
  112. package/docs/api/interfaces/IStorageProvider.md +1 -1
  113. package/docs/api/interfaces/InitializeVaultCustodyOptions.md +1 -1
  114. package/docs/api/interfaces/InitializedVaultCustody.md +1 -1
  115. package/docs/api/interfaces/OpenOwnerSessionOptions.md +1 -1
  116. package/docs/api/interfaces/OwnerAgentProvisionResult.md +1 -1
  117. package/docs/api/interfaces/OwnerAuditSubscription.md +3 -3
  118. package/docs/api/interfaces/OwnerClient.md +7 -7
  119. package/docs/api/interfaces/OwnerCreateSecretInput.md +1 -1
  120. package/docs/api/interfaces/OwnerPendingDispatchSubscription.md +1 -1
  121. package/docs/api/interfaces/OwnerRemoveSecretInput.md +1 -1
  122. package/docs/api/interfaces/OwnerRequestRecord.md +73 -11
  123. package/docs/api/interfaces/OwnerSensitiveActionConfirmation.md +1 -1
  124. package/docs/api/interfaces/OwnerSensitiveActionContext.md +1 -1
  125. package/docs/api/interfaces/OwnerSession.md +1 -1
  126. package/docs/api/interfaces/OwnerUpdateSecretInput.md +1 -1
  127. package/docs/api/interfaces/PendingDispatchEvent.md +1 -1
  128. package/docs/api/interfaces/RecoverVaultOptions.md +1 -1
  129. package/docs/api/interfaces/RecoveredVault.md +1 -1
  130. package/docs/api/interfaces/RequestRecord.md +8 -7
  131. package/docs/api/interfaces/RestoreIdentityOptions.md +1 -1
  132. package/docs/api/interfaces/SecretDestinationGrant.md +3 -3
  133. package/docs/api/interfaces/SecretRecord.md +7 -7
  134. package/docs/api/interfaces/Signer.md +1 -1
  135. package/docs/api/interfaces/VaultApproveDispatchInput.md +1 -1
  136. package/docs/api/interfaces/VaultAuditQueryInput.md +1 -1
  137. package/docs/api/interfaces/VaultCoreDependenciesOptions.md +1 -1
  138. package/docs/api/interfaces/VaultCreateAgentInput.md +1 -1
  139. package/docs/api/interfaces/VaultExportSecretInput.md +3 -3
  140. package/docs/api/interfaces/VaultGetRequestInput.md +1 -1
  141. package/docs/api/interfaces/VaultGrantAgentSecretInput.md +1 -1
  142. package/docs/api/interfaces/VaultGrantSecretDestinationInput.md +1 -1
  143. package/docs/api/interfaces/VaultImportAgentInput.md +1 -1
  144. package/docs/api/interfaces/VaultIssueSessionTokenInput.md +1 -1
  145. package/docs/api/interfaces/VaultListAgentsInput.md +1 -1
  146. package/docs/api/interfaces/VaultListGrantsInput.md +1 -1
  147. package/docs/api/interfaces/VaultListRequestsInput.md +1 -1
  148. package/docs/api/interfaces/VaultListSecretsInput.md +1 -1
  149. package/docs/api/interfaces/VaultMetadata.md +1 -1
  150. package/docs/api/interfaces/VaultObject.md +1 -1
  151. package/docs/api/interfaces/VaultPrincipal.md +1 -1
  152. package/docs/api/interfaces/VaultProfile.md +1 -1
  153. package/docs/api/interfaces/VaultReadAgentPrivateKeyInput.md +1 -1
  154. package/docs/api/interfaces/VaultReadSecretPlaintextInput.md +1 -1
  155. package/docs/api/interfaces/VaultRevokeAgentSecretInput.md +1 -1
  156. package/docs/api/interfaces/VaultRevokeSecretDestinationInput.md +1 -1
  157. package/docs/api/interfaces/VaultRevokeSessionTokenInput.md +1 -1
  158. package/docs/api/interfaces/VaultService.md +14 -14
  159. package/docs/api/interfaces/VaultUpdateAgentInput.md +1 -1
  160. package/docs/api/type-aliases/AgentId.md +1 -1
  161. package/docs/api/type-aliases/AgentRequestResult.md +1 -1
  162. package/docs/api/type-aliases/CbioRuntimeModule.md +1 -1
  163. package/docs/api/type-aliases/DispatchApprovalDecision.md +1 -1
  164. package/docs/api/type-aliases/GrantStatus.md +1 -1
  165. package/docs/api/type-aliases/SecretAlias.md +7 -0
  166. package/docs/api/type-aliases/SecretId.md +7 -0
  167. package/docs/api/type-aliases/SecretLifecycleStatus.md +1 -1
  168. package/docs/api/type-aliases/VaultId.md +7 -0
  169. package/docs/api/type-aliases/VaultPrincipalKind.md +1 -1
  170. package/docs/api/variables/DEFAULT_VAULT_KEY_CUSTODY_BLOB_KEY.md +1 -1
  171. package/docs/zh/README.md +33 -66
  172. package/package.json +1 -1
  173. package/docs/api/enumerations/AuditOperation.md +0 -101
  174. package/docs/api/interfaces/AgentVisibleRequestRecord.md +0 -59
  175. package/docs/api/interfaces/AgentVisibleSecretRecord.md +0 -65
  176. package/docs/api/interfaces/OwnerVisibleRequestRecord.md +0 -79
  177. package/docs/api/interfaces/SecretAlias.md +0 -11
  178. package/docs/api/interfaces/SecretId.md +0 -11
  179. package/docs/api/interfaces/VaultId.md +0 -11
@@ -1,20 +1,36 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
5
5
  # Interface: OwnerRequestRecord
6
6
 
7
+ ## Extends
8
+
9
+ - [`RequestRecord`](RequestRecord.md)
10
+
7
11
  ## Properties
8
12
 
9
13
  ### created\_at
10
14
 
11
15
  > **created\_at**: `string`
12
16
 
17
+ #### Inherited from
18
+
19
+ [`RequestRecord`](RequestRecord.md).[`created_at`](RequestRecord.md#created_at)
20
+
13
21
  ***
14
22
 
15
- ### execution\_status
23
+ ### execution
24
+
25
+ > **execution**: `object`
16
26
 
17
- > **execution\_status**: [`DispatchStatus`](../enumerations/DispatchStatus.md)
27
+ #### status
28
+
29
+ > **status**: [`DispatchStatus`](../enumerations/DispatchStatus.md)
30
+
31
+ #### Inherited from
32
+
33
+ [`RequestRecord`](RequestRecord.md).[`execution`](RequestRecord.md#execution)
18
34
 
19
35
  ***
20
36
 
@@ -30,12 +46,38 @@
30
46
 
31
47
  > `optional` **secret\_destination?**: `boolean`
32
48
 
49
+ #### Inherited from
50
+
51
+ [`RequestRecord`](RequestRecord.md).[`missing_grants`](RequestRecord.md#missing_grants)
52
+
53
+ ***
54
+
55
+ ### pending\_dispatch\_event?
56
+
57
+ > `optional` **pending\_dispatch\_event?**: `object`
58
+
59
+ #### emitted\_at
60
+
61
+ > **emitted\_at**: `string`
62
+
63
+ #### event\_id
64
+
65
+ > **event\_id**: `string`
66
+
67
+ #### Inherited from
68
+
69
+ [`RequestRecord`](RequestRecord.md).[`pending_dispatch_event`](RequestRecord.md#pending_dispatch_event)
70
+
33
71
  ***
34
72
 
35
73
  ### reason
36
74
 
37
75
  > **reason**: `string`
38
76
 
77
+ #### Inherited from
78
+
79
+ [`RequestRecord`](RequestRecord.md).[`reason`](RequestRecord.md#reason)
80
+
39
81
  ***
40
82
 
41
83
  ### request
@@ -54,30 +96,38 @@
54
96
 
55
97
  > **method**: `string`
56
98
 
57
- #### secret\_alias?
58
-
59
- > `optional` **secret\_alias?**: `string`
99
+ #### secret\_id
60
100
 
61
- #### secret\_id?
62
-
63
- > `optional` **secret\_id?**: [`SecretId`](SecretId.md)
101
+ > **secret\_id**: `string` \| `null`
64
102
 
65
103
  #### target\_url
66
104
 
67
105
  > **target\_url**: `string`
68
106
 
107
+ #### Inherited from
108
+
109
+ [`RequestRecord`](RequestRecord.md).[`request`](RequestRecord.md#request)
110
+
69
111
  ***
70
112
 
71
113
  ### request\_id
72
114
 
73
115
  > **request\_id**: `string`
74
116
 
117
+ #### Inherited from
118
+
119
+ [`RequestRecord`](RequestRecord.md).[`request_id`](RequestRecord.md#request_id)
120
+
75
121
  ***
76
122
 
77
123
  ### requested\_at
78
124
 
79
125
  > **requested\_at**: `string`
80
126
 
127
+ #### Inherited from
128
+
129
+ [`RequestRecord`](RequestRecord.md).[`requested_at`](RequestRecord.md#requested_at)
130
+
81
131
  ***
82
132
 
83
133
  ### response?
@@ -100,14 +150,26 @@
100
150
 
101
151
  > `optional` **status?**: `number`
102
152
 
153
+ #### Inherited from
154
+
155
+ [`RequestRecord`](RequestRecord.md).[`response`](RequestRecord.md#response)
156
+
103
157
  ***
104
158
 
105
159
  ### root\_agent\_id
106
160
 
107
161
  > **root\_agent\_id**: `string`
108
162
 
163
+ #### Inherited from
164
+
165
+ [`RequestRecord`](RequestRecord.md).[`root_agent_id`](RequestRecord.md#root_agent_id)
166
+
109
167
  ***
110
168
 
111
- ### secret\_id?
169
+ ### vault\_id
170
+
171
+ > **vault\_id**: `string`
172
+
173
+ #### Inherited from
112
174
 
113
- > `optional` **secret\_id?**: [`SecretId`](SecretId.md)
175
+ [`RequestRecord`](RequestRecord.md).[`vault_id`](RequestRecord.md#vault_id)
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,9 +1,14 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
5
5
  # Interface: RequestRecord
6
6
 
7
+ ## Extended by
8
+
9
+ - [`AgentRequestRecord`](AgentRequestRecord.md)
10
+ - [`OwnerRequestRecord`](OwnerRequestRecord.md)
11
+
7
12
  ## Properties
8
13
 
9
14
  ### created\_at
@@ -72,13 +77,9 @@
72
77
 
73
78
  > **method**: `string`
74
79
 
75
- #### secret\_alias?
76
-
77
- > `optional` **secret\_alias?**: `string`
78
-
79
80
  #### secret\_id
80
81
 
81
- > **secret\_id**: [`SecretId`](SecretId.md) \| `null`
82
+ > **secret\_id**: `string` \| `null`
82
83
 
83
84
  #### target\_url
84
85
 
@@ -128,4 +129,4 @@
128
129
 
129
130
  ### vault\_id
130
131
 
131
- > **vault\_id**: [`VaultId`](VaultId.md)
132
+ > **vault\_id**: `string`
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  ### secret\_id
22
22
 
23
- > **secret\_id**: [`SecretId`](SecretId.md)
23
+ > **secret\_id**: `string`
24
24
 
25
25
  ***
26
26
 
@@ -38,4 +38,4 @@
38
38
 
39
39
  ### vault\_id
40
40
 
41
- > **vault\_id**: [`VaultId`](VaultId.md)
41
+ > **vault\_id**: `string`
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  ### alias
10
10
 
11
- > **alias**: [`SecretAlias`](SecretAlias.md)
11
+ > **alias**: `string`
12
12
 
13
13
  ***
14
14
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  ### previousSecretId?
34
34
 
35
- > `optional` **previousSecretId?**: [`SecretId`](SecretId.md)
35
+ > `optional` **previousSecretId?**: `string`
36
36
 
37
37
  ***
38
38
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  ### secret\_id
52
52
 
53
- > **secret\_id**: [`SecretId`](SecretId.md)
53
+ > **secret\_id**: `string`
54
54
 
55
55
  ***
56
56
 
@@ -68,7 +68,7 @@
68
68
 
69
69
  ### supersededBySecretId?
70
70
 
71
- > `optional` **supersededBySecretId?**: [`SecretId`](SecretId.md)
71
+ > `optional` **supersededBySecretId?**: `string`
72
72
 
73
73
  ***
74
74
 
@@ -80,10 +80,10 @@
80
80
 
81
81
  ### vault\_id
82
82
 
83
- > **vault\_id**: [`VaultId`](VaultId.md)
83
+ > **vault\_id**: `string`
84
84
 
85
85
  ***
86
86
 
87
87
  ### version
88
88
 
89
- > **version**: `SecretVersion`
89
+ > **version**: `string`
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -6,9 +6,9 @@
6
6
 
7
7
  ## Properties
8
8
 
9
- ### alias
9
+ ### alias?
10
10
 
11
- > **alias**: `string`
11
+ > `optional` **alias?**: `string`
12
12
 
13
13
  ***
14
14
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  ### vault\_id
10
10
 
11
- > `readonly` **vault\_id**: [`VaultId`](VaultId.md)
11
+ > `readonly` **vault\_id**: `string`
12
12
 
13
13
  ## Methods
14
14
 
@@ -94,7 +94,7 @@
94
94
 
95
95
  ### agentListRequests()
96
96
 
97
- > **agentListRequests**(`request`): `Promise`\<readonly [`AgentVisibleRequestRecord`](AgentVisibleRequestRecord.md)[]\>
97
+ > **agentListRequests**(`request`): `Promise`\<readonly [`AgentRequestRecord`](AgentRequestRecord.md)[]\>
98
98
 
99
99
  #### Parameters
100
100
 
@@ -104,13 +104,13 @@
104
104
 
105
105
  #### Returns
106
106
 
107
- `Promise`\<readonly [`AgentVisibleRequestRecord`](AgentVisibleRequestRecord.md)[]\>
107
+ `Promise`\<readonly [`AgentRequestRecord`](AgentRequestRecord.md)[]\>
108
108
 
109
109
  ***
110
110
 
111
111
  ### agentListSecrets()
112
112
 
113
- > **agentListSecrets**(`request`): `Promise`\<readonly [`AgentVisibleSecretRecord`](AgentVisibleSecretRecord.md)[]\>
113
+ > **agentListSecrets**(`request`): `Promise`\<readonly [`SecretRecord`](SecretRecord.md)[]\>
114
114
 
115
115
  #### Parameters
116
116
 
@@ -120,7 +120,7 @@
120
120
 
121
121
  #### Returns
122
122
 
123
- `Promise`\<readonly [`AgentVisibleSecretRecord`](AgentVisibleSecretRecord.md)[]\>
123
+ `Promise`\<readonly [`SecretRecord`](SecretRecord.md)[]\>
124
124
 
125
125
  ***
126
126
 
@@ -158,7 +158,7 @@
158
158
 
159
159
  ### ownerExportSecret()
160
160
 
161
- > **ownerExportSecret**(`request`): `Promise`\<`OwnerSecretExport`\>
161
+ > **ownerExportSecret**(`request`): `Promise`\<readonly `OwnerSecretExport`[]\>
162
162
 
163
163
  #### Parameters
164
164
 
@@ -168,7 +168,7 @@
168
168
 
169
169
  #### Returns
170
170
 
171
- `Promise`\<`OwnerSecretExport`\>
171
+ `Promise`\<readonly `OwnerSecretExport`[]\>
172
172
 
173
173
  ***
174
174
 
@@ -302,7 +302,7 @@
302
302
 
303
303
  ### ownerListRequests()
304
304
 
305
- > **ownerListRequests**(`request`): `Promise`\<readonly [`OwnerVisibleRequestRecord`](OwnerVisibleRequestRecord.md)[]\>
305
+ > **ownerListRequests**(`request`): `Promise`\<readonly [`OwnerRequestRecord`](OwnerRequestRecord.md)[]\>
306
306
 
307
307
  #### Parameters
308
308
 
@@ -312,13 +312,13 @@
312
312
 
313
313
  #### Returns
314
314
 
315
- `Promise`\<readonly [`OwnerVisibleRequestRecord`](OwnerVisibleRequestRecord.md)[]\>
315
+ `Promise`\<readonly [`OwnerRequestRecord`](OwnerRequestRecord.md)[]\>
316
316
 
317
317
  ***
318
318
 
319
319
  ### ownerListSecrets()
320
320
 
321
- > **ownerListSecrets**(`request`): `Promise`\<readonly [`AgentVisibleSecretRecord`](AgentVisibleSecretRecord.md)[]\>
321
+ > **ownerListSecrets**(`request`): `Promise`\<readonly [`SecretRecord`](SecretRecord.md)[]\>
322
322
 
323
323
  #### Parameters
324
324
 
@@ -334,11 +334,11 @@
334
334
 
335
335
  ###### vault_id
336
336
 
337
- [`VaultId`](VaultId.md)
337
+ `string`
338
338
 
339
339
  #### Returns
340
340
 
341
- `Promise`\<readonly [`AgentVisibleSecretRecord`](AgentVisibleSecretRecord.md)[]\>
341
+ `Promise`\<readonly [`SecretRecord`](SecretRecord.md)[]\>
342
342
 
343
343
  ***
344
344
 
@@ -472,7 +472,7 @@
472
472
 
473
473
  ###### vault_id
474
474
 
475
- [`VaultId`](VaultId.md)
475
+ `string`
476
476
 
477
477
  #### Returns
478
478
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.71.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -0,0 +1,7 @@
1
+ [**CBIO Node Runtime Agent API v1.73.0**](../README.md)
2
+
3
+ ***
4
+
5
+ # Type Alias: SecretAlias
6
+
7
+ > **SecretAlias** = `string`