@botpress/api 1.9.0 → 1.11.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.
@@ -10145,6 +10145,29 @@ export const state = {
10145
10145
  ],
10146
10146
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
10147
10147
  "additionalProperties": false
10148
+ },
10149
+ "icon": {
10150
+ "type": "string",
10151
+ "description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
10152
+ },
10153
+ "readme": {
10154
+ "type": "string",
10155
+ "description": "Base64 encoded markdown of the interface readme. The readme is specific to each interface versions."
10156
+ },
10157
+ "title": {
10158
+ "type": "string",
10159
+ "minLength": 1,
10160
+ "maxLength": 64,
10161
+ "description": "Title of the interface. This is the name that will be displayed in the UI"
10162
+ },
10163
+ "description": {
10164
+ "type": "string",
10165
+ "maxLength": 256,
10166
+ "description": "Description of the interface. This is the description that will be displayed in the UI"
10167
+ },
10168
+ "public": {
10169
+ "type": "boolean",
10170
+ "description": "Indicates if the interface is public. Public interfaces are available to all and cannot be updated without creating a new version."
10148
10171
  }
10149
10172
  },
10150
10173
  "required": [
@@ -10441,6 +10464,29 @@ export const state = {
10441
10464
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
10442
10465
  "nullable": true,
10443
10466
  "additionalProperties": false
10467
+ },
10468
+ "icon": {
10469
+ "type": "string",
10470
+ "description": "Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes."
10471
+ },
10472
+ "readme": {
10473
+ "type": "string",
10474
+ "description": "Base64 encoded markdown of the interface readme. The readme is specific to each interface versions."
10475
+ },
10476
+ "title": {
10477
+ "type": "string",
10478
+ "minLength": 1,
10479
+ "maxLength": 64,
10480
+ "description": "Title of the interface. This is the name that will be displayed in the UI"
10481
+ },
10482
+ "description": {
10483
+ "type": "string",
10484
+ "maxLength": 256,
10485
+ "description": "Description of the interface. This is the description that will be displayed in the UI"
10486
+ },
10487
+ "public": {
10488
+ "type": "boolean",
10489
+ "description": "Indicates if the interface is public. Public interfaces are available to all and cannot be updated without creating a new version."
10444
10490
  }
10445
10491
  },
10446
10492
  "title": "updateInterfaceBody",
@@ -10540,6 +10586,29 @@ export const state = {
10540
10586
  "type": "string",
10541
10587
  "maxLength": 200,
10542
10588
  "description": "Version of the [Interface](#schema_interface)"
10589
+ },
10590
+ "title": {
10591
+ "type": "string",
10592
+ "minLength": 1,
10593
+ "maxLength": 64,
10594
+ "description": "Title of the interface. This is the name that will be displayed in the UI"
10595
+ },
10596
+ "description": {
10597
+ "type": "string",
10598
+ "maxLength": 256,
10599
+ "description": "Description of the interface. This is the description that will be displayed in the UI"
10600
+ },
10601
+ "iconUrl": {
10602
+ "type": "string",
10603
+ "description": "URL of the icon of the interface. This is the icon that will be displayed in the UI"
10604
+ },
10605
+ "readmeUrl": {
10606
+ "type": "string",
10607
+ "description": "URL of the readme of the interface. This is the readme that will be displayed in the UI"
10608
+ },
10609
+ "public": {
10610
+ "type": "boolean",
10611
+ "description": "Indicates if the interface is public. Public interfaces are available to all and cannot be updated without creating a new version."
10543
10612
  }
10544
10613
  },
10545
10614
  "required": [
@@ -10547,7 +10616,12 @@ export const state = {
10547
10616
  "createdAt",
10548
10617
  "updatedAt",
10549
10618
  "name",
10550
- "version"
10619
+ "version",
10620
+ "title",
10621
+ "description",
10622
+ "iconUrl",
10623
+ "readmeUrl",
10624
+ "public"
10551
10625
  ]
10552
10626
  }
10553
10627
  },
@@ -11990,7 +12064,7 @@ export const state = {
11990
12064
  "title": "Botpress API",
11991
12065
  "description": "API for Botpress Cloud",
11992
12066
  "server": "https://api.botpress.cloud",
11993
- "version": "1.9.0",
12067
+ "version": "1.11.0",
11994
12068
  "prefix": "v1"
11995
12069
  },
11996
12070
  "errors": [
@@ -13693,6 +13767,29 @@ export const state = {
13693
13767
  ],
13694
13768
  "description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
13695
13769
  "additionalProperties": false
13770
+ },
13771
+ "title": {
13772
+ "type": "string",
13773
+ "minLength": 1,
13774
+ "maxLength": 64,
13775
+ "description": "Title of the interface. This is the name that will be displayed in the UI"
13776
+ },
13777
+ "description": {
13778
+ "type": "string",
13779
+ "maxLength": 256,
13780
+ "description": "Description of the interface. This is the description that will be displayed in the UI"
13781
+ },
13782
+ "iconUrl": {
13783
+ "type": "string",
13784
+ "description": "URL of the icon of the interface. This is the icon that will be displayed in the UI"
13785
+ },
13786
+ "readmeUrl": {
13787
+ "type": "string",
13788
+ "description": "URL of the readme of the interface. This is the readme that will be displayed in the UI"
13789
+ },
13790
+ "public": {
13791
+ "type": "boolean",
13792
+ "description": "Indicates if the interface is public. Public interfaces are available to all and cannot be updated without creating a new version."
13696
13793
  }
13697
13794
  },
13698
13795
  "required": [
@@ -13704,7 +13801,12 @@ export const state = {
13704
13801
  "entities",
13705
13802
  "events",
13706
13803
  "actions",
13707
- "channels"
13804
+ "channels",
13805
+ "title",
13806
+ "description",
13807
+ "iconUrl",
13808
+ "readmeUrl",
13809
+ "public"
13708
13810
  ],
13709
13811
  "additionalProperties": false
13710
13812
  }