@botpress/api 0.55.0 → 0.56.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/dist/index.js CHANGED
@@ -286447,6 +286447,14 @@ var state = {
286447
286447
  },
286448
286448
  "additionalProperties": false
286449
286449
  },
286450
+ "tags": {
286451
+ "type": "object",
286452
+ "additionalProperties": {
286453
+ "type": "string",
286454
+ "maxLength": 500
286455
+ },
286456
+ "description": "Tags of the [Bot](#schema_bot)"
286457
+ },
286450
286458
  "code": {
286451
286459
  "type": "string",
286452
286460
  "description": "JavaScript code of the bot"
@@ -286551,6 +286559,14 @@ var state = {
286551
286559
  },
286552
286560
  "additionalProperties": false
286553
286561
  },
286562
+ "tags": {
286563
+ "type": "object",
286564
+ "additionalProperties": {
286565
+ "type": "string",
286566
+ "maxLength": 500
286567
+ },
286568
+ "description": "Tags of the [Bot](#schema_bot)"
286569
+ },
286554
286570
  "blocked": {
286555
286571
  "type": "boolean"
286556
286572
  },
@@ -295138,7 +295154,7 @@ var state = {
295138
295154
  "title": "Botpress API",
295139
295155
  "description": "API for Botpress Cloud",
295140
295156
  "server": "https://api.botpress.cloud",
295141
- "version": "0.55.0",
295157
+ "version": "0.56.0",
295142
295158
  "prefix": "v1"
295143
295159
  },
295144
295160
  "errors": [
@@ -295952,6 +295968,13 @@ var state = {
295952
295968
  },
295953
295969
  "description": "Actions definition"
295954
295970
  },
295971
+ "tags": {
295972
+ "type": "object",
295973
+ "additionalProperties": {
295974
+ "type": "string"
295975
+ },
295976
+ "description": "Tags of [Bot](#schema_bot)"
295977
+ },
295955
295978
  "name": {
295956
295979
  "type": "string",
295957
295980
  "description": "Name of the [Bot](#schema_bot)"
@@ -296018,6 +296041,7 @@ var state = {
296018
296041
  "recurringEvents",
296019
296042
  "subscriptions",
296020
296043
  "actions",
296044
+ "tags",
296021
296045
  "name",
296022
296046
  "dev",
296023
296047
  "alwaysAlive",
@@ -4181,6 +4181,14 @@ export declare const state: {
4181
4181
  };
4182
4182
  additionalProperties: false;
4183
4183
  };
4184
+ tags: {
4185
+ type: "object";
4186
+ additionalProperties: {
4187
+ type: "string";
4188
+ maxLength: number;
4189
+ };
4190
+ description: string;
4191
+ };
4184
4192
  code: {
4185
4193
  type: "string";
4186
4194
  description: string;
@@ -4278,6 +4286,14 @@ export declare const state: {
4278
4286
  };
4279
4287
  additionalProperties: false;
4280
4288
  };
4289
+ tags: {
4290
+ type: "object";
4291
+ additionalProperties: {
4292
+ type: "string";
4293
+ maxLength: number;
4294
+ };
4295
+ description: string;
4296
+ };
4281
4297
  blocked: {
4282
4298
  type: "boolean";
4283
4299
  };
@@ -12431,6 +12447,13 @@ export declare const state: {
12431
12447
  };
12432
12448
  description: string;
12433
12449
  };
12450
+ tags: {
12451
+ type: "object";
12452
+ additionalProperties: {
12453
+ type: "string";
12454
+ };
12455
+ description: string;
12456
+ };
12434
12457
  name: {
12435
12458
  type: "string";
12436
12459
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.55.0",
3
+ "version": "0.56.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {