@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 CHANGED
@@ -431557,7 +431557,7 @@ var state = {
431557
431557
  additionalProperties: {
431558
431558
  type: "string"
431559
431559
  },
431560
- description: "Secrets are integration-wide values available in the code via environment variables formatted as SECRET_${YOUR_SECRET_NAME}. A secret name must respect SCREAMING_SNAKE casing."
431560
+ description: "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."
431561
431561
  },
431562
431562
  code: {
431563
431563
  type: "string",
@@ -431927,7 +431927,7 @@ var state = {
431927
431927
  type: "string",
431928
431928
  nullable: true
431929
431929
  },
431930
- description: "Secrets are integration-wide values available in the code via environment variables formatted as SECRET_${YOUR_SECRET_NAME}. A secret name must respect SCREAMING_SNAKE casing."
431930
+ description: "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."
431931
431931
  },
431932
431932
  code: {
431933
431933
  type: "string",
@@ -432587,7 +432587,7 @@ var state = {
432587
432587
  title: "Botpress API",
432588
432588
  description: "API for Botpress Cloud",
432589
432589
  server: "https://api.botpress.cloud",
432590
- version: "0.15.11",
432590
+ version: "0.15.12",
432591
432591
  prefix: "v1"
432592
432592
  },
432593
432593
  errors: [
@@ -433582,7 +433582,7 @@ var state = {
433582
433582
  items: {
433583
433583
  type: "string"
433584
433584
  },
433585
- description: "Secrets are integration-wide values available in the code via environment variables formatted as SECRET_${YOUR_SECRET_NAME}. A secret name must respect SCREAMING_SNAKE casing."
433585
+ description: "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."
433586
433586
  }
433587
433587
  },
433588
433588
  required: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.15.11",
3
+ "version": "0.15.12",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {