@the-ai-company/cbio-node-runtime 1.67.0 → 1.67.2

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 (133) hide show
  1. package/dist/runtime/index.d.ts +2 -2
  2. package/dist/runtime/index.js +1 -1
  3. package/dist/runtime/index.js.map +1 -1
  4. package/dist/runtime/owner-session.d.ts +7 -7
  5. package/dist/runtime/owner-session.js +15 -10
  6. package/dist/runtime/owner-session.js.map +1 -1
  7. package/docs/MIGRATION-1.51.md +1 -1
  8. package/docs/api/README.md +4 -4
  9. package/docs/api/classes/IdentityError.md +1 -1
  10. package/docs/api/classes/OwnerClientError.md +1 -1
  11. package/docs/api/classes/PersistentVaultAgentIdentityRegistry.md +1 -1
  12. package/docs/api/classes/PersistentVaultAgentSecretGrantRegistry.md +1 -1
  13. package/docs/api/classes/PersistentVaultAuditLog.md +1 -1
  14. package/docs/api/classes/PersistentVaultSecretCustody.md +1 -1
  15. package/docs/api/classes/PersistentVaultSecretDestinationGrantRegistry.md +1 -1
  16. package/docs/api/classes/PersistentVaultSecretRepository.md +1 -1
  17. package/docs/api/classes/VaultCore.md +1 -1
  18. package/docs/api/classes/VaultCoreError.md +1 -1
  19. package/docs/api/enumerations/AuditOperation.md +1 -1
  20. package/docs/api/enumerations/DispatchStatus.md +1 -1
  21. package/docs/api/enumerations/IdentityErrorCode.md +1 -1
  22. package/docs/api/enumerations/OwnerClientErrorCode.md +1 -1
  23. package/docs/api/functions/createAgentClient.md +1 -1
  24. package/docs/api/functions/createIdentity.md +1 -1
  25. package/docs/api/functions/createOwnerClient.md +1 -1
  26. package/docs/api/functions/createPersistentVaultCoreDependencies.md +1 -1
  27. package/docs/api/functions/createVault.md +1 -1
  28. package/docs/api/functions/createVaultCore.md +1 -1
  29. package/docs/api/functions/createVaultCoreDependencies.md +1 -1
  30. package/docs/api/functions/createVaultService.md +1 -1
  31. package/docs/api/functions/createWorkspaceStorage.md +1 -1
  32. package/docs/api/functions/deriveRootAgentId.md +1 -1
  33. package/docs/api/functions/deriveVaultWorkingKeyFromPassword.md +1 -1
  34. package/docs/api/functions/getDefaultWorkspaceDir.md +1 -1
  35. package/docs/api/functions/handleVaultAgentControlHttp.md +1 -1
  36. package/docs/api/functions/handleVaultHttpDispatch.md +1 -1
  37. package/docs/api/functions/initializeVaultCustody.md +1 -1
  38. package/docs/api/functions/listVaults.md +1 -1
  39. package/docs/api/functions/openOwnerSession.md +37 -0
  40. package/docs/api/functions/readVaultProfile.md +1 -1
  41. package/docs/api/functions/recoverVault.md +1 -1
  42. package/docs/api/functions/recoverVaultWorkingKey.md +1 -1
  43. package/docs/api/functions/restoreIdentity.md +1 -1
  44. package/docs/api/functions/updateVaultMetadata.md +1 -1
  45. package/docs/api/functions/writeVaultProfile.md +1 -1
  46. package/docs/api/interfaces/AgentClient.md +1 -1
  47. package/docs/api/interfaces/AgentDispatchIntent.md +1 -1
  48. package/docs/api/interfaces/AgentDispatchTransport.md +1 -1
  49. package/docs/api/interfaces/AgentIdentity.md +1 -1
  50. package/docs/api/interfaces/AgentIdentityRecord.md +1 -1
  51. package/docs/api/interfaces/AgentRequestResult.md +1 -1
  52. package/docs/api/interfaces/AgentRuntimeManifest.md +1 -1
  53. package/docs/api/interfaces/AgentSecretGrant.md +1 -1
  54. package/docs/api/interfaces/AgentSigner.md +1 -1
  55. package/docs/api/interfaces/AgentVisibleRequestRecord.md +1 -1
  56. package/docs/api/interfaces/AgentVisibleSecretRecord.md +1 -1
  57. package/docs/api/interfaces/AuditEntry.md +1 -1
  58. package/docs/api/interfaces/CbioRuntime.md +39 -39
  59. package/docs/api/interfaces/CreateAgentClientOptions.md +1 -1
  60. package/docs/api/interfaces/CreateIdentityOptions.md +1 -1
  61. package/docs/api/interfaces/CreateOwnerClientOptions.md +1 -1
  62. package/docs/api/interfaces/CreatePersistentVaultCoreDependenciesOptions.md +1 -1
  63. package/docs/api/interfaces/CreateVaultOptions.md +1 -1
  64. package/docs/api/interfaces/CreatedVault.md +1 -1
  65. package/docs/api/interfaces/DefaultPolicyEngineOptions.md +1 -1
  66. package/docs/api/interfaces/DispatchAuthorization.md +1 -1
  67. package/docs/api/interfaces/DispatchInstruction.md +1 -1
  68. package/docs/api/interfaces/DispatchRequest.md +1 -1
  69. package/docs/api/interfaces/DispatchResult.md +1 -1
  70. package/docs/api/interfaces/IStorageProvider.md +1 -1
  71. package/docs/api/interfaces/InitializeVaultCustodyOptions.md +1 -1
  72. package/docs/api/interfaces/InitializedVaultCustody.md +1 -1
  73. package/docs/api/interfaces/{CreateOwnerSessionOptions.md → OpenOwnerSessionOptions.md} +2 -2
  74. package/docs/api/interfaces/OwnerAgentProvisionResult.md +1 -1
  75. package/docs/api/interfaces/OwnerClient.md +1 -1
  76. package/docs/api/interfaces/OwnerCreateSecretInput.md +1 -1
  77. package/docs/api/interfaces/OwnerRemoveSecretInput.md +1 -1
  78. package/docs/api/interfaces/OwnerRequestRecord.md +1 -1
  79. package/docs/api/interfaces/OwnerSensitiveActionConfirmation.md +1 -1
  80. package/docs/api/interfaces/OwnerSensitiveActionContext.md +1 -1
  81. package/docs/api/interfaces/OwnerSession.md +16 -16
  82. package/docs/api/interfaces/OwnerUpdateSecretInput.md +1 -1
  83. package/docs/api/interfaces/OwnerVisibleRequestRecord.md +1 -1
  84. package/docs/api/interfaces/RecoverVaultOptions.md +2 -2
  85. package/docs/api/interfaces/RecoveredVault.md +1 -1
  86. package/docs/api/interfaces/RequestRecord.md +1 -1
  87. package/docs/api/interfaces/RestoreIdentityOptions.md +1 -1
  88. package/docs/api/interfaces/SecretAlias.md +1 -1
  89. package/docs/api/interfaces/SecretDestinationGrant.md +1 -1
  90. package/docs/api/interfaces/SecretId.md +1 -1
  91. package/docs/api/interfaces/SecretRecord.md +1 -1
  92. package/docs/api/interfaces/Signer.md +1 -1
  93. package/docs/api/interfaces/VaultApproveDispatchInput.md +1 -1
  94. package/docs/api/interfaces/VaultAuditQueryInput.md +1 -1
  95. package/docs/api/interfaces/VaultCoreDependenciesOptions.md +1 -1
  96. package/docs/api/interfaces/VaultCreateAgentInput.md +1 -1
  97. package/docs/api/interfaces/VaultExportSecretInput.md +1 -1
  98. package/docs/api/interfaces/VaultGetRequestInput.md +1 -1
  99. package/docs/api/interfaces/VaultGrantAgentSecretInput.md +1 -1
  100. package/docs/api/interfaces/VaultGrantSecretDestinationInput.md +1 -1
  101. package/docs/api/interfaces/VaultId.md +1 -1
  102. package/docs/api/interfaces/VaultImportAgentInput.md +1 -1
  103. package/docs/api/interfaces/VaultIssueSessionTokenInput.md +1 -1
  104. package/docs/api/interfaces/VaultListAgentsInput.md +1 -1
  105. package/docs/api/interfaces/VaultListGrantsInput.md +1 -1
  106. package/docs/api/interfaces/VaultListRequestsInput.md +1 -1
  107. package/docs/api/interfaces/VaultListSecretsInput.md +1 -1
  108. package/docs/api/interfaces/VaultMetadata.md +1 -1
  109. package/docs/api/interfaces/VaultObject.md +1 -1
  110. package/docs/api/interfaces/VaultPrincipal.md +1 -1
  111. package/docs/api/interfaces/VaultProfile.md +1 -1
  112. package/docs/api/interfaces/VaultReadAgentPrivateKeyInput.md +1 -1
  113. package/docs/api/interfaces/VaultReadSecretPlaintextInput.md +1 -1
  114. package/docs/api/interfaces/VaultRevokeAgentSecretInput.md +1 -1
  115. package/docs/api/interfaces/VaultRevokeSecretDestinationInput.md +1 -1
  116. package/docs/api/interfaces/VaultRevokeSessionTokenInput.md +1 -1
  117. package/docs/api/interfaces/VaultService.md +1 -1
  118. package/docs/api/interfaces/VaultUpdateAgentInput.md +1 -1
  119. package/docs/api/type-aliases/AgentId.md +1 -1
  120. package/docs/api/type-aliases/CbioRuntimeModule.md +1 -1
  121. package/docs/api/type-aliases/DispatchApprovalDecision.md +1 -1
  122. package/docs/api/type-aliases/GrantStatus.md +1 -1
  123. package/docs/api/type-aliases/SecretLifecycleStatus.md +1 -1
  124. package/docs/api/type-aliases/VaultPrincipalKind.md +1 -1
  125. package/docs/api/variables/DEFAULT_VAULT_KEY_CUSTODY_BLOB_KEY.md +1 -1
  126. package/docs/es/README.md +2 -2
  127. package/docs/fr/README.md +2 -2
  128. package/docs/ja/README.md +2 -2
  129. package/docs/ko/README.md +2 -2
  130. package/docs/pt/README.md +2 -2
  131. package/docs/zh/README.md +5 -5
  132. package/package.json +1 -1
  133. package/docs/api/functions/createOwnerSession.md +0 -37
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -77,44 +77,6 @@ console.log(identity.root_agent_id);
77
77
 
