@botpress/api 0.83.0 → 0.83.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/src/gen/state.ts CHANGED
@@ -12513,6 +12513,25 @@ export const state = {
12513
12513
  "type": "string",
12514
12514
  "maxLength": 200,
12515
12515
  "description": "Version of the [Plugin](#schema_plugin)"
12516
+ },
12517
+ "title": {
12518
+ "type": "string",
12519
+ "minLength": 1,
12520
+ "maxLength": 64,
12521
+ "description": "Title of the plugin. This is the name that will be displayed in the UI"
12522
+ },
12523
+ "description": {
12524
+ "type": "string",
12525
+ "maxLength": 256,
12526
+ "description": "Description of the plugin. This is the description that will be displayed in the UI"
12527
+ },
12528
+ "iconUrl": {
12529
+ "type": "string",
12530
+ "description": "URL of the icon of the plugin. This is the icon that will be displayed in the UI"
12531
+ },
12532
+ "readmeUrl": {
12533
+ "type": "string",
12534
+ "description": "URL of the readme of the plugin. This is the readme that will be displayed in the UI"
12516
12535
  }
12517
12536
  },
12518
12537
  "required": [
@@ -12520,7 +12539,11 @@ export const state = {
12520
12539
  "createdAt",
12521
12540
  "updatedAt",
12522
12541
  "name",
12523
- "version"
12542
+ "version",
12543
+ "title",
12544
+ "description",
12545
+ "iconUrl",
12546
+ "readmeUrl"
12524
12547
  ]
12525
12548
  }
12526
12549
  },
@@ -15813,7 +15836,7 @@ export const state = {
15813
15836
  "title": "Botpress API",
15814
15837
  "description": "API for Botpress Cloud",
15815
15838
  "server": "https://api.botpress.cloud",
15816
- "version": "0.83.0",
15839
+ "version": "0.83.1",
15817
15840
  "prefix": "v1"
15818
15841
  },
15819
15842
  "errors": [