@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.
@@ -1216,7 +1216,7 @@ export const state = {
1216
1216
  "title": "Botpress API",
1217
1217
  "description": "API for Botpress Cloud",
1218
1218
  "server": "https://api.botpress.cloud",
1219
- "version": "1.3.2",
1219
+ "version": "1.5.0",
1220
1220
  "prefix": "v1"
1221
1221
  },
1222
1222
  "errors": [
@@ -1516,7 +1516,7 @@ export const state = {
1516
1516
  },
1517
1517
  "public": {
1518
1518
  "type": "boolean",
1519
- "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
1519
+ "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
1520
1520
  },
1521
1521
  "verificationStatus": {
1522
1522
  "type": "string",
@@ -2529,7 +2529,7 @@ export const state = {
2529
2529
  },
2530
2530
  "public": {
2531
2531
  "type": "boolean",
2532
- "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
2532
+ "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
2533
2533
  },
2534
2534
  "verificationStatus": {
2535
2535
  "type": "string",
@@ -3106,6 +3106,10 @@ export const state = {
3106
3106
  "readmeUrl": {
3107
3107
  "type": "string",
3108
3108
  "description": "URL of the readme of the plugin. This is the readme that will be displayed in the UI"
3109
+ },
3110
+ "public": {
3111
+ "type": "boolean",
3112
+ "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
3109
3113
  }
3110
3114
  },
3111
3115
  "required": [
@@ -3124,7 +3128,8 @@ export const state = {
3124
3128
  "title",
3125
3129
  "description",
3126
3130
  "iconUrl",
3127
- "readmeUrl"
3131
+ "readmeUrl",
3132
+ "public"
3128
3133
  ],
3129
3134
  "additionalProperties": false
3130
3135
  }