@botpress/api 1.34.0 → 1.35.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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +29 -29
- package/dist/src/gen/admin/state.d.ts +4 -4
- package/dist/src/gen/state.d.ts +4 -4
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +13 -13
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +13 -13
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/runtime/state.ts
CHANGED
package/src/gen/state.ts
CHANGED
|
@@ -4053,7 +4053,7 @@ export const state = {
|
|
|
4053
4053
|
},
|
|
4054
4054
|
"version": {
|
|
4055
4055
|
"type": "string",
|
|
4056
|
-
"description": "Integration version. Either a semver version or
|
|
4056
|
+
"description": "Integration version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
4057
4057
|
"in": "path"
|
|
4058
4058
|
}
|
|
4059
4059
|
},
|
|
@@ -5729,7 +5729,7 @@ export const state = {
|
|
|
5729
5729
|
},
|
|
5730
5730
|
"version": {
|
|
5731
5731
|
"type": "string",
|
|
5732
|
-
"description": "Plugin version.",
|
|
5732
|
+
"description": "Plugin version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
5733
5733
|
"in": "path"
|
|
5734
5734
|
}
|
|
5735
5735
|
},
|
|
@@ -6582,7 +6582,7 @@ export const state = {
|
|
|
6582
6582
|
},
|
|
6583
6583
|
"version": {
|
|
6584
6584
|
"type": "string",
|
|
6585
|
-
"description": "Interface version.",
|
|
6585
|
+
"description": "Interface version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
6586
6586
|
"in": "path"
|
|
6587
6587
|
}
|
|
6588
6588
|
},
|
|
@@ -14254,7 +14254,7 @@ export const state = {
|
|
|
14254
14254
|
},
|
|
14255
14255
|
"version": {
|
|
14256
14256
|
"type": "string",
|
|
14257
|
-
"description": "Integration version. Either a semver version or
|
|
14257
|
+
"description": "Integration version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
14258
14258
|
"in": "path"
|
|
14259
14259
|
}
|
|
14260
14260
|
},
|
|
@@ -14629,14 +14629,14 @@ export const state = {
|
|
|
14629
14629
|
"path": "/v1/admin/interfaces/{name}/{version}",
|
|
14630
14630
|
"parameters": {
|
|
14631
14631
|
"name": {
|
|
14632
|
-
"in": "path",
|
|
14633
14632
|
"type": "string",
|
|
14634
|
-
"description": "Interface
|
|
14633
|
+
"description": "Interface Name",
|
|
14634
|
+
"in": "path"
|
|
14635
14635
|
},
|
|
14636
14636
|
"version": {
|
|
14637
|
-
"in": "path",
|
|
14638
14637
|
"type": "string",
|
|
14639
|
-
"description": "Interface version"
|
|
14638
|
+
"description": "Interface version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
14639
|
+
"in": "path"
|
|
14640
14640
|
}
|
|
14641
14641
|
},
|
|
14642
14642
|
"section": "interface",
|
|
@@ -15487,14 +15487,14 @@ export const state = {
|
|
|
15487
15487
|
"path": "/v1/admin/plugins/{name}/{version}",
|
|
15488
15488
|
"parameters": {
|
|
15489
15489
|
"name": {
|
|
15490
|
-
"in": "path",
|
|
15491
15490
|
"type": "string",
|
|
15492
|
-
"description": "Plugin
|
|
15491
|
+
"description": "Plugin Name",
|
|
15492
|
+
"in": "path"
|
|
15493
15493
|
},
|
|
15494
15494
|
"version": {
|
|
15495
|
-
"in": "path",
|
|
15496
15495
|
"type": "string",
|
|
15497
|
-
"description": "Plugin version"
|
|
15496
|
+
"description": "Plugin version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
15497
|
+
"in": "path"
|
|
15498
15498
|
}
|
|
15499
15499
|
},
|
|
15500
15500
|
"section": "plugin",
|
|
@@ -19548,7 +19548,7 @@ export const state = {
|
|
|
19548
19548
|
"title": "Botpress API",
|
|
19549
19549
|
"description": "API for Botpress Cloud",
|
|
19550
19550
|
"server": "https://api.botpress.cloud",
|
|
19551
|
-
"version": "1.
|
|
19551
|
+
"version": "1.35.0",
|
|
19552
19552
|
"prefix": "v1"
|
|
19553
19553
|
},
|
|
19554
19554
|
"errors": [
|