@botpress/api 0.25.0 → 0.25.1
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 +26 -7
- package/dist/src/gen/state.d.ts +18 -2
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +26 -7
package/src/gen/state.ts
CHANGED
|
@@ -2469,6 +2469,11 @@ export const state = {
|
|
|
2469
2469
|
"description": "Global identifier configuration of the [Integration](#schema_integration)",
|
|
2470
2470
|
"additionalProperties": false
|
|
2471
2471
|
},
|
|
2472
|
+
"url": {
|
|
2473
|
+
"type": "string",
|
|
2474
|
+
"maxLength": 2000,
|
|
2475
|
+
"description": "Title describing the task"
|
|
2476
|
+
},
|
|
2472
2477
|
"name": {
|
|
2473
2478
|
"type": "string",
|
|
2474
2479
|
"maxLength": 200,
|
|
@@ -2883,6 +2888,7 @@ export const state = {
|
|
|
2883
2888
|
"createdAt",
|
|
2884
2889
|
"updatedAt",
|
|
2885
2890
|
"identifier",
|
|
2891
|
+
"url",
|
|
2886
2892
|
"name",
|
|
2887
2893
|
"version",
|
|
2888
2894
|
"configuration",
|
|
@@ -2974,6 +2980,11 @@ export const state = {
|
|
|
2974
2980
|
"description": "Global identifier configuration of the [Integration](#schema_integration)",
|
|
2975
2981
|
"additionalProperties": false
|
|
2976
2982
|
},
|
|
2983
|
+
"url": {
|
|
2984
|
+
"type": "string",
|
|
2985
|
+
"maxLength": 2000,
|
|
2986
|
+
"description": "Title describing the task"
|
|
2987
|
+
},
|
|
2977
2988
|
"name": {
|
|
2978
2989
|
"type": "string",
|
|
2979
2990
|
"maxLength": 200,
|
|
@@ -3388,6 +3399,7 @@ export const state = {
|
|
|
3388
3399
|
"createdAt",
|
|
3389
3400
|
"updatedAt",
|
|
3390
3401
|
"identifier",
|
|
3402
|
+
"url",
|
|
3391
3403
|
"name",
|
|
3392
3404
|
"version",
|
|
3393
3405
|
"configuration",
|
|
@@ -6605,9 +6617,9 @@ export const state = {
|
|
|
6605
6617
|
"section": "integration",
|
|
6606
6618
|
"path": "/v1/admin/integrations/iaks",
|
|
6607
6619
|
"parameters": {
|
|
6608
|
-
"
|
|
6620
|
+
"integrationId": {
|
|
6609
6621
|
"in": "query",
|
|
6610
|
-
"description": "ID of the integration
|
|
6622
|
+
"description": "ID of the integration",
|
|
6611
6623
|
"type": "string",
|
|
6612
6624
|
"required": true
|
|
6613
6625
|
}
|
|
@@ -6660,7 +6672,7 @@ export const state = {
|
|
|
6660
6672
|
"schema": {
|
|
6661
6673
|
"type": "object",
|
|
6662
6674
|
"properties": {
|
|
6663
|
-
"
|
|
6675
|
+
"integrationId": {
|
|
6664
6676
|
"type": "string"
|
|
6665
6677
|
},
|
|
6666
6678
|
"note": {
|
|
@@ -6668,7 +6680,7 @@ export const state = {
|
|
|
6668
6680
|
}
|
|
6669
6681
|
},
|
|
6670
6682
|
"required": [
|
|
6671
|
-
"
|
|
6683
|
+
"integrationId"
|
|
6672
6684
|
],
|
|
6673
6685
|
"title": "createIntegrationApiKeyBody",
|
|
6674
6686
|
"additionalProperties": false
|
|
@@ -7096,7 +7108,7 @@ export const state = {
|
|
|
7096
7108
|
},
|
|
7097
7109
|
"url": {
|
|
7098
7110
|
"type": "string",
|
|
7099
|
-
"description": "URL of the integration
|
|
7111
|
+
"description": "URL of the integration"
|
|
7100
7112
|
},
|
|
7101
7113
|
"dev": {
|
|
7102
7114
|
"type": "boolean",
|
|
@@ -7546,7 +7558,8 @@ export const state = {
|
|
|
7546
7558
|
},
|
|
7547
7559
|
"url": {
|
|
7548
7560
|
"type": "string",
|
|
7549
|
-
"description": "URL of the integration
|
|
7561
|
+
"description": "URL of the integration",
|
|
7562
|
+
"nullable": true
|
|
7550
7563
|
},
|
|
7551
7564
|
"public": {
|
|
7552
7565
|
"type": "boolean",
|
|
@@ -9596,7 +9609,7 @@ export const state = {
|
|
|
9596
9609
|
"title": "Botpress API",
|
|
9597
9610
|
"description": "API for Botpress Cloud",
|
|
9598
9611
|
"server": "https://api.botpress.cloud",
|
|
9599
|
-
"version": "0.25.
|
|
9612
|
+
"version": "0.25.1",
|
|
9600
9613
|
"prefix": "v1"
|
|
9601
9614
|
},
|
|
9602
9615
|
"errors": [
|
|
@@ -10457,6 +10470,11 @@ export const state = {
|
|
|
10457
10470
|
"description": "Global identifier configuration of the [Integration](#schema_integration)",
|
|
10458
10471
|
"additionalProperties": false
|
|
10459
10472
|
},
|
|
10473
|
+
"url": {
|
|
10474
|
+
"type": "string",
|
|
10475
|
+
"maxLength": 2000,
|
|
10476
|
+
"description": "Title describing the task"
|
|
10477
|
+
},
|
|
10460
10478
|
"name": {
|
|
10461
10479
|
"type": "string",
|
|
10462
10480
|
"maxLength": 200,
|
|
@@ -10850,6 +10868,7 @@ export const state = {
|
|
|
10850
10868
|
"createdAt",
|
|
10851
10869
|
"updatedAt",
|
|
10852
10870
|
"identifier",
|
|
10871
|
+
"url",
|
|
10853
10872
|
"name",
|
|
10854
10873
|
"version",
|
|
10855
10874
|
"configuration",
|