78
78
  ***
79
79
 
80
- ### createOwnerSession
81
-
82
- > **createOwnerSession**: \{(`storage`, `options`): [`OwnerSession`](OwnerSession.md); (`options`): [`OwnerSession`](OwnerSession.md); \}
83
-
84
- #### Call Signature
85
-
86
- > (`storage`, `options`): [`OwnerSession`](OwnerSession.md)
87
-
88
- ##### Parameters
89
-
90
- ###### storage
91
-
92
- `string` \| [`IStorageProvider`](IStorageProvider.md)
93
-
94
- ###### options
95
-
96
- [`CreateOwnerSessionOptions`](CreateOwnerSessionOptions.md)
97
-
98
- ##### Returns
99
-
100
- [`OwnerSession`](OwnerSession.md)
101
-
102
- #### Call Signature
103
-
104
- > (`options`): [`OwnerSession`](OwnerSession.md)
105
-
106
- ##### Parameters
107
-
108
- ###### options
109
-
110
- [`CreateOwnerSessionOptions`](CreateOwnerSessionOptions.md)
111
-
112
- ##### Returns
113
-
114
- [`OwnerSession`](OwnerSession.md)
115
-
116
- ***
117
-
118
80
  ### createVault
119
81
 
120
82
  > **createVault**: \{(`storage`, `options`): `Promise`\<[`CreatedVault`](CreatedVault.md)\>; (`options`): `Promise`\<[`CreatedVault`](CreatedVault.md)\>; \}
