@digipair/skill-chatbot 0.32.0 → 0.32.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.32.0",
3
+ "version": "0.32.1",
4
4
  "dependencies": {},
5
5
  "typings": "./index.d.ts",
6
6
  "main": "./index.cjs.js",
package/schema.en.json CHANGED
@@ -67,7 +67,7 @@
67
67
  "post": {
68
68
  "tags": ["boost"],
69
69
  "summary": "Execute a step",
70
- "description": "Execute a step of a step-by-step boost",
70
+ "description": "Execute a step of a boost",
71
71
  "parameters": [
72
72
  {
73
73
  "name": "step",
@@ -155,7 +155,7 @@
155
155
  "x-scene-blocks": {
156
156
  "/boost": {
157
157
  "summary": "Boost",
158
- "description": "Step-by-step boost proposed by Digipair",
158
+ "description": "Boost proposed by Digipair",
159
159
  "tags": ["boost", "service"],
160
160
  "metadata": [
161
161
  {
package/schema.fr.json CHANGED
@@ -67,7 +67,7 @@
67
67
  "post": {
68
68
  "tags": ["boost"],
69
69
  "summary": "Execute une étape",
70
- "description": "Execute une étape d'un boost par étapes",
70
+ "description": "Execute une étape d'un boost",
71
71
  "parameters": [
72
72
  {
73
73
  "name": "step",
package/schema.json CHANGED
@@ -67,7 +67,7 @@
67
67
  "post": {
68
68
  "tags": ["boost"],
69
69
  "summary": "Execute a step",
70
- "description": "Execute a step of a step-by-step boost",
70
+ "description": "Execute a step of a boost",
71
71
  "parameters": [
72
72
  {
73
73
  "name": "step",