@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 CHANGED
@@ -283789,6 +283789,7 @@ var state = {
283789
283789
  "identifier": {
283790
283790
  "type": "string",
283791
283791
  "maxLength": 200,
283792
+ "nullable": true,
283792
283793
  "description": "Unique identifier of the integration that was installed on the bot"
283793
283794
  },
283794
283795
  "scheduleRegisterCall": {
@@ -283813,7 +283814,7 @@ var state = {
283813
283814
  "additionalProperties": false
283814
283815
  },
283815
283816
  "nullable": true,
283816
- "description": "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."
283817
+ "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."
283817
283818
  }
283818
283819
  },
283819
283820
  "title": "configureIntegrationBody",
@@ -284643,7 +284644,7 @@ var state = {
284643
284644
  "title": "Botpress API",
284644
284645
  "description": "API for Botpress Cloud",
284645
284646
  "server": "https://api.botpress.cloud",
284646
- "version": "1.6.0",
284647
+ "version": "1.7.0",
284647
284648
  "prefix": "v1"
284648
284649
  },
284649
284650
  "errors": [
@@ -293089,7 +293090,7 @@ var state2 = {
293089
293090
  },
293090
293091
  "createIntegrationShareableId": {
293091
293092
  "name": "createIntegrationShareableId",
293092
- "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.",
293093
+ "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.",
293093
293094
  "method": "post",
293094
293095
  "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
293095
293096
  "section": "bot",
@@ -293132,7 +293133,7 @@ var state2 = {
293132
293133
  },
293133
293134
  "deleteIntegrationShareableId": {
293134
293135
  "name": "deleteIntegrationShareableId",
293135
- "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.",
293136
+ "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.",
293136
293137
  "method": "delete",
293137
293138
  "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
293138
293139
  "section": "bot",
@@ -293159,7 +293160,7 @@ var state2 = {
293159
293160
  },
293160
293161
  "getIntegrationShareableId": {
293161
293162
  "name": "getIntegrationShareableId",
293162
- "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.",
293163
+ "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.",
293163
293164
  "method": "get",
293164
293165
  "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
293165
293166
  "section": "bot",
@@ -300072,7 +300073,7 @@ var state2 = {
300072
300073
  "title": "Botpress API",
300073
300074
  "description": "API for Botpress Cloud",
300074
300075
  "server": "https://api.botpress.cloud",
300075
- "version": "1.6.0",
300076
+ "version": "1.7.0",
300076
300077
  "prefix": "v1"
300077
300078
  },
300078
300079
  "errors": [
@@ -305420,7 +305421,7 @@ var state3 = {
305420
305421
  "title": "Botpress API",
305421
305422
  "description": "API for Botpress Cloud",
305422
305423
  "server": "https://api.botpress.cloud",
305423
- "version": "1.6.0",
305424
+ "version": "1.7.0",
305424
305425
  "prefix": "v1"
305425
305426
  },
305426
305427
  "errors": [
@@ -310215,7 +310216,7 @@ var state4 = {
310215
310216
  "title": "Botpress API",
310216
310217
  "description": "API for Botpress Cloud",
310217
310218
  "server": "https://api.botpress.cloud",
310218
- "version": "1.6.0",
310219
+ "version": "1.7.0",
310219
310220
  "prefix": "v1"
310220
310221
  },
310221
310222
  "errors": [
@@ -315555,6 +315556,7 @@ var state5 = {
315555
315556
  "identifier": {
315556
315557
  "type": "string",
315557
315558
  "maxLength": 200,
315559
+ "nullable": true,
315558
315560
  "description": "Unique identifier of the integration that was installed on the bot"
315559
315561
  },
315560
315562
  "scheduleRegisterCall": {
@@ -315579,7 +315581,7 @@ var state5 = {
315579
315581
  "additionalProperties": false
315580
315582
  },
315581
315583
  "nullable": true,
315582
- "description": "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."
315584
+ "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."
315583
315585
  }
315584
315586
  },
315585
315587
  "title": "configureIntegrationBody",
@@ -321182,7 +321184,7 @@ var state5 = {
321182
321184
  },
321183
321185
  "createIntegrationShareableId": {
321184
321186
  "name": "createIntegrationShareableId",
321185
- "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.",
321187
+ "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.",
321186
321188
  "method": "post",
321187
321189
  "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
321188
321190
  "section": "bot",
@@ -321225,7 +321227,7 @@ var state5 = {
321225
321227
  },
321226
321228
  "deleteIntegrationShareableId": {
321227
321229
  "name": "deleteIntegrationShareableId",
321228
- "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.",
321230
+ "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.",
321229
321231
  "method": "delete",
321230
321232
  "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
321231
321233
  "section": "bot",
@@ -321252,7 +321254,7 @@ var state5 = {
321252
321254
  },
321253
321255
  "getIntegrationShareableId": {
321254
321256
  "name": "getIntegrationShareableId",
321255
- "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.",
321257
+ "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.",
321256
321258
  "method": "get",
321257
321259
  "path": "/v1/admin/bots/{botId}/integrations/{integrationId}/shareable-id",
321258
321260
  "section": "bot",
@@ -330941,7 +330943,7 @@ var state5 = {
330941
330943
  "title": "Botpress API",
330942
330944
  "description": "API for Botpress Cloud",
330943
330945
  "server": "https://api.botpress.cloud",
330944
- "version": "1.6.0",
330946
+ "version": "1.7.0",
330945
330947
  "prefix": "v1"
330946
330948
  },
330947
330949
  "errors": [
@@ -1595,6 +1595,7 @@ export declare const state: {
1595
1595
  identifier: {
1596
1596
  type: "string";
1597
1597
  maxLength: number;
1598
+ nullable: true;
1598
1599
  description: string;
1599
1600
  };
1600
1601
  scheduleRegisterCall: {
@@ -1595,6 +1595,7 @@ export declare const state: {
1595
1595
  identifier: {
1596
1596
  type: "string";
1597
1597
  maxLength: number;
1598
+ nullable: true;
1598
1599
  description: string;
1599
1600
  };
1600
1601
  scheduleRegisterCall: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {