@the-ai-company/cbio-node-runtime 1.72.0 → 1.74.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 (180) hide show
  1. package/README.md +20 -35
  2. package/dist/clients/agent/client.d.ts +7 -6
  3. package/dist/clients/agent/client.js +32 -16
  4. package/dist/clients/agent/client.js.map +1 -1
  5. package/dist/clients/agent/contracts.d.ts +9 -4
  6. package/dist/clients/agent/index.d.ts +1 -1
  7. package/dist/clients/owner/client.js +19 -19
  8. package/dist/clients/owner/client.js.map +1 -1
  9. package/dist/clients/owner/contracts.d.ts +2 -2
  10. package/dist/public-types.d.ts +3 -3
  11. package/dist/public-types.js +1 -1
  12. package/dist/public-types.js.map +1 -1
  13. package/dist/runtime/bootstrap.js +30 -14
  14. package/dist/runtime/bootstrap.js.map +1 -1
  15. package/dist/runtime/index.d.ts +3 -3
  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 +30 -142
  22. package/dist/vault-core/contracts.js +0 -20
  23. package/dist/vault-core/contracts.js.map +1 -1
  24. package/dist/vault-core/core.d.ts +17 -9
  25. package/dist/vault-core/core.js +85 -225
  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 -85
  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 +3 -2
  38. package/dist/vault-ingress/defaults.js +6 -3
  39. package/dist/vault-ingress/defaults.js.map +1 -1
  40. package/dist/vault-ingress/index.d.ts +14 -5
  41. package/dist/vault-ingress/index.js +23 -29
  42. package/dist/vault-ingress/index.js.map +1 -1
  43. package/dist/vault-ingress/remote-transport.d.ts +3 -2
  44. package/dist/vault-ingress/remote-transport.js +19 -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 +6 -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 +55 -21
  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/AgentAuditTestPingInput.md +17 -0
  91. package/docs/api/interfaces/AgentClient.md +23 -5
  92. package/docs/api/interfaces/AgentDispatchIntent.md +1 -1
  93. package/docs/api/interfaces/AgentDispatchTransport.md +21 -5
  94. package/docs/api/interfaces/AgentIdentity.md +1 -1
  95. package/docs/api/interfaces/AgentIdentityRecord.md +2 -2
  96. package/docs/api/interfaces/AgentRequestRecord.md +93 -11
  97. package/docs/api/interfaces/AgentRuntimeManifest.md +1 -1
  98. package/docs/api/interfaces/AgentSecretGrant.md +3 -3
  99. package/docs/api/interfaces/AgentSigner.md +1 -1
  100. package/docs/api/interfaces/AuditEntry.md +9 -59
  101. package/docs/api/interfaces/CbioRuntime.md +1 -3
  102. package/docs/api/interfaces/CreateAgentClientOptions.md +1 -1
  103. package/docs/api/interfaces/CreateIdentityOptions.md +1 -1
  104. package/docs/api/interfaces/CreateOwnerClientOptions.md +1 -1
  105. package/docs/api/interfaces/CreatePersistentVaultCoreDependenciesOptions.md +1 -1
  106. package/docs/api/interfaces/CreateVaultOptions.md +1 -1
  107. package/docs/api/interfaces/CreatedVault.md +1 -1
  108. package/docs/api/interfaces/DefaultPolicyEngineOptions.md +1 -1
  109. package/docs/api/interfaces/DispatchAuthorization.md +3 -3
  110. package/docs/api/interfaces/DispatchInstruction.md +3 -3
  111. package/docs/api/interfaces/DispatchRequest.md +4 -4
  112. package/docs/api/interfaces/DispatchResult.md +2 -2
  113. package/docs/api/interfaces/IStorageProvider.md +1 -1
  114. package/docs/api/interfaces/InitializeVaultCustodyOptions.md +1 -1
  115. package/docs/api/interfaces/InitializedVaultCustody.md +1 -1
  116. package/docs/api/interfaces/OpenOwnerSessionOptions.md +1 -1
  117. package/docs/api/interfaces/OwnerAgentProvisionResult.md +1 -1
  118. package/docs/api/interfaces/OwnerAuditSubscription.md +3 -3
  119. package/docs/api/interfaces/OwnerClient.md +5 -5
  120. package/docs/api/interfaces/OwnerCreateSecretInput.md +1 -1
  121. package/docs/api/interfaces/OwnerPendingDispatchSubscription.md +1 -1
  122. package/docs/api/interfaces/OwnerRemoveSecretInput.md +1 -1
  123. package/docs/api/interfaces/OwnerRequestRecord.md +73 -11
  124. package/docs/api/interfaces/OwnerSensitiveActionConfirmation.md +1 -1
  125. package/docs/api/interfaces/OwnerSensitiveActionContext.md +1 -1
  126. package/docs/api/interfaces/OwnerSession.md +1 -1
  127. package/docs/api/interfaces/OwnerUpdateSecretInput.md +1 -1
  128. package/docs/api/interfaces/PendingDispatchEvent.md +1 -1
  129. package/docs/api/interfaces/RecoverVaultOptions.md +1 -1
  130. package/docs/api/interfaces/RecoveredVault.md +1 -1
  131. package/docs/api/interfaces/RequestRecord.md +8 -7
  132. package/docs/api/interfaces/RestoreIdentityOptions.md +1 -1
  133. package/docs/api/interfaces/SecretDestinationGrant.md +3 -3
  134. package/docs/api/interfaces/SecretRecord.md +7 -7
  135. package/docs/api/interfaces/Signer.md +1 -1
  136. package/docs/api/interfaces/VaultApproveDispatchInput.md +1 -1
  137. package/docs/api/interfaces/VaultAuditQueryInput.md +1 -1
  138. package/docs/api/interfaces/VaultCoreDependenciesOptions.md +1 -1
  139. package/docs/api/interfaces/VaultCreateAgentInput.md +1 -1
  140. package/docs/api/interfaces/VaultExportSecretInput.md +1 -1
  141. package/docs/api/interfaces/VaultGetRequestInput.md +1 -1
  142. package/docs/api/interfaces/VaultGrantAgentSecretInput.md +1 -1
  143. package/docs/api/interfaces/VaultGrantSecretDestinationInput.md +1 -1
  144. package/docs/api/interfaces/VaultImportAgentInput.md +1 -1
  145. package/docs/api/interfaces/VaultIssueSessionTokenInput.md +1 -1
  146. package/docs/api/interfaces/VaultListAgentsInput.md +1 -1
  147. package/docs/api/interfaces/VaultListGrantsInput.md +1 -1
  148. package/docs/api/interfaces/VaultListRequestsInput.md +1 -1
  149. package/docs/api/interfaces/VaultListSecretsInput.md +1 -1
  150. package/docs/api/interfaces/VaultMetadata.md +1 -1
  151. package/docs/api/interfaces/VaultObject.md +1 -1
  152. package/docs/api/interfaces/VaultPrincipal.md +1 -1
  153. package/docs/api/interfaces/VaultProfile.md +1 -1
  154. package/docs/api/interfaces/VaultReadAgentPrivateKeyInput.md +1 -1
  155. package/docs/api/interfaces/VaultReadSecretPlaintextInput.md +1 -1
  156. package/docs/api/interfaces/VaultRevokeAgentSecretInput.md +1 -1
  157. package/docs/api/interfaces/VaultRevokeSecretDestinationInput.md +1 -1
  158. package/docs/api/interfaces/VaultRevokeSessionTokenInput.md +1 -1
  159. package/docs/api/interfaces/VaultService.md +28 -12
  160. package/docs/api/interfaces/VaultUpdateAgentInput.md +1 -1
  161. package/docs/api/type-aliases/AgentId.md +1 -1
  162. package/docs/api/type-aliases/AgentRequestResult.md +1 -1
  163. package/docs/api/type-aliases/CbioRuntimeModule.md +1 -1
  164. package/docs/api/type-aliases/DispatchApprovalDecision.md +1 -1
  165. package/docs/api/type-aliases/GrantStatus.md +1 -1
  166. package/docs/api/type-aliases/SecretAlias.md +7 -0
  167. package/docs/api/type-aliases/SecretId.md +7 -0
  168. package/docs/api/type-aliases/SecretLifecycleStatus.md +1 -1
  169. package/docs/api/type-aliases/VaultId.md +7 -0
  170. package/docs/api/type-aliases/VaultPrincipalKind.md +1 -1
  171. package/docs/api/variables/DEFAULT_VAULT_KEY_CUSTODY_BLOB_KEY.md +1 -1
  172. package/docs/zh/README.md +33 -66
  173. package/package.json +1 -1
  174. package/docs/api/enumerations/AuditOperation.md +0 -107
  175. package/docs/api/interfaces/AgentVisibleRequestRecord.md +0 -59
  176. package/docs/api/interfaces/AgentVisibleSecretRecord.md +0 -65
  177. package/docs/api/interfaces/OwnerVisibleRequestRecord.md +0 -79
  178. package/docs/api/interfaces/SecretAlias.md +0 -11
  179. package/docs/api/interfaces/SecretId.md +0 -11
  180. package/docs/api/interfaces/VaultId.md +0 -11
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -34,7 +34,7 @@
34
34
 
