@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.
@@ -4783,7 +4783,7 @@ export const state = {
4783
4783
  },
4784
4784
  "createIntegrationShareableId": {
4785
4785
  "name": "createIntegrationShareableId",
4786
- "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.",
4786
+ "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.",
4787
4787
  "method": "post",
4788
4788
  "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
4789
4789
  "section": "bot",
@@ -4826,7 +4826,7 @@ export const state = {
4826
4826
  },
4827
4827
  "deleteIntegrationShareableId": {
4828
4828
  "name": "deleteIntegrationShareableId",
4829
- "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.",
4829
+ "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.",
4830
4830
  "method": "delete",
4831
4831
  "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
4832
4832
  "section": "bot",
@@ -4853,7 +4853,7 @@ export const state = {
4853
4853
  },
4854
4854
  "getIntegrationShareableId": {
4855
4855
  "name": "getIntegrationShareableId",
4856
- "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.",
4856
+ "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.",
4857
4857
  "method": "get",
4858
4858
  "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
4859
4859
  "section": "bot",
@@ -11766,7 +11766,7 @@ export const state = {
11766
11766
  "title": "Botpress API",
11767
11767
  "description": "API for Botpress Cloud",
11768
11768
  "server": "https://api.botpress.cloud",
11769
- "version": "1.6.0",
11769
+ "version": "1.7.0",
11770
11770
  "prefix": "v1"
11771
11771
  },
11772
11772
  "errors": [