@botpress/api 0.58.1 → 0.59.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
@@ -5378,6 +5378,30 @@ export const state = {
5378
5378
  "type": "string",
5379
5379
  "required": true
5380
5380
  },
5381
+ "level": {
5382
+ "in": "query",
5383
+ "description": "Filter by log level",
5384
+ "type": "string",
5385
+ "required": false
5386
+ },
5387
+ "userId": {
5388
+ "in": "query",
5389
+ "description": "Filter by user ID",
5390
+ "type": "string",
5391
+ "required": false
5392
+ },
5393
+ "workflowId": {
5394
+ "in": "query",
5395
+ "description": "Filter by workflow ID",
5396
+ "type": "string",
5397
+ "required": false
5398
+ },
5399
+ "conversationId": {
5400
+ "in": "query",
5401
+ "description": "Filter by conversation ID",
5402
+ "type": "string",
5403
+ "required": false
5404
+ },
5381
5405
  "nextToken": {
5382
5406
  "in": "query",
5383
5407
  "description": "Token to get the next page of logs",
@@ -5403,6 +5427,15 @@ export const state = {
5403
5427
  },
5404
5428
  "message": {
5405
5429
  "type": "string"
5430
+ },
5431
+ "workflowId": {
5432
+ "type": "string"
5433
+ },
5434
+ "userId": {
5435
+ "type": "string"
5436
+ },
5437
+ "conversationId": {
5438
+ "type": "string"
5406
5439
  }
5407
5440
  },
5408
5441
  "required": [
@@ -9420,6 +9453,24 @@ export const state = {
9420
9453
  "type": "string",
9421
9454
  "required": true
9422
9455
  },
9456
+ "level": {
9457
+ "in": "query",
9458
+ "description": "Filter by log level",
9459
+ "type": "string",
9460
+ "required": false
9461
+ },
9462
+ "userId": {
9463
+ "in": "query",
9464
+ "description": "Filter by user ID",
9465
+ "type": "string",
9466
+ "required": false
9467
+ },
9468
+ "conversationId": {
9469
+ "in": "query",
9470
+ "description": "Filter by conversation ID",
9471
+ "type": "string",
9472
+ "required": false
9473
+ },
9423
9474
  "nextToken": {
9424
9475
  "in": "query",
9425
9476
  "description": "Token to get the next page of logs",
@@ -9445,6 +9496,15 @@ export const state = {
9445
9496
  },
9446
9497
  "message": {
9447
9498
  "type": "string"
9499
+ },
9500
+ "workflowId": {
9501
+ "type": "string"
9502
+ },
9503
+ "userId": {
9504
+ "type": "string"
9505
+ },
9506
+ "conversationId": {
9507
+ "type": "string"
9448
9508
  }
9449
9509
  },
9450
9510
  "required": [
@@ -13421,7 +13481,7 @@ export const state = {
13421
13481
  "title": "Botpress API",
13422
13482
  "description": "API for Botpress Cloud",
13423
13483
  "server": "https://api.botpress.cloud",
13424
- "version": "0.58.1",
13484
+ "version": "0.59.0",
13425
13485
  "prefix": "v1"
13426
13486
  },
13427
13487
  "errors": [
@@ -13544,11 +13604,6 @@ export const state = {
13544
13604
  "status": 400,
13545
13605
  "type": "BreakingChanges",
13546
13606
  "description": "Request payload contains breaking changes which is not allowed for this resource without a version increment."
13547
- },
13548
- {
13549
- "status": 424,
13550
- "type": "UpstreamProvider",
13551
- "description": "The upstream provider returned an error or is currently unavailable."
13552
13607
  }
13553
13608
  ],
13554
13609
  "refs": {