@botpress/api 0.83.0 → 0.84.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.
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
  },
@@ -14113,6 +14136,7 @@ export const state = {
14113
14136
  "list",
14114
14137
  "table",
14115
14138
  "code",
14139
+ "image",
14116
14140
  "page"
14117
14141
  ],
14118
14142
  "description": "The subtype of passage, if available."
@@ -14256,6 +14280,7 @@ export const state = {
14256
14280
  "list",
14257
14281
  "table",
14258
14282
  "code",
14283
+ "image",
14259
14284
  "page"
14260
14285
  ],
14261
14286
  "description": "The subtype of passage, if available."
@@ -15813,7 +15838,7 @@ export const state = {
15813
15838
  "title": "Botpress API",
15814
15839
  "description": "API for Botpress Cloud",
15815
15840
  "server": "https://api.botpress.cloud",
15816
- "version": "0.83.0",
15841
+ "version": "0.84.0",
15817
15842
  "prefix": "v1"
15818
15843
  },
15819
15844
  "errors": [