@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/dist/index.js
CHANGED
|
@@ -270095,13 +270095,6 @@ var state = {
|
|
|
270095
270095
|
"botCount": {
|
|
270096
270096
|
"type": "number"
|
|
270097
270097
|
},
|
|
270098
|
-
"accountType": {
|
|
270099
|
-
"type": "string",
|
|
270100
|
-
"enum": [
|
|
270101
|
-
"free",
|
|
270102
|
-
"premium"
|
|
270103
|
-
]
|
|
270104
|
-
},
|
|
270105
270098
|
"billingVersion": {
|
|
270106
270099
|
"type": "string",
|
|
270107
270100
|
"enum": [
|
|
@@ -270161,7 +270154,6 @@ var state = {
|
|
|
270161
270154
|
"createdAt",
|
|
270162
270155
|
"updatedAt",
|
|
270163
270156
|
"botCount",
|
|
270164
|
-
"accountType",
|
|
270165
270157
|
"billingVersion",
|
|
270166
270158
|
"plan",
|
|
270167
270159
|
"blocked",
|
|
@@ -270284,13 +270276,6 @@ var state = {
|
|
|
270284
270276
|
"botCount": {
|
|
270285
270277
|
"type": "number"
|
|
270286
270278
|
},
|
|
270287
|
-
"accountType": {
|
|
270288
|
-
"type": "string",
|
|
270289
|
-
"enum": [
|
|
270290
|
-
"free",
|
|
270291
|
-
"premium"
|
|
270292
|
-
]
|
|
270293
|
-
},
|
|
270294
270279
|
"billingVersion": {
|
|
270295
270280
|
"type": "string",
|
|
270296
270281
|
"enum": [
|
|
@@ -270350,7 +270335,6 @@ var state = {
|
|
|
270350
270335
|
"createdAt",
|
|
270351
270336
|
"updatedAt",
|
|
270352
270337
|
"botCount",
|
|
270353
|
-
"accountType",
|
|
270354
270338
|
"billingVersion",
|
|
270355
270339
|
"plan",
|
|
270356
270340
|
"blocked",
|
|
@@ -270806,13 +270790,6 @@ var state = {
|
|
|
270806
270790
|
"botCount": {
|
|
270807
270791
|
"type": "number"
|
|
270808
270792
|
},
|
|
270809
|
-
"accountType": {
|
|
270810
|
-
"type": "string",
|
|
270811
|
-
"enum": [
|
|
270812
|
-
"free",
|
|
270813
|
-
"premium"
|
|
270814
|
-
]
|
|
270815
|
-
},
|
|
270816
270793
|
"billingVersion": {
|
|
270817
270794
|
"type": "string",
|
|
270818
270795
|
"enum": [
|
|
@@ -270872,7 +270849,6 @@ var state = {
|
|
|
270872
270849
|
"createdAt",
|
|
270873
270850
|
"updatedAt",
|
|
270874
270851
|
"botCount",
|
|
270875
|
-
"accountType",
|
|
270876
270852
|
"billingVersion",
|
|
270877
270853
|
"plan",
|
|
270878
270854
|
"blocked",
|
|
@@ -270983,13 +270959,6 @@ var state = {
|
|
|
270983
270959
|
"botCount": {
|
|
270984
270960
|
"type": "number"
|
|
270985
270961
|
},
|
|
270986
|
-
"accountType": {
|
|
270987
|
-
"type": "string",
|
|
270988
|
-
"enum": [
|
|
270989
|
-
"free",
|
|
270990
|
-
"premium"
|
|
270991
|
-
]
|
|
270992
|
-
},
|
|
270993
270962
|
"billingVersion": {
|
|
270994
270963
|
"type": "string",
|
|
270995
270964
|
"enum": [
|
|
@@ -271049,7 +271018,6 @@ var state = {
|
|
|
271049
271018
|
"createdAt",
|
|
271050
271019
|
"updatedAt",
|
|
271051
271020
|
"botCount",
|
|
271052
|
-
"accountType",
|
|
271053
271021
|
"billingVersion",
|
|
271054
271022
|
"plan",
|
|
271055
271023
|
"blocked",
|
|
@@ -274621,7 +274589,7 @@ var state = {
|
|
|
274621
274589
|
"title": "Botpress API",
|
|
274622
274590
|
"description": "API for Botpress Cloud",
|
|
274623
274591
|
"server": "https://api.botpress.cloud",
|
|
274624
|
-
"version": "0.
|
|
274592
|
+
"version": "0.29.0",
|
|
274625
274593
|
"prefix": "v1"
|
|
274626
274594
|
},
|
|
274627
274595
|
"errors": [
|
|
@@ -275915,13 +275883,6 @@ var state = {
|
|
|
275915
275883
|
"botCount": {
|
|
275916
275884
|
"type": "number"
|
|
275917
275885
|
},
|
|
275918
|
-
"accountType": {
|
|
275919
|
-
"type": "string",
|
|
275920
|
-
"enum": [
|
|
275921
|
-
"free",
|
|
275922
|
-
"premium"
|
|
275923
|
-
]
|
|
275924
|
-
},
|
|
275925
275886
|
"billingVersion": {
|
|
275926
275887
|
"type": "string",
|
|
275927
275888
|
"enum": [
|
|
@@ -275981,7 +275942,6 @@ var state = {
|
|
|
275981
275942
|
"createdAt",
|
|
275982
275943
|
"updatedAt",
|
|
275983
275944
|
"botCount",
|
|
275984
|
-
"accountType",
|
|
275985
275945
|
"billingVersion",
|
|
275986
275946
|
"plan",
|
|
275987
275947
|
"blocked",
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -4628,10 +4628,6 @@ export declare const state: {
|
|
|
4628
4628
|
botCount: {
|
|
4629
4629
|
type: "number";
|
|
4630
4630
|
};
|
|
4631
|
-
accountType: {
|
|
4632
|
-
type: "string";
|
|
4633
|
-
enum: string[];
|
|
4634
|
-
};
|
|
4635
4631
|
billingVersion: {
|
|
4636
4632
|
type: "string";
|
|
4637
4633
|
enum: string[];
|
|
@@ -4790,10 +4786,6 @@ export declare const state: {
|
|
|
4790
4786
|
botCount: {
|
|
4791
4787
|
type: "number";
|
|
4792
4788
|
};
|
|
4793
|
-
accountType: {
|
|
4794
|
-
type: "string";
|
|
4795
|
-
enum: string[];
|
|
4796
|
-
};
|
|
4797
4789
|
billingVersion: {
|
|
4798
4790
|
type: "string";
|
|
4799
4791
|
enum: string[];
|
|
@@ -5184,10 +5176,6 @@ export declare const state: {
|
|
|
5184
5176
|
botCount: {
|
|
5185
5177
|
type: "number";
|
|
5186
5178
|
};
|
|
5187
|
-
accountType: {
|
|
5188
|
-
type: "string";
|
|
5189
|
-
enum: string[];
|
|
5190
|
-
};
|
|
5191
5179
|
billingVersion: {
|
|
5192
5180
|
type: "string";
|
|
5193
5181
|
enum: string[];
|
|
@@ -5334,10 +5322,6 @@ export declare const state: {
|
|
|
5334
5322
|
botCount: {
|
|
5335
5323
|
type: "number";
|
|
5336
5324
|
};
|
|
5337
|
-
accountType: {
|
|
5338
|
-
type: "string";
|
|
5339
|
-
enum: string[];
|
|
5340
|
-
};
|
|
5341
5325
|
billingVersion: {
|
|
5342
5326
|
type: "string";
|
|
5343
5327
|
enum: string[];
|
|
@@ -9606,10 +9590,6 @@ export declare const state: {
|
|
|
9606
9590
|
botCount: {
|
|
9607
9591
|
type: "number";
|
|
9608
9592
|
};
|
|
9609
|
-
accountType: {
|
|
9610
|
-
type: "string";
|
|
9611
|
-
enum: string[];
|
|
9612
|
-
};
|
|
9613
9593
|
billingVersion: {
|
|
9614
9594
|
type: "string";
|
|
9615
9595
|
enum: string[];
|