@botpress/api 0.15.1 → 0.15.3
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/gen/state.d.ts +24 -0
- package/dist/index.js +31 -1
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +31 -1
package/dist/gen/state.d.ts
CHANGED
|
@@ -3144,6 +3144,10 @@ export declare const state: {
|
|
|
3144
3144
|
type: "string";
|
|
3145
3145
|
enum: string[];
|
|
3146
3146
|
};
|
|
3147
|
+
billingVersion: {
|
|
3148
|
+
type: "string";
|
|
3149
|
+
enum: string[];
|
|
3150
|
+
};
|
|
3147
3151
|
plan: {
|
|
3148
3152
|
type: "string";
|
|
3149
3153
|
enum: string[];
|
|
@@ -3205,6 +3209,10 @@ export declare const state: {
|
|
|
3205
3209
|
type: "string";
|
|
3206
3210
|
enum: string[];
|
|
3207
3211
|
};
|
|
3212
|
+
billingVersion: {
|
|
3213
|
+
type: "string";
|
|
3214
|
+
enum: string[];
|
|
3215
|
+
};
|
|
3208
3216
|
plan: {
|
|
3209
3217
|
type: "string";
|
|
3210
3218
|
enum: string[];
|
|
@@ -3449,6 +3457,10 @@ export declare const state: {
|
|
|
3449
3457
|
type: "string";
|
|
3450
3458
|
enum: string[];
|
|
3451
3459
|
};
|
|
3460
|
+
billingVersion: {
|
|
3461
|
+
type: "string";
|
|
3462
|
+
enum: string[];
|
|
3463
|
+
};
|
|
3452
3464
|
plan: {
|
|
3453
3465
|
type: "string";
|
|
3454
3466
|
enum: string[];
|
|
@@ -3514,6 +3526,10 @@ export declare const state: {
|
|
|
3514
3526
|
type: "string";
|
|
3515
3527
|
enum: string[];
|
|
3516
3528
|
};
|
|
3529
|
+
billingVersion: {
|
|
3530
|
+
type: "string";
|
|
3531
|
+
enum: string[];
|
|
3532
|
+
};
|
|
3517
3533
|
plan: {
|
|
3518
3534
|
type: "string";
|
|
3519
3535
|
enum: string[];
|
|
@@ -3604,6 +3620,10 @@ export declare const state: {
|
|
|
3604
3620
|
type: "string";
|
|
3605
3621
|
enum: string[];
|
|
3606
3622
|
};
|
|
3623
|
+
billingVersion: {
|
|
3624
|
+
type: "string";
|
|
3625
|
+
enum: string[];
|
|
3626
|
+
};
|
|
3607
3627
|
plan: {
|
|
3608
3628
|
type: "string";
|
|
3609
3629
|
enum: string[];
|
|
@@ -6097,6 +6117,10 @@ export declare const state: {
|
|
|
6097
6117
|
type: "string";
|
|
6098
6118
|
enum: string[];
|
|
6099
6119
|
};
|
|
6120
|
+
billingVersion: {
|
|
6121
|
+
type: "string";
|
|
6122
|
+
enum: string[];
|
|
6123
|
+
};
|
|
6100
6124
|
plan: {
|
|
6101
6125
|
type: "string";
|
|
6102
6126
|
enum: string[];
|
package/dist/index.js
CHANGED
|
@@ -429912,6 +429912,10 @@ var state = {
|
|
|
429912
429912
|
type: "string",
|
|
429913
429913
|
enum: ["free", "premium"]
|
|
429914
429914
|
},
|
|
429915
|
+
billingVersion: {
|
|
429916
|
+
type: "string",
|
|
429917
|
+
enum: ["v1", "v2"]
|
|
429918
|
+
},
|
|
429915
429919
|
plan: {
|
|
429916
429920
|
type: "string",
|
|
429917
429921
|
enum: ["community", "team", "enterprise"]
|
|
@@ -429931,6 +429935,7 @@ var state = {
|
|
|
429931
429935
|
"updatedAt",
|
|
429932
429936
|
"botCount",
|
|
429933
429937
|
"accountType",
|
|
429938
|
+
"billingVersion",
|
|
429934
429939
|
"plan",
|
|
429935
429940
|
"blocked",
|
|
429936
429941
|
"spendingLimit"
|
|
@@ -429984,6 +429989,10 @@ var state = {
|
|
|
429984
429989
|
type: "string",
|
|
429985
429990
|
enum: ["free", "premium"]
|
|
429986
429991
|
},
|
|
429992
|
+
billingVersion: {
|
|
429993
|
+
type: "string",
|
|
429994
|
+
enum: ["v1", "v2"]
|
|
429995
|
+
},
|
|
429987
429996
|
plan: {
|
|
429988
429997
|
type: "string",
|
|
429989
429998
|
enum: ["community", "team", "enterprise"]
|
|
@@ -430003,6 +430012,7 @@ var state = {
|
|
|
430003
430012
|
"updatedAt",
|
|
430004
430013
|
"botCount",
|
|
430005
430014
|
"accountType",
|
|
430015
|
+
"billingVersion",
|
|
430006
430016
|
"plan",
|
|
430007
430017
|
"blocked",
|
|
430008
430018
|
"spendingLimit"
|
|
@@ -430291,6 +430301,10 @@ var state = {
|
|
|
430291
430301
|
type: "string",
|
|
430292
430302
|
enum: ["free", "premium"]
|
|
430293
430303
|
},
|
|
430304
|
+
billingVersion: {
|
|
430305
|
+
type: "string",
|
|
430306
|
+
enum: ["v1", "v2"]
|
|
430307
|
+
},
|
|
430294
430308
|
plan: {
|
|
430295
430309
|
type: "string",
|
|
430296
430310
|
enum: ["community", "team", "enterprise"]
|
|
@@ -430310,6 +430324,7 @@ var state = {
|
|
|
430310
430324
|
"updatedAt",
|
|
430311
430325
|
"botCount",
|
|
430312
430326
|
"accountType",
|
|
430327
|
+
"billingVersion",
|
|
430313
430328
|
"plan",
|
|
430314
430329
|
"blocked",
|
|
430315
430330
|
"spendingLimit"
|
|
@@ -430367,6 +430382,10 @@ var state = {
|
|
|
430367
430382
|
type: "string",
|
|
430368
430383
|
enum: ["free", "premium"]
|
|
430369
430384
|
},
|
|
430385
|
+
billingVersion: {
|
|
430386
|
+
type: "string",
|
|
430387
|
+
enum: ["v1", "v2"]
|
|
430388
|
+
},
|
|
430370
430389
|
plan: {
|
|
430371
430390
|
type: "string",
|
|
430372
430391
|
enum: ["community", "team", "enterprise"]
|
|
@@ -430386,6 +430405,7 @@ var state = {
|
|
|
430386
430405
|
"updatedAt",
|
|
430387
430406
|
"botCount",
|
|
430388
430407
|
"accountType",
|
|
430408
|
+
"billingVersion",
|
|
430389
430409
|
"plan",
|
|
430390
430410
|
"blocked",
|
|
430391
430411
|
"spendingLimit"
|
|
@@ -430468,6 +430488,10 @@ var state = {
|
|
|
430468
430488
|
type: "string",
|
|
430469
430489
|
enum: ["free", "premium"]
|
|
430470
430490
|
},
|
|
430491
|
+
billingVersion: {
|
|
430492
|
+
type: "string",
|
|
430493
|
+
enum: ["v1", "v2"]
|
|
430494
|
+
},
|
|
430471
430495
|
plan: {
|
|
430472
430496
|
type: "string",
|
|
430473
430497
|
enum: ["community", "team", "enterprise"]
|
|
@@ -430487,6 +430511,7 @@ var state = {
|
|
|
430487
430511
|
"updatedAt",
|
|
430488
430512
|
"botCount",
|
|
430489
430513
|
"accountType",
|
|
430514
|
+
"billingVersion",
|
|
430490
430515
|
"plan",
|
|
430491
430516
|
"blocked",
|
|
430492
430517
|
"spendingLimit"
|
|
@@ -432167,7 +432192,7 @@ var state = {
|
|
|
432167
432192
|
title: "Botpress API",
|
|
432168
432193
|
description: "API for Botpress Cloud",
|
|
432169
432194
|
server: "https://api.botpress.cloud",
|
|
432170
|
-
version: "0.15.
|
|
432195
|
+
version: "0.15.3",
|
|
432171
432196
|
prefix: "v1"
|
|
432172
432197
|
},
|
|
432173
432198
|
errors: [
|
|
@@ -433186,6 +433211,10 @@ var state = {
|
|
|
433186
433211
|
type: "string",
|
|
433187
433212
|
enum: ["free", "premium"]
|
|
433188
433213
|
},
|
|
433214
|
+
billingVersion: {
|
|
433215
|
+
type: "string",
|
|
433216
|
+
enum: ["v1", "v2"]
|
|
433217
|
+
},
|
|
433189
433218
|
plan: {
|
|
433190
433219
|
type: "string",
|
|
433191
433220
|
enum: ["community", "team", "enterprise"]
|
|
@@ -433205,6 +433234,7 @@ var state = {
|
|
|
433205
433234
|
"updatedAt",
|
|
433206
433235
|
"botCount",
|
|
433207
433236
|
"accountType",
|
|
433237
|
+
"billingVersion",
|
|
433208
433238
|
"plan",
|
|
433209
433239
|
"blocked",
|
|
433210
433240
|
"spendingLimit"
|