@botpress/api 1.6.0 → 1.7.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 +15 -13
- package/dist/src/gen/runtime/state.d.ts +1 -0
- package/dist/src/gen/state.d.ts +1 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +4 -4
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +3 -2
- package/src/gen/state.ts +6 -5
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/runtime/state.ts
CHANGED
|
@@ -1753,6 +1753,7 @@ export const state = {
|
|
|
1753
1753
|
"identifier": {
|
|
1754
1754
|
"type": "string",
|
|
1755
1755
|
"maxLength": 200,
|
|
1756
|
+
"nullable": true,
|
|
1756
1757
|
"description": "Unique identifier of the integration that was installed on the bot"
|
|
1757
1758
|
},
|
|
1758
1759
|
"scheduleRegisterCall": {
|
|
@@ -1777,7 +1778,7 @@ export const state = {
|
|
|
1777
1778
|
"additionalProperties": false
|
|
1778
1779
|
},
|
|
1779
1780
|
"nullable": true,
|
|
1780
|
-
"description": "Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual
|
|
1781
|
+
"description": "**EXPERIMENTAL** Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual sandbox identifier to null will remove that sandbox identifier. This is an experimental feature meant to be used by specific integrations."
|
|
1781
1782
|
}
|
|
1782
1783
|
},
|
|
1783
1784
|
"title": "configureIntegrationBody",
|
|
@@ -2607,7 +2608,7 @@ export const state = {
|
|
|
2607
2608
|
"title": "Botpress API",
|
|
2608
2609
|
"description": "API for Botpress Cloud",
|
|
2609
2610
|
"server": "https://api.botpress.cloud",
|
|
2610
|
-
"version": "1.
|
|
2611
|
+
"version": "1.7.0",
|
|
2611
2612
|
"prefix": "v1"
|
|
2612
2613
|
},
|
|
2613
2614
|
"errors": [
|
package/src/gen/state.ts
CHANGED
|
@@ -1753,6 +1753,7 @@ export const state = {
|
|
|
1753
1753
|
"identifier": {
|
|
1754
1754
|
"type": "string",
|
|
1755
1755
|
"maxLength": 200,
|
|
1756
|
+
"nullable": true,
|
|
1756
1757
|
"description": "Unique identifier of the integration that was installed on the bot"
|
|
1757
1758
|
},
|
|
1758
1759
|
"scheduleRegisterCall": {
|
|
@@ -1777,7 +1778,7 @@ export const state = {
|
|
|
1777
1778
|
"additionalProperties": false
|
|
1778
1779
|
},
|
|
1779
1780
|
"nullable": true,
|
|
1780
|
-
"description": "Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual
|
|
1781
|
+
"description": "**EXPERIMENTAL** Sandbox identifiers for the integration. Setting this to null will remove all sandbox identifiers. Setting an individual sandbox identifier to null will remove that sandbox identifier. This is an experimental feature meant to be used by specific integrations."
|
|
1781
1782
|
}
|
|
1782
1783
|
},
|
|
1783
1784
|
"title": "configureIntegrationBody",
|
|
@@ -7380,7 +7381,7 @@ export const state = {
|
|
|
7380
7381
|
},
|
|
7381
7382
|
"createIntegrationShareableId": {
|
|
7382
7383
|
"name": "createIntegrationShareableId",
|
|
7383
|
-
"description": "
|
|
7384
|
+
"description": "**EXPERIMENTAL** Generate a shareable ID for an integration installed in a bot. This ID is meant to identify the crossover of a bot and an integration version, just like the webhook ID, but in a human-readable format. It is used for the integrations channel sandbox feature.",
|
|
7384
7385
|
"method": "post",
|
|
7385
7386
|
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
|
|
7386
7387
|
"section": "bot",
|
|
@@ -7423,7 +7424,7 @@ export const state = {
|
|
|
7423
7424
|
},
|
|
7424
7425
|
"deleteIntegrationShareableId": {
|
|
7425
7426
|
"name": "deleteIntegrationShareableId",
|
|
7426
|
-
"description": "
|
|
7427
|
+
"description": "**EXPERIMENTAL** Delete a shareable ID for an integration installed in a bot. This ID is meant to identify the crossover of a bot and an integration version, just like the webhook ID, but in a human-readable format. It is used for the integrations channel sandbox feature.",
|
|
7427
7428
|
"method": "delete",
|
|
7428
7429
|
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
|
|
7429
7430
|
"section": "bot",
|
|
@@ -7450,7 +7451,7 @@ export const state = {
|
|
|
7450
7451
|
},
|
|
7451
7452
|
"getIntegrationShareableId": {
|
|
7452
7453
|
"name": "getIntegrationShareableId",
|
|
7453
|
-
"description": "
|
|
7454
|
+
"description": "**EXPERIMENTAL** Get an existing shareable ID for an integration installed in a bot. This ID is meant to identify the crossover of a bot and an integration version, just like the webhook ID, but in a human-readable format. It is used for the integrations channel sandbox feature.",
|
|
7454
7455
|
"method": "get",
|
|
7455
7456
|
"path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
|
|
7456
7457
|
"section": "bot",
|
|
@@ -17139,7 +17140,7 @@ export const state = {
|
|
|
17139
17140
|
"title": "Botpress API",
|
|
17140
17141
|
"description": "API for Botpress Cloud",
|
|
17141
17142
|
"server": "https://api.botpress.cloud",
|
|
17142
|
-
"version": "1.
|
|
17143
|
+
"version": "1.7.0",
|
|
17143
17144
|
"prefix": "v1"
|
|
17144
17145
|
},
|
|
17145
17146
|
"errors": [
|