@botpress/api 0.86.0 → 0.87.0
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/dist/index.js +7 -1
- package/dist/src/gen/state.d.ts +5 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +7 -1
package/src/gen/state.ts
CHANGED
|
@@ -15952,7 +15952,7 @@ export const state = {
|
|
|
15952
15952
|
"title": "Botpress API",
|
|
15953
15953
|
"description": "API for Botpress Cloud",
|
|
15954
15954
|
"server": "https://api.botpress.cloud",
|
|
15955
|
-
"version": "0.
|
|
15955
|
+
"version": "0.87.0",
|
|
15956
15956
|
"prefix": "v1"
|
|
15957
15957
|
},
|
|
15958
15958
|
"errors": [
|
|
@@ -18677,6 +18677,11 @@ export const state = {
|
|
|
18677
18677
|
"format": "date-time",
|
|
18678
18678
|
"description": "Creation date of the [Message](#schema_message) in ISO 8601 format"
|
|
18679
18679
|
},
|
|
18680
|
+
"updatedAt": {
|
|
18681
|
+
"type": "string",
|
|
18682
|
+
"format": "date-time",
|
|
18683
|
+
"description": "Update date of the [Message](#schema_message) in ISO 8601 format"
|
|
18684
|
+
},
|
|
18680
18685
|
"type": {
|
|
18681
18686
|
"type": "string",
|
|
18682
18687
|
"maxLength": 200,
|
|
@@ -18718,6 +18723,7 @@ export const state = {
|
|
|
18718
18723
|
"required": [
|
|
18719
18724
|
"id",
|
|
18720
18725
|
"createdAt",
|
|
18726
|
+
"updatedAt",
|
|
18721
18727
|
"type",
|
|
18722
18728
|
"payload",
|
|
18723
18729
|
"direction",
|