@oneie/sdk 0.14.8 → 0.14.9
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 +16 -1
- package/dist/broadcast.d.ts +25 -0
- package/dist/broadcast.d.ts.map +1 -1
- package/dist/gateway.d.ts +4 -0
- package/dist/gateway.d.ts.map +1 -1
- package/dist/gateway.js +4 -2
- package/dist/gateway.js.map +1 -1
- package/dist/receivers.d.ts +230 -1
- package/dist/receivers.d.ts.map +1 -1
- package/dist/receivers.js +267 -9
- package/dist/receivers.js.map +1 -1
- package/dist/work-contract-grammar.json +9 -0
- package/package.json +1 -1
|
@@ -301,6 +301,7 @@
|
|
|
301
301
|
"products:get",
|
|
302
302
|
"products:list",
|
|
303
303
|
"products:update",
|
|
304
|
+
"push:subscribe",
|
|
304
305
|
"rag:connect",
|
|
305
306
|
"rag:list",
|
|
306
307
|
"rag:mark",
|
|
@@ -315,6 +316,7 @@
|
|
|
315
316
|
"settings:write",
|
|
316
317
|
"signals:list",
|
|
317
318
|
"skill:run",
|
|
319
|
+
"skill:save",
|
|
318
320
|
"skills:list",
|
|
319
321
|
"social:news-to-drafts",
|
|
320
322
|
"social:publish",
|
|
@@ -326,8 +328,14 @@
|
|
|
326
328
|
"storefront:stats",
|
|
327
329
|
"subscriptions:register",
|
|
328
330
|
"tasks:announce",
|
|
331
|
+
"tasks:claim",
|
|
332
|
+
"tasks:create",
|
|
333
|
+
"tasks:everywhere",
|
|
334
|
+
"tasks:launch",
|
|
335
|
+
"tasks:link",
|
|
329
336
|
"tasks:mine",
|
|
330
337
|
"tasks:stake",
|
|
338
|
+
"tasks:undepend",
|
|
331
339
|
"thread:append",
|
|
332
340
|
"tools:connect",
|
|
333
341
|
"video:contact-call",
|
|
@@ -359,6 +367,7 @@
|
|
|
359
367
|
"workflow:fade",
|
|
360
368
|
"workflow:get",
|
|
361
369
|
"workflow:list",
|
|
370
|
+
"workflow:preview-step",
|
|
362
371
|
"workflow:run",
|
|
363
372
|
"workflow:runs",
|
|
364
373
|
"workflow:stop",
|