@botpress/api 0.27.17 → 0.29.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 +1 -41
- package/dist/src/gen/state.d.ts +0 -20
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +1 -41
package/src/gen/state.ts
CHANGED
|
@@ -5160,13 +5160,6 @@ export const state = {
|
|
|
5160
5160
|
"botCount": {
|
|
5161
5161
|
"type": "number"
|
|
5162
5162
|
},
|
|
5163
|
-
"accountType": {
|
|
5164
|
-
"type": "string",
|
|
5165
|
-
"enum": [
|
|
5166
|
-
"free",
|
|
5167
|
-
"premium"
|
|
5168
|
-
]
|
|
5169
|
-
},
|
|
5170
5163
|
"billingVersion": {
|
|
5171
5164
|
"type": "string",
|
|
5172
5165
|
"enum": [
|
|
@@ -5226,7 +5219,6 @@ export const state = {
|
|
|
5226
5219
|
"createdAt",
|
|
5227
5220
|
"updatedAt",
|
|
5228
5221
|
"botCount",
|
|
5229
|
-
"accountType",
|
|
5230
5222
|
"billingVersion",
|
|
5231
5223
|
"plan",
|
|
5232
5224
|
"blocked",
|
|
@@ -5349,13 +5341,6 @@ export const state = {
|
|
|
5349
5341
|
"botCount": {
|
|
5350
5342
|
"type": "number"
|
|
5351
5343
|
},
|
|
5352
|
-
"accountType": {
|
|
5353
|
-
"type": "string",
|
|
5354
|
-
"enum": [
|
|
5355
|
-
"free",
|
|
5356
|
-
"premium"
|
|
5357
|
-
]
|
|
5358
|
-
},
|
|
5359
5344
|
"billingVersion": {
|
|
5360
5345
|
"type": "string",
|
|
5361
5346
|
"enum": [
|
|
@@ -5415,7 +5400,6 @@ export const state = {
|
|
|
5415
5400
|
"createdAt",
|
|
5416
5401
|
"updatedAt",
|
|
5417
5402
|
"botCount",
|
|
5418
|
-
"accountType",
|
|
5419
5403
|
"billingVersion",
|
|
5420
5404
|
"plan",
|
|
5421
5405
|
"blocked",
|
|
@@ -5871,13 +5855,6 @@ export const state = {
|
|
|
5871
5855
|
"botCount": {
|
|
5872
5856
|
"type": "number"
|
|
5873
5857
|
},
|
|
5874
|
-
"accountType": {
|
|
5875
|
-
"type": "string",
|
|
5876
|
-
"enum": [
|
|
5877
|
-
"free",
|
|
5878
|
-
"premium"
|
|
5879
|
-
]
|
|
5880
|
-
},
|
|
5881
5858
|
"billingVersion": {
|
|
5882
5859
|
"type": "string",
|
|
5883
5860
|
"enum": [
|
|
@@ -5937,7 +5914,6 @@ export const state = {
|
|
|
5937
5914
|
"createdAt",
|
|
5938
5915
|
"updatedAt",
|
|
5939
5916
|
"botCount",
|
|
5940
|
-
"accountType",
|
|
5941
5917
|
"billingVersion",
|
|
5942
5918
|
"plan",
|
|
5943
5919
|
"blocked",
|
|
@@ -6048,13 +6024,6 @@ export const state = {
|
|
|
6048
6024
|
"botCount": {
|
|
6049
6025
|
"type": "number"
|
|
6050
6026
|
},
|
|
6051
|
-
"accountType": {
|
|
6052
|
-
"type": "string",
|
|
6053
|
-
"enum": [
|
|
6054
|
-
"free",
|
|
6055
|
-
"premium"
|
|
6056
|
-
]
|
|
6057
|
-
},
|
|
6058
6027
|
"billingVersion": {
|
|
6059
6028
|
"type": "string",
|
|
6060
6029
|
"enum": [
|
|
@@ -6114,7 +6083,6 @@ export const state = {
|
|
|
6114
6083
|
"createdAt",
|
|
6115
6084
|
"updatedAt",
|
|
6116
6085
|
"botCount",
|
|
6117
|
-
"accountType",
|
|
6118
6086
|
"billingVersion",
|
|
6119
6087
|
"plan",
|
|
6120
6088
|
"blocked",
|
|
@@ -9686,7 +9654,7 @@ export const state = {
|
|
|
9686
9654
|
"title": "Botpress API",
|
|
9687
9655
|
"description": "API for Botpress Cloud",
|
|
9688
9656
|
"server": "https://api.botpress.cloud",
|
|
9689
|
-
"version": "0.
|
|
9657
|
+
"version": "0.29.0",
|
|
9690
9658
|
"prefix": "v1"
|
|
9691
9659
|
},
|
|
9692
9660
|
"errors": [
|
|
@@ -10980,13 +10948,6 @@ export const state = {
|
|
|
10980
10948
|
"botCount": {
|
|
10981
10949
|
"type": "number"
|
|
10982
10950
|
},
|
|
10983
|
-
"accountType": {
|
|
10984
|
-
"type": "string",
|
|
10985
|
-
"enum": [
|
|
10986
|
-
"free",
|
|
10987
|
-
"premium"
|
|
10988
|
-
]
|
|
10989
|
-
},
|
|
10990
10951
|
"billingVersion": {
|
|
10991
10952
|
"type": "string",
|
|
10992
10953
|
"enum": [
|
|
@@ -11046,7 +11007,6 @@ export const state = {
|
|
|
11046
11007
|
"createdAt",
|
|
11047
11008
|
"updatedAt",
|
|
11048
11009
|
"botCount",
|
|
11049
|
-
"accountType",
|
|
11050
11010
|
"billingVersion",
|
|
11051
11011
|
"plan",
|
|
11052
11012
|
"blocked",
|