@botpress/api 0.15.0 → 0.15.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/dist/gen/state.d.ts +12 -0
- package/dist/index.js +33 -7
- package/package.json +2 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +15 -1
package/src/gen/state.ts
CHANGED
|
@@ -2429,6 +2429,13 @@ export const state = {
|
|
|
2429
2429
|
method: "get",
|
|
2430
2430
|
path: "/v1/admin/bots",
|
|
2431
2431
|
parameters: {
|
|
2432
|
+
dev: {
|
|
2433
|
+
in: "query",
|
|
2434
|
+
description:
|
|
2435
|
+
"If true, only dev bots are returned. Otherwise, only production bots are returned.",
|
|
2436
|
+
type: "boolean",
|
|
2437
|
+
required: false,
|
|
2438
|
+
},
|
|
2432
2439
|
nextToken: {
|
|
2433
2440
|
in: "query",
|
|
2434
2441
|
description:
|
|
@@ -5051,6 +5058,13 @@ export const state = {
|
|
|
5051
5058
|
'Integration version. Either a semver version or tag "latest"',
|
|
5052
5059
|
in: "query",
|
|
5053
5060
|
},
|
|
5061
|
+
dev: {
|
|
5062
|
+
in: "query",
|
|
5063
|
+
description:
|
|
5064
|
+
"If true, only dev integrations are returned. Otherwise, only production integrations are returned.",
|
|
5065
|
+
type: "boolean",
|
|
5066
|
+
required: false,
|
|
5067
|
+
},
|
|
5054
5068
|
},
|
|
5055
5069
|
response: {
|
|
5056
5070
|
description: "Success",
|
|
@@ -5646,7 +5660,7 @@ export const state = {
|
|
|
5646
5660
|
title: "Botpress API",
|
|
5647
5661
|
description: "API for Botpress Cloud",
|
|
5648
5662
|
server: "https://api.botpress.cloud",
|
|
5649
|
-
version: "0.15.
|
|
5663
|
+
version: "0.15.1",
|
|
5650
5664
|
prefix: "v1",
|
|
5651
5665
|
},
|
|
5652
5666
|
errors: [
|