@botpress/api 0.45.1 → 0.45.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/index.js +442 -61
- package/dist/src/gen/state.d.ts +38 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +66 -10
package/src/gen/state.ts
CHANGED
|
@@ -2977,6 +2977,21 @@ export const state = {
|
|
|
2977
2977
|
"handle",
|
|
2978
2978
|
"name"
|
|
2979
2979
|
]
|
|
2980
|
+
},
|
|
2981
|
+
"meta": {
|
|
2982
|
+
"type": "object",
|
|
2983
|
+
"properties": {
|
|
2984
|
+
"installs": {
|
|
2985
|
+
"type": "number"
|
|
2986
|
+
},
|
|
2987
|
+
"views": {
|
|
2988
|
+
"type": "number"
|
|
2989
|
+
}
|
|
2990
|
+
},
|
|
2991
|
+
"required": [
|
|
2992
|
+
"installs",
|
|
2993
|
+
"views"
|
|
2994
|
+
]
|
|
2980
2995
|
}
|
|
2981
2996
|
},
|
|
2982
2997
|
"required": [
|
|
@@ -2990,7 +3005,8 @@ export const state = {
|
|
|
2990
3005
|
"iconUrl",
|
|
2991
3006
|
"public",
|
|
2992
3007
|
"verificationStatus",
|
|
2993
|
-
"ownerWorkspace"
|
|
3008
|
+
"ownerWorkspace",
|
|
3009
|
+
"meta"
|
|
2994
3010
|
]
|
|
2995
3011
|
}
|
|
2996
3012
|
},
|
|
@@ -3215,7 +3231,8 @@ export const state = {
|
|
|
3215
3231
|
}
|
|
3216
3232
|
},
|
|
3217
3233
|
"required": [
|
|
3218
|
-
"identifier"
|
|
3234
|
+
"identifier",
|
|
3235
|
+
"schema"
|
|
3219
3236
|
],
|
|
3220
3237
|
"description": "Configuration definition",
|
|
3221
3238
|
"additionalProperties": false
|
|
@@ -3259,7 +3276,8 @@ export const state = {
|
|
|
3259
3276
|
}
|
|
3260
3277
|
},
|
|
3261
3278
|
"required": [
|
|
3262
|
-
"identifier"
|
|
3279
|
+
"identifier",
|
|
3280
|
+
"schema"
|
|
3263
3281
|
],
|
|
3264
3282
|
"description": "Configuration definition",
|
|
3265
3283
|
"additionalProperties": false
|
|
@@ -3645,6 +3663,22 @@ export const state = {
|
|
|
3645
3663
|
"name"
|
|
3646
3664
|
],
|
|
3647
3665
|
"additionalProperties": false
|
|
3666
|
+
},
|
|
3667
|
+
"meta": {
|
|
3668
|
+
"type": "object",
|
|
3669
|
+
"properties": {
|
|
3670
|
+
"installs": {
|
|
3671
|
+
"type": "number"
|
|
3672
|
+
},
|
|
3673
|
+
"views": {
|
|
3674
|
+
"type": "number"
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
"required": [
|
|
3678
|
+
"installs",
|
|
3679
|
+
"views"
|
|
3680
|
+
],
|
|
3681
|
+
"additionalProperties": false
|
|
3648
3682
|
}
|
|
3649
3683
|
},
|
|
3650
3684
|
"required": [
|
|
@@ -3672,7 +3706,8 @@ export const state = {
|
|
|
3672
3706
|
"public",
|
|
3673
3707
|
"verificationStatus",
|
|
3674
3708
|
"secrets",
|
|
3675
|
-
"ownerWorkspace"
|
|
3709
|
+
"ownerWorkspace",
|
|
3710
|
+
"meta"
|
|
3676
3711
|
],
|
|
3677
3712
|
"additionalProperties": false
|
|
3678
3713
|
}
|
|
@@ -3891,7 +3926,8 @@ export const state = {
|
|
|
3891
3926
|
}
|
|
3892
3927
|
},
|
|
3893
3928
|
"required": [
|
|
3894
|
-
"identifier"
|
|
3929
|
+
"identifier",
|
|
3930
|
+
"schema"
|
|
3895
3931
|
],
|
|
3896
3932
|
"description": "Configuration definition",
|
|
3897
3933
|
"additionalProperties": false
|
|
@@ -3935,7 +3971,8 @@ export const state = {
|
|
|
3935
3971
|
}
|
|
3936
3972
|
},
|
|
3937
3973
|
"required": [
|
|
3938
|
-
"identifier"
|
|
3974
|
+
"identifier",
|
|
3975
|
+
"schema"
|
|
3939
3976
|
],
|
|
3940
3977
|
"description": "Configuration definition",
|
|
3941
3978
|
"additionalProperties": false
|
|
@@ -4321,6 +4358,22 @@ export const state = {
|
|
|
4321
4358
|
"name"
|
|
4322
4359
|
],
|
|
4323
4360
|
"additionalProperties": false
|
|
4361
|
+
},
|
|
4362
|
+
"meta": {
|
|
4363
|
+
"type": "object",
|
|
4364
|
+
"properties": {
|
|
4365
|
+
"installs": {
|
|
4366
|
+
"type": "number"
|
|
4367
|
+
},
|
|
4368
|
+
"views": {
|
|
4369
|
+
"type": "number"
|
|
4370
|
+
}
|
|
4371
|
+
},
|
|
4372
|
+
"required": [
|
|
4373
|
+
"installs",
|
|
4374
|
+
"views"
|
|
4375
|
+
],
|
|
4376
|
+
"additionalProperties": false
|
|
4324
4377
|
}
|
|
4325
4378
|
},
|
|
4326
4379
|
"required": [
|
|
@@ -4348,7 +4401,8 @@ export const state = {
|
|
|
4348
4401
|
"public",
|
|
4349
4402
|
"verificationStatus",
|
|
4350
4403
|
"secrets",
|
|
4351
|
-
"ownerWorkspace"
|
|
4404
|
+
"ownerWorkspace",
|
|
4405
|
+
"meta"
|
|
4352
4406
|
],
|
|
4353
4407
|
"additionalProperties": false
|
|
4354
4408
|
}
|
|
@@ -12337,7 +12391,7 @@ export const state = {
|
|
|
12337
12391
|
"title": "Botpress API",
|
|
12338
12392
|
"description": "API for Botpress Cloud",
|
|
12339
12393
|
"server": "https://api.botpress.cloud",
|
|
12340
|
-
"version": "0.45.
|
|
12394
|
+
"version": "0.45.3",
|
|
12341
12395
|
"prefix": "v1"
|
|
12342
12396
|
},
|
|
12343
12397
|
"errors": [
|
|
@@ -13397,7 +13451,8 @@ export const state = {
|
|
|
13397
13451
|
}
|
|
13398
13452
|
},
|
|
13399
13453
|
"required": [
|
|
13400
|
-
"identifier"
|
|
13454
|
+
"identifier",
|
|
13455
|
+
"schema"
|
|
13401
13456
|
],
|
|
13402
13457
|
"description": "Configuration definition",
|
|
13403
13458
|
"additionalProperties": false
|
|
@@ -13441,7 +13496,8 @@ export const state = {
|
|
|
13441
13496
|
}
|
|
13442
13497
|
},
|
|
13443
13498
|
"required": [
|
|
13444
|
-
"identifier"
|
|
13499
|
+
"identifier",
|
|
13500
|
+
"schema"
|
|
13445
13501
|
],
|
|
13446
13502
|
"description": "Configuration definition",
|
|
13447
13503
|
"additionalProperties": false
|