@botpress/api 1.70.1 → 1.70.2
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 +6 -6
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -279363,7 +279363,7 @@ var state = {
|
|
|
279363
279363
|
"title": "Botpress Runtime API",
|
|
279364
279364
|
"description": "API for Botpress Runtime",
|
|
279365
279365
|
"server": "https://api.botpress.cloud",
|
|
279366
|
-
"version": "1.70.
|
|
279366
|
+
"version": "1.70.2",
|
|
279367
279367
|
"prefix": "v1"
|
|
279368
279368
|
},
|
|
279369
279369
|
"defaultParameters": {
|
|
@@ -295787,7 +295787,7 @@ var state2 = {
|
|
|
295787
295787
|
"title": "Botpress Admin API",
|
|
295788
295788
|
"description": "API for Botpress Cloud Manager",
|
|
295789
295789
|
"server": "https://api.botpress.cloud",
|
|
295790
|
-
"version": "1.70.
|
|
295790
|
+
"version": "1.70.2",
|
|
295791
295791
|
"prefix": "v1"
|
|
295792
295792
|
},
|
|
295793
295793
|
"defaultParameters": {
|
|
@@ -301296,7 +301296,7 @@ var state3 = {
|
|
|
301296
301296
|
"title": "Botpress Files API",
|
|
301297
301297
|
"description": "API for Botpress Files",
|
|
301298
301298
|
"server": "https://api.botpress.cloud",
|
|
301299
|
-
"version": "1.70.
|
|
301299
|
+
"version": "1.70.2",
|
|
301300
301300
|
"prefix": "v1"
|
|
301301
301301
|
},
|
|
301302
301302
|
"defaultParameters": {
|
|
@@ -303592,7 +303592,7 @@ var state4 = {
|
|
|
303592
303592
|
"title": "Botpress Tables API",
|
|
303593
303593
|
"description": "API for Botpress Tables",
|
|
303594
303594
|
"server": "https://api.botpress.cloud",
|
|
303595
|
-
"version": "1.70.
|
|
303595
|
+
"version": "1.70.2",
|
|
303596
303596
|
"prefix": "v1"
|
|
303597
303597
|
},
|
|
303598
303598
|
"defaultParameters": {
|
|
@@ -325003,7 +325003,7 @@ var state5 = {
|
|
|
325003
325003
|
"title": "Botpress API",
|
|
325004
325004
|
"description": "API for Botpress Cloud",
|
|
325005
325005
|
"server": "https://api.botpress.cloud",
|
|
325006
|
-
"version": "1.70.
|
|
325006
|
+
"version": "1.70.2",
|
|
325007
325007
|
"prefix": "v1"
|
|
325008
325008
|
},
|
|
325009
325009
|
"errors": [
|
|
@@ -330282,7 +330282,7 @@ var state6 = {
|
|
|
330282
330282
|
"title": "Botpress Billing Public API",
|
|
330283
330283
|
"description": "API for Botpress Billing",
|
|
330284
330284
|
"server": "https://api.botpress.cloud",
|
|
330285
|
-
"version": "1.70.
|
|
330285
|
+
"version": "1.70.2",
|
|
330286
330286
|
"prefix": "v2"
|
|
330287
330287
|
},
|
|
330288
330288
|
"defaultParameters": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"devDependencies": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"@botpress/common": "0.5.0",
|
|
14
14
|
"@botpress/files-api": "0.18.0",
|
|
15
15
|
"@bpinternal/const": "0.4.2",
|
|
16
|
-
"@
|
|
17
|
-
"@
|
|
16
|
+
"@botpress/smaug": "1.0.0",
|
|
17
|
+
"@bpinternal/tables-api": "0.17.2"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@bpinternal/opapi": "1.0.0"
|