@botpress/api 0.40.2 → 0.40.4

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"
@@ -285533,6 +285539,12 @@ var state = {
285533
285539
  "maxLength": 256,
285534
285540
  "description": "Description of the action"
285535
285541
  },
285542
+ "billable": {
285543
+ "type": "boolean"
285544
+ },
285545
+ "cacheable": {
285546
+ "type": "boolean"
285547
+ },
285536
285548
  "input": {
285537
285549
  "type": "object",
285538
285550
  "properties": {
@@ -285839,6 +285851,11 @@ var state = {
285839
285851
  "minLength": 28,
285840
285852
  "maxLength": 36
285841
285853
  },
285854
+ "name": {
285855
+ "type": "string",
285856
+ "maxLength": 200,
285857
+ "description": "Name of the interface"
285858
+ },
285842
285859
  "entities": {
285843
285860
  "type": "object",
285844
285861
  "additionalProperties": {
@@ -285890,6 +285907,7 @@ var state = {
285890
285907
  },
285891
285908
  "required": [
285892
285909
  "id",
285910
+ "name",
285893
285911
  "entities",
285894
285912
  "actions",
285895
285913
  "events"
@@ -286159,6 +286177,12 @@ var state = {
286159
286177
  "maxLength": 256,
286160
286178
  "description": "Description of the action"
286161
286179
  },
286180
+ "billable": {
286181
+ "type": "boolean"
286182
+ },
286183
+ "cacheable": {
286184
+ "type": "boolean"
286185
+ },
286162
286186
  "input": {
286163
286187
  "type": "object",
286164
286188
  "properties": {
@@ -286520,6 +286544,12 @@ var state = {
286520
286544
  "maxLength": 256,
286521
286545
  "description": "Description of the action"
286522
286546
  },
286547
+ "billable": {
286548
+ "type": "boolean"
286549
+ },
286550
+ "cacheable": {
286551
+ "type": "boolean"
286552
+ },
286523
286553
  "input": {
286524
286554
  "type": "object",
286525
286555
  "properties": {
@@ -286885,6 +286915,12 @@ var state = {
286885
286915
  "maxLength": 256,
286886
286916
  "description": "Description of the action"
286887
286917
  },
286918
+ "billable": {
286919
+ "type": "boolean"
286920
+ },
286921
+ "cacheable": {
286922
+ "type": "boolean"
286923
+ },
286888
286924
  "input": {
286889
286925
  "type": "object",
286890
286926
  "properties": {
@@ -290040,74 +290076,6 @@ var state = {
290040
290076
  "maxLength": 200,
290041
290077
  "description": "Version of the [Integration](#schema_integration)"
290042
290078
  },
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
290079
  "configuration": {
290112
290080
  "type": "object",
290113
290081
  "properties": {
@@ -290231,6 +290199,12 @@ var state = {
290231
290199
  "maxLength": 256,
290232
290200
  "description": "Description of the action"
290233
290201
  },
290202
+ "billable": {
290203
+ "type": "boolean"
290204
+ },
290205
+ "cacheable": {
290206
+ "type": "boolean"
290207
+ },
290234
290208
  "input": {
290235
290209
  "type": "object",
290236
290210
  "properties": {
@@ -290468,6 +290442,74 @@ var state = {
290468
290442
  },
290469
290443
  "additionalProperties": false
290470
290444
  },
290445
+ "interfaces": {
290446
+ "type": "object",
290447
+ "additionalProperties": {
290448
+ "type": "object",
290449
+ "properties": {
290450
+ "id": {
290451
+ "type": "string",
290452
+ "minLength": 28,
290453
+ "maxLength": 36
290454
+ },
290455
+ "entities": {
290456
+ "type": "object",
290457
+ "additionalProperties": {
290458
+ "type": "object",
290459
+ "properties": {
290460
+ "name": {
290461
+ "type": "string",
290462
+ "maxLength": 200
290463
+ }
290464
+ },
290465
+ "required": [
290466
+ "name"
290467
+ ],
290468
+ "additionalProperties": false
290469
+ }
290470
+ },
290471
+ "actions": {
290472
+ "type": "object",
290473
+ "additionalProperties": {
290474
+ "type": "object",
290475
+ "properties": {
290476
+ "name": {
290477
+ "type": "string",
290478
+ "maxLength": 200
290479
+ }
290480
+ },
290481
+ "required": [
290482
+ "name"
290483
+ ],
290484
+ "additionalProperties": false
290485
+ }
290486
+ },
290487
+ "events": {
290488
+ "type": "object",
290489
+ "additionalProperties": {
290490
+ "type": "object",
290491
+ "properties": {
290492
+ "name": {
290493
+ "type": "string",
290494
+ "maxLength": 200
290495
+ }
290496
+ },
290497
+ "required": [
290498
+ "name"
290499
+ ],
290500
+ "additionalProperties": false
290501
+ }
290502
+ }
290503
+ },
290504
+ "required": [
290505
+ "id",
290506
+ "entities",
290507
+ "actions",
290508
+ "events"
290509
+ ],
290510
+ "additionalProperties": false
290511
+ }
290512
+ },
290471
290513
  "secrets": {
290472
290514
  "type": "object",
290473
290515
  "additionalProperties": {
@@ -290756,6 +290798,12 @@ var state = {
290756
290798
  "maxLength": 256,
290757
290799
  "description": "Description of the action"
290758
290800
  },
290801
+ "billable": {
290802
+ "type": "boolean"
290803
+ },
290804
+ "cacheable": {
290805
+ "type": "boolean"
290806
+ },
290759
290807
  "input": {
290760
290808
  "type": "object",
290761
290809
  "properties": {
@@ -291438,6 +291486,12 @@ var state = {
291438
291486
  "maxLength": 256,
291439
291487
  "description": "Description of the action"
291440
291488
  },
291489
+ "billable": {
291490
+ "type": "boolean"
291491
+ },
291492
+ "cacheable": {
291493
+ "type": "boolean"
291494
+ },
291441
291495
  "input": {
291442
291496
  "type": "object",
291443
291497
  "properties": {
@@ -291655,6 +291709,12 @@ var state = {
291655
291709
  "maxLength": 256,
291656
291710
  "description": "Description of the action"
291657
291711
  },
291712
+ "billable": {
291713
+ "type": "boolean"
291714
+ },
291715
+ "cacheable": {
291716
+ "type": "boolean"
291717
+ },
291658
291718
  "input": {
291659
291719
  "type": "object",
291660
291720
  "properties": {
@@ -293927,7 +293987,7 @@ var state = {
293927
293987
  "title": "Botpress API",
293928
293988
  "description": "API for Botpress Cloud",
293929
293989
  "server": "https://api.botpress.cloud",
293930
- "version": "0.40.2",
293990
+ "version": "0.40.4",
293931
293991
  "prefix": "v1"
293932
293992
  },
293933
293993
  "errors": [
@@ -294326,6 +294386,11 @@ var state = {
294326
294386
  "type": "string",
294327
294387
  "maxLength": 2e3
294328
294388
  },
294389
+ "configurationType": {
294390
+ "type": "string",
294391
+ "maxLength": 200,
294392
+ "nullable": true
294393
+ },
294329
294394
  "configuration": {
294330
294395
  "type": "object",
294331
294396
  "additionalProperties": true
@@ -294398,6 +294463,7 @@ var state = {
294398
294463
  "version",
294399
294464
  "webhookUrl",
294400
294465
  "webhookId",
294466
+ "configurationType",
294401
294467
  "configuration",
294402
294468
  "status",
294403
294469
  "statusReason",
@@ -294669,6 +294735,12 @@ var state = {
294669
294735
  "maxLength": 256,
294670
294736
  "description": "Description of the action"
294671
294737
  },
294738
+ "billable": {
294739
+ "type": "boolean"
294740
+ },
294741
+ "cacheable": {
294742
+ "type": "boolean"
294743
+ },
294672
294744
  "input": {
294673
294745
  "type": "object",
294674
294746
  "properties": {
@@ -294843,6 +294915,11 @@ var state = {
294843
294915
  "minLength": 28,
294844
294916
  "maxLength": 36
294845
294917
  },
294918
+ "name": {
294919
+ "type": "string",
294920
+ "maxLength": 200,
294921
+ "description": "Name of the interface"
294922
+ },
294846
294923
  "entities": {
294847
294924
  "type": "object",
294848
294925
  "additionalProperties": {
@@ -294894,6 +294971,7 @@ var state = {
294894
294971
  },
294895
294972
  "required": [
294896
294973
  "id",
294974
+ "name",
294897
294975
  "entities",
294898
294976
  "actions",
294899
294977
  "events"
@@ -295163,6 +295241,12 @@ var state = {
295163
295241
  "maxLength": 256,
295164
295242
  "description": "Description of the action"
295165
295243
  },
295244
+ "billable": {
295245
+ "type": "boolean"
295246
+ },
295247
+ "cacheable": {
295248
+ "type": "boolean"
295249
+ },
295166
295250
  "input": {
295167
295251
  "type": "object",
295168
295252
  "properties": {
@@ -295425,6 +295509,12 @@ var state = {
295425
295509
  "maxLength": 256,
295426
295510
  "description": "Description of the action"
295427
295511
  },
295512
+ "billable": {
295513
+ "type": "boolean"
295514
+ },
295515
+ "cacheable": {
295516
+ "type": "boolean"
295517
+ },
295428
295518
  "input": {
295429
295519
  "type": "object",
295430
295520
  "properties": {