@@ -358,6 +320,44 @@ A list of vault IDs.
358
320
 
359
321
  ***
360
322
 
323
+ ### openOwnerSession
324
+
325
+ > **openOwnerSession**: \{(`storage`, `options`): [`OwnerSession`](OwnerSession.md); (`options`): [`OwnerSession`](OwnerSession.md); \}
326
+
327
+ #### Call Signature
328
+
329
+ > (`storage`, `options`): [`OwnerSession`](OwnerSession.md)
330
+
331
+ ##### Parameters
332
+
333
+ ###### storage
334
+
335
+ `string` \| [`IStorageProvider`](IStorageProvider.md)
336
+
337
+ ###### options
338
+
339
+ [`OpenOwnerSessionOptions`](OpenOwnerSessionOptions.md)
340
+
341
+ ##### Returns
342
+
343
+ [`OwnerSession`](OwnerSession.md)
344
+
345
+ #### Call Signature
346
+
347
+ > (`options`): [`OwnerSession`](OwnerSession.md)
348
+
349
+ ##### Parameters
350
+
351
+ ###### options
352
+
353
+ [`OpenOwnerSessionOptions`](OpenOwnerSessionOptions.md)
354
+
355
+ ##### Returns
356
+
357
+ [`OwnerSession`](OwnerSession.md)
358
+
359
+ ***
360
+
361
361
  ### OwnerClientError
