@digipair/skill-chatbot 0.4.8 → 0.4.10
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 +1 -1
- package/schema.json +8 -7
package/package.json
CHANGED
package/schema.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"paths": {
|
10
10
|
"/chatbot": {
|
11
11
|
"post": {
|
12
|
-
"tags": [],
|
12
|
+
"tags": ["boost"],
|
13
13
|
"summary": "chatbot",
|
14
14
|
"parameters": [
|
15
15
|
{
|
@@ -99,7 +99,7 @@
|
|
99
99
|
},
|
100
100
|
"/find": {
|
101
101
|
"post": {
|
102
|
-
"tags": [],
|
102
|
+
"tags": ["service"],
|
103
103
|
"summary": "find",
|
104
104
|
"parameters": [
|
105
105
|
{
|
@@ -140,7 +140,7 @@
|
|
140
140
|
},
|
141
141
|
"/search": {
|
142
142
|
"post": {
|
143
|
-
"tags": [],
|
143
|
+
"tags": ["service"],
|
144
144
|
"summary": "search",
|
145
145
|
"parameters": [
|
146
146
|
{
|
@@ -206,7 +206,7 @@
|
|
206
206
|
},
|
207
207
|
"/history": {
|
208
208
|
"post": {
|
209
|
-
"tags": [],
|
209
|
+
"tags": ["service"],
|
210
210
|
"summary": "Historique",
|
211
211
|
"parameters": [
|
212
212
|
{
|
@@ -251,7 +251,7 @@
|
|
251
251
|
},
|
252
252
|
"/getRole": {
|
253
253
|
"post": {
|
254
|
-
"tags": [],
|
254
|
+
"tags": ["service"],
|
255
255
|
"summary": "Récupération du rôle",
|
256
256
|
"parameters": [
|
257
257
|
{
|
@@ -278,7 +278,7 @@
|
|
278
278
|
},
|
279
279
|
"/setRole": {
|
280
280
|
"post": {
|
281
|
-
"tags": [],
|
281
|
+
"tags": ["service"],
|
282
282
|
"summary": "Mise à jour du rôle",
|
283
283
|
"parameters": [
|
284
284
|
{
|
@@ -317,6 +317,7 @@
|
|
317
317
|
"schemas": {
|
318
318
|
"Boost": {
|
319
319
|
"type": "object",
|
320
|
+
"tags": ["boost"],
|
320
321
|
"summary": "boost",
|
321
322
|
"properties": {
|
322
323
|
"name": {
|
@@ -352,7 +353,7 @@
|
|
352
353
|
"/boost": {
|
353
354
|
"summary": "Boost",
|
354
355
|
"description": "Boost",
|
355
|
-
"tags": [],
|
356
|
+
"tags": ["boost", "service"],
|
356
357
|
"metadata": [
|
357
358
|
{
|
358
359
|
"name": "boosts",
|