@botpress/api 1.13.0 → 1.13.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/dist/index.js CHANGED
@@ -284126,7 +284126,7 @@ var state = {
284126
284126
  "title": "Botpress API",
284127
284127
  "description": "API for Botpress Cloud",
284128
284128
  "server": "https://api.botpress.cloud",
284129
- "version": "1.13.0",
284129
+ "version": "1.13.1",
284130
284130
  "prefix": "v1"
284131
284131
  },
284132
284132
  "errors": [
@@ -292648,6 +292648,12 @@ var state2 = {
292648
292648
  "type": "string",
292649
292649
  "required": false
292650
292650
  },
292651
+ "messageContains": {
292652
+ "in": "query",
292653
+ "description": "Filter logs where the message contains this substring",
292654
+ "type": "string",
292655
+ "required": false
292656
+ },
292651
292657
  "nextToken": {
292652
292658
  "in": "query",
292653
292659
  "description": "Token to get the next page of logs",
@@ -298373,6 +298379,12 @@ var state2 = {
298373
298379
  "type": "string",
298374
298380
  "required": false
298375
298381
  },
298382
+ "messageContains": {
298383
+ "in": "query",
298384
+ "description": "Filter logs where the message contains this substring",
298385
+ "type": "string",
298386
+ "required": false
298387
+ },
298376
298388
  "nextToken": {
298377
298389
  "in": "query",
298378
298390
  "description": "Token to get the next page of logs",
@@ -300675,7 +300687,7 @@ var state2 = {
300675
300687
  "title": "Botpress API",
300676
300688
  "description": "API for Botpress Cloud",
300677
300689
  "server": "https://api.botpress.cloud",
300678
- "version": "1.13.0",
300690
+ "version": "1.13.1",
300679
300691
  "prefix": "v1"
300680
300692
  },
300681
300693
  "errors": [
@@ -306121,7 +306133,7 @@ var state3 = {
306121
306133
  "title": "Botpress API",
306122
306134
  "description": "API for Botpress Cloud",
306123
306135
  "server": "https://api.botpress.cloud",
306124
- "version": "1.13.0",
306136
+ "version": "1.13.1",
306125
306137
  "prefix": "v1"
306126
306138
  },
306127
306139
  "errors": [
@@ -311008,7 +311020,7 @@ var state4 = {
311008
311020
  "title": "Botpress API",
311009
311021
  "description": "API for Botpress Cloud",
311010
311022
  "server": "https://api.botpress.cloud",
311011
- "version": "1.13.0",
311023
+ "version": "1.13.1",
311012
311024
  "prefix": "v1"
311013
311025
  },
311014
311026
  "errors": [
@@ -322048,6 +322060,12 @@ var state5 = {
322048
322060
  "type": "string",
322049
322061
  "required": false
322050
322062
  },
322063
+ "messageContains": {
322064
+ "in": "query",
322065
+ "description": "Filter logs where the message contains this substring",
322066
+ "type": "string",
322067
+ "required": false
322068
+ },
322051
322069
  "nextToken": {
322052
322070
  "in": "query",
322053
322071
  "description": "Token to get the next page of logs",
@@ -327774,6 +327792,12 @@ var state5 = {
327774
327792
  "type": "string",
327775
327793
  "required": false
327776
327794
  },
327795
+ "messageContains": {
327796
+ "in": "query",
327797
+ "description": "Filter logs where the message contains this substring",
327798
+ "type": "string",
327799
+ "required": false
327800
+ },
327777
327801
  "nextToken": {
327778
327802
  "in": "query",
327779
327803
  "description": "Token to get the next page of logs",
@@ -332851,7 +332875,7 @@ var state5 = {
332851
332875
  "title": "Botpress API",
332852
332876
  "description": "API for Botpress Cloud",
332853
332877
  "server": "https://api.botpress.cloud",
332854
- "version": "1.13.0",
332878
+ "version": "1.13.1",
332855
332879
  "prefix": "v1"
332856
332880
  },
332857
332881
  "errors": [
@@ -4186,6 +4186,12 @@ export declare const state: {
4186
4186
  type: "string";
4187
4187
  required: false;
4188
4188
  };
4189
+ messageContains: {
4190
+ in: "query";
4191
+ description: string;
4192
+ type: "string";
4193
+ required: false;
4194
+ };
4189
4195
  nextToken: {
4190
4196
  in: "query";
4191
4197
  description: string;
@@ -9209,6 +9215,12 @@ export declare const state: {
9209
9215
  type: "string";
9210
9216
  required: false;
9211
9217
  };
9218
+ messageContains: {
9219
+ in: "query";
9220
+ description: string;
9221
+ type: "string";
9222
+ required: false;
9223
+ };
9212
9224
  nextToken: {
9213
9225
  in: "query";
9214
9226
  description: string;
@@ -6535,6 +6535,12 @@ export declare const state: {
6535
6535
  type: "string";
6536
6536
  required: false;
6537
6537
  };
6538
+ messageContains: {
6539
+ in: "query";
6540
+ description: string;
6541
+ type: "string";
6542
+ required: false;
6543
+ };
6538
6544
  nextToken: {
6539
6545
  in: "query";
6540
6546
  description: string;
@@ -11559,6 +11565,12 @@ export declare const state: {
11559
11565
  type: "string";
11560
11566
  required: false;
11561
11567
  };
11568
+ messageContains: {
11569
+ in: "query";
11570
+ description: string;
11571
+ type: "string";
11572
+ required: false;
11573
+ };
11562
11574
  nextToken: {
11563
11575
  in: "query";
11564
11576
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {