@botpress/api 1.3.2 → 1.5.0

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.
@@ -2607,7 +2607,7 @@ export const state = {
2607
2607
  "title": "Botpress API",
2608
2608
  "description": "API for Botpress Cloud",
2609
2609
  "server": "https://api.botpress.cloud",
2610
- "version": "1.3.2",
2610
+ "version": "1.5.0",
2611
2611
  "prefix": "v1"
2612
2612
  },
2613
2613
  "errors": [
@@ -2947,7 +2947,7 @@ export const state = {
2947
2947
  },
2948
2948
  "public": {
2949
2949
  "type": "boolean",
2950
- "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
2950
+ "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
2951
2951
  },
2952
2952
  "verificationStatus": {
2953
2953
  "type": "string",
@@ -3960,7 +3960,7 @@ export const state = {
3960
3960
  },
3961
3961
  "public": {
3962
3962
  "type": "boolean",
3963
- "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
3963
+ "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
3964
3964
  },
3965
3965
  "verificationStatus": {
3966
3966
  "type": "string",
@@ -4537,6 +4537,10 @@ export const state = {
4537
4537
  "readmeUrl": {
4538
4538
  "type": "string",
4539
4539
  "description": "URL of the readme of the plugin. This is the readme that will be displayed in the UI"
4540
+ },
4541
+ "public": {
4542
+ "type": "boolean",
4543
+ "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
4540
4544
  }
4541
4545
  },
4542
4546
  "required": [
@@ -4555,7 +4559,8 @@ export const state = {
4555
4559
  "title",
4556
4560
  "description",
4557
4561
  "iconUrl",
4558
- "readmeUrl"
4562
+ "readmeUrl",
4563
+ "public"
4559
4564
  ],
4560
4565
  "additionalProperties": false
4561
4566
  }