35
35
  ##### vault\_id
36
36
 
37
- [`VaultId`](../interfaces/VaultId.md)
37
+ `string`
38
38
 
39
39
  ##### root\_agent\_id
40
40
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  ##### secret\_id
44
44
 
45
- [`SecretId`](../interfaces/SecretId.md)
45
+ `string`
46
46
 
47
47
  #### Returns
48
48
 
@@ -62,7 +62,7 @@
62
62
 
63
63
  ##### vault\_id
64
64
 
65
- [`VaultId`](../interfaces/VaultId.md)
65
+ `string`
66
66
 
67
67
  ##### root\_agent\_id
68
68
 
@@ -70,7 +70,7 @@
70
70
 
71
71
  ##### secret\_id
72
72
 
73
- [`SecretId`](../interfaces/SecretId.md)
73
+ `string`
74
74
 
75
75
  #### Returns
76
76
 
@@ -90,7 +90,7 @@
90
90
 
91
91
  ##### vault\_id
92
92
 
93
- [`VaultId`](../interfaces/VaultId.md)
93
+ `string`
94
94
 
95
95
  ##### root\_agent\_id?
96
96
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -74,7 +74,7 @@
74
74
 
75
75
  ##### vault\_id
76
76
 
77
- [`VaultId`](../interfaces/VaultId.md)
77
+ `string`
78
78
 
