@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/admin/state.ts
CHANGED
|
@@ -1453,7 +1453,7 @@ export const state = {
|
|
|
1453
1453
|
},
|
|
1454
1454
|
"version": {
|
|
1455
1455
|
"type": "string",
|
|
1456
|
-
"description": "Integration version. Either a semver version or
|
|
1456
|
+
"description": "Integration version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
1457
1457
|
"in": "path"
|
|
1458
1458
|
}
|
|
1459
1459
|
},
|
|
@@ -3129,7 +3129,7 @@ export const state = {
|
|
|
3129
3129
|
},
|
|
3130
3130
|
"version": {
|
|
3131
3131
|
"type": "string",
|
|
3132
|
-
"description": "Plugin version.",
|
|
3132
|
+
"description": "Plugin version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
3133
3133
|
"in": "path"
|
|
3134
3134
|
}
|
|
3135
3135
|
},
|
|
@@ -3982,7 +3982,7 @@ export const state = {
|
|
|
3982
3982
|
},
|
|
3983
3983
|
"version": {
|
|
3984
3984
|
"type": "string",
|
|
3985
|
-
"description": "Interface version.",
|
|
3985
|
+
"description": "Interface version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
3986
3986
|
"in": "path"
|
|
3987
3987
|
}
|
|
3988
3988
|
},
|
|
@@ -11653,7 +11653,7 @@ export const state = {
|
|
|
11653
11653
|
},
|
|
11654
11654
|
"version": {
|
|
11655
11655
|
"type": "string",
|
|
11656
|
-
"description": "Integration version. Either a semver version or
|
|
11656
|
+
"description": "Integration version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
11657
11657
|
"in": "path"
|
|
11658
11658
|
}
|
|
11659
11659
|
},
|
|
@@ -12028,14 +12028,14 @@ export const state = {
|
|
|
12028
12028
|
"path": "/v1/admin/interfaces/{name}/{version}",
|
|
12029
12029
|
"parameters": {
|
|
12030
12030
|
"name": {
|
|
12031
|
-
"in": "path",
|
|
12032
12031
|
"type": "string",
|
|
12033
|
-
"description": "Interface
|
|
12032
|
+
"description": "Interface Name",
|
|
12033
|
+
"in": "path"
|
|
12034
12034
|
},
|
|
12035
12035
|
"version": {
|
|
12036
|
-
"in": "path",
|
|
12037
12036
|
"type": "string",
|
|
12038
|
-
"description": "Interface version"
|
|
12037
|
+
"description": "Interface version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
12038
|
+
"in": "path"
|
|
12039
12039
|
}
|
|
12040
12040
|
},
|
|
12041
12041
|
"section": "interface",
|
|
@@ -12886,14 +12886,14 @@ export const state = {
|
|
|
12886
12886
|
"path": "/v1/admin/plugins/{name}/{version}",
|
|
12887
12887
|
"parameters": {
|
|
12888
12888
|
"name": {
|
|
12889
|
-
"in": "path",
|
|
12890
12889
|
"type": "string",
|
|
12891
|
-
"description": "Plugin
|
|
12890
|
+
"description": "Plugin Name",
|
|
12891
|
+
"in": "path"
|
|
12892
12892
|
},
|
|
12893
12893
|
"version": {
|
|
12894
|
-
"in": "path",
|
|
12895
12894
|
"type": "string",
|
|
12896
|
-
"description": "Plugin version"
|
|
12895
|
+
"description": "Plugin version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
12896
|
+
"in": "path"
|
|
12897
12897
|
}
|
|
12898
12898
|
},
|
|
12899
12899
|
"section": "plugin",
|
|
@@ -13965,7 +13965,7 @@ export const state = {
|
|
|
13965
13965
|
"title": "Botpress API",
|
|
13966
13966
|
"description": "API for Botpress Cloud",
|
|
13967
13967
|
"server": "https://api.botpress.cloud",
|
|
13968
|
-
"version": "1.
|
|
13968
|
+
"version": "1.35.0",
|
|
13969
13969
|
"prefix": "v1"
|
|
13970
13970
|
},
|
|
13971
13971
|
"errors": [
|