@botpress/api 1.46.0 → 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.
@@ -1355,7 +1355,7 @@ export const state = {
1355
1355
  "type": {
1356
1356
  "in": "path",
1357
1357
  "type": "string",
1358
- "description": "State type",
1358
+ "description": "Represents the resource type that the state is related to",
1359
1359
  "enum": [
1360
1360
  "conversation",
1361
1361
  "user",
@@ -1368,12 +1368,12 @@ export const state = {
1368
1368
  "id": {
1369
1369
  "in": "path",
1370
1370
  "type": "string",
1371
- "description": "State id"
1371
+ "description": "Id of the State which will be either the botId, the userId or the conversationId"
1372
1372
  },
1373
1373
  "name": {
1374
1374
  "in": "path",
1375
1375
  "type": "string",
1376
- "description": "State name"
1376
+ "description": "Name of the State which is declared inside the bot definition"
1377
1377
  }
1378
1378
  },
1379
1379
  "requestBody": {
@@ -1423,7 +1423,7 @@ export const state = {
1423
1423
  "type": {
1424
1424
  "in": "path",
1425
1425
  "type": "string",
1426
- "description": "State type",
1426
+ "description": "Represents the resource type that the state is related to",
1427
1427
  "enum": [
1428
1428
  "conversation",
1429
1429
  "user",
@@ -1436,12 +1436,12 @@ export const state = {
1436
1436
  "id": {
1437
1437
  "in": "path",
1438
1438
  "type": "string",
1439
- "description": "State id"
1439
+ "description": "Id of the State which will be either the botId, the userId or the conversationId"
1440
1440
  },
1441
1441
  "name": {
1442
1442
  "in": "path",
1443
1443
  "type": "string",
1444
- "description": "State name"
1444
+ "description": "Name of the State which is declared inside the bot definition"
1445
1445
  }
1446
1446
  },
1447
1447
  "section": "state",
@@ -1484,7 +1484,7 @@ export const state = {
1484
1484
  "type": {
1485
1485
  "in": "path",
1486
1486
  "type": "string",
1487
- "description": "State type",
1487
+ "description": "Represents the resource type that the state is related to",
1488
1488
  "enum": [
1489
1489
  "conversation",
1490
1490
  "user",
@@ -1497,12 +1497,12 @@ export const state = {
1497
1497
  "id": {
1498
1498
  "in": "path",
1499
1499
  "type": "string",
1500
- "description": "State id"
1500
+ "description": "Id of the State which will be either the botId, the userId or the conversationId"
1501
1501
  },
1502
1502
  "name": {
1503
1503
  "in": "path",
1504
1504
  "type": "string",
1505
- "description": "State name"
1505
+ "description": "Name of the State which is declared inside the bot definition"
1506
1506
  }
1507
1507
  },
1508
1508
  "requestBody": {
@@ -1558,7 +1558,7 @@ export const state = {
1558
1558
  "type": {
1559
1559
  "in": "path",
1560
1560
  "type": "string",
1561
- "description": "State type",
1561
+ "description": "Represents the resource type that the state is related to",
1562
1562
  "enum": [
1563
1563
  "conversation",
1564
1564
  "user",
@@ -1571,12 +1571,12 @@ export const state = {
1571
1571
  "id": {
1572
1572
  "in": "path",
1573
1573
  "type": "string",
1574
- "description": "State id"
1574
+ "description": "Id of the State which will be either the botId, the userId or the conversationId"
1575
1575
  },
1576
1576
  "name": {
1577
1577
  "in": "path",
1578
1578
  "type": "string",
1579
- "description": "State name"
1579
+ "description": "Name of the State which is declared inside the bot definition"
1580
1580
  }
1581
1581
  },
1582
1582
  "requestBody": {
@@ -1644,7 +1644,7 @@ export const state = {
1644
1644
  "type": {
1645
1645
  "in": "path",
1646
1646
  "type": "string",
1647
- "description": "State type",
1647
+ "description": "Represents the resource type that the state is related to",
1648
1648
  "enum": [
1649
1649
  "conversation",
1650
1650
  "user",
@@ -1657,12 +1657,12 @@ export const state = {
1657
1657
  "id": {
1658
1658
  "in": "path",
1659
1659
  "type": "string",
1660
- "description": "State id"
1660
+ "description": "Id of the State which will be either the botId, the userId or the conversationId"
1661
1661
  },
1662
1662
  "name": {
1663
1663
  "in": "path",
1664
1664
  "type": "string",
1665
- "description": "State name"
1665
+ "description": "Name of the State which is declared inside the bot definition"
1666
1666
  }
1667
1667
  },
1668
1668
  "requestBody": {
@@ -2643,7 +2643,7 @@ export const state = {
2643
2643
  "title": "Botpress API",
2644
2644
  "description": "API for Botpress Cloud",
2645
2645
  "server": "https://api.botpress.cloud",
2646
- "version": "1.46.0",
2646
+ "version": "1.47.0",
2647
2647
  "prefix": "v1"
2648
2648
  },
2649
2649
  "errors": [
package/src/gen/state.ts CHANGED
@@ -1355,7 +1355,7 @@ export const state = {
1355
1355
  "type": {
1356
1356
  "in": "path",
1357
1357
  "type": "string",
1358
- "description": "State type",
1358
+ "description": "Represents the resource type that the state is related to",
1359
1359
  "enum": [
1360
1360
  "conversation",
1361
1361
  "user",
@@ -1368,12 +1368,12 @@ export const state = {
1368
1368
  "id": {
1369
1369
  "in": "path",
1370
1370
  "type": "string",
1371
- "description": "State id"
1371
+ "description": "Id of the State which will be either the botId, the userId or the conversationId"
1372
1372
  },
1373
1373
  "name": {
1374
1374
  "in": "path",
1375
1375
  "type": "string",
1376
- "description": "State name"
1376
+ "description": "Name of the State which is declared inside the bot definition"
1377
1377
  }
1378
1378
  },
1379
1379
  "requestBody": {
@@ -1423,7 +1423,7 @@ export const state = {
1423
1423
  "type": {
1424
1424
  "in": "path",
1425
1425
  "type": "string",
1426
- "description": "State type",
1426
+ "description": "Represents the resource type that the state is related to",
1427
1427
  "enum": [
1428
1428
  "conversation",
1429
1429
  "user",
@@ -1436,12 +1436,12 @@ export const state = {
1436
1436
  "id": {
1437
1437
  "in": "path",
1438
1438
  "type": "string",
1439
- "description": "State id"
1439
+ "description": "Id of the State which will be either the botId, the userId or the conversationId"
1440
1440
  },
1441
1441
  "name": {
1442
1442
  "in": "path",
1443
1443
  "type": "string",
1444
- "description": "State name"
1444
+ "description": "Name of the State which is declared inside the bot definition"
1445
1445
  }
1446
1446
  },
1447
1447
  "section": "state",
@@ -1484,7 +1484,7 @@ export const state = {
1484
1484
  "type": {
1485
1485
  "in": "path",
1486
1486
  "type": "string",
1487
- "description": "State type",
1487
+ "description": "Represents the resource type that the state is related to",
1488
1488
  "enum": [
1489
1489
  "conversation",
1490
1490
  "user",
@@ -1497,12 +1497,12 @@ export const state = {
1497
1497
  "id": {
1498
1498
  "in": "path",
1499
1499
  "type": "string",
1500
- "description": "State id"
1500
+ "description": "Id of the State which will be either the botId, the userId or the conversationId"
1501
1501
  },
1502
1502
  "name": {
1503
1503
  "in": "path",
1504
1504
  "type": "string",
1505
- "description": "State name"
1505
+ "description": "Name of the State which is declared inside the bot definition"
1506
1506
  }
1507
1507
  },
1508
1508
  "requestBody": {
@@ -1558,7 +1558,7 @@ export const state = {
1558
1558
  "type": {
1559
1559
  "in": "path",
1560
1560
  "type": "string",
1561
- "description": "State type",
1561
+ "description": "Represents the resource type that the state is related to",
1562
1562
  "enum": [
1563
1563
  "conversation",
1564
1564
  "user",
@@ -1571,12 +1571,12 @@ export const state = {
1571
1571
  "id": {
1572
1572
  "in": "path",
1573
1573
  "type": "string",
1574
- "description": "State id"
1574
+ "description": "Id of the State which will be either the botId, the userId or the conversationId"
1575
1575
  },
1576
1576
  "name": {
1577
1577
  "in": "path",
1578
1578
  "type": "string",
1579
- "description": "State name"
1579
+ "description": "Name of the State which is declared inside the bot definition"
1580
1580
  }
1581
1581
  },
1582
1582
  "requestBody": {
@@ -1644,7 +1644,7 @@ export const state = {
1644
1644
  "type": {
1645
1645
  "in": "path",
1646
1646
  "type": "string",
1647
- "description": "State type",
1647
+ "description": "Represents the resource type that the state is related to",
1648
1648
  "enum": [
1649
1649
  "conversation",
1650
1650
  "user",
@@ -1657,12 +1657,12 @@ export const state = {
1657
1657
  "id": {
1658
1658
  "in": "path",
1659
1659
  "type": "string",
1660
- "description": "State id"
1660
+ "description": "Id of the State which will be either the botId, the userId or the conversationId"
1661
1661
  },
1662
1662
  "name": {
1663
1663
  "in": "path",
1664
1664
  "type": "string",
1665
- "description": "State name"
1665
+ "description": "Name of the State which is declared inside the bot definition"
1666
1666
  }
1667
1667
  },
1668
1668
  "requestBody": {
@@ -9020,6 +9020,11 @@ export const state = {
9020
9020
  "type": "string",
9021
9021
  "description": "Integration Version ID",
9022
9022
  "in": "path"
9023
+ },
9024
+ "integrationInstanceAlias": {
9025
+ "in": "query",
9026
+ "type": "string",
9027
+ "description": "Integration instance alias. If provided, integrationId is ignored."
9023
9028
  }
9024
9029
  },
9025
9030
  "requestBody": {
@@ -9063,6 +9068,11 @@ export const state = {
9063
9068
  "type": "string",
9064
9069
  "description": "Integration Version ID",
9065
9070
  "in": "path"
9071
+ },
9072
+ "integrationInstanceAlias": {
9073
+ "in": "query",
9074
+ "type": "string",
9075
+ "description": "Integration instance alias. If provided, integrationId is ignored."
9066
9076
  }
9067
9077
  },
9068
9078
  "response": {
@@ -9090,6 +9100,11 @@ export const state = {
9090
9100
  "type": "string",
9091
9101
  "description": "Integration Version ID",
9092
9102
  "in": "path"
9103
+ },
9104
+ "integrationInstanceAlias": {
9105
+ "in": "query",
9106
+ "type": "string",
9107
+ "description": "Integration instance alias. If provided, integrationId is ignored."
9093
9108
  }
9094
9109
  },
9095
9110
  "response": {
@@ -9129,6 +9144,11 @@ export const state = {
9129
9144
  "type": "string",
9130
9145
  "description": "Integration Version ID",
9131
9146
  "in": "path"
9147
+ },
9148
+ "integrationInstanceAlias": {
9149
+ "in": "query",
9150
+ "type": "string",
9151
+ "description": "Integration instance alias. If provided, integrationId is ignored."
9132
9152
  }
9133
9153
  },
9134
9154
  "response": {
@@ -19748,7 +19768,7 @@ export const state = {
19748
19768
  "title": "Botpress API",
19749
19769
  "description": "API for Botpress Cloud",
19750
19770
  "server": "https://api.botpress.cloud",
19751
- "version": "1.46.0",
19771
+ "version": "1.47.0",
19752
19772
  "prefix": "v1"
19753
19773
  },
19754
19774
  "errors": [