79
79
  ##### subscription
80
80
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -38,7 +38,7 @@
38
38
 
39
39
  ##### secret\_id
40
40
 
41
- [`SecretId`](../interfaces/SecretId.md)
41
+ `string`
42
42
 
43
43
  #### Returns
44
44
 
@@ -58,7 +58,7 @@
58
58
 
59
59
  ##### secret\_id
60
60
 
61
- [`SecretId`](../interfaces/SecretId.md)
61
+ `string`
62
62
 
63
63
  #### Returns
64
64
 
@@ -78,7 +78,7 @@
78
78
 
79
79
  ##### secret\_id
80
80
 
81
- [`SecretId`](../interfaces/SecretId.md)
81
+ `string`
82
82
 
83
83
  ##### plaintext
84
84
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -34,11 +34,11 @@
34
34
 
35
35
  ##### vault\_id
36
36
 
37
- [`VaultId`](../interfaces/VaultId.md)
37
+ `string`
38
38
 
39
39
  ##### secret\_id
40
40
 
41
- [`SecretId`](../interfaces/SecretId.md)
41
+ `string`
42
42
 
43
43
  ##### site\_id
44
44
 
@@ -62,11 +62,11 @@
62
62
 
63
63
  ##### vault\_id
64
64
 
65
- [`VaultId`](../interfaces/VaultId.md)
65
+ `string`
66
66
 
67
67
  ##### secret\_id
68
68
 
69
- [`SecretId`](../interfaces/SecretId.md)
69
+ `string`
70
70
 
71
71
  ##### site\_id
72
72
 
@@ -90,11 +90,11 @@
90
90
 
91
91
  ##### vault\_id
92
92
 
93
- [`VaultId`](../interfaces/VaultId.md)
93
+ `string`
94
94
 
95
95
  ##### secret\_id?
96
96
 
97
- [`SecretId`](../interfaces/SecretId.md)
97
+ `string`
98
98
 
99
99
  #### Returns
100
100
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -34,7 +34,7 @@
34
34
 
35
35
  ##### secret\_id
36
36
 
37
- [`SecretId`](../interfaces/SecretId.md)
37
+ `string`
38
38
 
39
39
  #### Returns
40
40
 
@@ -54,8 +54,6 @@
54
54
 
55
55
  ##### alias
56
56
 
57
- ###### value
58
-
59
57
  `string`
60
58
 
61
59
  #### Returns
@@ -76,7 +74,7 @@
76
74
 
77
75
  ##### secret\_id
78
76
 
