@oneie/sdk 0.14.14 → 0.15.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.
@@ -248,6 +248,7 @@
248
248
  "course:list",
249
249
  "course:save",
250
250
  "dashboard:usage",
251
+ "deploy:event",
251
252
  "do:halt",
252
253
  "domain:set",
253
254
  "entity:connect",
@@ -260,6 +261,7 @@
260
261
  "factory:attempt",
261
262
  "factory:elaborate",
262
263
  "factory:event",
264
+ "factory:recon",
263
265
  "factory:size",
264
266
  "fn:run",
265
267
  "foundation:deep",
@@ -282,6 +284,7 @@
282
284
  "health:diagnose",
283
285
  "human:notify",
284
286
  "human:resolve",
287
+ "id:resolve",
285
288
  "identity:address",
286
289
  "lens:delete",
287
290
  "lens:list",
@@ -349,6 +352,8 @@
349
352
  "products:get",
350
353
  "products:list",
351
354
  "products:update",
355
+ "promise:make",
356
+ "promise:settle",
352
357
  "push:subscribe",
353
358
  "rag:connect",
354
359
  "rag:list",
@@ -382,6 +387,8 @@
382
387
  "stats:current",
383
388
  "storefront:enable",
384
389
  "storefront:stats",
390
+ "story:chain",
391
+ "story:event",
385
392
  "subscriptions:register",
386
393
  "tasks:announce",
387
394
  "tasks:claim",
@@ -446,6 +453,7 @@
446
453
  "wallet:rehearse",
447
454
  "wallet:send",
448
455
  "wallet:transactions",
456
+ "wallet:transfer",
449
457
  "web:crawl",
450
458
  "workflow:apply-diff",
451
459
  "workflow:apply-tql",
@@ -499,6 +507,7 @@
499
507
  "world:revoke-key",
500
508
  "world:route",
501
509
  "world:seed-router",
510
+ "world:set-brand-tokens",
502
511
  "world:state",
503
512
  "world:subscribe",
504
513
  "world:subscribers",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneie/sdk",
3
- "version": "0.14.14",
3
+ "version": "0.15.0",
4
4
  "description": "ONE substrate SDK — signals, units, persist, launch handoff.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",