@digipair/skill-factory 0.32.6 → 0.33.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/schema.en.json +0 -52
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-factory",
3
- "version": "0.32.6",
3
+ "version": "0.33.0",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"
package/schema.en.json DELETED
@@ -1,52 +0,0 @@
1
- {
2
- "openapi": "3.0.0",
3
- "info": {
4
- "title": "@digipair/skill-factory",
5
- "summary": "Actions in the Digipair factory",
6
- "description": "Actions in the Digipair factory.",
7
- "version": "0.1.0",
8
- "x-icon": "🛠"
9
- },
10
- "paths": {
11
- "/start": {
12
- "post": {
13
- "tags": ["service"],
14
- "summary": "Start a reasoning",
15
- "description": "Start a reasoning from the Digipair factory",
16
- "parameters": [
17
- {
18
- "name": "digipair",
19
- "summary": "Digipair",
20
- "required": false,
21
- "description": "Owner of the reasoning",
22
- "schema": {
23
- "type": "string"
24
- }
25
- },
26
- {
27
- "name": "reasoning",
28
- "summary": "Reasoning",
29
- "required": true,
30
- "description": "Name of the reasoning",
31
- "schema": {
32
- "type": "string"
33
- }
34
- },
35
- {
36
- "name": "body",
37
- "summary": "Data",
38
- "required": false,
39
- "description": "Data to send",
40
- "schema": {
41
- "type": "object"
42
- }
43
- }
44
- ],
45
- "x-events": []
46
- }
47
- }
48
- },
49
- "components": {
50
- "schemas": {}
51
- }
52
- }