@openbkn/bkn-sdk 0.1.1 → 0.1.3-rc.1

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.
package/README.md CHANGED
@@ -20,7 +20,7 @@ npm install -g @openbkn/bkn-sdk # CLI: `openbkn`
20
20
  npm install @openbkn/bkn-sdk
21
21
  ```
22
22
 
23
- Requires Node ≥ 22.
23
+ Requires Node ≥ 22.19.
24
24
 
25
25
  ## CLI
26
26
 
@@ -52,7 +52,8 @@ openbkn admin role list
52
52
  # Raw passthrough to any endpoint
53
53
  openbkn call /api/ontology-manager/v1/knowledge-networks
54
54
 
55
- # Global flags: --base-url, --token, --user, --json/--compact, -bd/--biz-domain, -k/--insecure
55
+ # Global flags: --base-url, --token, --user, --json/--compact, -bd/--biz-domain, -k/--insecure,
56
+ # --conversation-id/--interaction-id (BKN Trace correlation; also BKN_CONVERSATION_ID/BKN_INTERACTION_ID)
56
57
  openbkn --help # grouped command map
57
58
  ```
58
59
 
package/README.zh.md CHANGED
@@ -15,7 +15,7 @@ npm install -g @openbkn/bkn-sdk # CLI:openbkn
15
15
  npm install @openbkn/bkn-sdk
16
16
  ```
17
17
 
18
- 需要 Node ≥ 22。
18
+ 需要 Node ≥ 22.19
19
19
 
20
20
  ## CLI
21
21
 
@@ -47,6 +47,7 @@ openbkn admin role list
47
47
  openbkn call /api/ontology-manager/v1/knowledge-networks
48
48
 
49
49
  # 全局参数:--base-url --token --user --json/--compact -bd/--biz-domain -k/--insecure
50
+ # --conversation-id/--interaction-id(BKN Trace 关联,等价 env:BKN_CONVERSATION_ID/BKN_INTERACTION_ID)
50
51
  openbkn --help # 分组命令树
51
52
  ```
52
53