@botpress/api 0.27.14 → 0.27.16
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 +35694 -43553
- package/dist/src/gen/state.d.ts +14 -2
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +23 -9
package/src/gen/state.ts
CHANGED
|
@@ -2022,7 +2022,8 @@ export const state = {
|
|
|
2022
2022
|
"type": "string"
|
|
2023
2023
|
},
|
|
2024
2024
|
"displayName": {
|
|
2025
|
-
"type": "string"
|
|
2025
|
+
"type": "string",
|
|
2026
|
+
"maxLength": 100
|
|
2026
2027
|
},
|
|
2027
2028
|
"emailVerified": {
|
|
2028
2029
|
"type": "boolean"
|
|
@@ -2069,7 +2070,8 @@ export const state = {
|
|
|
2069
2070
|
"type": "object",
|
|
2070
2071
|
"properties": {
|
|
2071
2072
|
"displayName": {
|
|
2072
|
-
"type": "string"
|
|
2073
|
+
"type": "string",
|
|
2074
|
+
"maxLength": 100
|
|
2073
2075
|
},
|
|
2074
2076
|
"profilePicture": {
|
|
2075
2077
|
"type": "string"
|
|
@@ -2097,7 +2099,8 @@ export const state = {
|
|
|
2097
2099
|
"type": "string"
|
|
2098
2100
|
},
|
|
2099
2101
|
"displayName": {
|
|
2100
|
-
"type": "string"
|
|
2102
|
+
"type": "string",
|
|
2103
|
+
"maxLength": 100
|
|
2101
2104
|
},
|
|
2102
2105
|
"emailVerified": {
|
|
2103
2106
|
"type": "boolean"
|
|
@@ -8846,15 +8849,20 @@ export const state = {
|
|
|
8846
8849
|
"type": "number",
|
|
8847
8850
|
"description": "The total number of rows present in the table."
|
|
8848
8851
|
},
|
|
8849
|
-
"
|
|
8852
|
+
"stale": {
|
|
8850
8853
|
"type": "number",
|
|
8851
8854
|
"description": "The number of stale rows that are waiting to be processed"
|
|
8855
|
+
},
|
|
8856
|
+
"indexing": {
|
|
8857
|
+
"type": "number",
|
|
8858
|
+
"description": "The number of rows that are waiting to be indexed (for search)"
|
|
8852
8859
|
}
|
|
8853
8860
|
},
|
|
8854
8861
|
"required": [
|
|
8855
8862
|
"table",
|
|
8856
8863
|
"rows",
|
|
8857
|
-
"
|
|
8864
|
+
"stale",
|
|
8865
|
+
"indexing"
|
|
8858
8866
|
],
|
|
8859
8867
|
"title": "getTableResponse",
|
|
8860
8868
|
"additionalProperties": false
|
|
@@ -8930,16 +8938,21 @@ export const state = {
|
|
|
8930
8938
|
"type": "number",
|
|
8931
8939
|
"description": "The total number of rows present in the table."
|
|
8932
8940
|
},
|
|
8933
|
-
"
|
|
8941
|
+
"stale": {
|
|
8934
8942
|
"type": "number",
|
|
8935
8943
|
"description": "The number of stale rows that are waiting to be processed"
|
|
8944
|
+
},
|
|
8945
|
+
"indexing": {
|
|
8946
|
+
"type": "number",
|
|
8947
|
+
"description": "The number of rows that are waiting to be indexed (for search)"
|
|
8936
8948
|
}
|
|
8937
8949
|
},
|
|
8938
8950
|
"required": [
|
|
8939
8951
|
"table",
|
|
8940
8952
|
"created",
|
|
8941
8953
|
"rows",
|
|
8942
|
-
"
|
|
8954
|
+
"stale",
|
|
8955
|
+
"indexing"
|
|
8943
8956
|
],
|
|
8944
8957
|
"title": "getOrCreateTableResponse",
|
|
8945
8958
|
"additionalProperties": false
|
|
@@ -9673,7 +9686,7 @@ export const state = {
|
|
|
9673
9686
|
"title": "Botpress API",
|
|
9674
9687
|
"description": "API for Botpress Cloud",
|
|
9675
9688
|
"server": "https://api.botpress.cloud",
|
|
9676
|
-
"version": "0.27.
|
|
9689
|
+
"version": "0.27.16",
|
|
9677
9690
|
"prefix": "v1"
|
|
9678
9691
|
},
|
|
9679
9692
|
"errors": [
|
|
@@ -11093,7 +11106,8 @@ export const state = {
|
|
|
11093
11106
|
"type": "string"
|
|
11094
11107
|
},
|
|
11095
11108
|
"displayName": {
|
|
11096
|
-
"type": "string"
|
|
11109
|
+
"type": "string",
|
|
11110
|
+
"maxLength": 100
|
|
11097
11111
|
},
|
|
11098
11112
|
"emailVerified": {
|
|
11099
11113
|
"type": "boolean"
|