362
362
 
363
363
  > **OwnerClientError**: *typeof* [`OwnerClientError`](../classes/OwnerClientError.md)
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,8 +1,8 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
5
- # Interface: CreateOwnerSessionOptions
5
+ # Interface: OpenOwnerSessionOptions
6
6
 
7
7
  ## Extends
8
8
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -24,9 +24,9 @@
24
24
 
25
25
  ## Methods
26
26
 
27
- ### client()
27
+ ### getOwnerClient()
28
28
 
29
- > **client**(): `Promise`\<[`OwnerClient`](OwnerClient.md)\>
29
+ > **getOwnerClient**(): `Promise`\<[`OwnerClient`](OwnerClient.md)\>
30
30
 
31
31
  #### Returns
32
32
 
@@ -34,39 +34,39 @@
34
34
 
35
35
  ***
36
36
 
37
- ### invalidate()
37
+ ### getVault()
38
38
 
39
- > **invalidate**(): `void`
39
+ > **getVault**(): `Promise`\<[`RecoveredVault`](RecoveredVault.md)\>
40
40
 
41
41
  #### Returns
42
42
 
43
- `void`
43
+ `Promise`\<[`RecoveredVault`](RecoveredVault.md)\>
44
44
 
45
45
  ***
46
46
 
47
- ### isValid()
47
+ ### invalidate()
48
48
 
49
- > **isValid**(): `boolean`
49
+ > **invalidate**(): `void`
50
50
 
51
51
  #### Returns
52
52
 
53
- `boolean`
53
+ `void`
54
54
 
55
55
  ***
56
56
 
57
- ### refresh()
57
+ ### isValid()
58
58
 
59
- > **refresh**(): `Promise`\<[`RecoveredVault`](RecoveredVault.md)\>
59
+ > **isValid**(): `boolean`
60
60
 
61
61
  #### Returns
62
62
 
63
- `Promise`\<[`RecoveredVault`](RecoveredVault.md)\>
63
+ `boolean`
64
64
 
65
65
  ***
66
66
 
67
- ### vault()
67
+ ### reloadVault()
68
68
 
69
- > **vault**(): `Promise`\<[`RecoveredVault`](RecoveredVault.md)\>
69
+ > **reloadVault**(): `Promise`\<[`RecoveredVault`](RecoveredVault.md)\>
70
70
 
71
71
  #### Returns
72
72
 
@@ -74,9 +74,9 @@
74
74
 
75
75
  ***
76
76
 
77
- ### withClient()
77
+ ### withOwnerClient()
78
78
 
79
- > **withClient**\<`T`\>(`callback`): `Promise`\<`T`\>
79
+ > **withOwnerClient**\<`T`\>(`callback`): `Promise`\<`T`\>
80
80
 
81
81
  #### Type Parameters
82
82
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## Extended by
12
12
 
13
- - [`CreateOwnerSessionOptions`](CreateOwnerSessionOptions.md)
13
+ - [`OpenOwnerSessionOptions`](OpenOwnerSessionOptions.md)
14
14
 
15
15
  ## Properties
16
16
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -1,4 +1,4 @@
1
- [**CBIO Node Runtime Agent API v1.67.0**](../README.md)
1
+ [**CBIO Node Runtime Agent API v1.67.2**](../README.md)
2
2
 
3
3
  ***
4
4