79
- [`SecretId`](../interfaces/SecretId.md)
77
+ `string`
80
78
 
81
79
  #### Returns
82
80
 
@@ -96,7 +94,7 @@
96
94
 
97
95
  ##### vault\_id
98
96
 
99
- [`VaultId`](../interfaces/VaultId.md)
97
+ `string`
100
98
 
101
99
  #### Returns
102
100
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -26,14 +26,48 @@
26
26
 
27
27
  #### Get Signature
28
28
 
29
- > **get** **vault\_id**(): [`VaultId`](../interfaces/VaultId.md)
29
+ > **get** **vault\_id**(): `string`
30
30
 
31
31
  ##### Returns
32
32
 
33
- [`VaultId`](../interfaces/VaultId.md)
33
+ `string`
34
34
 
35
35
  ## Methods
36
36
 
37
+ ### agentAuditTestPing()
38
+
39
+ > **agentAuditTestPing**(`command`): `Promise`\<[`AuditEntry`](../interfaces/AuditEntry.md)\>
40
+
41
+ #### Parameters
42
+
43
+ ##### command
44
+
45
+ ###### agent
46
+
47
+ [`VaultPrincipal`](../interfaces/VaultPrincipal.md) & `object`
48
+
49
+ ###### label?
50
+
51
+ `string`
52
+
53
+ ###### proof
54
+
55
+ `any`
56
+
57
+ ###### request_id
58
+
59
+ `string`
60
+
61
+ ###### requested_at
62
+
63
+ `string`
64
+
65
+ #### Returns
66
+
67
+ `Promise`\<[`AuditEntry`](../interfaces/AuditEntry.md)\>
68
+
69
+ ***
70
+
37
71
  ### agentAuthorizeDispatch()
38
72
 
39
73
  > **agentAuthorizeDispatch**(`request`): `Promise`\<[`DispatchAuthorization`](../interfaces/DispatchAuthorization.md)\>
@@ -132,7 +166,7 @@
132
166
 
133
167
  ### agentListRequests()
134
168
 
135
- > **agentListRequests**(`command`): `Promise`\<readonly [`AgentVisibleRequestRecord`](../interfaces/AgentVisibleRequestRecord.md)[]\>
169
+ > **agentListRequests**(`command`): `Promise`\<readonly [`AgentRequestRecord`](../interfaces/AgentRequestRecord.md)[]\>
136
170
 
137
171
  #### Parameters
138
172
 
@@ -156,13 +190,13 @@
156
190
 
157
191
  #### Returns
158
192
 
159
- `Promise`\<readonly [`AgentVisibleRequestRecord`](../interfaces/AgentVisibleRequestRecord.md)[]\>
193
+ `Promise`\<readonly [`AgentRequestRecord`](../interfaces/AgentRequestRecord.md)[]\>
160
194
 
161
195
  ***
162
196
 
163
197
  ### agentListSecrets()
164
198
 
165
- > **agentListSecrets**(`command`): `Promise`\<readonly [`AgentVisibleSecretRecord`](../interfaces/AgentVisibleSecretRecord.md)[]\>
199
+ > **agentListSecrets**(`command`): `Promise`\<readonly [`SecretRecord`](../interfaces/SecretRecord.md)[]\>
166
200
 
167
201
  #### Parameters
168
202
 
@@ -186,7 +220,7 @@
186
220
 
187
221
  #### Returns
188
222
 
189
- `Promise`\<readonly [`AgentVisibleSecretRecord`](../interfaces/AgentVisibleSecretRecord.md)[]\>
223
+ `Promise`\<readonly [`SecretRecord`](../interfaces/SecretRecord.md)[]\>
190
224
 
191
225
  ***
192
226
 
@@ -286,7 +320,7 @@
286
320
 
287
321
  ##### secret\_id
288
322
 
289
- [`SecretId`](../interfaces/SecretId.md)
323
+ `string`
290
324
 
291
325
  ##### request?
292
326
 
@@ -312,7 +346,7 @@
312
346
 
313
347
  ##### secret\_id
314
348
 
315
- [`SecretId`](../interfaces/SecretId.md)
349
+ `string`
316
350
 
317
351
  ##### site\_id
318
352
 
@@ -364,7 +398,7 @@
364
398
 
365
399
  ###### vault_id
366
400
 
367
- [`VaultId`](../interfaces/VaultId.md)
401
+ `string`
368
402
 
369
403
  #### Returns
370
404
 
