@botpress/api 0.27.14 → 0.27.15
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 +15 -5
- package/dist/src/gen/state.d.ts +10 -2
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +15 -5
package/src/gen/state.ts
CHANGED
|
@@ -8846,15 +8846,20 @@ export const state = {
|
|
|
8846
8846
|
"type": "number",
|
|
8847
8847
|
"description": "The total number of rows present in the table."
|
|
8848
8848
|
},
|
|
8849
|
-
"
|
|
8849
|
+
"stale": {
|
|
8850
8850
|
"type": "number",
|
|
8851
8851
|
"description": "The number of stale rows that are waiting to be processed"
|
|
8852
|
+
},
|
|
8853
|
+
"indexing": {
|
|
8854
|
+
"type": "number",
|
|
8855
|
+
"description": "The number of rows that are waiting to be indexed (for search)"
|
|
8852
8856
|
}
|
|
8853
8857
|
},
|
|
8854
8858
|
"required": [
|
|
8855
8859
|
"table",
|
|
8856
8860
|
"rows",
|
|
8857
|
-
"
|
|
8861
|
+
"stale",
|
|
8862
|
+
"indexing"
|
|
8858
8863
|
],
|
|
8859
8864
|
"title": "getTableResponse",
|
|
8860
8865
|
"additionalProperties": false
|
|
@@ -8930,16 +8935,21 @@ export const state = {
|
|
|
8930
8935
|
"type": "number",
|
|
8931
8936
|
"description": "The total number of rows present in the table."
|
|
8932
8937
|
},
|
|
8933
|
-
"
|
|
8938
|
+
"stale": {
|
|
8934
8939
|
"type": "number",
|
|
8935
8940
|
"description": "The number of stale rows that are waiting to be processed"
|
|
8941
|
+
},
|
|
8942
|
+
"indexing": {
|
|
8943
|
+
"type": "number",
|
|
8944
|
+
"description": "The number of rows that are waiting to be indexed (for search)"
|
|
8936
8945
|
}
|
|
8937
8946
|
},
|
|
8938
8947
|
"required": [
|
|
8939
8948
|
"table",
|
|
8940
8949
|
"created",
|
|
8941
8950
|
"rows",
|
|
8942
|
-
"
|
|
8951
|
+
"stale",
|
|
8952
|
+
"indexing"
|
|
8943
8953
|
],
|
|
8944
8954
|
"title": "getOrCreateTableResponse",
|
|
8945
8955
|
"additionalProperties": false
|
|
@@ -9673,7 +9683,7 @@ export const state = {
|
|
|
9673
9683
|
"title": "Botpress API",
|
|
9674
9684
|
"description": "API for Botpress Cloud",
|
|
9675
9685
|
"server": "https://api.botpress.cloud",
|
|
9676
|
-
"version": "0.27.
|
|
9686
|
+
"version": "0.27.15",
|
|
9677
9687
|
"prefix": "v1"
|
|
9678
9688
|
},
|
|
9679
9689
|
"errors": [
|