@genesislcap/foundation-comms 14.379.0 → 14.380.1-TAMTECH-262.2
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/dts/connect/connect.d.ts +3 -2
- package/dist/dts/connect/connect.d.ts.map +1 -1
- package/dist/dts/connect/http.connect.d.ts +1 -1
- package/dist/dts/connect/http.connect.d.ts.map +1 -1
- package/dist/dts/connect/index.d.ts +1 -0
- package/dist/dts/connect/index.d.ts.map +1 -1
- package/dist/dts/metadata/metadata.d.ts +17 -2
- package/dist/dts/metadata/metadata.d.ts.map +1 -1
- package/dist/dts/testing/mocks/connect/connect.d.ts +1 -1
- package/dist/dts/testing/mocks/connect/connect.d.ts.map +1 -1
- package/dist/esm/connect/connect.js +11 -3
- package/dist/esm/connect/http.connect.js +11 -3
- package/dist/esm/connect/index.js +1 -0
- package/dist/esm/metadata/metadata.js +10 -0
- package/dist/esm/testing/mocks/connect/connect.js +1 -1
- package/dist/foundation-comms.api.json +649 -15
- package/dist/foundation-comms.d.ts +32 -10
- package/docs/api/foundation-comms.connect.getavailableresources.md +17 -1
- package/docs/api/foundation-comms.connect.md +1 -1
- package/docs/api/foundation-comms.defaultconnect.getavailableresources.md +17 -1
- package/docs/api/foundation-comms.defaultconnect.md +1 -1
- package/docs/api/foundation-comms.defaulthttpconnect._constructor_.md +1 -1
- package/docs/api/foundation-comms.defaulthttpconnect.getavailableresources.md +17 -1
- package/docs/api/foundation-comms.defaulthttpconnect.md +1 -1
- package/docs/api/foundation-comms.defaulthttpconnectconfig.md +13 -0
- package/docs/api/foundation-comms.defaultmetacache.cachedresources.md +11 -0
- package/docs/api/foundation-comms.defaultmetacache.getresources.md +15 -0
- package/docs/api/foundation-comms.defaultmetacache.hasresources.md +15 -0
- package/docs/api/foundation-comms.defaultmetacache.md +53 -0
- package/docs/api/foundation-comms.defaultmetacache.setresources.md +50 -0
- package/docs/api/foundation-comms.httpconnectconfig.md +58 -0
- package/docs/api/foundation-comms.httpconnectconfig.polling.md +13 -0
- package/docs/api/foundation-comms.httppollingconfig.md +96 -0
- package/docs/api/foundation-comms.httppollingconfig.polling_frequency.md +13 -0
- package/docs/api/foundation-comms.httppollingconfig.polling_interval_map.md +15 -0
- package/docs/api/foundation-comms.httppollingconfig.polling_map.md +15 -0
- package/docs/api/foundation-comms.md +56 -1
- package/docs/api/foundation-comms.metacache.md +3 -3
- package/docs/api/foundation-comms.pollingconfiguration.amount_of_polls.md +18 -0
- package/docs/api/foundation-comms.pollingconfiguration.md +96 -0
- package/docs/api/foundation-comms.pollingconfiguration.queries.md +13 -0
- package/docs/api/foundation-comms.pollingconfiguration.temp_frequency.md +13 -0
- package/docs/api/foundation-comms.resourcescache.cachedresources.md +11 -0
- package/docs/api/foundation-comms.resourcescache.getresources.md +15 -0
- package/docs/api/foundation-comms.resourcescache.hasresources.md +15 -0
- package/docs/api/foundation-comms.resourcescache.md +98 -0
- package/docs/api/foundation-comms.resourcescache.setresources.md +50 -0
- package/docs/api-report.md.api.md +56 -6
- package/package.json +14 -14
|
@@ -1593,7 +1593,7 @@
|
|
|
1593
1593
|
{
|
|
1594
1594
|
"kind": "MethodSignature",
|
|
1595
1595
|
"canonicalReference": "@genesislcap/foundation-comms!Connect#getAvailableResources:member(1)",
|
|
1596
|
-
"docComment": "/**\n * Sends a request to the server to get available resources.\n *\n * @param params - An object containing optional parameters to include in the request.\n *\n * @returns A promise that resolves to a Message containing the server's response with available resources.\n *\n * @public\n */\n",
|
|
1596
|
+
"docComment": "/**\n * Sends a request to the server to get available resources.\n *\n * @param params - An object containing optional parameters to include in the request.\n *\n * @param useCache - Whether to use the cached resources if available. Default: true.\n *\n * @returns A promise that resolves to a Message containing the server's response with available resources.\n *\n * @public\n */\n",
|
|
1597
1597
|
"excerptTokens": [
|
|
1598
1598
|
{
|
|
1599
1599
|
"kind": "Content",
|
|
@@ -1604,6 +1604,14 @@
|
|
|
1604
1604
|
"text": "RequestParams",
|
|
1605
1605
|
"canonicalReference": "@genesislcap/foundation-comms!RequestParams:type"
|
|
1606
1606
|
},
|
|
1607
|
+
{
|
|
1608
|
+
"kind": "Content",
|
|
1609
|
+
"text": ", useCache?: "
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"kind": "Content",
|
|
1613
|
+
"text": "boolean"
|
|
1614
|
+
},
|
|
1607
1615
|
{
|
|
1608
1616
|
"kind": "Content",
|
|
1609
1617
|
"text": "): "
|
|
@@ -1633,8 +1641,8 @@
|
|
|
1633
1641
|
],
|
|
1634
1642
|
"isOptional": false,
|
|
1635
1643
|
"returnTypeTokenRange": {
|
|
1636
|
-
"startIndex":
|
|
1637
|
-
"endIndex":
|
|
1644
|
+
"startIndex": 5,
|
|
1645
|
+
"endIndex": 9
|
|
1638
1646
|
},
|
|
1639
1647
|
"releaseTag": "Public",
|
|
1640
1648
|
"overloadIndex": 1,
|
|
@@ -1646,6 +1654,14 @@
|
|
|
1646
1654
|
"endIndex": 2
|
|
1647
1655
|
},
|
|
1648
1656
|
"isOptional": true
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"parameterName": "useCache",
|
|
1660
|
+
"parameterTypeTokenRange": {
|
|
1661
|
+
"startIndex": 3,
|
|
1662
|
+
"endIndex": 4
|
|
1663
|
+
},
|
|
1664
|
+
"isOptional": true
|
|
1649
1665
|
}
|
|
1650
1666
|
],
|
|
1651
1667
|
"name": "getAvailableResources"
|
|
@@ -11880,6 +11896,14 @@
|
|
|
11880
11896
|
"text": "RequestParams",
|
|
11881
11897
|
"canonicalReference": "@genesislcap/foundation-comms!RequestParams:type"
|
|
11882
11898
|
},
|
|
11899
|
+
{
|
|
11900
|
+
"kind": "Content",
|
|
11901
|
+
"text": ", useCache?: "
|
|
11902
|
+
},
|
|
11903
|
+
{
|
|
11904
|
+
"kind": "Content",
|
|
11905
|
+
"text": "boolean"
|
|
11906
|
+
},
|
|
11883
11907
|
{
|
|
11884
11908
|
"kind": "Content",
|
|
11885
11909
|
"text": "): "
|
|
@@ -11909,8 +11933,8 @@
|
|
|
11909
11933
|
],
|
|
11910
11934
|
"isStatic": false,
|
|
11911
11935
|
"returnTypeTokenRange": {
|
|
11912
|
-
"startIndex":
|
|
11913
|
-
"endIndex":
|
|
11936
|
+
"startIndex": 5,
|
|
11937
|
+
"endIndex": 9
|
|
11914
11938
|
},
|
|
11915
11939
|
"releaseTag": "Public",
|
|
11916
11940
|
"isProtected": false,
|
|
@@ -11923,6 +11947,14 @@
|
|
|
11923
11947
|
"endIndex": 2
|
|
11924
11948
|
},
|
|
11925
11949
|
"isOptional": true
|
|
11950
|
+
},
|
|
11951
|
+
{
|
|
11952
|
+
"parameterName": "useCache",
|
|
11953
|
+
"parameterTypeTokenRange": {
|
|
11954
|
+
"startIndex": 3,
|
|
11955
|
+
"endIndex": 4
|
|
11956
|
+
},
|
|
11957
|
+
"isOptional": true
|
|
11926
11958
|
}
|
|
11927
11959
|
],
|
|
11928
11960
|
"isOptional": false,
|
|
@@ -17888,7 +17920,7 @@
|
|
|
17888
17920
|
{
|
|
17889
17921
|
"kind": "Reference",
|
|
17890
17922
|
"text": "HttpConnectConfig",
|
|
17891
|
-
"canonicalReference": "@genesislcap/foundation-comms
|
|
17923
|
+
"canonicalReference": "@genesislcap/foundation-comms!HttpConnectConfig:interface"
|
|
17892
17924
|
},
|
|
17893
17925
|
{
|
|
17894
17926
|
"kind": "Content",
|
|
@@ -18187,6 +18219,14 @@
|
|
|
18187
18219
|
"kind": "Content",
|
|
18188
18220
|
"text": "any"
|
|
18189
18221
|
},
|
|
18222
|
+
{
|
|
18223
|
+
"kind": "Content",
|
|
18224
|
+
"text": ", useCache?: "
|
|
18225
|
+
},
|
|
18226
|
+
{
|
|
18227
|
+
"kind": "Content",
|
|
18228
|
+
"text": "boolean"
|
|
18229
|
+
},
|
|
18190
18230
|
{
|
|
18191
18231
|
"kind": "Content",
|
|
18192
18232
|
"text": "): "
|
|
@@ -18216,8 +18256,8 @@
|
|
|
18216
18256
|
],
|
|
18217
18257
|
"isStatic": false,
|
|
18218
18258
|
"returnTypeTokenRange": {
|
|
18219
|
-
"startIndex":
|
|
18220
|
-
"endIndex":
|
|
18259
|
+
"startIndex": 5,
|
|
18260
|
+
"endIndex": 9
|
|
18221
18261
|
},
|
|
18222
18262
|
"releaseTag": "Public",
|
|
18223
18263
|
"isProtected": false,
|
|
@@ -18230,6 +18270,14 @@
|
|
|
18230
18270
|
"endIndex": 2
|
|
18231
18271
|
},
|
|
18232
18272
|
"isOptional": true
|
|
18273
|
+
},
|
|
18274
|
+
{
|
|
18275
|
+
"parameterName": "useCache",
|
|
18276
|
+
"parameterTypeTokenRange": {
|
|
18277
|
+
"startIndex": 3,
|
|
18278
|
+
"endIndex": 4
|
|
18279
|
+
},
|
|
18280
|
+
"isOptional": true
|
|
18233
18281
|
}
|
|
18234
18282
|
],
|
|
18235
18283
|
"isOptional": false,
|
|
@@ -19365,6 +19413,30 @@
|
|
|
19365
19413
|
}
|
|
19366
19414
|
]
|
|
19367
19415
|
},
|
|
19416
|
+
{
|
|
19417
|
+
"kind": "Variable",
|
|
19418
|
+
"canonicalReference": "@genesislcap/foundation-comms!defaultHttpConnectConfig:var",
|
|
19419
|
+
"docComment": "/**\n * The default configuration for connecting to an HTTP service.\n *\n * @public\n */\n",
|
|
19420
|
+
"excerptTokens": [
|
|
19421
|
+
{
|
|
19422
|
+
"kind": "Content",
|
|
19423
|
+
"text": "defaultHttpConnectConfig: "
|
|
19424
|
+
},
|
|
19425
|
+
{
|
|
19426
|
+
"kind": "Reference",
|
|
19427
|
+
"text": "HttpConnectConfig",
|
|
19428
|
+
"canonicalReference": "@genesislcap/foundation-comms!HttpConnectConfig:interface"
|
|
19429
|
+
}
|
|
19430
|
+
],
|
|
19431
|
+
"fileUrlPath": "src/connect/http.connect.types.ts",
|
|
19432
|
+
"isReadonly": true,
|
|
19433
|
+
"releaseTag": "Public",
|
|
19434
|
+
"name": "defaultHttpConnectConfig",
|
|
19435
|
+
"variableTypeTokenRange": {
|
|
19436
|
+
"startIndex": 1,
|
|
19437
|
+
"endIndex": 2
|
|
19438
|
+
}
|
|
19439
|
+
},
|
|
19368
19440
|
{
|
|
19369
19441
|
"kind": "Class",
|
|
19370
19442
|
"canonicalReference": "@genesislcap/foundation-comms!DefaultKVStorage:class",
|
|
@@ -20903,6 +20975,41 @@
|
|
|
20903
20975
|
"isProtected": false,
|
|
20904
20976
|
"isAbstract": false
|
|
20905
20977
|
},
|
|
20978
|
+
{
|
|
20979
|
+
"kind": "Property",
|
|
20980
|
+
"canonicalReference": "@genesislcap/foundation-comms!DefaultMetaCache#cachedResources:member",
|
|
20981
|
+
"docComment": "",
|
|
20982
|
+
"excerptTokens": [
|
|
20983
|
+
{
|
|
20984
|
+
"kind": "Content",
|
|
20985
|
+
"text": "cachedResources: "
|
|
20986
|
+
},
|
|
20987
|
+
{
|
|
20988
|
+
"kind": "Reference",
|
|
20989
|
+
"text": "ResourcesMessage",
|
|
20990
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesMessage:type"
|
|
20991
|
+
},
|
|
20992
|
+
{
|
|
20993
|
+
"kind": "Content",
|
|
20994
|
+
"text": " | null"
|
|
20995
|
+
},
|
|
20996
|
+
{
|
|
20997
|
+
"kind": "Content",
|
|
20998
|
+
"text": ";"
|
|
20999
|
+
}
|
|
21000
|
+
],
|
|
21001
|
+
"isReadonly": false,
|
|
21002
|
+
"isOptional": false,
|
|
21003
|
+
"releaseTag": "Public",
|
|
21004
|
+
"name": "cachedResources",
|
|
21005
|
+
"propertyTypeTokenRange": {
|
|
21006
|
+
"startIndex": 1,
|
|
21007
|
+
"endIndex": 3
|
|
21008
|
+
},
|
|
21009
|
+
"isStatic": false,
|
|
21010
|
+
"isProtected": false,
|
|
21011
|
+
"isAbstract": false
|
|
21012
|
+
},
|
|
20906
21013
|
{
|
|
20907
21014
|
"kind": "Method",
|
|
20908
21015
|
"canonicalReference": "@genesislcap/foundation-comms!DefaultMetaCache#getJsonSchemaFor:member(1)",
|
|
@@ -21001,6 +21108,38 @@
|
|
|
21001
21108
|
"isAbstract": false,
|
|
21002
21109
|
"name": "getMetadataFor"
|
|
21003
21110
|
},
|
|
21111
|
+
{
|
|
21112
|
+
"kind": "Method",
|
|
21113
|
+
"canonicalReference": "@genesislcap/foundation-comms!DefaultMetaCache#getResources:member(1)",
|
|
21114
|
+
"docComment": "",
|
|
21115
|
+
"excerptTokens": [
|
|
21116
|
+
{
|
|
21117
|
+
"kind": "Content",
|
|
21118
|
+
"text": "getResources(): "
|
|
21119
|
+
},
|
|
21120
|
+
{
|
|
21121
|
+
"kind": "Reference",
|
|
21122
|
+
"text": "ResourcesMessage",
|
|
21123
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesMessage:type"
|
|
21124
|
+
},
|
|
21125
|
+
{
|
|
21126
|
+
"kind": "Content",
|
|
21127
|
+
"text": ";"
|
|
21128
|
+
}
|
|
21129
|
+
],
|
|
21130
|
+
"isStatic": false,
|
|
21131
|
+
"returnTypeTokenRange": {
|
|
21132
|
+
"startIndex": 1,
|
|
21133
|
+
"endIndex": 2
|
|
21134
|
+
},
|
|
21135
|
+
"releaseTag": "Public",
|
|
21136
|
+
"isProtected": false,
|
|
21137
|
+
"overloadIndex": 1,
|
|
21138
|
+
"parameters": [],
|
|
21139
|
+
"isOptional": false,
|
|
21140
|
+
"isAbstract": false,
|
|
21141
|
+
"name": "getResources"
|
|
21142
|
+
},
|
|
21004
21143
|
{
|
|
21005
21144
|
"kind": "Method",
|
|
21006
21145
|
"canonicalReference": "@genesislcap/foundation-comms!DefaultMetaCache#hasJsonSchemaFor:member(1)",
|
|
@@ -21097,6 +21236,37 @@
|
|
|
21097
21236
|
"isAbstract": false,
|
|
21098
21237
|
"name": "hasMetadataFor"
|
|
21099
21238
|
},
|
|
21239
|
+
{
|
|
21240
|
+
"kind": "Method",
|
|
21241
|
+
"canonicalReference": "@genesislcap/foundation-comms!DefaultMetaCache#hasResources:member(1)",
|
|
21242
|
+
"docComment": "",
|
|
21243
|
+
"excerptTokens": [
|
|
21244
|
+
{
|
|
21245
|
+
"kind": "Content",
|
|
21246
|
+
"text": "hasResources(): "
|
|
21247
|
+
},
|
|
21248
|
+
{
|
|
21249
|
+
"kind": "Content",
|
|
21250
|
+
"text": "boolean"
|
|
21251
|
+
},
|
|
21252
|
+
{
|
|
21253
|
+
"kind": "Content",
|
|
21254
|
+
"text": ";"
|
|
21255
|
+
}
|
|
21256
|
+
],
|
|
21257
|
+
"isStatic": false,
|
|
21258
|
+
"returnTypeTokenRange": {
|
|
21259
|
+
"startIndex": 1,
|
|
21260
|
+
"endIndex": 2
|
|
21261
|
+
},
|
|
21262
|
+
"releaseTag": "Public",
|
|
21263
|
+
"isProtected": false,
|
|
21264
|
+
"overloadIndex": 1,
|
|
21265
|
+
"parameters": [],
|
|
21266
|
+
"isOptional": false,
|
|
21267
|
+
"isAbstract": false,
|
|
21268
|
+
"name": "hasResources"
|
|
21269
|
+
},
|
|
21100
21270
|
{
|
|
21101
21271
|
"kind": "Method",
|
|
21102
21272
|
"canonicalReference": "@genesislcap/foundation-comms!DefaultMetaCache#setJsonSchemaFor:member(1)",
|
|
@@ -21226,6 +21396,55 @@
|
|
|
21226
21396
|
"isOptional": false,
|
|
21227
21397
|
"isAbstract": false,
|
|
21228
21398
|
"name": "setMetadataFor"
|
|
21399
|
+
},
|
|
21400
|
+
{
|
|
21401
|
+
"kind": "Method",
|
|
21402
|
+
"canonicalReference": "@genesislcap/foundation-comms!DefaultMetaCache#setResources:member(1)",
|
|
21403
|
+
"docComment": "",
|
|
21404
|
+
"excerptTokens": [
|
|
21405
|
+
{
|
|
21406
|
+
"kind": "Content",
|
|
21407
|
+
"text": "setResources(resources: "
|
|
21408
|
+
},
|
|
21409
|
+
{
|
|
21410
|
+
"kind": "Reference",
|
|
21411
|
+
"text": "ResourcesMessage",
|
|
21412
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesMessage:type"
|
|
21413
|
+
},
|
|
21414
|
+
{
|
|
21415
|
+
"kind": "Content",
|
|
21416
|
+
"text": "): "
|
|
21417
|
+
},
|
|
21418
|
+
{
|
|
21419
|
+
"kind": "Content",
|
|
21420
|
+
"text": "void"
|
|
21421
|
+
},
|
|
21422
|
+
{
|
|
21423
|
+
"kind": "Content",
|
|
21424
|
+
"text": ";"
|
|
21425
|
+
}
|
|
21426
|
+
],
|
|
21427
|
+
"isStatic": false,
|
|
21428
|
+
"returnTypeTokenRange": {
|
|
21429
|
+
"startIndex": 3,
|
|
21430
|
+
"endIndex": 4
|
|
21431
|
+
},
|
|
21432
|
+
"releaseTag": "Public",
|
|
21433
|
+
"isProtected": false,
|
|
21434
|
+
"overloadIndex": 1,
|
|
21435
|
+
"parameters": [
|
|
21436
|
+
{
|
|
21437
|
+
"parameterName": "resources",
|
|
21438
|
+
"parameterTypeTokenRange": {
|
|
21439
|
+
"startIndex": 1,
|
|
21440
|
+
"endIndex": 2
|
|
21441
|
+
},
|
|
21442
|
+
"isOptional": false
|
|
21443
|
+
}
|
|
21444
|
+
],
|
|
21445
|
+
"isOptional": false,
|
|
21446
|
+
"isAbstract": false,
|
|
21447
|
+
"name": "setResources"
|
|
21229
21448
|
}
|
|
21230
21449
|
],
|
|
21231
21450
|
"implementsTokenRanges": [
|
|
@@ -26550,6 +26769,52 @@
|
|
|
26550
26769
|
],
|
|
26551
26770
|
"extendsTokenRanges": []
|
|
26552
26771
|
},
|
|
26772
|
+
{
|
|
26773
|
+
"kind": "Interface",
|
|
26774
|
+
"canonicalReference": "@genesislcap/foundation-comms!HttpConnectConfig:interface",
|
|
26775
|
+
"docComment": "/**\n * Configuration options for the Connect (HTTP) instance.\n *\n * @public\n */\n",
|
|
26776
|
+
"excerptTokens": [
|
|
26777
|
+
{
|
|
26778
|
+
"kind": "Content",
|
|
26779
|
+
"text": "export interface HttpConnectConfig "
|
|
26780
|
+
}
|
|
26781
|
+
],
|
|
26782
|
+
"fileUrlPath": "src/connect/http.connect.types.ts",
|
|
26783
|
+
"releaseTag": "Public",
|
|
26784
|
+
"name": "HttpConnectConfig",
|
|
26785
|
+
"preserveMemberOrder": false,
|
|
26786
|
+
"members": [
|
|
26787
|
+
{
|
|
26788
|
+
"kind": "PropertySignature",
|
|
26789
|
+
"canonicalReference": "@genesislcap/foundation-comms!HttpConnectConfig#polling:member",
|
|
26790
|
+
"docComment": "/**\n * Configuration options for http polling.\n */\n",
|
|
26791
|
+
"excerptTokens": [
|
|
26792
|
+
{
|
|
26793
|
+
"kind": "Content",
|
|
26794
|
+
"text": "polling: "
|
|
26795
|
+
},
|
|
26796
|
+
{
|
|
26797
|
+
"kind": "Reference",
|
|
26798
|
+
"text": "HttpPollingConfig",
|
|
26799
|
+
"canonicalReference": "@genesislcap/foundation-comms!HttpPollingConfig:interface"
|
|
26800
|
+
},
|
|
26801
|
+
{
|
|
26802
|
+
"kind": "Content",
|
|
26803
|
+
"text": ";"
|
|
26804
|
+
}
|
|
26805
|
+
],
|
|
26806
|
+
"isReadonly": false,
|
|
26807
|
+
"isOptional": false,
|
|
26808
|
+
"releaseTag": "Public",
|
|
26809
|
+
"name": "polling",
|
|
26810
|
+
"propertyTypeTokenRange": {
|
|
26811
|
+
"startIndex": 1,
|
|
26812
|
+
"endIndex": 2
|
|
26813
|
+
}
|
|
26814
|
+
}
|
|
26815
|
+
],
|
|
26816
|
+
"extendsTokenRanges": []
|
|
26817
|
+
},
|
|
26553
26818
|
{
|
|
26554
26819
|
"kind": "Interface",
|
|
26555
26820
|
"canonicalReference": "@genesislcap/foundation-comms!HttpError:interface",
|
|
@@ -26638,15 +26903,123 @@
|
|
|
26638
26903
|
},
|
|
26639
26904
|
{
|
|
26640
26905
|
"kind": "Interface",
|
|
26641
|
-
"canonicalReference": "@genesislcap/foundation-comms!
|
|
26642
|
-
"docComment": "/**\n *
|
|
26906
|
+
"canonicalReference": "@genesislcap/foundation-comms!HttpPollingConfig:interface",
|
|
26907
|
+
"docComment": "/**\n * Configuration options for http connection.\n *\n * @public\n */\n",
|
|
26643
26908
|
"excerptTokens": [
|
|
26644
26909
|
{
|
|
26645
26910
|
"kind": "Content",
|
|
26646
|
-
"text": "export interface
|
|
26647
|
-
}
|
|
26911
|
+
"text": "export interface HttpPollingConfig "
|
|
26912
|
+
}
|
|
26913
|
+
],
|
|
26914
|
+
"fileUrlPath": "src/connect/http.connect.types.ts",
|
|
26915
|
+
"releaseTag": "Public",
|
|
26916
|
+
"name": "HttpPollingConfig",
|
|
26917
|
+
"preserveMemberOrder": false,
|
|
26918
|
+
"members": [
|
|
26648
26919
|
{
|
|
26649
|
-
"kind": "
|
|
26920
|
+
"kind": "PropertySignature",
|
|
26921
|
+
"canonicalReference": "@genesislcap/foundation-comms!HttpPollingConfig#POLLING_FREQUENCY:member",
|
|
26922
|
+
"docComment": "/**\n * The frequency of polling.\n */\n",
|
|
26923
|
+
"excerptTokens": [
|
|
26924
|
+
{
|
|
26925
|
+
"kind": "Content",
|
|
26926
|
+
"text": "POLLING_FREQUENCY?: "
|
|
26927
|
+
},
|
|
26928
|
+
{
|
|
26929
|
+
"kind": "Content",
|
|
26930
|
+
"text": "number"
|
|
26931
|
+
},
|
|
26932
|
+
{
|
|
26933
|
+
"kind": "Content",
|
|
26934
|
+
"text": ";"
|
|
26935
|
+
}
|
|
26936
|
+
],
|
|
26937
|
+
"isReadonly": false,
|
|
26938
|
+
"isOptional": true,
|
|
26939
|
+
"releaseTag": "Public",
|
|
26940
|
+
"name": "POLLING_FREQUENCY",
|
|
26941
|
+
"propertyTypeTokenRange": {
|
|
26942
|
+
"startIndex": 1,
|
|
26943
|
+
"endIndex": 2
|
|
26944
|
+
}
|
|
26945
|
+
},
|
|
26946
|
+
{
|
|
26947
|
+
"kind": "PropertySignature",
|
|
26948
|
+
"canonicalReference": "@genesislcap/foundation-comms!HttpPollingConfig#POLLING_INTERVAL_MAP:member",
|
|
26949
|
+
"docComment": "/**\n * The interval map of polling.\n */\n",
|
|
26950
|
+
"excerptTokens": [
|
|
26951
|
+
{
|
|
26952
|
+
"kind": "Content",
|
|
26953
|
+
"text": "POLLING_INTERVAL_MAP?: "
|
|
26954
|
+
},
|
|
26955
|
+
{
|
|
26956
|
+
"kind": "Content",
|
|
26957
|
+
"text": "{\n [resource: string]: number;\n }"
|
|
26958
|
+
},
|
|
26959
|
+
{
|
|
26960
|
+
"kind": "Content",
|
|
26961
|
+
"text": ";"
|
|
26962
|
+
}
|
|
26963
|
+
],
|
|
26964
|
+
"isReadonly": false,
|
|
26965
|
+
"isOptional": true,
|
|
26966
|
+
"releaseTag": "Public",
|
|
26967
|
+
"name": "POLLING_INTERVAL_MAP",
|
|
26968
|
+
"propertyTypeTokenRange": {
|
|
26969
|
+
"startIndex": 1,
|
|
26970
|
+
"endIndex": 2
|
|
26971
|
+
}
|
|
26972
|
+
},
|
|
26973
|
+
{
|
|
26974
|
+
"kind": "PropertySignature",
|
|
26975
|
+
"canonicalReference": "@genesislcap/foundation-comms!HttpPollingConfig#POLLING_MAP:member",
|
|
26976
|
+
"docComment": "/**\n * The map of polling configuration.\n */\n",
|
|
26977
|
+
"excerptTokens": [
|
|
26978
|
+
{
|
|
26979
|
+
"kind": "Content",
|
|
26980
|
+
"text": "POLLING_MAP?: "
|
|
26981
|
+
},
|
|
26982
|
+
{
|
|
26983
|
+
"kind": "Content",
|
|
26984
|
+
"text": "{\n [key: string]: "
|
|
26985
|
+
},
|
|
26986
|
+
{
|
|
26987
|
+
"kind": "Reference",
|
|
26988
|
+
"text": "PollingConfiguration",
|
|
26989
|
+
"canonicalReference": "@genesislcap/foundation-comms!PollingConfiguration:interface"
|
|
26990
|
+
},
|
|
26991
|
+
{
|
|
26992
|
+
"kind": "Content",
|
|
26993
|
+
"text": ";\n }"
|
|
26994
|
+
},
|
|
26995
|
+
{
|
|
26996
|
+
"kind": "Content",
|
|
26997
|
+
"text": ";"
|
|
26998
|
+
}
|
|
26999
|
+
],
|
|
27000
|
+
"isReadonly": false,
|
|
27001
|
+
"isOptional": true,
|
|
27002
|
+
"releaseTag": "Public",
|
|
27003
|
+
"name": "POLLING_MAP",
|
|
27004
|
+
"propertyTypeTokenRange": {
|
|
27005
|
+
"startIndex": 1,
|
|
27006
|
+
"endIndex": 4
|
|
27007
|
+
}
|
|
27008
|
+
}
|
|
27009
|
+
],
|
|
27010
|
+
"extendsTokenRanges": []
|
|
27011
|
+
},
|
|
27012
|
+
{
|
|
27013
|
+
"kind": "Interface",
|
|
27014
|
+
"canonicalReference": "@genesislcap/foundation-comms!HttpRequestInit:interface",
|
|
27015
|
+
"docComment": "/**\n * The options object used when making an HTTP request.\n *\n * @public\n */\n",
|
|
27016
|
+
"excerptTokens": [
|
|
27017
|
+
{
|
|
27018
|
+
"kind": "Content",
|
|
27019
|
+
"text": "export interface HttpRequestInit extends "
|
|
27020
|
+
},
|
|
27021
|
+
{
|
|
27022
|
+
"kind": "Reference",
|
|
26650
27023
|
"text": "RequestInit",
|
|
26651
27024
|
"canonicalReference": "!RequestInit:interface"
|
|
26652
27025
|
},
|
|
@@ -30339,7 +30712,7 @@
|
|
|
30339
30712
|
{
|
|
30340
30713
|
"kind": "TypeAlias",
|
|
30341
30714
|
"canonicalReference": "@genesislcap/foundation-comms!MetaCache:type",
|
|
30342
|
-
"docComment": "/**\n * Union type of MetadataCache and
|
|
30715
|
+
"docComment": "/**\n * Union type of MetadataCache, JsonSchemaCache and ResourcesCache\n *\n * @public\n */\n",
|
|
30343
30716
|
"excerptTokens": [
|
|
30344
30717
|
{
|
|
30345
30718
|
"kind": "Content",
|
|
@@ -30359,6 +30732,15 @@
|
|
|
30359
30732
|
"text": "JsonSchemaCache",
|
|
30360
30733
|
"canonicalReference": "@genesislcap/foundation-comms!JsonSchemaCache:interface"
|
|
30361
30734
|
},
|
|
30735
|
+
{
|
|
30736
|
+
"kind": "Content",
|
|
30737
|
+
"text": " & "
|
|
30738
|
+
},
|
|
30739
|
+
{
|
|
30740
|
+
"kind": "Reference",
|
|
30741
|
+
"text": "ResourcesCache",
|
|
30742
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesCache:interface"
|
|
30743
|
+
},
|
|
30362
30744
|
{
|
|
30363
30745
|
"kind": "Content",
|
|
30364
30746
|
"text": ";"
|
|
@@ -30369,7 +30751,7 @@
|
|
|
30369
30751
|
"name": "MetaCache",
|
|
30370
30752
|
"typeTokenRange": {
|
|
30371
30753
|
"startIndex": 1,
|
|
30372
|
-
"endIndex":
|
|
30754
|
+
"endIndex": 6
|
|
30373
30755
|
}
|
|
30374
30756
|
},
|
|
30375
30757
|
{
|
|
@@ -31910,6 +32292,105 @@
|
|
|
31910
32292
|
"endIndex": 5
|
|
31911
32293
|
}
|
|
31912
32294
|
},
|
|
32295
|
+
{
|
|
32296
|
+
"kind": "Interface",
|
|
32297
|
+
"canonicalReference": "@genesislcap/foundation-comms!PollingConfiguration:interface",
|
|
32298
|
+
"docComment": "/**\n * Configuration options for http polling.\n *\n * @public\n */\n",
|
|
32299
|
+
"excerptTokens": [
|
|
32300
|
+
{
|
|
32301
|
+
"kind": "Content",
|
|
32302
|
+
"text": "export interface PollingConfiguration "
|
|
32303
|
+
}
|
|
32304
|
+
],
|
|
32305
|
+
"fileUrlPath": "src/connect/http.connect.types.ts",
|
|
32306
|
+
"releaseTag": "Public",
|
|
32307
|
+
"name": "PollingConfiguration",
|
|
32308
|
+
"preserveMemberOrder": false,
|
|
32309
|
+
"members": [
|
|
32310
|
+
{
|
|
32311
|
+
"kind": "PropertySignature",
|
|
32312
|
+
"canonicalReference": "@genesislcap/foundation-comms!PollingConfiguration#AMOUNT_OF_POLLS:member",
|
|
32313
|
+
"docComment": "/**\n * The expected amount of HTTP polling attempts to be performed.\n *\n * @remarks\n *\n * TEMP_FREQUENCY * AMOUNT_OF_POLLS = the total polling time/duration\n */\n",
|
|
32314
|
+
"excerptTokens": [
|
|
32315
|
+
{
|
|
32316
|
+
"kind": "Content",
|
|
32317
|
+
"text": "AMOUNT_OF_POLLS: "
|
|
32318
|
+
},
|
|
32319
|
+
{
|
|
32320
|
+
"kind": "Content",
|
|
32321
|
+
"text": "number"
|
|
32322
|
+
},
|
|
32323
|
+
{
|
|
32324
|
+
"kind": "Content",
|
|
32325
|
+
"text": ";"
|
|
32326
|
+
}
|
|
32327
|
+
],
|
|
32328
|
+
"isReadonly": false,
|
|
32329
|
+
"isOptional": false,
|
|
32330
|
+
"releaseTag": "Public",
|
|
32331
|
+
"name": "AMOUNT_OF_POLLS",
|
|
32332
|
+
"propertyTypeTokenRange": {
|
|
32333
|
+
"startIndex": 1,
|
|
32334
|
+
"endIndex": 2
|
|
32335
|
+
}
|
|
32336
|
+
},
|
|
32337
|
+
{
|
|
32338
|
+
"kind": "PropertySignature",
|
|
32339
|
+
"canonicalReference": "@genesislcap/foundation-comms!PollingConfiguration#QUERIES:member",
|
|
32340
|
+
"docComment": "/**\n * The queries to be polled.\n */\n",
|
|
32341
|
+
"excerptTokens": [
|
|
32342
|
+
{
|
|
32343
|
+
"kind": "Content",
|
|
32344
|
+
"text": "QUERIES: "
|
|
32345
|
+
},
|
|
32346
|
+
{
|
|
32347
|
+
"kind": "Content",
|
|
32348
|
+
"text": "string[]"
|
|
32349
|
+
},
|
|
32350
|
+
{
|
|
32351
|
+
"kind": "Content",
|
|
32352
|
+
"text": ";"
|
|
32353
|
+
}
|
|
32354
|
+
],
|
|
32355
|
+
"isReadonly": false,
|
|
32356
|
+
"isOptional": false,
|
|
32357
|
+
"releaseTag": "Public",
|
|
32358
|
+
"name": "QUERIES",
|
|
32359
|
+
"propertyTypeTokenRange": {
|
|
32360
|
+
"startIndex": 1,
|
|
32361
|
+
"endIndex": 2
|
|
32362
|
+
}
|
|
32363
|
+
},
|
|
32364
|
+
{
|
|
32365
|
+
"kind": "PropertySignature",
|
|
32366
|
+
"canonicalReference": "@genesislcap/foundation-comms!PollingConfiguration#TEMP_FREQUENCY:member",
|
|
32367
|
+
"docComment": "/**\n * The temporary polling frequency.\n */\n",
|
|
32368
|
+
"excerptTokens": [
|
|
32369
|
+
{
|
|
32370
|
+
"kind": "Content",
|
|
32371
|
+
"text": "TEMP_FREQUENCY: "
|
|
32372
|
+
},
|
|
32373
|
+
{
|
|
32374
|
+
"kind": "Content",
|
|
32375
|
+
"text": "number"
|
|
32376
|
+
},
|
|
32377
|
+
{
|
|
32378
|
+
"kind": "Content",
|
|
32379
|
+
"text": ";"
|
|
32380
|
+
}
|
|
32381
|
+
],
|
|
32382
|
+
"isReadonly": false,
|
|
32383
|
+
"isOptional": false,
|
|
32384
|
+
"releaseTag": "Public",
|
|
32385
|
+
"name": "TEMP_FREQUENCY",
|
|
32386
|
+
"propertyTypeTokenRange": {
|
|
32387
|
+
"startIndex": 1,
|
|
32388
|
+
"endIndex": 2
|
|
32389
|
+
}
|
|
32390
|
+
}
|
|
32391
|
+
],
|
|
32392
|
+
"extendsTokenRanges": []
|
|
32393
|
+
},
|
|
31913
32394
|
{
|
|
31914
32395
|
"kind": "TypeAlias",
|
|
31915
32396
|
"canonicalReference": "@genesislcap/foundation-comms!PongMessage:type",
|
|
@@ -32261,6 +32742,159 @@
|
|
|
32261
32742
|
"endIndex": 2
|
|
32262
32743
|
}
|
|
32263
32744
|
},
|
|
32745
|
+
{
|
|
32746
|
+
"kind": "Interface",
|
|
32747
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesCache:interface",
|
|
32748
|
+
"docComment": "/**\n * A resources cache definition\n *\n * @public\n */\n",
|
|
32749
|
+
"excerptTokens": [
|
|
32750
|
+
{
|
|
32751
|
+
"kind": "Content",
|
|
32752
|
+
"text": "export interface ResourcesCache "
|
|
32753
|
+
}
|
|
32754
|
+
],
|
|
32755
|
+
"fileUrlPath": "src/metadata/metadata.ts",
|
|
32756
|
+
"releaseTag": "Public",
|
|
32757
|
+
"name": "ResourcesCache",
|
|
32758
|
+
"preserveMemberOrder": false,
|
|
32759
|
+
"members": [
|
|
32760
|
+
{
|
|
32761
|
+
"kind": "PropertySignature",
|
|
32762
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesCache#cachedResources:member",
|
|
32763
|
+
"docComment": "",
|
|
32764
|
+
"excerptTokens": [
|
|
32765
|
+
{
|
|
32766
|
+
"kind": "Content",
|
|
32767
|
+
"text": "cachedResources: "
|
|
32768
|
+
},
|
|
32769
|
+
{
|
|
32770
|
+
"kind": "Reference",
|
|
32771
|
+
"text": "ResourcesMessage",
|
|
32772
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesMessage:type"
|
|
32773
|
+
},
|
|
32774
|
+
{
|
|
32775
|
+
"kind": "Content",
|
|
32776
|
+
"text": " | null"
|
|
32777
|
+
},
|
|
32778
|
+
{
|
|
32779
|
+
"kind": "Content",
|
|
32780
|
+
"text": ";"
|
|
32781
|
+
}
|
|
32782
|
+
],
|
|
32783
|
+
"isReadonly": false,
|
|
32784
|
+
"isOptional": false,
|
|
32785
|
+
"releaseTag": "Public",
|
|
32786
|
+
"name": "cachedResources",
|
|
32787
|
+
"propertyTypeTokenRange": {
|
|
32788
|
+
"startIndex": 1,
|
|
32789
|
+
"endIndex": 3
|
|
32790
|
+
}
|
|
32791
|
+
},
|
|
32792
|
+
{
|
|
32793
|
+
"kind": "MethodSignature",
|
|
32794
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesCache#getResources:member(1)",
|
|
32795
|
+
"docComment": "",
|
|
32796
|
+
"excerptTokens": [
|
|
32797
|
+
{
|
|
32798
|
+
"kind": "Content",
|
|
32799
|
+
"text": "getResources(): "
|
|
32800
|
+
},
|
|
32801
|
+
{
|
|
32802
|
+
"kind": "Reference",
|
|
32803
|
+
"text": "ResourcesMessage",
|
|
32804
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesMessage:type"
|
|
32805
|
+
},
|
|
32806
|
+
{
|
|
32807
|
+
"kind": "Content",
|
|
32808
|
+
"text": ";"
|
|
32809
|
+
}
|
|
32810
|
+
],
|
|
32811
|
+
"isOptional": false,
|
|
32812
|
+
"returnTypeTokenRange": {
|
|
32813
|
+
"startIndex": 1,
|
|
32814
|
+
"endIndex": 2
|
|
32815
|
+
},
|
|
32816
|
+
"releaseTag": "Public",
|
|
32817
|
+
"overloadIndex": 1,
|
|
32818
|
+
"parameters": [],
|
|
32819
|
+
"name": "getResources"
|
|
32820
|
+
},
|
|
32821
|
+
{
|
|
32822
|
+
"kind": "MethodSignature",
|
|
32823
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesCache#hasResources:member(1)",
|
|
32824
|
+
"docComment": "",
|
|
32825
|
+
"excerptTokens": [
|
|
32826
|
+
{
|
|
32827
|
+
"kind": "Content",
|
|
32828
|
+
"text": "hasResources(): "
|
|
32829
|
+
},
|
|
32830
|
+
{
|
|
32831
|
+
"kind": "Content",
|
|
32832
|
+
"text": "boolean"
|
|
32833
|
+
},
|
|
32834
|
+
{
|
|
32835
|
+
"kind": "Content",
|
|
32836
|
+
"text": ";"
|
|
32837
|
+
}
|
|
32838
|
+
],
|
|
32839
|
+
"isOptional": false,
|
|
32840
|
+
"returnTypeTokenRange": {
|
|
32841
|
+
"startIndex": 1,
|
|
32842
|
+
"endIndex": 2
|
|
32843
|
+
},
|
|
32844
|
+
"releaseTag": "Public",
|
|
32845
|
+
"overloadIndex": 1,
|
|
32846
|
+
"parameters": [],
|
|
32847
|
+
"name": "hasResources"
|
|
32848
|
+
},
|
|
32849
|
+
{
|
|
32850
|
+
"kind": "MethodSignature",
|
|
32851
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesCache#setResources:member(1)",
|
|
32852
|
+
"docComment": "",
|
|
32853
|
+
"excerptTokens": [
|
|
32854
|
+
{
|
|
32855
|
+
"kind": "Content",
|
|
32856
|
+
"text": "setResources(resources: "
|
|
32857
|
+
},
|
|
32858
|
+
{
|
|
32859
|
+
"kind": "Reference",
|
|
32860
|
+
"text": "ResourcesMessage",
|
|
32861
|
+
"canonicalReference": "@genesislcap/foundation-comms!ResourcesMessage:type"
|
|
32862
|
+
},
|
|
32863
|
+
{
|
|
32864
|
+
"kind": "Content",
|
|
32865
|
+
"text": "): "
|
|
32866
|
+
},
|
|
32867
|
+
{
|
|
32868
|
+
"kind": "Content",
|
|
32869
|
+
"text": "void"
|
|
32870
|
+
},
|
|
32871
|
+
{
|
|
32872
|
+
"kind": "Content",
|
|
32873
|
+
"text": ";"
|
|
32874
|
+
}
|
|
32875
|
+
],
|
|
32876
|
+
"isOptional": false,
|
|
32877
|
+
"returnTypeTokenRange": {
|
|
32878
|
+
"startIndex": 3,
|
|
32879
|
+
"endIndex": 4
|
|
32880
|
+
},
|
|
32881
|
+
"releaseTag": "Public",
|
|
32882
|
+
"overloadIndex": 1,
|
|
32883
|
+
"parameters": [
|
|
32884
|
+
{
|
|
32885
|
+
"parameterName": "resources",
|
|
32886
|
+
"parameterTypeTokenRange": {
|
|
32887
|
+
"startIndex": 1,
|
|
32888
|
+
"endIndex": 2
|
|
32889
|
+
},
|
|
32890
|
+
"isOptional": false
|
|
32891
|
+
}
|
|
32892
|
+
],
|
|
32893
|
+
"name": "setResources"
|
|
32894
|
+
}
|
|
32895
|
+
],
|
|
32896
|
+
"extendsTokenRanges": []
|
|
32897
|
+
},
|
|
32264
32898
|
{
|
|
32265
32899
|
"kind": "TypeAlias",
|
|
32266
32900
|
"canonicalReference": "@genesislcap/foundation-comms!ResourcesMessage:type",
|