@digipair/skill-chatbot 0.33.10 → 0.33.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-chatbot",
3
- "version": "0.33.10",
3
+ "version": "0.33.12",
4
4
  "dependencies": {},
5
5
  "typings": "./index.d.ts",
6
6
  "main": "./index.cjs.js",
package/schema.fr.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "schema": {
31
31
  "type": "array",
32
32
  "items": {
33
- "$ref": "https://schemas.digipair.ai/pinsSettings"
33
+ "type": "object"
34
34
  }
35
35
  }
36
36
  },
@@ -40,7 +40,10 @@
40
40
  "required": false,
41
41
  "description": "Liste des boosts proposés",
42
42
  "schema": {
43
- "type": "object"
43
+ "type": "array",
44
+ "items": {
45
+ "type": "object"
46
+ }
44
47
  }
45
48
  },
46
49
  {
@@ -49,7 +52,10 @@
49
52
  "required": false,
50
53
  "description": "Liste des sources utilisées pour répondre a l'utilisateur",
51
54
  "schema": {
52
- "type": "object"
55
+ "type": "array",
56
+ "items": {
57
+ "type": "object"
58
+ }
53
59
  }
54
60
  },
55
61
  {
@@ -69,7 +75,7 @@
69
75
  "schema": {
70
76
  "type": "array",
71
77
  "items": {
72
- "$ref": "https://schemas.digipair.ai/pinsSettings"
78
+ "type": "object"
73
79
  }
74
80
  }
75
81
  },
@@ -182,6 +188,15 @@
182
188
  "description": "Boost proposé par le Digipair",
183
189
  "tags": ["boost", "service"],
184
190
  "metadata": [
191
+ {
192
+ "name": "standalone",
193
+ "summary": "Autonome",
194
+ "required": true,
195
+ "description": "Boost déclenchable depuis une chatbot full ou une discussion",
196
+ "schema": {
197
+ "type": "boolean"
198
+ }
199
+ },
185
200
  {
186
201
  "name": "selector",
187
202
  "summary": "Sélecteur CSS du déclencheur",
package/schema.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "schema": {
31
31
  "type": "array",
32
32
  "items": {
33
- "$ref": "https://schemas.digipair.ai/pinsSettings"
33
+ "type": "object"
34
34
  }
35
35
  }
36
36
  },
@@ -40,7 +40,10 @@
40
40
  "required": false,
41
41
  "description": "List of proposed boosts",
42
42
  "schema": {
43
- "type": "object"
43
+ "type": "array",
44
+ "items": {
45
+ "type": "object"
46
+ }
44
47
  }
45
48
  },
46
49
  {
@@ -49,7 +52,10 @@
49
52
  "required": false,
50
53
  "description": "List of sources used to respond to the user",
51
54
  "schema": {
52
- "type": "object"
55
+ "type": "array",
56
+ "items": {
57
+ "type": "object"
58
+ }
53
59
  }
54
60
  },
55
61
  {
@@ -69,7 +75,7 @@
69
75
  "schema": {
70
76
  "type": "array",
71
77
  "items": {
72
- "$ref": "https://schemas.digipair.ai/pinsSettings"
78
+ "type": "object"
73
79
  }
74
80
  }
75
81
  },
@@ -182,6 +188,15 @@
182
188
  "description": "Boost proposed by Digipair",
183
189
  "tags": ["boost", "service"],
184
190
  "metadata": [
191
+ {
192
+ "name": "standalone",
193
+ "summary": "Standalone",
194
+ "required": true,
195
+ "description": "Is the boost standalone",
196
+ "schema": {
197
+ "type": "boolean"
198
+ }
199
+ },
185
200
  {
186
201
  "name": "selector",
187
202
  "summary": "Selector",