@botpress/api 1.36.0 → 1.37.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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +209 -153
- package/dist/src/gen/admin/state.d.ts +102 -66
- package/dist/src/gen/state.d.ts +102 -66
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +103 -75
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +103 -75
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/.turbo/turbo-openapi.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/api@1.
|
|
2
|
+
> @botpress/api@1.37.0 openapi /home/runner/work/skynet/skynet/packages/public-api
|
|
3
3
|
> es-node openapi/generator.ts && pnpm run build
|
|
4
4
|
|
|
5
5
|
Generating openapi content
|
|
@@ -34,18 +34,18 @@ Saving openapi.json file
|
|
|
34
34
|
|
|
35
35
|
info: Exit with code {"category":"system","code":0,"label":"Shutdown"}
|
|
36
36
|
|
|
37
|
-
> @botpress/api@1.
|
|
37
|
+
> @botpress/api@1.37.0 build /home/runner/work/skynet/skynet/packages/public-api
|
|
38
38
|
> pnpm run build:type && pnpm run build:impl
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
> @botpress/api@1.
|
|
41
|
+
> @botpress/api@1.37.0 build:type /home/runner/work/skynet/skynet/packages/public-api
|
|
42
42
|
> tsc -p tsconfig.package.json --emitDeclarationOnly
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
> @botpress/api@1.
|
|
45
|
+
> @botpress/api@1.37.0 build:impl /home/runner/work/skynet/skynet/packages/public-api
|
|
46
46
|
> esbuild --bundle --platform=node --outfile=dist/index.js src/index.ts
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
dist/index.js 14.1mb ⚠️
|
|
50
50
|
|
|
51
|
-
⚡ Done in
|
|
51
|
+
⚡ Done in 920ms
|
package/dist/index.js
CHANGED
|
@@ -285333,7 +285333,7 @@ var state = {
|
|
|
285333
285333
|
"title": "Botpress API",
|
|
285334
285334
|
"description": "API for Botpress Cloud",
|
|
285335
285335
|
"server": "https://api.botpress.cloud",
|
|
285336
|
-
"version": "1.
|
|
285336
|
+
"version": "1.37.0",
|
|
285337
285337
|
"prefix": "v1"
|
|
285338
285338
|
},
|
|
285339
285339
|
"errors": [
|
|
@@ -301974,42 +301974,6 @@ var state2 = {
|
|
|
301974
301974
|
"description": "Conversation object configuration",
|
|
301975
301975
|
"additionalProperties": false
|
|
301976
301976
|
},
|
|
301977
|
-
"dependencies": {
|
|
301978
|
-
"type": "object",
|
|
301979
|
-
"properties": {
|
|
301980
|
-
"interfaces": {
|
|
301981
|
-
"type": "object",
|
|
301982
|
-
"additionalProperties": {
|
|
301983
|
-
"type": "object",
|
|
301984
|
-
"properties": {
|
|
301985
|
-
"id": {
|
|
301986
|
-
"type": "string"
|
|
301987
|
-
}
|
|
301988
|
-
},
|
|
301989
|
-
"required": [
|
|
301990
|
-
"id"
|
|
301991
|
-
],
|
|
301992
|
-
"additionalProperties": false
|
|
301993
|
-
}
|
|
301994
|
-
},
|
|
301995
|
-
"integrations": {
|
|
301996
|
-
"type": "object",
|
|
301997
|
-
"additionalProperties": {
|
|
301998
|
-
"type": "object",
|
|
301999
|
-
"properties": {
|
|
302000
|
-
"id": {
|
|
302001
|
-
"type": "string"
|
|
302002
|
-
}
|
|
302003
|
-
},
|
|
302004
|
-
"required": [
|
|
302005
|
-
"id"
|
|
302006
|
-
],
|
|
302007
|
-
"additionalProperties": false
|
|
302008
|
-
}
|
|
302009
|
-
}
|
|
302010
|
-
},
|
|
302011
|
-
"additionalProperties": false
|
|
302012
|
-
},
|
|
302013
301977
|
"attributes": {
|
|
302014
301978
|
"type": "object",
|
|
302015
301979
|
"additionalProperties": {
|
|
@@ -302058,6 +302022,56 @@ var state2 = {
|
|
|
302058
302022
|
"public": {
|
|
302059
302023
|
"type": "boolean",
|
|
302060
302024
|
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
302025
|
+
},
|
|
302026
|
+
"dependencies": {
|
|
302027
|
+
"type": "object",
|
|
302028
|
+
"properties": {
|
|
302029
|
+
"interfaces": {
|
|
302030
|
+
"type": "object",
|
|
302031
|
+
"additionalProperties": {
|
|
302032
|
+
"type": "object",
|
|
302033
|
+
"properties": {
|
|
302034
|
+
"id": {
|
|
302035
|
+
"type": "string",
|
|
302036
|
+
"description": 'Id of the interface. If provided, "name" and "version" are ignored'
|
|
302037
|
+
},
|
|
302038
|
+
"name": {
|
|
302039
|
+
"type": "string",
|
|
302040
|
+
"description": "Name of the interface"
|
|
302041
|
+
},
|
|
302042
|
+
"version": {
|
|
302043
|
+
"type": "string",
|
|
302044
|
+
"description": "Version of the interface. Accepts semver versions and version ranges"
|
|
302045
|
+
}
|
|
302046
|
+
},
|
|
302047
|
+
"additionalProperties": false
|
|
302048
|
+
},
|
|
302049
|
+
"description": "Mapping of interface aliases to interface references"
|
|
302050
|
+
},
|
|
302051
|
+
"integrations": {
|
|
302052
|
+
"type": "object",
|
|
302053
|
+
"additionalProperties": {
|
|
302054
|
+
"type": "object",
|
|
302055
|
+
"properties": {
|
|
302056
|
+
"id": {
|
|
302057
|
+
"type": "string",
|
|
302058
|
+
"description": 'Id of the integration. If provided, "name" and "version" are ignored'
|
|
302059
|
+
},
|
|
302060
|
+
"name": {
|
|
302061
|
+
"type": "string",
|
|
302062
|
+
"description": "Name of the integration"
|
|
302063
|
+
},
|
|
302064
|
+
"version": {
|
|
302065
|
+
"type": "string",
|
|
302066
|
+
"description": "Version of the integration. Accepts semver versions and version ranges"
|
|
302067
|
+
}
|
|
302068
|
+
},
|
|
302069
|
+
"additionalProperties": false
|
|
302070
|
+
},
|
|
302071
|
+
"description": "Mapping of integration aliases to integration references"
|
|
302072
|
+
}
|
|
302073
|
+
},
|
|
302074
|
+
"additionalProperties": false
|
|
302061
302075
|
}
|
|
302062
302076
|
},
|
|
302063
302077
|
"required": [
|
|
@@ -302434,44 +302448,6 @@ var state2 = {
|
|
|
302434
302448
|
],
|
|
302435
302449
|
"additionalProperties": false
|
|
302436
302450
|
},
|
|
302437
|
-
"dependencies": {
|
|
302438
|
-
"type": "object",
|
|
302439
|
-
"properties": {
|
|
302440
|
-
"interfaces": {
|
|
302441
|
-
"type": "object",
|
|
302442
|
-
"additionalProperties": {
|
|
302443
|
-
"type": "object",
|
|
302444
|
-
"properties": {
|
|
302445
|
-
"id": {
|
|
302446
|
-
"type": "string"
|
|
302447
|
-
}
|
|
302448
|
-
},
|
|
302449
|
-
"required": [
|
|
302450
|
-
"id"
|
|
302451
|
-
],
|
|
302452
|
-
"nullable": true,
|
|
302453
|
-
"additionalProperties": false
|
|
302454
|
-
}
|
|
302455
|
-
},
|
|
302456
|
-
"integrations": {
|
|
302457
|
-
"type": "object",
|
|
302458
|
-
"additionalProperties": {
|
|
302459
|
-
"type": "object",
|
|
302460
|
-
"properties": {
|
|
302461
|
-
"id": {
|
|
302462
|
-
"type": "string"
|
|
302463
|
-
}
|
|
302464
|
-
},
|
|
302465
|
-
"required": [
|
|
302466
|
-
"id"
|
|
302467
|
-
],
|
|
302468
|
-
"nullable": true,
|
|
302469
|
-
"additionalProperties": false
|
|
302470
|
-
}
|
|
302471
|
-
}
|
|
302472
|
-
},
|
|
302473
|
-
"additionalProperties": false
|
|
302474
|
-
},
|
|
302475
302451
|
"attributes": {
|
|
302476
302452
|
"type": "object",
|
|
302477
302453
|
"additionalProperties": {
|
|
@@ -302517,6 +302493,58 @@ var state2 = {
|
|
|
302517
302493
|
"public": {
|
|
302518
302494
|
"type": "boolean",
|
|
302519
302495
|
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
302496
|
+
},
|
|
302497
|
+
"dependencies": {
|
|
302498
|
+
"type": "object",
|
|
302499
|
+
"properties": {
|
|
302500
|
+
"interfaces": {
|
|
302501
|
+
"type": "object",
|
|
302502
|
+
"additionalProperties": {
|
|
302503
|
+
"type": "object",
|
|
302504
|
+
"properties": {
|
|
302505
|
+
"id": {
|
|
302506
|
+
"type": "string",
|
|
302507
|
+
"description": 'Id of the interface. If provided, "name" and "version" are ignored'
|
|
302508
|
+
},
|
|
302509
|
+
"name": {
|
|
302510
|
+
"type": "string",
|
|
302511
|
+
"description": "Name of the interface"
|
|
302512
|
+
},
|
|
302513
|
+
"version": {
|
|
302514
|
+
"type": "string",
|
|
302515
|
+
"description": "Version of the interface. Accepts semver versions and version ranges"
|
|
302516
|
+
}
|
|
302517
|
+
},
|
|
302518
|
+
"nullable": true,
|
|
302519
|
+
"additionalProperties": false
|
|
302520
|
+
},
|
|
302521
|
+
"description": "Mapping of interface aliases to interface references"
|
|
302522
|
+
},
|
|
302523
|
+
"integrations": {
|
|
302524
|
+
"type": "object",
|
|
302525
|
+
"additionalProperties": {
|
|
302526
|
+
"type": "object",
|
|
302527
|
+
"properties": {
|
|
302528
|
+
"id": {
|
|
302529
|
+
"type": "string",
|
|
302530
|
+
"description": 'Id of the integration. If provided, "name" and "version" are ignored'
|
|
302531
|
+
},
|
|
302532
|
+
"name": {
|
|
302533
|
+
"type": "string",
|
|
302534
|
+
"description": "Name of the integration"
|
|
302535
|
+
},
|
|
302536
|
+
"version": {
|
|
302537
|
+
"type": "string",
|
|
302538
|
+
"description": "Version of the integration. Accepts semver versions and version ranges"
|
|
302539
|
+
}
|
|
302540
|
+
},
|
|
302541
|
+
"nullable": true,
|
|
302542
|
+
"additionalProperties": false
|
|
302543
|
+
},
|
|
302544
|
+
"description": "Mapping of integration aliases to integration references"
|
|
302545
|
+
}
|
|
302546
|
+
},
|
|
302547
|
+
"additionalProperties": false
|
|
302520
302548
|
}
|
|
302521
302549
|
},
|
|
302522
302550
|
"title": "updatePluginBody",
|
|
@@ -303247,7 +303275,7 @@ var state2 = {
|
|
|
303247
303275
|
"title": "Botpress API",
|
|
303248
303276
|
"description": "API for Botpress Cloud",
|
|
303249
303277
|
"server": "https://api.botpress.cloud",
|
|
303250
|
-
"version": "1.
|
|
303278
|
+
"version": "1.37.0",
|
|
303251
303279
|
"prefix": "v1"
|
|
303252
303280
|
},
|
|
303253
303281
|
"errors": [
|
|
@@ -309162,7 +309190,7 @@ var state3 = {
|
|
|
309162
309190
|
"title": "Botpress API",
|
|
309163
309191
|
"description": "API for Botpress Cloud",
|
|
309164
309192
|
"server": "https://api.botpress.cloud",
|
|
309165
|
-
"version": "1.
|
|
309193
|
+
"version": "1.37.0",
|
|
309166
309194
|
"prefix": "v1"
|
|
309167
309195
|
},
|
|
309168
309196
|
"errors": [
|
|
@@ -314246,7 +314274,7 @@ var state4 = {
|
|
|
314246
314274
|
"title": "Botpress API",
|
|
314247
314275
|
"description": "API for Botpress Cloud",
|
|
314248
314276
|
"server": "https://api.botpress.cloud",
|
|
314249
|
-
"version": "1.
|
|
314277
|
+
"version": "1.37.0",
|
|
314250
314278
|
"prefix": "v1"
|
|
314251
314279
|
},
|
|
314252
314280
|
"errors": [
|
|
@@ -333412,42 +333440,6 @@ var state5 = {
|
|
|
333412
333440
|
"description": "Conversation object configuration",
|
|
333413
333441
|
"additionalProperties": false
|
|
333414
333442
|
},
|
|
333415
|
-
"dependencies": {
|
|
333416
|
-
"type": "object",
|
|
333417
|
-
"properties": {
|
|
333418
|
-
"interfaces": {
|
|
333419
|
-
"type": "object",
|
|
333420
|
-
"additionalProperties": {
|
|
333421
|
-
"type": "object",
|
|
333422
|
-
"properties": {
|
|
333423
|
-
"id": {
|
|
333424
|
-
"type": "string"
|
|
333425
|
-
}
|
|
333426
|
-
},
|
|
333427
|
-
"required": [
|
|
333428
|
-
"id"
|
|
333429
|
-
],
|
|
333430
|
-
"additionalProperties": false
|
|
333431
|
-
}
|
|
333432
|
-
},
|
|
333433
|
-
"integrations": {
|
|
333434
|
-
"type": "object",
|
|
333435
|
-
"additionalProperties": {
|
|
333436
|
-
"type": "object",
|
|
333437
|
-
"properties": {
|
|
333438
|
-
"id": {
|
|
333439
|
-
"type": "string"
|
|
333440
|
-
}
|
|
333441
|
-
},
|
|
333442
|
-
"required": [
|
|
333443
|
-
"id"
|
|
333444
|
-
],
|
|
333445
|
-
"additionalProperties": false
|
|
333446
|
-
}
|
|
333447
|
-
}
|
|
333448
|
-
},
|
|
333449
|
-
"additionalProperties": false
|
|
333450
|
-
},
|
|
333451
333443
|
"attributes": {
|
|
333452
333444
|
"type": "object",
|
|
333453
333445
|
"additionalProperties": {
|
|
@@ -333496,6 +333488,56 @@ var state5 = {
|
|
|
333496
333488
|
"public": {
|
|
333497
333489
|
"type": "boolean",
|
|
333498
333490
|
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
333491
|
+
},
|
|
333492
|
+
"dependencies": {
|
|
333493
|
+
"type": "object",
|
|
333494
|
+
"properties": {
|
|
333495
|
+
"interfaces": {
|
|
333496
|
+
"type": "object",
|
|
333497
|
+
"additionalProperties": {
|
|
333498
|
+
"type": "object",
|
|
333499
|
+
"properties": {
|
|
333500
|
+
"id": {
|
|
333501
|
+
"type": "string",
|
|
333502
|
+
"description": 'Id of the interface. If provided, "name" and "version" are ignored'
|
|
333503
|
+
},
|
|
333504
|
+
"name": {
|
|
333505
|
+
"type": "string",
|
|
333506
|
+
"description": "Name of the interface"
|
|
333507
|
+
},
|
|
333508
|
+
"version": {
|
|
333509
|
+
"type": "string",
|
|
333510
|
+
"description": "Version of the interface. Accepts semver versions and version ranges"
|
|
333511
|
+
}
|
|
333512
|
+
},
|
|
333513
|
+
"additionalProperties": false
|
|
333514
|
+
},
|
|
333515
|
+
"description": "Mapping of interface aliases to interface references"
|
|
333516
|
+
},
|
|
333517
|
+
"integrations": {
|
|
333518
|
+
"type": "object",
|
|
333519
|
+
"additionalProperties": {
|
|
333520
|
+
"type": "object",
|
|
333521
|
+
"properties": {
|
|
333522
|
+
"id": {
|
|
333523
|
+
"type": "string",
|
|
333524
|
+
"description": 'Id of the integration. If provided, "name" and "version" are ignored'
|
|
333525
|
+
},
|
|
333526
|
+
"name": {
|
|
333527
|
+
"type": "string",
|
|
333528
|
+
"description": "Name of the integration"
|
|
333529
|
+
},
|
|
333530
|
+
"version": {
|
|
333531
|
+
"type": "string",
|
|
333532
|
+
"description": "Version of the integration. Accepts semver versions and version ranges"
|
|
333533
|
+
}
|
|
333534
|
+
},
|
|
333535
|
+
"additionalProperties": false
|
|
333536
|
+
},
|
|
333537
|
+
"description": "Mapping of integration aliases to integration references"
|
|
333538
|
+
}
|
|
333539
|
+
},
|
|
333540
|
+
"additionalProperties": false
|
|
333499
333541
|
}
|
|
333500
333542
|
},
|
|
333501
333543
|
"required": [
|
|
@@ -333872,44 +333914,6 @@ var state5 = {
|
|
|
333872
333914
|
],
|
|
333873
333915
|
"additionalProperties": false
|
|
333874
333916
|
},
|
|
333875
|
-
"dependencies": {
|
|
333876
|
-
"type": "object",
|
|
333877
|
-
"properties": {
|
|
333878
|
-
"interfaces": {
|
|
333879
|
-
"type": "object",
|
|
333880
|
-
"additionalProperties": {
|
|
333881
|
-
"type": "object",
|
|
333882
|
-
"properties": {
|
|
333883
|
-
"id": {
|
|
333884
|
-
"type": "string"
|
|
333885
|
-
}
|
|
333886
|
-
},
|
|
333887
|
-
"required": [
|
|
333888
|
-
"id"
|
|
333889
|
-
],
|
|
333890
|
-
"nullable": true,
|
|
333891
|
-
"additionalProperties": false
|
|
333892
|
-
}
|
|
333893
|
-
},
|
|
333894
|
-
"integrations": {
|
|
333895
|
-
"type": "object",
|
|
333896
|
-
"additionalProperties": {
|
|
333897
|
-
"type": "object",
|
|
333898
|
-
"properties": {
|
|
333899
|
-
"id": {
|
|
333900
|
-
"type": "string"
|
|
333901
|
-
}
|
|
333902
|
-
},
|
|
333903
|
-
"required": [
|
|
333904
|
-
"id"
|
|
333905
|
-
],
|
|
333906
|
-
"nullable": true,
|
|
333907
|
-
"additionalProperties": false
|
|
333908
|
-
}
|
|
333909
|
-
}
|
|
333910
|
-
},
|
|
333911
|
-
"additionalProperties": false
|
|
333912
|
-
},
|
|
333913
333917
|
"attributes": {
|
|
333914
333918
|
"type": "object",
|
|
333915
333919
|
"additionalProperties": {
|
|
@@ -333955,6 +333959,58 @@ var state5 = {
|
|
|
333955
333959
|
"public": {
|
|
333956
333960
|
"type": "boolean",
|
|
333957
333961
|
"description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
|
|
333962
|
+
},
|
|
333963
|
+
"dependencies": {
|
|
333964
|
+
"type": "object",
|
|
333965
|
+
"properties": {
|
|
333966
|
+
"interfaces": {
|
|
333967
|
+
"type": "object",
|
|
333968
|
+
"additionalProperties": {
|
|
333969
|
+
"type": "object",
|
|
333970
|
+
"properties": {
|
|
333971
|
+
"id": {
|
|
333972
|
+
"type": "string",
|
|
333973
|
+
"description": 'Id of the interface. If provided, "name" and "version" are ignored'
|
|
333974
|
+
},
|
|
333975
|
+
"name": {
|
|
333976
|
+
"type": "string",
|
|
333977
|
+
"description": "Name of the interface"
|
|
333978
|
+
},
|
|
333979
|
+
"version": {
|
|
333980
|
+
"type": "string",
|
|
333981
|
+
"description": "Version of the interface. Accepts semver versions and version ranges"
|
|
333982
|
+
}
|
|
333983
|
+
},
|
|
333984
|
+
"nullable": true,
|
|
333985
|
+
"additionalProperties": false
|
|
333986
|
+
},
|
|
333987
|
+
"description": "Mapping of interface aliases to interface references"
|
|
333988
|
+
},
|
|
333989
|
+
"integrations": {
|
|
333990
|
+
"type": "object",
|
|
333991
|
+
"additionalProperties": {
|
|
333992
|
+
"type": "object",
|
|
333993
|
+
"properties": {
|
|
333994
|
+
"id": {
|
|
333995
|
+
"type": "string",
|
|
333996
|
+
"description": 'Id of the integration. If provided, "name" and "version" are ignored'
|
|
333997
|
+
},
|
|
333998
|
+
"name": {
|
|
333999
|
+
"type": "string",
|
|
334000
|
+
"description": "Name of the integration"
|
|
334001
|
+
},
|
|
334002
|
+
"version": {
|
|
334003
|
+
"type": "string",
|
|
334004
|
+
"description": "Version of the integration. Accepts semver versions and version ranges"
|
|
334005
|
+
}
|
|
334006
|
+
},
|
|
334007
|
+
"nullable": true,
|
|
334008
|
+
"additionalProperties": false
|
|
334009
|
+
},
|
|
334010
|
+
"description": "Mapping of integration aliases to integration references"
|
|
334011
|
+
}
|
|
334012
|
+
},
|
|
334013
|
+
"additionalProperties": false
|
|
333958
334014
|
}
|
|
333959
334015
|
},
|
|
333960
334016
|
"title": "updatePluginBody",
|
|
@@ -337709,7 +337765,7 @@ var state5 = {
|
|
|
337709
337765
|
"title": "Botpress API",
|
|
337710
337766
|
"description": "API for Botpress Cloud",
|
|
337711
337767
|
"server": "https://api.botpress.cloud",
|
|
337712
|
-
"version": "1.
|
|
337768
|
+
"version": "1.37.0",
|
|
337713
337769
|
"prefix": "v1"
|
|
337714
337770
|
},
|
|
337715
337771
|
"errors": [
|
|
@@ -11188,38 +11188,6 @@ export declare const state: {
|
|
|
11188
11188
|
description: string;
|
|
11189
11189
|
additionalProperties: false;
|
|
11190
11190
|
};
|
|
11191
|
-
dependencies: {
|
|
11192
|
-
type: "object";
|
|
11193
|
-
properties: {
|
|
11194
|
-
interfaces: {
|
|
11195
|
-
type: "object";
|
|
11196
|
-
additionalProperties: {
|
|
11197
|
-
type: "object";
|
|
11198
|
-
properties: {
|
|
11199
|
-
id: {
|
|
11200
|
-
type: "string";
|
|
11201
|
-
};
|
|
11202
|
-
};
|
|
11203
|
-
required: string[];
|
|
11204
|
-
additionalProperties: false;
|
|
11205
|
-
};
|
|
11206
|
-
};
|
|
11207
|
-
integrations: {
|
|
11208
|
-
type: "object";
|
|
11209
|
-
additionalProperties: {
|
|
11210
|
-
type: "object";
|
|
11211
|
-
properties: {
|
|
11212
|
-
id: {
|
|
11213
|
-
type: "string";
|
|
11214
|
-
};
|
|
11215
|
-
};
|
|
11216
|
-
required: string[];
|
|
11217
|
-
additionalProperties: false;
|
|
11218
|
-
};
|
|
11219
|
-
};
|
|
11220
|
-
};
|
|
11221
|
-
additionalProperties: false;
|
|
11222
|
-
};
|
|
11223
11191
|
attributes: {
|
|
11224
11192
|
type: "object";
|
|
11225
11193
|
additionalProperties: {
|
|
@@ -11266,6 +11234,56 @@ export declare const state: {
|
|
|
11266
11234
|
type: "boolean";
|
|
11267
11235
|
description: string;
|
|
11268
11236
|
};
|
|
11237
|
+
dependencies: {
|
|
11238
|
+
type: "object";
|
|
11239
|
+
properties: {
|
|
11240
|
+
interfaces: {
|
|
11241
|
+
type: "object";
|
|
11242
|
+
additionalProperties: {
|
|
11243
|
+
type: "object";
|
|
11244
|
+
properties: {
|
|
11245
|
+
id: {
|
|
11246
|
+
type: "string";
|
|
11247
|
+
description: string;
|
|
11248
|
+
};
|
|
11249
|
+
name: {
|
|
11250
|
+
type: "string";
|
|
11251
|
+
description: string;
|
|
11252
|
+
};
|
|
11253
|
+
version: {
|
|
11254
|
+
type: "string";
|
|
11255
|
+
description: string;
|
|
11256
|
+
};
|
|
11257
|
+
};
|
|
11258
|
+
additionalProperties: false;
|
|
11259
|
+
};
|
|
11260
|
+
description: string;
|
|
11261
|
+
};
|
|
11262
|
+
integrations: {
|
|
11263
|
+
type: "object";
|
|
11264
|
+
additionalProperties: {
|
|
11265
|
+
type: "object";
|
|
11266
|
+
properties: {
|
|
11267
|
+
id: {
|
|
11268
|
+
type: "string";
|
|
11269
|
+
description: string;
|
|
11270
|
+
};
|
|
11271
|
+
name: {
|
|
11272
|
+
type: "string";
|
|
11273
|
+
description: string;
|
|
11274
|
+
};
|
|
11275
|
+
version: {
|
|
11276
|
+
type: "string";
|
|
11277
|
+
description: string;
|
|
11278
|
+
};
|
|
11279
|
+
};
|
|
11280
|
+
additionalProperties: false;
|
|
11281
|
+
};
|
|
11282
|
+
description: string;
|
|
11283
|
+
};
|
|
11284
|
+
};
|
|
11285
|
+
additionalProperties: false;
|
|
11286
|
+
};
|
|
11269
11287
|
};
|
|
11270
11288
|
required: string[];
|
|
11271
11289
|
title: string;
|
|
@@ -11606,40 +11624,6 @@ export declare const state: {
|
|
|
11606
11624
|
required: string[];
|
|
11607
11625
|
additionalProperties: false;
|
|
11608
11626
|
};
|
|
11609
|
-
dependencies: {
|
|
11610
|
-
type: "object";
|
|
11611
|
-
properties: {
|
|
11612
|
-
interfaces: {
|
|
11613
|
-
type: "object";
|
|
11614
|
-
additionalProperties: {
|
|
11615
|
-
type: "object";
|
|
11616
|
-
properties: {
|
|
11617
|
-
id: {
|
|
11618
|
-
type: "string";
|
|
11619
|
-
};
|
|
11620
|
-
};
|
|
11621
|
-
required: string[];
|
|
11622
|
-
nullable: true;
|
|
11623
|
-
additionalProperties: false;
|
|
11624
|
-
};
|
|
11625
|
-
};
|
|
11626
|
-
integrations: {
|
|
11627
|
-
type: "object";
|
|
11628
|
-
additionalProperties: {
|
|
11629
|
-
type: "object";
|
|
11630
|
-
properties: {
|
|
11631
|
-
id: {
|
|
11632
|
-
type: "string";
|
|
11633
|
-
};
|
|
11634
|
-
};
|
|
11635
|
-
required: string[];
|
|
11636
|
-
nullable: true;
|
|
11637
|
-
additionalProperties: false;
|
|
11638
|
-
};
|
|
11639
|
-
};
|
|
11640
|
-
};
|
|
11641
|
-
additionalProperties: false;
|
|
11642
|
-
};
|
|
11643
11627
|
attributes: {
|
|
11644
11628
|
type: "object";
|
|
11645
11629
|
additionalProperties: {
|
|
@@ -11686,6 +11670,58 @@ export declare const state: {
|
|
|
11686
11670
|
type: "boolean";
|
|
11687
11671
|
description: string;
|
|
11688
11672
|
};
|
|
11673
|
+
dependencies: {
|
|
11674
|
+
type: "object";
|
|
11675
|
+
properties: {
|
|
11676
|
+
interfaces: {
|
|
11677
|
+
type: "object";
|
|
11678
|
+
additionalProperties: {
|
|
11679
|
+
type: "object";
|
|
11680
|
+
properties: {
|
|
11681
|
+
id: {
|
|
11682
|
+
type: "string";
|
|
11683
|
+
description: string;
|
|
11684
|
+
};
|
|
11685
|
+
name: {
|
|
11686
|
+
type: "string";
|
|
11687
|
+
description: string;
|
|
11688
|
+
};
|
|
11689
|
+
version: {
|
|
11690
|
+
type: "string";
|
|
11691
|
+
description: string;
|
|
11692
|
+
};
|
|
11693
|
+
};
|
|
11694
|
+
nullable: true;
|
|
11695
|
+
additionalProperties: false;
|
|
11696
|
+
};
|
|
11697
|
+
description: string;
|
|
11698
|
+
};
|
|
11699
|
+
integrations: {
|
|
11700
|
+
type: "object";
|
|
11701
|
+
additionalProperties: {
|
|
11702
|
+
type: "object";
|
|
11703
|
+
properties: {
|
|
11704
|
+
id: {
|
|
11705
|
+
type: "string";
|
|
11706
|
+
description: string;
|
|
11707
|
+
};
|
|
11708
|
+
name: {
|
|
11709
|
+
type: "string";
|
|
11710
|
+
description: string;
|
|
11711
|
+
};
|
|
11712
|
+
version: {
|
|
11713
|
+
type: "string";
|
|
11714
|
+
description: string;
|
|
11715
|
+
};
|
|
11716
|
+
};
|
|
11717
|
+
nullable: true;
|
|
11718
|
+
additionalProperties: false;
|
|
11719
|
+
};
|
|
11720
|
+
description: string;
|
|
11721
|
+
};
|
|
11722
|
+
};
|
|
11723
|
+
additionalProperties: false;
|
|
11724
|
+
};
|
|
11689
11725
|
};
|
|
11690
11726
|
title: string;
|
|
11691
11727
|
additionalProperties: false;
|