@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/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
|
},
|
|
@@ -7614,10 +7614,6 @@ export const state = {
|
|
|
7614
7614
|
},
|
|
7615
7615
|
"description": "A mapping of plugin aliases to their configuration"
|
|
7616
7616
|
},
|
|
7617
|
-
"shouldMergePlugins": {
|
|
7618
|
-
"type": "boolean",
|
|
7619
|
-
"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"
|
|
7620
|
-
},
|
|
7621
7617
|
"subscriptions": {
|
|
7622
7618
|
"type": "object",
|
|
7623
7619
|
"properties": {
|
|
@@ -7861,12 +7857,6 @@ export const state = {
|
|
|
7861
7857
|
"type": "string",
|
|
7862
7858
|
"description": "Bot ID",
|
|
7863
7859
|
"in": "path"
|
|
7864
|
-
},
|
|
7865
|
-
"shouldMergePlugins": {
|
|
7866
|
-
"in": "query",
|
|
7867
|
-
"type": "boolean",
|
|
7868
|
-
"required": false,
|
|
7869
|
-
"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."
|
|
7870
7860
|
}
|
|
7871
7861
|
},
|
|
7872
7862
|
"response": {
|
|
@@ -14254,7 +14244,7 @@ export const state = {
|
|
|
14254
14244
|
},
|
|
14255
14245
|
"version": {
|
|
14256
14246
|
"type": "string",
|
|
14257
|
-
"description": "Integration version. Either a semver version or
|
|
14247
|
+
"description": "Integration version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
14258
14248
|
"in": "path"
|
|
14259
14249
|
}
|
|
14260
14250
|
},
|
|
@@ -14629,14 +14619,14 @@ export const state = {
|
|
|
14629
14619
|
"path": "/v1/admin/interfaces/{name}/{version}",
|
|
14630
14620
|
"parameters": {
|
|
14631
14621
|
"name": {
|
|
14632
|
-
"in": "path",
|
|
14633
14622
|
"type": "string",
|
|
14634
|
-
"description": "Interface
|
|
14623
|
+
"description": "Interface Name",
|
|
14624
|
+
"in": "path"
|
|
14635
14625
|
},
|
|
14636
14626
|
"version": {
|
|
14637
|
-
"in": "path",
|
|
14638
14627
|
"type": "string",
|
|
14639
|
-
"description": "Interface version"
|
|
14628
|
+
"description": "Interface version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
14629
|
+
"in": "path"
|
|
14640
14630
|
}
|
|
14641
14631
|
},
|
|
14642
14632
|
"section": "interface",
|
|
@@ -15487,14 +15477,14 @@ export const state = {
|
|
|
15487
15477
|
"path": "/v1/admin/plugins/{name}/{version}",
|
|
15488
15478
|
"parameters": {
|
|
15489
15479
|
"name": {
|
|
15490
|
-
"in": "path",
|
|
15491
15480
|
"type": "string",
|
|
15492
|
-
"description": "Plugin
|
|
15481
|
+
"description": "Plugin Name",
|
|
15482
|
+
"in": "path"
|
|
15493
15483
|
},
|
|
15494
15484
|
"version": {
|
|
15495
|
-
"in": "path",
|
|
15496
15485
|
"type": "string",
|
|
15497
|
-
"description": "Plugin version"
|
|
15486
|
+
"description": "Plugin version. Either a semver version, semver version range, or the constant string \"latest\"",
|
|
15487
|
+
"in": "path"
|
|
15498
15488
|
}
|
|
15499
15489
|
},
|
|
15500
15490
|
"section": "plugin",
|
|
@@ -19548,7 +19538,7 @@ export const state = {
|
|
|
19548
19538
|
"title": "Botpress API",
|
|
19549
19539
|
"description": "API for Botpress Cloud",
|
|
19550
19540
|
"server": "https://api.botpress.cloud",
|
|
19551
|
-
"version": "1.
|
|
19541
|
+
"version": "1.35.1",
|
|
19552
19542
|
"prefix": "v1"
|
|
19553
19543
|
},
|
|
19554
19544
|
"errors": [
|