@botpress/api 1.34.0 → 1.35.1
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 +4 -4
- package/dist/index.js +79 -100
- package/dist/src/gen/admin/state.d.ts +4 -14
- package/dist/src/gen/state.d.ts +4 -14
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +13 -23
- 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 -23
- 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
|
},
|
|
@@ -5014,10 +5014,6 @@ export const state = {
|
|
|
5014
5014
|
},
|
|
5015
5015
|
"description": "A mapping of plugin aliases to their configuration"
|
|
5016
5016
|
},
|
|
5017
|
-
"shouldMergePlugins": {
|
|
5018
|
-
"type": "boolean",
|
|
5019
|
-
"description": "If true, plugins will be merged into the bot and entity references will be resolved. If you are uncertain about this field, you should probably set it to true"
|
|
5020
|
-
},
|
|
5021
5017
|
"subscriptions": {
|
|
5022
5018
|
"type": "object",
|
|
5023
5019
|
"properties": {
|
|
@@ -5261,12 +5257,6 @@ export const state = {
|
|
|
5261
5257
|
"type": "string",
|
|
5262
5258
|
"description": "Bot ID",
|
|
5263
5259
|
"in": "path"
|
|
5264
|
-
},
|
|
5265
|
-
"shouldMergePlugins": {
|
|
5266
|
-
"in": "query",
|
|
5267
|
-
"type": "boolean",
|
|
5268
|
-
"required": false,
|
|
5269
|
-
"description": "If true, indicates that the client has support for server-side plugins. Enabling this option returns the bot without any plugins merged into it. You probably want to set this option to true, as it will soon become the default behavior."
|
|
5270
5260
|
}
|
|
5271
5261
|
},
|
|
5272
5262
|
"response": {
|
|
@@ -11653,7 +11643,7 @@ export const state = {
|
|
|
11653
11643
|
},
|
|
11654
11644
|
"version": {
|
|
11655
11645
|
"type": "string",
|
|
11656
|
-
"description": "Integration version. Either a semver version or
|
|
11646
|
+
"description": "Integration version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
11657
11647
|
"in": "path"
|
|
11658
11648
|
}
|
|
11659
11649
|
},
|
|
@@ -12028,14 +12018,14 @@ export const state = {
|
|
|
12028
12018
|
"path": "/v1/admin/interfaces/{name}/{version}",
|
|
12029
12019
|
"parameters": {
|
|
12030
12020
|
"name": {
|
|
12031
|
-
"in": "path",
|
|
12032
12021
|
"type": "string",
|
|
12033
|
-
"description": "Interface
|
|
12022
|
+
"description": "Interface Name",
|
|
12023
|
+
"in": "path"
|
|
12034
12024
|
},
|
|
12035
12025
|
"version": {
|
|
12036
|
-
"in": "path",
|
|
12037
12026
|
"type": "string",
|
|
12038
|
-
"description": "Interface version"
|
|
12027
|
+
"description": "Interface version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
12028
|
+
"in": "path"
|
|
12039
12029
|
}
|
|
12040
12030
|
},
|
|
12041
12031
|
"section": "interface",
|
|
@@ -12886,14 +12876,14 @@ export const state = {
|
|
|
12886
12876
|
"path": "/v1/admin/plugins/{name}/{version}",
|
|
12887
12877
|
"parameters": {
|
|
12888
12878
|
"name": {
|
|
12889
|
-
"in": "path",
|
|
12890
12879
|
"type": "string",
|
|
12891
|
-
"description": "Plugin
|
|
12880
|
+
"description": "Plugin Name",
|
|
12881
|
+
"in": "path"
|
|
12892
12882
|
},
|
|
12893
12883
|
"version": {
|
|
12894
|
-
"in": "path",
|
|
12895
12884
|
"type": "string",
|
|
12896
|
-
"description": "Plugin version"
|
|
12885
|
+
"description": "Plugin version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
12886
|
+
"in": "path"
|
|
12897
12887
|
}
|
|
12898
12888
|
},
|
|
12899
12889
|
"section": "plugin",
|
|
@@ -13965,7 +13955,7 @@ export const state = {
|
|
|
13965
13955
|
"title": "Botpress API",
|
|
13966
13956
|
"description": "API for Botpress Cloud",
|
|
13967
13957
|
"server": "https://api.botpress.cloud",
|
|
13968
|
-
"version": "1.
|
|
13958
|
+
"version": "1.35.1",
|
|
13969
13959
|
"prefix": "v1"
|
|
13970
13960
|
},
|
|
13971
13961
|
"errors": [
|