@@ -404,7 +438,7 @@
404
438
 
405
439
  ##### secret\_id?
406
440
 
407
- [`SecretId`](../interfaces/SecretId.md)
441
+ `string`
408
442
 
409
443
  #### Returns
410
444
 
@@ -414,7 +448,7 @@
414
448
 
415
449
  ### ownerListRequests()
416
450
 
417
- > **ownerListRequests**(`actor`, `root_agent_id?`): `Promise`\<readonly [`OwnerVisibleRequestRecord`](../interfaces/OwnerVisibleRequestRecord.md)[]\>
451
+ > **ownerListRequests**(`actor`, `root_agent_id?`): `Promise`\<readonly [`OwnerRequestRecord`](../interfaces/OwnerRequestRecord.md)[]\>
418
452
 
419
453
  #### Parameters
420
454
 
@@ -428,13 +462,13 @@
428
462
 
429
463
  #### Returns
430
464
 
431
- `Promise`\<readonly [`OwnerVisibleRequestRecord`](../interfaces/OwnerVisibleRequestRecord.md)[]\>
465
+ `Promise`\<readonly [`OwnerRequestRecord`](../interfaces/OwnerRequestRecord.md)[]\>
432
466
 
433
467
  ***
434
468
 
435
469
  ### ownerListSecrets()
436
470
 
437
- > **ownerListSecrets**(`actor`): `Promise`\<readonly [`AgentVisibleSecretRecord`](../interfaces/AgentVisibleSecretRecord.md)[]\>
471
+ > **ownerListSecrets**(`actor`): `Promise`\<readonly [`SecretRecord`](../interfaces/SecretRecord.md)[]\>
438
472
 
439
473
  #### Parameters
440
474
 
@@ -444,7 +478,7 @@
444
478
 
445
479
  #### Returns
446
480
 
447
- `Promise`\<readonly [`AgentVisibleSecretRecord`](../interfaces/AgentVisibleSecretRecord.md)[]\>
481
+ `Promise`\<readonly [`SecretRecord`](../interfaces/SecretRecord.md)[]\>
448
482
 
449
483
  ***
450
484
 
@@ -526,7 +560,7 @@
526
560
 
527
561
  ###### vault_id
528
562
 
529
- [`VaultId`](../interfaces/VaultId.md)
563
+ `string`
530
564
 
531
565
  #### Returns
532
566
 
@@ -564,7 +598,7 @@
564
598
 
565
599
  ###### vault_id
566
600
 
567
- [`VaultId`](../interfaces/VaultId.md)
601
+ `string`
568
602
 
569
603
  #### Returns
570
604
 
@@ -588,7 +622,7 @@
588
622
 
589
623
  ##### secret\_id
590
624
 
591
- [`SecretId`](../interfaces/SecretId.md)
625
+ `string`
592
626
 
593
627
  ##### request?
594
628
 
@@ -614,7 +648,7 @@
614
648
 
615
649
  ##### secret\_id
616
650
 
617
- [`SecretId`](../interfaces/SecretId.md)
651
+ `string`
618
652
 
619
653
  ##### site\_id
620
654
 
@@ -650,7 +684,7 @@
650
684
 
651
685
  ###### vault_id
652
686
 
653
- [`VaultId`](../interfaces/VaultId.md)
687
+ `string`
654
688
 
655
689
  #### Returns
656
690
 
@@ -692,7 +726,7 @@
692
726
 
693
727
  ###### vault_id
694
728
 
695
- [`VaultId`](../interfaces/VaultId.md)
729
+ `string`
696
730
 
697
731
  #### Returns
698
732
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -6,8 +6,6 @@
6
6
 
7
7
  > **createAgentClient**(`options`): [`AgentClient`](../interfaces/AgentClient.md)
8
8
 
9
- Creates an [AgentClient](../interfaces/AgentClient.md) for a delegated identity.
10
-
11
9
  ## Parameters
12
10
 
13
11
  ### options
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.72.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -0,0 +1,17 @@
1
+ [**CBIO Node Runtime Agent API v1.74.0**](../README.md)
2
+
3
+ ***
4
+
5
+ # Interface: AgentAuditTestPingInput
6
+
7
+ ## Properties
8
+
9
+ ### label?
10
+
11
+ > `optional` **label?**: `string`
12
+
13
+ ***
14
+
15
+ ### requested\_at?
16
+
17
+ > `optional` **requested\_at?**: `string`