@digipair/skill-chatbot 0.4.6 → 0.4.8
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 +6 -6
package/package.json
CHANGED
package/schema.json
CHANGED
@@ -94,7 +94,7 @@
|
|
94
94
|
}
|
95
95
|
}
|
96
96
|
],
|
97
|
-
"x-events":
|
97
|
+
"x-events": []
|
98
98
|
}
|
99
99
|
},
|
100
100
|
"/find": {
|
@@ -135,7 +135,7 @@
|
|
135
135
|
}
|
136
136
|
}
|
137
137
|
],
|
138
|
-
"x-events":
|
138
|
+
"x-events": []
|
139
139
|
}
|
140
140
|
},
|
141
141
|
"/search": {
|
@@ -201,7 +201,7 @@
|
|
201
201
|
}
|
202
202
|
}
|
203
203
|
],
|
204
|
-
"x-events":
|
204
|
+
"x-events": []
|
205
205
|
}
|
206
206
|
},
|
207
207
|
"/history": {
|
@@ -246,7 +246,7 @@
|
|
246
246
|
}
|
247
247
|
}
|
248
248
|
],
|
249
|
-
"x-events":
|
249
|
+
"x-events": []
|
250
250
|
}
|
251
251
|
},
|
252
252
|
"/getRole": {
|
@@ -273,7 +273,7 @@
|
|
273
273
|
}
|
274
274
|
}
|
275
275
|
],
|
276
|
-
"x-events":
|
276
|
+
"x-events": []
|
277
277
|
}
|
278
278
|
},
|
279
279
|
"/setRole": {
|
@@ -309,7 +309,7 @@
|
|
309
309
|
}
|
310
310
|
}
|
311
311
|
],
|
312
|
-
"x-events":
|
312
|
+
"x-events": []
|
313
313
|
}
|
314
314
|
}
|
315
315
|
},
|