@botpress/api 0.40.2 → 0.40.3

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
@@ -285213,6 +285213,11 @@ var state = {
285213
285213
  "minLength": 28,
285214
285214
  "maxLength": 36
285215
285215
  },
285216
+ "name": {
285217
+ "type": "string",
285218
+ "maxLength": 200,
285219
+ "description": "Name of the interface"
285220
+ },
285216
285221
  "entities": {
285217
285222
  "type": "object",
285218
285223
  "additionalProperties": {
@@ -285264,6 +285269,7 @@ var state = {
285264
285269
  },
285265
285270
  "required": [
285266
285271
  "id",
285272
+ "name",
285267
285273
  "entities",
285268
285274
  "actions",
285269
285275
  "events"
@@ -285839,6 +285845,11 @@ var state = {
285839
285845
  "minLength": 28,
285840
285846
  "maxLength": 36
285841
285847
  },
285848
+ "name": {
285849
+ "type": "string",
285850
+ "maxLength": 200,
285851
+ "description": "Name of the interface"
285852
+ },
285842
285853
  "entities": {
285843
285854
  "type": "object",
285844
285855
  "additionalProperties": {
@@ -285890,6 +285901,7 @@ var state = {
285890
285901
  },
285891
285902
  "required": [
285892
285903
  "id",
285904
+ "name",
285893
285905
  "entities",
285894
285906
  "actions",
285895
285907
  "events"
@@ -290040,74 +290052,6 @@ var state = {
290040
290052
  "maxLength": 200,
290041
290053
  "description": "Version of the [Integration](#schema_integration)"
290042
290054
  },
290043
- "interfaces": {
290044
- "type": "object",
290045
- "additionalProperties": {
290046
- "type": "object",
290047
- "properties": {
290048
- "id": {
290049
- "type": "string",
290050
- "minLength": 28,
290051
- "maxLength": 36
290052
- },
290053
- "entities": {
290054
- "type": "object",
290055
- "additionalProperties": {
290056
- "type": "object",
290057
- "properties": {
290058
- "name": {
290059
- "type": "string",
290060
- "maxLength": 200
290061
- }
290062
- },
290063
- "required": [
290064
- "name"
290065
- ],
290066
- "additionalProperties": false
290067
- }
290068
- },
290069
- "actions": {
290070
- "type": "object",
290071
- "additionalProperties": {
290072
- "type": "object",
290073
- "properties": {
290074
- "name": {
290075
- "type": "string",
290076
- "maxLength": 200
290077
- }
290078
- },
290079
- "required": [
290080
- "name"
290081
- ],
290082
- "additionalProperties": false
290083
- }
290084
- },
290085
- "events": {
290086
- "type": "object",
290087
- "additionalProperties": {
290088
- "type": "object",
290089
- "properties": {
290090
- "name": {
290091
- "type": "string",
290092
- "maxLength": 200
290093
- }
290094
- },
290095
- "required": [
290096
- "name"
290097
- ],
290098
- "additionalProperties": false
290099
- }
290100
- }
290101
- },
290102
- "required": [
290103
- "id",
290104
- "entities",
290105
- "actions",
290106
- "events"
290107
- ],
290108
- "additionalProperties": false
290109
- }
290110
- },
290111
290055
  "configuration": {
290112
290056
  "type": "object",
290113
290057
  "properties": {
@@ -290468,6 +290412,74 @@ var state = {
290468
290412
  },
290469
290413
  "additionalProperties": false
290470
290414
  },
290415
+ "interfaces": {
290416
+ "type": "object",
290417
+ "additionalProperties": {
290418
+ "type": "object",
290419
+ "properties": {
290420
+ "id": {
290421
+ "type": "string",
290422
+ "minLength": 28,
290423
+ "maxLength": 36
290424
+ },
290425
+ "entities": {
290426
+ "type": "object",
290427
+ "additionalProperties": {
290428
+ "type": "object",
290429
+ "properties": {
290430
+ "name": {
290431
+ "type": "string",
290432
+ "maxLength": 200
290433
+ }
290434
+ },
290435
+ "required": [
290436
+ "name"
290437
+ ],
290438
+ "additionalProperties": false
290439
+ }
290440
+ },
290441
+ "actions": {
290442
+ "type": "object",
290443
+ "additionalProperties": {
290444
+ "type": "object",
290445
+ "properties": {
290446
+ "name": {
290447
+ "type": "string",
290448
+ "maxLength": 200
290449
+ }
290450
+ },
290451
+ "required": [
290452
+ "name"
290453
+ ],
290454
+ "additionalProperties": false
290455
+ }
290456
+ },
290457
+ "events": {
290458
+ "type": "object",
290459
+ "additionalProperties": {
290460
+ "type": "object",
290461
+ "properties": {
290462
+ "name": {
290463
+ "type": "string",
290464
+ "maxLength": 200
290465
+ }
290466
+ },
290467
+ "required": [
290468
+ "name"
290469
+ ],
290470
+ "additionalProperties": false
290471
+ }
290472
+ }
290473
+ },
290474
+ "required": [
290475
+ "id",
290476
+ "entities",
290477
+ "actions",
290478
+ "events"
290479
+ ],
290480
+ "additionalProperties": false
290481
+ }
290482
+ },
290471
290483
  "secrets": {
290472
290484
  "type": "object",
290473
290485
  "additionalProperties": {
@@ -293927,7 +293939,7 @@ var state = {
293927
293939
  "title": "Botpress API",
293928
293940
  "description": "API for Botpress Cloud",
293929
293941
  "server": "https://api.botpress.cloud",
293930
- "version": "0.40.2",
293942
+ "version": "0.40.3",
293931
293943
  "prefix": "v1"
293932
293944
  },
293933
293945
  "errors": [
@@ -294843,6 +294855,11 @@ var state = {
294843
294855
  "minLength": 28,
294844
294856
  "maxLength": 36
294845
294857
  },
294858
+ "name": {
294859
+ "type": "string",
294860
+ "maxLength": 200,
294861
+ "description": "Name of the interface"
294862
+ },
294846
294863
  "entities": {
294847
294864
  "type": "object",
294848
294865
  "additionalProperties": {
@@ -294894,6 +294911,7 @@ var state = {
294894
294911
  },
294895
294912
  "required": [
294896
294913
  "id",
294914
+ "name",
294897
294915
  "entities",
294898
294916
  "actions",
294899
294917
  "events"
@@ -2393,6 +2393,11 @@ export declare const state: {
2393
2393
  minLength: number;
2394
2394
  maxLength: number;
2395
2395
  };
2396
+ name: {
2397
+ type: "string";
2398
+ maxLength: number;
2399
+ description: string;
2400
+ };
2396
2401
  entities: {
2397
2402
  type: "object";
2398
2403
  additionalProperties: {
@@ -2925,6 +2930,11 @@ export declare const state: {
2925
2930
  minLength: number;
2926
2931
  maxLength: number;
2927
2932
  };
2933
+ name: {
2934
+ type: "string";
2935
+ maxLength: number;
2936
+ description: string;
2937
+ };
2928
2938
  entities: {
2929
2939
  type: "object";
2930
2940
  additionalProperties: {
@@ -6498,63 +6508,6 @@ export declare const state: {
6498
6508
  maxLength: number;
6499
6509
  description: string;
6500
6510
  };
6501
- interfaces: {
6502
- type: "object";
6503
- additionalProperties: {
6504
- type: "object";
6505
- properties: {
6506
- id: {
6507
- type: "string";
6508
- minLength: number;
6509
- maxLength: number;
6510
- };
6511
- entities: {
6512
- type: "object";
6513
- additionalProperties: {
6514
- type: "object";
6515
- properties: {
6516
- name: {
6517
- type: "string";
6518
- maxLength: number;
6519
- };
6520
- };
6521
- required: string[];
6522
- additionalProperties: false;
6523
- };
6524
- };
6525
- actions: {
6526
- type: "object";
6527
- additionalProperties: {
6528
- type: "object";
6529
- properties: {
6530
- name: {
6531
- type: "string";
6532
- maxLength: number;
6533
- };
6534
- };
6535
- required: string[];
6536
- additionalProperties: false;
6537
- };
6538
- };
6539
- events: {
6540
- type: "object";
6541
- additionalProperties: {
6542
- type: "object";
6543
- properties: {
6544
- name: {
6545
- type: "string";
6546
- maxLength: number;
6547
- };
6548
- };
6549
- required: string[];
6550
- additionalProperties: false;
6551
- };
6552
- };
6553
- };
6554
- required: string[];
6555
- additionalProperties: false;
6556
- };
6557
- };
6558
6511
  configuration: {
6559
6512
  type: "object";
6560
6513
  properties: {
@@ -6887,6 +6840,63 @@ export declare const state: {
6887
6840
  };
6888
6841
  additionalProperties: false;
6889
6842
  };
6843
+ interfaces: {
6844
+ type: "object";
6845
+ additionalProperties: {
6846
+ type: "object";
6847
+ properties: {
6848
+ id: {
6849
+ type: "string";
6850
+ minLength: number;
6851
+ maxLength: number;
6852
+ };
6853
+ entities: {
6854
+ type: "object";
6855
+ additionalProperties: {
6856
+ type: "object";
6857
+ properties: {
6858
+ name: {
6859
+ type: "string";
6860
+ maxLength: number;
6861
+ };
6862
+ };
6863
+ required: string[];
6864
+ additionalProperties: false;
6865
+ };
6866
+ };
6867
+ actions: {
6868
+ type: "object";
6869
+ additionalProperties: {
6870
+ type: "object";
6871
+ properties: {
6872
+ name: {
6873
+ type: "string";
6874
+ maxLength: number;
6875
+ };
6876
+ };
6877
+ required: string[];
6878
+ additionalProperties: false;
6879
+ };
6880
+ };
6881
+ events: {
6882
+ type: "object";
6883
+ additionalProperties: {
6884
+ type: "object";
6885
+ properties: {
6886
+ name: {
6887
+ type: "string";
6888
+ maxLength: number;
6889
+ };
6890
+ };
6891
+ required: string[];
6892
+ additionalProperties: false;
6893
+ };
6894
+ };
6895
+ };
6896
+ required: string[];
6897
+ additionalProperties: false;
6898
+ };
6899
+ };
6890
6900
  secrets: {
6891
6901
  type: "object";
6892
6902
  additionalProperties: {
@@ -10720,6 +10730,11 @@ export declare const state: {
10720
10730
  minLength: number;
10721
10731
  maxLength: number;
10722
10732
  };
10733
+ name: {
10734
+ type: "string";
10735
+ maxLength: number;
10736
+ description: string;
10737
+ };
10723
10738
  entities: {
10724
10739
  type: "object";
10725
10740
  additionalProperties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.40.2",
3
+ "version": "0.40.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {