@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 CHANGED
@@ -274022,6 +274022,11 @@ var state = {
274022
274022
  "description": "Global identifier configuration of the [Integration](#schema_integration)",
274023
274023
  "additionalProperties": false
274024
274024
  },
274025
+ "url": {
274026
+ "type": "string",
274027
+ "maxLength": 2e3,
274028
+ "description": "Title describing the task"
274029
+ },
274025
274030
  "name": {
274026
274031
  "type": "string",
274027
274032
  "maxLength": 200,
@@ -274436,6 +274441,7 @@ var state = {
274436
274441
  "createdAt",
274437
274442
  "updatedAt",
274438
274443
  "identifier",
274444
+ "url",
274439
274445
  "name",
274440
274446
  "version",
274441
274447
  "configuration",
@@ -274527,6 +274533,11 @@ var state = {
274527
274533
  "description": "Global identifier configuration of the [Integration](#schema_integration)",
274528
274534
  "additionalProperties": false
274529
274535
  },
274536
+ "url": {
274537
+ "type": "string",
274538
+ "maxLength": 2e3,
274539
+ "description": "Title describing the task"
274540
+ },
274530
274541
  "name": {
274531
274542
  "type": "string",
274532
274543
  "maxLength": 200,
@@ -274941,6 +274952,7 @@ var state = {
274941
274952
  "createdAt",
274942
274953
  "updatedAt",
274943
274954
  "identifier",
274955
+ "url",
274944
274956
  "name",
274945
274957
  "version",
274946
274958
  "configuration",
@@ -278158,9 +278170,9 @@ var state = {
278158
278170
  "section": "integration",
278159
278171
  "path": "/v1/admin/integrations/iaks",
278160
278172
  "parameters": {
278161
- "integrationVersionId": {
278173
+ "integrationId": {
278162
278174
  "in": "query",
278163
- "description": "ID of the integration version",
278175
+ "description": "ID of the integration",
278164
278176
  "type": "string",
278165
278177
  "required": true
278166
278178
  }
@@ -278213,7 +278225,7 @@ var state = {
278213
278225
  "schema": {
278214
278226
  "type": "object",
278215
278227
  "properties": {
278216
- "integrationVersionId": {
278228
+ "integrationId": {
278217
278229
  "type": "string"
278218
278230
  },
278219
278231
  "note": {
@@ -278221,7 +278233,7 @@ var state = {
278221
278233
  }
278222
278234
  },
278223
278235
  "required": [
278224
- "integrationVersionId"
278236
+ "integrationId"
278225
278237
  ],
278226
278238
  "title": "createIntegrationApiKeyBody",
278227
278239
  "additionalProperties": false
@@ -278649,7 +278661,7 @@ var state = {
278649
278661
  },
278650
278662
  "url": {
278651
278663
  "type": "string",
278652
- "description": "URL of the integration; Only available for dev integrations"
278664
+ "description": "URL of the integration"
278653
278665
  },
278654
278666
  "dev": {
278655
278667
  "type": "boolean",
@@ -279099,7 +279111,8 @@ var state = {
279099
279111
  },
279100
279112
  "url": {
279101
279113
  "type": "string",
279102
- "description": "URL of the integration; Only available for dev integrations"
279114
+ "description": "URL of the integration",
279115
+ "nullable": true
279103
279116
  },
279104
279117
  "public": {
279105
279118
  "type": "boolean",
@@ -281149,7 +281162,7 @@ var state = {
281149
281162
  "title": "Botpress API",
281150
281163
  "description": "API for Botpress Cloud",
281151
281164
  "server": "https://api.botpress.cloud",
281152
- "version": "0.25.0",
281165
+ "version": "0.25.1",
281153
281166
  "prefix": "v1"
281154
281167
  },
281155
281168
  "errors": [
@@ -282010,6 +282023,11 @@ var state = {
282010
282023
  "description": "Global identifier configuration of the [Integration](#schema_integration)",
282011
282024
  "additionalProperties": false
282012
282025
  },
282026
+ "url": {
282027
+ "type": "string",
282028
+ "maxLength": 2e3,
282029
+ "description": "Title describing the task"
282030
+ },
282013
282031
  "name": {
282014
282032
  "type": "string",
282015
282033
  "maxLength": 200,
@@ -282403,6 +282421,7 @@ var state = {
282403
282421
  "createdAt",
282404
282422
  "updatedAt",
282405
282423
  "identifier",
282424
+ "url",
282406
282425
  "name",
282407
282426
  "version",
282408
282427
  "configuration",
@@ -2265,6 +2265,11 @@ export declare const state: {
2265
2265
  description: string;
2266
2266
  additionalProperties: false;
2267
2267
  };
2268
+ url: {
2269
+ type: "string";
2270
+ maxLength: number;
2271
+ description: string;
2272
+ };
2268
2273
  name: {
2269
2274
  type: "string";
2270
2275
  maxLength: number;
@@ -2700,6 +2705,11 @@ export declare const state: {
2700
2705
  description: string;
2701
2706
  additionalProperties: false;
2702
2707
  };
2708
+ url: {
2709
+ type: "string";
2710
+ maxLength: number;
2711
+ description: string;
2712
+ };
2703
2713
  name: {
2704
2714
  type: "string";
2705
2715
  maxLength: number;
@@ -5761,7 +5771,7 @@ export declare const state: {
5761
5771
  section: "integration";
5762
5772
  path: string;
5763
5773
  parameters: {
5764
- integrationVersionId: {
5774
+ integrationId: {
5765
5775
  in: "query";
5766
5776
  description: string;
5767
5777
  type: "string";
@@ -5810,7 +5820,7 @@ export declare const state: {
5810
5820
  schema: {
5811
5821
  type: "object";
5812
5822
  properties: {
5813
- integrationVersionId: {
5823
+ integrationId: {
5814
5824
  type: "string";
5815
5825
  };
5816
5826
  note: {
@@ -6631,6 +6641,7 @@ export declare const state: {
6631
6641
  url: {
6632
6642
  type: "string";
6633
6643
  description: string;
6644
+ nullable: true;
6634
6645
  };
6635
6646
  public: {
6636
6647
  type: "boolean";
@@ -9172,6 +9183,11 @@ export declare const state: {
9172
9183
  description: string;
9173
9184
  additionalProperties: false;
9174
9185
  };
9186
+ url: {
9187
+ type: "string";
9188
+ maxLength: number;
9189
+ description: string;
9190
+ };
9175
9191
  name: {
9176
9192
  type: "string";
9177
9193
  maxLength: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {