@botpress/api 0.15.11 → 0.15.12
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/index.js +4 -4
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +4 -4
package/src/gen/state.ts
CHANGED
|
@@ -4914,7 +4914,7 @@ export const state = {
|
|
|
4914
4914
|
type: "string",
|
|
4915
4915
|
},
|
|
4916
4916
|
description:
|
|
4917
|
-
"Secrets are integration-wide values available in the code via environment variables formatted
|
|
4917
|
+
"Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.",
|
|
4918
4918
|
},
|
|
4919
4919
|
code: {
|
|
4920
4920
|
type: "string",
|
|
@@ -5301,7 +5301,7 @@ export const state = {
|
|
|
5301
5301
|
nullable: true,
|
|
5302
5302
|
},
|
|
5303
5303
|
description:
|
|
5304
|
-
"Secrets are integration-wide values available in the code via environment variables formatted
|
|
5304
|
+
"Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.",
|
|
5305
5305
|
},
|
|
5306
5306
|
code: {
|
|
5307
5307
|
type: "string",
|
|
@@ -5983,7 +5983,7 @@ export const state = {
|
|
|
5983
5983
|
title: "Botpress API",
|
|
5984
5984
|
description: "API for Botpress Cloud",
|
|
5985
5985
|
server: "https://api.botpress.cloud",
|
|
5986
|
-
version: "0.15.
|
|
5986
|
+
version: "0.15.12",
|
|
5987
5987
|
prefix: "v1",
|
|
5988
5988
|
},
|
|
5989
5989
|
errors: [
|
|
@@ -7033,7 +7033,7 @@ export const state = {
|
|
|
7033
7033
|
type: "string",
|
|
7034
7034
|
},
|
|
7035
7035
|
description:
|
|
7036
|
-
"Secrets are integration-wide values available in the code via environment variables formatted
|
|
7036
|
+
"Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.",
|
|
7037
7037
|
},
|
|
7038
7038
|
},
|
|
7039
7039
|
required: [
|