@botpress/api 1.46.1 → 1.47.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.
@@ -6387,6 +6387,11 @@ export const state = {
6387
6387
  "type": "string",
6388
6388
  "description": "Integration Version ID",
6389
6389
  "in": "path"
6390
+ },
6391
+ "integrationInstanceAlias": {
6392
+ "in": "query",
6393
+ "type": "string",
6394
+ "description": "Integration instance alias. If provided, integrationId is ignored."
6390
6395
  }
6391
6396
  },
6392
6397
  "requestBody": {
@@ -6430,6 +6435,11 @@ export const state = {
6430
6435
  "type": "string",
6431
6436
  "description": "Integration Version ID",
6432
6437
  "in": "path"
6438
+ },
6439
+ "integrationInstanceAlias": {
6440
+ "in": "query",
6441
+ "type": "string",
6442
+ "description": "Integration instance alias. If provided, integrationId is ignored."
6433
6443
  }
6434
6444
  },
6435
6445
  "response": {
@@ -6457,6 +6467,11 @@ export const state = {
6457
6467
  "type": "string",
6458
6468
  "description": "Integration Version ID",
6459
6469
  "in": "path"
6470
+ },
6471
+ "integrationInstanceAlias": {
6472
+ "in": "query",
6473
+ "type": "string",
6474
+ "description": "Integration instance alias. If provided, integrationId is ignored."
6460
6475
  }
6461
6476
  },
6462
6477
  "response": {
@@ -6496,6 +6511,11 @@ export const state = {
6496
6511
  "type": "string",
6497
6512
  "description": "Integration Version ID",
6498
6513
  "in": "path"
6514
+ },
6515
+ "integrationInstanceAlias": {
6516
+ "in": "query",
6517
+ "type": "string",
6518
+ "description": "Integration instance alias. If provided, integrationId is ignored."
6499
6519
  }
6500
6520
  },
6501
6521
  "response": {
@@ -14043,7 +14063,7 @@ export const state = {
14043
14063
  "title": "Botpress API",
14044
14064
  "description": "API for Botpress Cloud",
14045
14065
  "server": "https://api.botpress.cloud",
14046
- "version": "1.46.1",
14066
+ "version": "1.47.0",
14047
14067
  "prefix": "v1"
14048
14068
  },
14049
14069
  "errors": [