@digipair/skill-chatbot 0.31.0 → 0.31.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-chatbot",
3
- "version": "0.31.0",
3
+ "version": "0.31.1",
4
4
  "dependencies": {},
5
5
  "typings": "./index.d.ts",
6
6
  "main": "./index.cjs.js",
package/schema.en.json CHANGED
@@ -179,7 +179,20 @@
179
179
  "summary": "Step-by-step boost",
180
180
  "description": "Step-by-step boost proposed by Digipair",
181
181
  "tags": ["boost", "service"],
182
- "metadata": [],
182
+ "metadata": [
183
+ {
184
+ "name": "boosts",
185
+ "summary": "List of triggers",
186
+ "required": true,
187
+ "description": "List of boost triggers",
188
+ "schema": {
189
+ "type": "array",
190
+ "items": {
191
+ "$ref": "#/components/schemas/Boost"
192
+ }
193
+ }
194
+ }
195
+ ],
183
196
  "parameters": [
184
197
  {
185
198
  "name": "steps",
package/schema.fr.json CHANGED
@@ -179,7 +179,20 @@
179
179
  "summary": "Boost par étapes",
180
180
  "description": "Boost avec étapes proposé par le Digipair",
181
181
  "tags": ["boost", "service"],
182
- "metadata": [],
182
+ "metadata": [
183
+ {
184
+ "name": "boosts",
185
+ "summary": "Liste des déclencheurs",
186
+ "required": true,
187
+ "description": "Liste des déclencheurs du boost",
188
+ "schema": {
189
+ "type": "array",
190
+ "items": {
191
+ "$ref": "#/components/schemas/Boost"
192
+ }
193
+ }
194
+ }
195
+ ],
183
196
  "parameters": [
184
197
  {
185
198
  "name": "steps",
package/schema.json CHANGED
@@ -179,7 +179,20 @@
179
179
  "summary": "Step-by-step boost",
180
180
  "description": "Step-by-step boost proposed by Digipair",
181
181
  "tags": ["boost", "service"],
182
- "metadata": [],
182
+ "metadata": [
183
+ {
184
+ "name": "boosts",
185
+ "summary": "List of triggers",
186
+ "required": true,
187
+ "description": "List of boost triggers",
188
+ "schema": {
189
+ "type": "array",
190
+ "items": {
191
+ "$ref": "#/components/schemas/Boost"
192
+ }
193
+ }
194
+ }
195
+ ],
183
196
  "parameters": [
184
197
  {
185
198
  "name": "steps",