@oneie/sdk 0.15.0 → 0.15.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.
@@ -251,6 +251,13 @@
251
251
  "deploy:event",
252
252
  "do:halt",
253
253
  "domain:set",
254
+ "duty:amend",
255
+ "duty:breach",
256
+ "duty:evidence",
257
+ "duty:get",
258
+ "duty:make",
259
+ "ehc:meal-served",
260
+ "ehc:voice-record",
254
261
  "entity:connect",
255
262
  "entity:meta",
256
263
  "entity:participant",
@@ -391,6 +398,8 @@
391
398
  "story:event",
392
399
  "subscriptions:register",
393
400
  "tasks:announce",
401
+ "tasks:board",
402
+ "tasks:bulk",
394
403
  "tasks:claim",
395
404
  "tasks:comment",
396
405
  "tasks:create",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneie/sdk",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "ONE substrate SDK — signals, units, persist, launch handoff.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -87,6 +87,10 @@
87
87
  "types": "./dist/billing.d.ts",
88
88
  "import": "./dist/billing.js"
89
89
  },
90
+ "./tasks-bulk": {
91
+ "types": "./dist/tasks-bulk.d.ts",
92
+ "import": "./dist/tasks-bulk.js"
93
+ },
90
94
  "./fn-allowlist": {
91
95
  "types": "./dist/fn-allowlist.d.ts",
92
96
  "import": "./dist/fn-allowlist.js"